@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://use.typekit.net/ysv3wud.css");
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Magnific Popup CSS */
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
html {
  font-size: 100%;
}
@media (max-width: 1680px) {
  html {
    font-size: 95%;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 85%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 80%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 75%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 70%;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

header,
footer,
.main {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

.wrapper, #cookie-notice .cookie-notice-container {
  width: calc(100% - 180px);
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .wrapper, #cookie-notice .cookie-notice-container {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1280px) {
  .wrapper, #cookie-notice .cookie-notice-container {
    width: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  .wrapper, #cookie-notice .cookie-notice-container {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .wrapper, #cookie-notice .cookie-notice-container {
    width: calc(100% - 40px);
  }
}

body, p, ul, ol, table {
  font-size: 18px;
  font-size: 1.125rem;
  color: #424242;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.44;
}

.all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

*:focus {
  outline: none;
}

.text > *:nth-child(1) {
  margin-top: 0;
}
.text > *:last-child {
  margin-bottom: 0;
}
.text ul {
  padding-left: 20px;
}
.text table {
  overflow-x: scroll;
  max-width: 100%;
  width: 100%;
  border: 1px solid #161616;
  border-collapse: collapse;
}
.text table tr {
  border: 1px solid #161616;
  border-collapse: collapse;
}
.text table tr td {
  padding: 10px;
  border: 1px solid #161616;
  border-collapse: collapse;
}
.text img.text-icon {
  max-width: 80px !important;
}

b, strong {
  font-weight: 700;
}

.arrow-left {
  position: relative;
}
.arrow-left:before {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  width: 50px;
  content: "";
  height: 50px;
  transform: rotate(315deg);
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  left: 0;
  opacity: 0.4;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.arrow-right:before {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  width: 50px;
  content: "";
  height: 50px;
  transform: rotate(135deg);
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  opacity: 0.4;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-carousel.white-bg .owl-dots .owl-dot span {
  background: #c2c2c2;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .owl-carousel .owl-dots {
    bottom: 10px;
  }
}
.owl-carousel .owl-dots .owl-dot {
  margin: 0 15px 0 0;
  width: 72px;
  height: 17px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .owl-carousel .owl-dots .owl-dot {
    width: 36px;
  }
}
.owl-carousel .owl-dots .owl-dot:last-of-type {
  margin: 0;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #3278d4;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 100%;
  height: 3px;
  background: #ffffff;
  display: block;
}

.offers-block {
  padding: 60px 0 90px;
}
@media (max-width: 1024px) {
  .offers-block {
    padding: 60px 0 60px;
  }
}
.offers-block .wrapper .offers-list, .offers-block #cookie-notice .cookie-notice-container .offers-list, #cookie-notice .offers-block .cookie-notice-container .offers-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 42px;
}
@media (max-width: 1024px) {
  .offers-block .wrapper .offers-list, .offers-block #cookie-notice .cookie-notice-container .offers-list, #cookie-notice .offers-block .cookie-notice-container .offers-list {
    grid-gap: 30px;
  }
}
@media (max-width: 768px) {
  .offers-block .wrapper .offers-list, .offers-block #cookie-notice .cookie-notice-container .offers-list, #cookie-notice .offers-block .cookie-notice-container .offers-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.offers-block .wrapper .offers-list .single, .offers-block #cookie-notice .cookie-notice-container .offers-list .single, #cookie-notice .offers-block .cookie-notice-container .offers-list .single {
  position: relative;
}
@media (max-width: 768px) {
  .offers-block .wrapper .offers-list .single, .offers-block #cookie-notice .cookie-notice-container .offers-list .single, #cookie-notice .offers-block .cookie-notice-container .offers-list .single {
    max-width: 455px;
    margin: 0 auto;
  }
}
.offers-block .wrapper .offers-list .single .logo, .offers-block #cookie-notice .cookie-notice-container .offers-list .single .logo, #cookie-notice .offers-block .cookie-notice-container .offers-list .single .logo {
  position: absolute;
  width: 52px;
  height: auto;
  display: block;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .offers-block .wrapper .offers-list .single .logo, .offers-block #cookie-notice .cookie-notice-container .offers-list .single .logo, #cookie-notice .offers-block .cookie-notice-container .offers-list .single .logo {
    width: 40px;
  }
}
.offers-block .wrapper .offers-list .single .main-img, .offers-block #cookie-notice .cookie-notice-container .offers-list .single .main-img, #cookie-notice .offers-block .cookie-notice-container .offers-list .single .main-img {
  width: 100%;
  height: auto;
  display: block;
}
.offers-block .wrapper .offers-list .single a, .offers-block #cookie-notice .cookie-notice-container .offers-list .single a, #cookie-notice .offers-block .cookie-notice-container .offers-list .single a {
  position: absolute;
  font-size: 28px;
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  width: calc(100% - 40px);
  max-width: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 45px;
  border: 2px solid #ffffff;
  display: inline-block;
  text-align: center;
  padding: 19px 19px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .offers-block .wrapper .offers-list .single a, .offers-block #cookie-notice .cookie-notice-container .offers-list .single a, #cookie-notice .offers-block .cookie-notice-container .offers-list .single a {
    bottom: 25px;
    padding: 15px 15px;
  }
}

.news-block {
  padding: 130px 0 140px;
}
@media (max-width: 1024px) {
  .news-block {
    padding: 60px 0 60px;
  }
}
.news-block .wrapper .news-list, .news-block #cookie-notice .cookie-notice-container .news-list, #cookie-notice .news-block .cookie-notice-container .news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 42px;
}
@media (max-width: 1024px) {
  .news-block .wrapper .news-list, .news-block #cookie-notice .cookie-notice-container .news-list, #cookie-notice .news-block .cookie-notice-container .news-list {
    grid-gap: 30px;
  }
}
@media (max-width: 768px) {
  .news-block .wrapper .news-list, .news-block #cookie-notice .cookie-notice-container .news-list, #cookie-notice .news-block .cookie-notice-container .news-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.news-block .wrapper .news-list .single, .news-block #cookie-notice .cookie-notice-container .news-list .single, #cookie-notice .news-block .cookie-notice-container .news-list .single {
  border: 2px solid #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .news-block .wrapper .news-list .single, .news-block #cookie-notice .cookie-notice-container .news-list .single, #cookie-notice .news-block .cookie-notice-container .news-list .single {
    max-width: 455px;
    margin: 0 auto;
    width: 100%;
  }
}
.news-block .wrapper .news-list .single.type-business .overlay, .news-block #cookie-notice .cookie-notice-container .news-list .single.type-business .overlay, #cookie-notice .news-block .cookie-notice-container .news-list .single.type-business .overlay {
  background: rgba(0, 0, 0, 0.65);
}
.news-block .wrapper .news-list .single .photo:after, .news-block #cookie-notice .cookie-notice-container .news-list .single .photo:after, #cookie-notice .news-block .cookie-notice-container .news-list .single .photo:after {
  content: "";
  display: block;
  padding-top: 145%;
  width: 100%;
}
.news-block .wrapper .news-list .single .overlay, .news-block #cookie-notice .cookie-notice-container .news-list .single .overlay, #cookie-notice .news-block .cookie-notice-container .news-list .single .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(50, 120, 212, 0.65);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  padding: 35px;
  text-align: center;
}
@media (max-width: 1024px) {
  .news-block .wrapper .news-list .single .overlay, .news-block #cookie-notice .cookie-notice-container .news-list .single .overlay, #cookie-notice .news-block .cookie-notice-container .news-list .single .overlay {
    padding: 20px 10px;
  }
}
.news-block .wrapper .news-list .single .overlay span, .news-block #cookie-notice .cookie-notice-container .news-list .single .overlay span, #cookie-notice .news-block .cookie-notice-container .news-list .single .overlay span {
  display: block;
  text-align: center;
  margin: 0 0 25px;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .news-block .wrapper .news-list .single .overlay span, .news-block #cookie-notice .cookie-notice-container .news-list .single .overlay span, #cookie-notice .news-block .cookie-notice-container .news-list .single .overlay span {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .news-block .wrapper .news-list .single .overlay span, .news-block #cookie-notice .cookie-notice-container .news-list .single .overlay span, #cookie-notice .news-block .cookie-notice-container .news-list .single .overlay span {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.news-block .wrapper .news-list .single .overlay a, .news-block #cookie-notice .cookie-notice-container .news-list .single .overlay a, #cookie-notice .news-block .cookie-notice-container .news-list .single .overlay a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  width: calc(100% - 40px);
  max-width: 205px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}
.news-block .wrapper .center-btn, .news-block #cookie-notice .cookie-notice-container .center-btn, #cookie-notice .news-block .cookie-notice-container .center-btn {
  text-align: center;
  margin: 45px auto 0;
}
.news-block .wrapper .center-btn a, .news-block #cookie-notice .cookie-notice-container .center-btn a, #cookie-notice .news-block .cookie-notice-container .center-btn a {
  font-size: 28px;
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  display: inline-block;
  text-align: center;
  padding: 19px 19px;
  text-decoration: none;
}

.services-block {
  position: relative;
}
.services-block .services-carousel .single {
  height: auto;
}
.services-block .services-carousel .single .wrapper, .services-block .services-carousel .single #cookie-notice .cookie-notice-container, #cookie-notice .services-block .services-carousel .single .cookie-notice-container {
  height: 100%;
  padding: 100px 63px 100px;
}
@media (max-width: 1024px) {
  .services-block .services-carousel .single .wrapper, .services-block .services-carousel .single #cookie-notice .cookie-notice-container, #cookie-notice .services-block .services-carousel .single .cookie-notice-container {
    padding: 50px 63px;
  }
}
@media (max-width: 768px) {
  .services-block .services-carousel .single .wrapper, .services-block .services-carousel .single #cookie-notice .cookie-notice-container, #cookie-notice .services-block .services-carousel .single .cookie-notice-container {
    padding: 50px 0 100px;
  }
}
.services-block .services-carousel .single .wrapper .wrap, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap {
  padding: 60px 60px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  min-height: 100%;
}
@media (max-width: 1024px) {
  .services-block .services-carousel .single .wrapper .wrap, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .services-block .services-carousel .single .wrapper .wrap, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap {
    padding: 30px;
  }
}
.services-block .services-carousel .single .wrapper .wrap .second-wrap h2, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap h2, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap h2 {
  font-size: 83px;
  font-size: 5.1875rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  margin: 0 0 80px;
  max-width: 800px;
}
@media (max-width: 1680px) {
  .services-block .services-carousel .single .wrapper .wrap .second-wrap h2, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap h2, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap h2 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media (max-width: 1440px) {
  .services-block .services-carousel .single .wrapper .wrap .second-wrap h2, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap h2, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap h2 {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .services-block .services-carousel .single .wrapper .wrap .second-wrap h2, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap h2, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap h2 {
    margin: 0 0 40px;
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .services-block .services-carousel .single .wrapper .wrap .second-wrap h2, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap h2, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap h2 {
    margin: 0 0 20px;
  }
}
@media (max-width: 480px) {
  .services-block .services-carousel .single .wrapper .wrap .second-wrap h2, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap h2, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.services-block .services-carousel .single .wrapper .wrap .second-wrap .bottom, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap .bottom, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap .bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .services-block .services-carousel .single .wrapper .wrap .second-wrap .bottom, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap .bottom, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap .bottom {
    flex-wrap: wrap;
  }
}
.services-block .services-carousel .single .wrapper .wrap .second-wrap .bottom p, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap .bottom p, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap .bottom p {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.33;
  width: calc(100% - 290px);
  margin: 0;
}
@media (max-width: 768px) {
  .services-block .services-carousel .single .wrapper .wrap .second-wrap .bottom p, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap .bottom p, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap .bottom p {
    width: 100%;
  }
}
.services-block .services-carousel .single .wrapper .wrap .second-wrap .bottom a, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap .bottom a, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap .bottom a {
  width: 100%;
  text-align: center;
  max-width: 230px;
  border: 2px solid #ffffff;
  margin: 0 0 0 90px;
  font-size: 28px;
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  text-decoration: none;
  padding: 12px 24px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .services-block .services-carousel .single .wrapper .wrap .second-wrap .bottom a, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap .bottom a, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap .bottom a {
    margin: 0 0 0 45px;
  }
}
@media (max-width: 768px) {
  .services-block .services-carousel .single .wrapper .wrap .second-wrap .bottom a, .services-block .services-carousel .single #cookie-notice .cookie-notice-container .wrap .second-wrap .bottom a, #cookie-notice .services-block .services-carousel .single .cookie-notice-container .wrap .second-wrap .bottom a {
    margin: 20px 0 0;
  }
}
.services-block .services-carousel .owl-dots {
  bottom: 40px;
}
.services-block .service-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .services-block .service-nav {
    display: none;
  }
}
.services-block .service-nav .wrapper, .services-block .service-nav #cookie-notice .cookie-notice-container, #cookie-notice .services-block .service-nav .cookie-notice-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.services-block .service-nav .wrapper .wrap-nav, .services-block .service-nav #cookie-notice .cookie-notice-container .wrap-nav, #cookie-notice .services-block .service-nav .cookie-notice-container .wrap-nav {
  height: 100%;
  width: 100%;
  position: relative;
}
.services-block .service-nav .wrapper .wrap-nav .prev-service, .services-block .service-nav #cookie-notice .cookie-notice-container .wrap-nav .prev-service, #cookie-notice .services-block .service-nav .cookie-notice-container .wrap-nav .prev-service {
  top: calc(50% - 15px);
  left: 10px;
  position: absolute;
}
.services-block .service-nav .wrapper .wrap-nav .next-service, .services-block .service-nav #cookie-notice .cookie-notice-container .wrap-nav .next-service, #cookie-notice .services-block .service-nav .cookie-notice-container .wrap-nav .next-service {
  top: calc(50% - 15px);
  right: 10px;
  position: absolute;
}

.type-business .owl-carousel .owl-dots .owl-dot.active span {
  background: #e22319;
}
.type-business .main .video-block .wrapper .video-carousel .single, .type-business .main .video-block #cookie-notice .cookie-notice-container .video-carousel .single, #cookie-notice .type-business .main .video-block .cookie-notice-container .video-carousel .single {
  border-color: #ffffff;
}
.type-business .main .offers-block .wrapper .single a, .type-business .main .offers-block #cookie-notice .cookie-notice-container .single a, #cookie-notice .type-business .main .offers-block .cookie-notice-container .single a {
  border-color: #161616;
  color: #161616;
}
.type-business .news-block .wrapper .center-btn a, .type-business .news-block #cookie-notice .cookie-notice-container .center-btn a, #cookie-notice .type-business .news-block .cookie-notice-container .center-btn a {
  color: #161616;
  border-color: #161616;
}
.type-business .main.page-blocks .list-icons-block .wrapper .wrap .single .number, .type-business .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap .single .number, #cookie-notice .type-business .main.page-blocks .list-icons-block .cookie-notice-container .wrap .single .number {
  background: #e22319;
}
.type-business .main.page-blocks .list-icons-block .wrapper h3.second-headline, .type-business .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container h3.second-headline, #cookie-notice .type-business .main.page-blocks .list-icons-block .cookie-notice-container h3.second-headline {
  color: #e22319;
}
.type-business header .wrapper .left .responsive-btn:hover span, .type-business header #cookie-notice .cookie-notice-container .left .responsive-btn:hover span, #cookie-notice .type-business header .cookie-notice-container .left .responsive-btn:hover span {
  background: #e22319;
}
.type-business header .wrapper .left .responsive-btn.active span, .type-business header #cookie-notice .cookie-notice-container .left .responsive-btn.active span, #cookie-notice .type-business header .cookie-notice-container .left .responsive-btn.active span {
  background: #e22319;
}
.type-business .main .video-block .wrapper .video-carousel .single:before, .type-business .main .video-block #cookie-notice .cookie-notice-container .video-carousel .single:before, #cookie-notice .type-business .main .video-block .cookie-notice-container .video-carousel .single:before {
  background-image: url("../images/icon-play-red.svg");
}
.type-business .main.page-blocks .logos-block .wrapper .center-btn .btn, .type-business .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .center-btn .btn, #cookie-notice .type-business .main.page-blocks .logos-block .cookie-notice-container .center-btn .btn {
  background: #e22319;
  border-color: #e22319;
}
.type-business .main.page-blocks .logos-block .wrapper .center-btn .btn:hover, .type-business .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .center-btn .btn:hover, #cookie-notice .type-business .main.page-blocks .logos-block .cookie-notice-container .center-btn .btn:hover {
  color: #e22319;
}
.type-business .main.page-blocks .photo-icon-grid-block .wrapper h4, .type-business .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container h4, #cookie-notice .type-business .main.page-blocks .photo-icon-grid-block .cookie-notice-container h4 {
  color: #e22319;
}
.type-business .main.page-blocks .photo-text-2-block .wrapper h3, .type-business .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container h3, #cookie-notice .type-business .main.page-blocks .photo-text-2-block .cookie-notice-container h3 {
  color: #e22319;
}

.center-btn {
  text-align: center;
}
.center-btn .btn {
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  width: auto;
  border: 2px solid #161616;
  display: inline-block;
  text-align: center;
  padding: 16px 32px;
  text-decoration: none;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.moove_gdpr_cookie_modal_open .moove-gdpr-company-logo-holder {
  display: none;
}
@media (max-width: 1280px) {
  .moove_gdpr_cookie_modal_open .moove-gdpr-button-holder {
    justify-content: flex-start !important;
  }
}
.moove_gdpr_cookie_modal_open .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
  height: 80px !important;
}
.moove_gdpr_cookie_modal_open .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
  bottom: 83px !important;
}

header {
  padding: 24px 0;
  background: #ffffff;
  z-index: 10;
  position: relative;
}
@media (max-width: 1024px) {
  header {
    padding: 16px 0;
  }
}
@media (max-width: 480px) {
  header {
    padding: 15px 0;
  }
}
header .wrapper, header #cookie-notice .cookie-notice-container, #cookie-notice header .cookie-notice-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .left, header #cookie-notice .cookie-notice-container .left, #cookie-notice header .cookie-notice-container .left {
  display: flex;
  align-items: center;
}
header .wrapper .left .logo, header #cookie-notice .cookie-notice-container .left .logo, #cookie-notice header .cookie-notice-container .left .logo {
  margin: 0 38px 0 0;
  display: block;
  text-decoration: none;
}
@media (max-width: 1280px) {
  header .wrapper .left .logo, header #cookie-notice .cookie-notice-container .left .logo, #cookie-notice header .cookie-notice-container .left .logo {
    margin: 0 24px 0 0;
  }
}
header .wrapper .left .logo img, header #cookie-notice .cookie-notice-container .left .logo img, #cookie-notice header .cookie-notice-container .left .logo img {
  height: 80px;
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  header .wrapper .left .logo img, header #cookie-notice .cookie-notice-container .left .logo img, #cookie-notice header .cookie-notice-container .left .logo img {
    height: 60px;
  }
}
@media (max-width: 480px) {
  header .wrapper .left .logo img, header #cookie-notice .cookie-notice-container .left .logo img, #cookie-notice header .cookie-notice-container .left .logo img {
    height: 40px;
  }
}
@media (max-width: 1024px) {
  header .wrapper .left .nav, header #cookie-notice .cookie-notice-container .left .nav, #cookie-notice header .cookie-notice-container .left .nav {
    display: none;
  }
}
header .wrapper .left .nav.type-business ul li.bolded a, header #cookie-notice .cookie-notice-container .left .nav.type-business ul li.bolded a, #cookie-notice header .cookie-notice-container .left .nav.type-business ul li.bolded a {
  color: #e22319;
}
header .wrapper .left .nav ul, header #cookie-notice .cookie-notice-container .left .nav ul, #cookie-notice header .cookie-notice-container .left .nav ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
}
header .wrapper .left .nav ul li, header #cookie-notice .cookie-notice-container .left .nav ul li, #cookie-notice header .cookie-notice-container .left .nav ul li {
  display: flex;
  align-items: center;
  margin: 0 38px 0 0;
}
@media (max-width: 1280px) {
  header .wrapper .left .nav ul li, header #cookie-notice .cookie-notice-container .left .nav ul li, #cookie-notice header .cookie-notice-container .left .nav ul li {
    margin: 0 24px 0 0;
  }
}
header .wrapper .left .nav ul li:last-of-type, header #cookie-notice .cookie-notice-container .left .nav ul li:last-of-type, #cookie-notice header .cookie-notice-container .left .nav ul li:last-of-type {
  margin: 0;
}
header .wrapper .left .nav ul li.bolded a, header #cookie-notice .cookie-notice-container .left .nav ul li.bolded a, #cookie-notice header .cookie-notice-container .left .nav ul li.bolded a {
  color: #3278d4;
}
header .wrapper .left .nav ul li a, header #cookie-notice .cookie-notice-container .left .nav ul li a, #cookie-notice header .cookie-notice-container .left .nav ul li a {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #161616;
  font-weight: 900;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
header .wrapper .left .nav .back-to-home, header #cookie-notice .cookie-notice-container .left .nav .back-to-home, #cookie-notice header .cookie-notice-container .left .nav .back-to-home {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #161616;
  font-weight: 900;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
header .wrapper .right, header #cookie-notice .cookie-notice-container .right, #cookie-notice header .cookie-notice-container .right {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  header .wrapper .right .lang, header #cookie-notice .cookie-notice-container .right .lang, #cookie-notice header .cookie-notice-container .right .lang {
    display: none;
  }
}
header .wrapper .right .lang .wpml-ls-legacy-dropdown, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown {
  width: 42px;
}
header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li a, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li a, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li a {
  background: none;
  border: none;
  padding: 0 15px 0 0;
  width: auto;
}
header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li a:after, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li a:after, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li a:after {
  display: none;
}
header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li a:before, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li a:before, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li a:before {
  border-left: 2px solid #161616;
  border-top: 2px solid #161616;
  width: 6px;
  content: "";
  height: 6px;
  transform: rotate(225deg);
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 4px;
}
header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li a span, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li a span, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li a span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li a span, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li a span, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li a span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 920px) {
  header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li a span, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li a span, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li a span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu {
  border: none;
  margin-top: 4px;
}
header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu:before, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu:before, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  width: 100%;
  height: 6px;
}
header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li {
  background: #ffffff;
  padding: 8px 8px;
  margin-left: -8px;
}
header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li:last-of-type, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li:last-of-type, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li:last-of-type {
  margin: 0;
  margin-left: -8px;
}
header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a:before, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a:before, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a:before {
  display: none;
}
header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a span, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a span, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a span {
  color: #161616;
  white-space: nowrap;
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a span, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a span, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 920px) {
  header .wrapper .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a span, header #cookie-notice .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a span, #cookie-notice header .cookie-notice-container .right .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
header .wrapper .right .home-urls, header #cookie-notice .cookie-notice-container .right .home-urls, #cookie-notice header .cookie-notice-container .right .home-urls {
  display: flex;
  align-items: center;
  margin: 0 38px 0 0;
}
@media (max-width: 1280px) {
  header .wrapper .right .home-urls, header #cookie-notice .cookie-notice-container .right .home-urls, #cookie-notice header .cookie-notice-container .right .home-urls {
    margin: 0 24px 0 0;
  }
}
@media (max-width: 768px) {
  header .wrapper .right .home-urls, header #cookie-notice .cookie-notice-container .right .home-urls, #cookie-notice header .cookie-notice-container .right .home-urls {
    display: none;
  }
}
header .wrapper .right .home-urls a, header #cookie-notice .cookie-notice-container .right .home-urls a, #cookie-notice header .cookie-notice-container .right .home-urls a {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #161616;
  font-weight: 900;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
header .wrapper .right .home-urls a:nth-of-type(1), header #cookie-notice .cookie-notice-container .right .home-urls a:nth-of-type(1), #cookie-notice header .cookie-notice-container .right .home-urls a:nth-of-type(1) {
  margin: 0 38px 0 0;
}
@media (max-width: 1280px) {
  header .wrapper .right .home-urls a:nth-of-type(1), header #cookie-notice .cookie-notice-container .right .home-urls a:nth-of-type(1), #cookie-notice header .cookie-notice-container .right .home-urls a:nth-of-type(1) {
    margin: 0 24px 0 0;
  }
}
header .wrapper .right .home-urls a.active.blue, header #cookie-notice .cookie-notice-container .right .home-urls a.active.blue, #cookie-notice header .cookie-notice-container .right .home-urls a.active.blue {
  color: #3278d4;
}
header .wrapper .right .home-urls a.active.red, header #cookie-notice .cookie-notice-container .right .home-urls a.active.red, #cookie-notice header .cookie-notice-container .right .home-urls a.active.red {
  color: #e22319;
}
header .wrapper .right .responsive-btn, header #cookie-notice .cookie-notice-container .right .responsive-btn, #cookie-notice header .cookie-notice-container .right .responsive-btn {
  display: none;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 15px;
}
@media (max-width: 1024px) {
  header .wrapper .right .responsive-btn, header #cookie-notice .cookie-notice-container .right .responsive-btn, #cookie-notice header .cookie-notice-container .right .responsive-btn {
    display: block;
  }
}
header .wrapper .right .responsive-btn:hover span, header #cookie-notice .cookie-notice-container .right .responsive-btn:hover span, #cookie-notice header .cookie-notice-container .right .responsive-btn:hover span {
  background: #3278d4;
}
header .wrapper .right .responsive-btn.active span:nth-of-type(1), header #cookie-notice .cookie-notice-container .right .responsive-btn.active span:nth-of-type(1), #cookie-notice header .cookie-notice-container .right .responsive-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 6px;
}
header .wrapper .right .responsive-btn.active span:nth-of-type(2), header #cookie-notice .cookie-notice-container .right .responsive-btn.active span:nth-of-type(2), #cookie-notice header .cookie-notice-container .right .responsive-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .wrapper .right .responsive-btn.active span:nth-of-type(3), header #cookie-notice .cookie-notice-container .right .responsive-btn.active span:nth-of-type(3), #cookie-notice header .cookie-notice-container .right .responsive-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 6px;
}
header .wrapper .right .responsive-btn span, header #cookie-notice .cookie-notice-container .right .responsive-btn span, #cookie-notice header .cookie-notice-container .right .responsive-btn span {
  width: 25px;
  height: 3px;
  background: #161616;
  display: block;
  margin: 0 0 3px;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .wrapper .right .responsive-btn span:nth-of-type(1), header #cookie-notice .cookie-notice-container .right .responsive-btn span:nth-of-type(1), #cookie-notice header .cookie-notice-container .right .responsive-btn span:nth-of-type(1) {
  top: 0;
  left: 0;
}
header .wrapper .right .responsive-btn span:nth-of-type(2), header #cookie-notice .cookie-notice-container .right .responsive-btn span:nth-of-type(2), #cookie-notice header .cookie-notice-container .right .responsive-btn span:nth-of-type(2) {
  top: 6px;
  left: 0;
}
header .wrapper .right .responsive-btn span:nth-of-type(3), header #cookie-notice .cookie-notice-container .right .responsive-btn span:nth-of-type(3), #cookie-notice header .cookie-notice-container .right .responsive-btn span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
header .wrapper .right .responsive-btn span:last-of-type, header #cookie-notice .cookie-notice-container .right .responsive-btn span:last-of-type, #cookie-notice header .cookie-notice-container .right .responsive-btn span:last-of-type {
  margin: 0;
}

.responsive-menu {
  display: none;
}
@media (max-width: 1024px) {
  .responsive-menu {
    display: flex;
    overflow: hidden;
    width: 60vw;
    left: -100vw;
    position: absolute;
    top: 0;
    background: #ffffff;
    height: 100%;
    z-index: 9;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .responsive-menu {
    width: 90vw;
  }
}
.responsive-menu .wrap {
  height: auto;
  padding: 0 48px;
  width: 100%;
}
@media (max-width: 480px) {
  .responsive-menu .wrap {
    padding-bottom: 48px;
  }
}
.responsive-menu .wrap ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.responsive-menu .wrap ul li {
  text-align: center;
  margin: 0 0 20px;
}
.responsive-menu .wrap ul li a {
  text-decoration: none;
  position: relative;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #161616;
  font-weight: 900;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.responsive-menu .wrap .home-urls {
  display: flex;
  margin: 50px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.responsive-menu .wrap .home-urls a {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #161616;
  font-weight: 900;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.responsive-menu .wrap .home-urls a:nth-of-type(1) {
  margin: 0 0 20px;
}
.responsive-menu .wrap .home-urls a.active.blue {
  color: #3278d4;
}
.responsive-menu .wrap .home-urls a.active.red {
  color: #e22319;
}
.responsive-menu .wrap .lang {
  margin: 50px 0 10px;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-dropdown {
  width: auto;
  max-width: auto;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-dropdown ul li {
  display: flex;
  justify-content: center;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-item-toggle {
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #161616;
  margin: 0 10px 0 0;
  background: #161616;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-item-toggle:after {
  display: none;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-item-toggle span {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 300;
  font-family: "proxima-nova", sans-serif;
  line-height: 30px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu {
  border: none;
  position: relative;
  visibility: visible;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a {
  background: transparent;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #161616;
  padding: 0;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a span {
  font-size: 16px;
  font-size: 1rem;
  color: #161616;
  font-weight: 300;
  font-family: "proxima-nova", sans-serif;
  line-height: 30px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.responsive-menu.active {
  left: 0;
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
  display: none !important;
}
#cookie-notice * {
  font-family: "proxima-nova", sans-serif !important;
}
#cookie-notice .cookie-notice-container {
  display: flex !important;
  align-items: center;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  text-align: left;
}
#cookie-notice .cookie-notice-container #cn-notice-text a {
  color: #ffffff;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie {
  color: #161616;
  background: #ffffff;
  margin: 0 0 0 15px;
}
#cookie-notice .cookie-notice-container #cn-close-notice {
  display: none;
}

#gdpr-cookie-consent-bar .gdpr_messagebar_content {
  max-width: 1440px !important;
  padding: 15px 0 !important;
}
#gdpr-cookie-consent-bar .gdpr_messagebar_content .group-description p {
  font-size: 14px;
  font-size: 0.875rem;
}
#gdpr-cookie-consent-bar .gdpr_messagebar_content .group-description p a {
  text-decoration: underline;
}
#gdpr-cookie-consent-bar .gdpr_messagebar_content #cookie_action_accept {
  font-size: 14px;
  font-size: 0.875rem;
}
#gdpr-cookie-consent-bar .gdpr_messagebar_content #cookie_action_settings {
  float: none !important;
  font-size: 14px;
  font-size: 0.875rem;
}
#gdpr-cookie-consent-bar #gdpr_messagebar_detail_body_content_overview_cookie_container_unclassified {
  display: none !important;
}
#gdpr-cookie-consent-bar #gdpr_messagebar_detail_body_content {
  height: auto !important;
}
#gdpr-cookie-consent-bar #gdpr_messagebar_detail_body_content_overview_cookie_container_preferences {
  border-bottom: none !important;
}
#gdpr-cookie-consent-bar #gdpr_messagebar_body_buttons_select_pane .gdpr_messagebar_body_buttons_wrapper:nth-of-type(5) {
  display: none !important;
}

footer {
  padding: 78px 0 65px;
  background-color: #161616;
  background-image: url("../images/bg-footer-blue.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  footer {
    padding: 60px 0 60px;
  }
}
footer.type-business {
  background-image: url("../images/bg-footer-red.png");
}
footer .wrapper .wrap, footer #cookie-notice .cookie-notice-container .wrap, #cookie-notice footer .cookie-notice-container .wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 768px) {
  footer .wrapper .wrap, footer #cookie-notice .cookie-notice-container .wrap, #cookie-notice footer .cookie-notice-container .wrap {
    flex-direction: column;
    align-items: center;
  }
}
footer .wrapper .wrap .logo, footer #cookie-notice .cookie-notice-container .wrap .logo, #cookie-notice footer .cookie-notice-container .wrap .logo {
  margin: 0 55px 0 0;
}
@media (max-width: 1024px) {
  footer .wrapper .wrap .logo, footer #cookie-notice .cookie-notice-container .wrap .logo, #cookie-notice footer .cookie-notice-container .wrap .logo {
    margin: 0 35px 0 0;
  }
}
footer .wrapper .wrap .logo img, footer #cookie-notice .cookie-notice-container .wrap .logo img, #cookie-notice footer .cookie-notice-container .wrap .logo img {
  width: 235px;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  footer .wrapper .wrap .logo img, footer #cookie-notice .cookie-notice-container .wrap .logo img, #cookie-notice footer .cookie-notice-container .wrap .logo img {
    width: 160px;
  }
}
footer .wrapper .wrap .social, footer #cookie-notice .cookie-notice-container .wrap .social, #cookie-notice footer .cookie-notice-container .wrap .social {
  display: flex;
  align-items: center;
  padding: 0 0 20px;
}
@media (max-width: 768px) {
  footer .wrapper .wrap .social, footer #cookie-notice .cookie-notice-container .wrap .social, #cookie-notice footer .cookie-notice-container .wrap .social {
    margin: 30px 0;
  }
}
footer .wrapper .wrap .social a, footer #cookie-notice .cookie-notice-container .wrap .social a, #cookie-notice footer .cookie-notice-container .wrap .social a {
  display: block;
  text-decoration: none;
  margin: 0 45px 0 0;
}
@media (max-width: 1024px) {
  footer .wrapper .wrap .social a, footer #cookie-notice .cookie-notice-container .wrap .social a, #cookie-notice footer .cookie-notice-container .wrap .social a {
    margin: 0 30px 0 0;
  }
}
footer .wrapper .wrap .social a:last-of-type, footer #cookie-notice .cookie-notice-container .wrap .social a:last-of-type, #cookie-notice footer .cookie-notice-container .wrap .social a:last-of-type {
  margin: 0;
}
footer .wrapper .wrap .social a img, footer #cookie-notice .cookie-notice-container .wrap .social a img, #cookie-notice footer .cookie-notice-container .wrap .social a img {
  height: 65px;
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  footer .wrapper .wrap .social a img, footer #cookie-notice .cookie-notice-container .wrap .social a img, #cookie-notice footer .cookie-notice-container .wrap .social a img {
    height: 40px;
  }
}
footer .wrapper .wrap .links, footer #cookie-notice .cookie-notice-container .wrap .links, #cookie-notice footer .cookie-notice-container .wrap .links {
  margin: 0 0 0 55px;
  width: 235px;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-self: center;
}
@media (max-width: 1024px) {
  footer .wrapper .wrap .links, footer #cookie-notice .cookie-notice-container .wrap .links, #cookie-notice footer .cookie-notice-container .wrap .links {
    margin: 0 0 0 35px;
    width: 160px;
  }
}
footer .wrapper .wrap .links a, footer #cookie-notice .cookie-notice-container .wrap .links a, #cookie-notice footer .cookie-notice-container .wrap .links a {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  text-decoration: none;
}
footer .wrapper .wrap .links a:nth-of-type(1), footer #cookie-notice .cookie-notice-container .wrap .links a:nth-of-type(1), #cookie-notice footer .cookie-notice-container .wrap .links a:nth-of-type(1) {
  margin: 0 0 10px;
}
footer .wrapper .copyright, footer #cookie-notice .cookie-notice-container .copyright, #cookie-notice footer .cookie-notice-container .copyright {
  display: block;
  margin: 35px 0 0;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
}

.main .top-block {
  position: relative;
}
.main .top-block .top-carousel .single {
  text-decoration: none;
  display: block;
}
.main .top-block .top-carousel .single.without-link {
  pointer-events: none;
}
.main .top-block .top-carousel .single img {
  width: 100%;
  height: auto;
  display: block;
}
.main .top-block .wrapper, .main .top-block #cookie-notice .cookie-notice-container, #cookie-notice .main .top-block .cookie-notice-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.main .top-block .wrapper .wrap-nav, .main .top-block #cookie-notice .cookie-notice-container .wrap-nav, #cookie-notice .main .top-block .cookie-notice-container .wrap-nav {
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .main .top-block .wrapper .wrap-nav, .main .top-block #cookie-notice .cookie-notice-container .wrap-nav, #cookie-notice .main .top-block .cookie-notice-container .wrap-nav {
    display: none;
  }
}
.main .top-block .wrapper .wrap-nav .prev-offer, .main .top-block #cookie-notice .cookie-notice-container .wrap-nav .prev-offer, #cookie-notice .main .top-block .cookie-notice-container .wrap-nav .prev-offer {
  top: calc(50% - 15px);
  left: 0;
  position: absolute;
}
.main .top-block .wrapper .wrap-nav .next-offer, .main .top-block #cookie-notice .cookie-notice-container .wrap-nav .next-offer, #cookie-notice .main .top-block .cookie-notice-container .wrap-nav .next-offer {
  top: calc(50% - 15px);
  right: 0;
  position: absolute;
}
.main .nav-block {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.main .nav-block a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3e3e3;
  height: 110px;
  -webkit-box-shadow: inset 0px -3px 3px 0px rgba(209, 209, 209, 0.46);
  -moz-box-shadow: inset 0px -3px 3px 0px rgba(209, 209, 209, 0.46);
  box-shadow: inset 0px -3px 3px 0px rgba(209, 209, 209, 0.46);
}
@media (max-width: 768px) {
  .main .nav-block a {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .main .nav-block a {
    height: 60px;
  }
}
.main .nav-block a.active {
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main .nav-block a.active span {
  color: #161616;
}
.main .nav-block a span {
  font-size: 32px;
  font-size: 2rem;
  color: #6f6f6f;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main .nav-block a span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.main .video-block {
  padding: 110px 0 125px;
}
@media (max-width: 1024px) {
  .main .video-block {
    padding: 60px 0 60px;
  }
}
.main .video-block .wrapper, .main .video-block #cookie-notice .cookie-notice-container, #cookie-notice .main .video-block .cookie-notice-container {
  padding: 0 63px;
}
@media (max-width: 1024px) {
  .main .video-block .wrapper, .main .video-block #cookie-notice .cookie-notice-container, #cookie-notice .main .video-block .cookie-notice-container {
    padding: 0;
  }
}
.main .video-block .wrapper .video-carousel, .main .video-block #cookie-notice .cookie-notice-container .video-carousel, #cookie-notice .main .video-block .cookie-notice-container .video-carousel {
  margin: 0 auto;
}
.main .video-block .wrapper .video-carousel .single, .main .video-block #cookie-notice .cookie-notice-container .video-carousel .single, #cookie-notice .main .video-block .cookie-notice-container .video-carousel .single {
  padding: 10px;
  border: 1px solid #3278d4;
  display: block;
  position: relative;
}
.main .video-block .wrapper .video-carousel .single:after, .main .video-block #cookie-notice .cookie-notice-container .video-carousel .single:after, #cookie-notice .main .video-block .cookie-notice-container .video-carousel .single:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.main .video-block .wrapper .video-carousel .single:before, .main .video-block #cookie-notice .cookie-notice-container .video-carousel .single:before, #cookie-notice .main .video-block .cookie-notice-container .video-carousel .single:before {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-play-blue.svg");
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .main .video-block .wrapper .video-carousel .single:before, .main .video-block #cookie-notice .cookie-notice-container .video-carousel .single:before, #cookie-notice .main .video-block .cookie-notice-container .video-carousel .single:before {
    width: 64px;
    height: 64px;
  }
}
.main .video-block .wrapper .video-carousel .owl-dots, .main .video-block #cookie-notice .cookie-notice-container .video-carousel .owl-dots, #cookie-notice .main .video-block .cookie-notice-container .video-carousel .owl-dots {
  position: relative;
  bottom: inherit;
  margin: 50px 0 0;
}

.main.page-blocks .block-page-title .wrapper h1, .main.page-blocks .block-page-title #cookie-notice .cookie-notice-container h1, #cookie-notice .main.page-blocks .block-page-title .cookie-notice-container h1 {
  font-size: 48px;
  font-size: 3rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.31;
  margin: 0 0 42px;
}
.main.page-blocks .section {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .main.page-blocks .section {
    padding: 60px 0;
  }
}
.main.page-blocks .section.margin-top {
  padding-bottom: 0;
}
.main.page-blocks .section.margin-bottom {
  padding-top: 0;
}
.main.page-blocks .section.no-margin {
  padding: 0;
}
.main.page-blocks .section.bg-blue {
  background-color: #2b92ff;
}
.main.page-blocks .section.bg-blue * {
  color: #ffffff !important;
}
.main.page-blocks .section.bg-red {
  background-color: #e22319;
}
.main.page-blocks .section.bg-red * {
  color: #ffffff;
}
.main.page-blocks .section.bg-green {
  background-color: #6ebe4c;
}
.main.page-blocks .section.bg-green * {
  color: #ffffff;
}
.main.page-blocks .section.bg-white {
  background-color: #ffffff;
}
.main.page-blocks .section.bg-grey {
  background-color: #d7d6d0;
}
.main.page-blocks .section.bg-grey-light {
  background-color: #efefef;
}
.main.page-blocks .section.bg-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main.page-blocks .section.bg-photo * {
  color: #ffffff !important;
}
.main.page-blocks .section h2 {
  font-size: 48px;
  font-size: 3rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.31;
  margin: 0 auto 42px;
  text-align: center;
  max-width: 80%;
}
@media (max-width: 480px) {
  .main.page-blocks .section h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 auto 25px;
  }
}
.main.page-blocks .text-block.narrow-width .wrapper, .main.page-blocks .text-block.narrow-width #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .text-block.narrow-width .cookie-notice-container {
  max-width: 900px;
}
.main.page-blocks .text-block.border-on .wrapper, .main.page-blocks .text-block.border-on #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .text-block.border-on .cookie-notice-container {
  border: 1px solid #d7d6d0;
  padding: 63px 63px;
}
@media (max-width: 1024px) {
  .main.page-blocks .text-block.border-on .wrapper, .main.page-blocks .text-block.border-on #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .text-block.border-on .cookie-notice-container {
    padding: 40px 40px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .text-block.border-on .wrapper, .main.page-blocks .text-block.border-on #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .text-block.border-on .cookie-notice-container {
    padding: 20px 20px;
  }
}
.main.page-blocks .text-block .wrapper, .main.page-blocks .text-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .text-block .cookie-notice-container {
  padding: 0 63px;
}
@media (max-width: 1024px) {
  .main.page-blocks .text-block .wrapper, .main.page-blocks .text-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .text-block .cookie-notice-container {
    padding: 0;
  }
}
.main.page-blocks .text-block .wrapper h2.margin-small, .main.page-blocks .text-block #cookie-notice .cookie-notice-container h2.margin-small, #cookie-notice .main.page-blocks .text-block .cookie-notice-container h2.margin-small {
  margin: 0 auto 10px;
}
.main.page-blocks .text-block .wrapper h3.second-headline, .main.page-blocks .text-block #cookie-notice .cookie-notice-container h3.second-headline, #cookie-notice .main.page-blocks .text-block .cookie-notice-container h3.second-headline {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.3;
  margin: 0 auto 42px;
  max-width: 80%;
}
@media (max-width: 480px) {
  .main.page-blocks .text-block .wrapper h3.second-headline, .main.page-blocks .text-block #cookie-notice .cookie-notice-container h3.second-headline, #cookie-notice .main.page-blocks .text-block .cookie-notice-container h3.second-headline {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 auto 25px;
  }
}
.main.page-blocks .text-block .wrapper .text h3, .main.page-blocks .text-block #cookie-notice .cookie-notice-container .text h3, #cookie-notice .main.page-blocks .text-block .cookie-notice-container .text h3 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media (max-width: 480px) {
  .main.page-blocks .text-block .wrapper .text h3, .main.page-blocks .text-block #cookie-notice .cookie-notice-container .text h3, #cookie-notice .main.page-blocks .text-block .cookie-notice-container .text h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.main.page-blocks .text-block .wrapper .text h4, .main.page-blocks .text-block #cookie-notice .cookie-notice-container .text h4, #cookie-notice .main.page-blocks .text-block .cookie-notice-container .text h4 {
  color: #161616;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 480px) {
  .main.page-blocks .text-block .wrapper .text h4, .main.page-blocks .text-block #cookie-notice .cookie-notice-container .text h4, #cookie-notice .main.page-blocks .text-block .cookie-notice-container .text h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.main.page-blocks .text-block .wrapper .text p img, .main.page-blocks .text-block #cookie-notice .cookie-notice-container .text p img, #cookie-notice .main.page-blocks .text-block .cookie-notice-container .text p img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.main.page-blocks .text-block .wrapper .text p img.aligncenter, .main.page-blocks .text-block #cookie-notice .cookie-notice-container .text p img.aligncenter, #cookie-notice .main.page-blocks .text-block .cookie-notice-container .text p img.aligncenter {
  margin: 0 auto;
  display: block;
}
.main.page-blocks .text-block .wrapper .text a, .main.page-blocks .text-block #cookie-notice .cookie-notice-container .text a, #cookie-notice .main.page-blocks .text-block .cookie-notice-container .text a {
  color: #424242;
}
.main.page-blocks .text-2-columns-block .wrapper, .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 100px;
  padding: 0 63px;
}
.main.page-blocks .text-2-columns-block .wrapper.no-grid, .main.page-blocks .text-2-columns-block #cookie-notice .no-grid.cookie-notice-container, #cookie-notice .main.page-blocks .text-2-columns-block .no-grid.cookie-notice-container {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 0;
  display: block;
  grid-gap: 0;
}
@media (max-width: 1024px) {
  .main.page-blocks .text-2-columns-block .wrapper, .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container {
    padding: 0;
    grid-gap: 50px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .text-2-columns-block .wrapper, .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 40px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .text-2-columns-block .wrapper, .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container {
    grid-gap: 30px;
  }
}
.main.page-blocks .text-2-columns-block .wrapper h2.block-title, .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container h2.block-title, #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container h2.block-title {
  margin: 0 auto 45px;
  text-align: center;
}
.main.page-blocks .text-2-columns-block .wrapper .wrap-columns, .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container .wrap-columns, #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container .wrap-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 100px;
  padding: 0 63px;
}
@media (max-width: 1024px) {
  .main.page-blocks .text-2-columns-block .wrapper .wrap-columns, .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container .wrap-columns, #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container .wrap-columns {
    padding: 0;
    grid-gap: 50px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .text-2-columns-block .wrapper .wrap-columns, .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container .wrap-columns, #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container .wrap-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 40px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .text-2-columns-block .wrapper .wrap-columns, .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container .wrap-columns, #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container .wrap-columns {
    grid-gap: 30px;
  }
}
.main.page-blocks .text-2-columns-block .wrapper .column .text > *:nth-child(1), .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container .column .text > *:nth-child(1), #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container .column .text > *:nth-child(1) {
  margin-top: 0 !important;
}
.main.page-blocks .text-2-columns-block .wrapper .column .text > *:last-child, .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container .column .text > *:last-child, #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container .column .text > *:last-child {
  margin-bottom: 0 !important;
}
.main.page-blocks .text-2-columns-block .wrapper .column .text h3, .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container .column .text h3, #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container .column .text h3 {
  font-size: 44px;
  font-size: 2.75rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.11;
  margin: 40px 0 28px;
}
@media (max-width: 480px) {
  .main.page-blocks .text-2-columns-block .wrapper .column .text h3, .main.page-blocks .text-2-columns-block #cookie-notice .cookie-notice-container .column .text h3, #cookie-notice .main.page-blocks .text-2-columns-block .cookie-notice-container .column .text h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 30px 0 20px;
  }
}
.main.page-blocks .list-block .wrapper, .main.page-blocks .list-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .list-block .cookie-notice-container {
  padding: 0 63px;
}
@media (max-width: 768px) {
  .main.page-blocks .list-block .wrapper, .main.page-blocks .list-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .list-block .cookie-notice-container {
    padding: 0;
  }
}
.main.page-blocks .list-block .wrapper .wrap, .main.page-blocks .list-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .list-block .cookie-notice-container .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main.page-blocks .list-block .wrapper .wrap .single, .main.page-blocks .list-block #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice .main.page-blocks .list-block .cookie-notice-container .wrap .single {
  width: 48%;
  margin: 0 0 30px;
}
.main.page-blocks .list-block .wrapper .wrap .single h3, .main.page-blocks .list-block #cookie-notice .cookie-notice-container .wrap .single h3, #cookie-notice .main.page-blocks .list-block .cookie-notice-container .wrap .single h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.32;
  text-align: center;
  margin: 0 auto 15px;
  max-width: 80%;
}
.main.page-blocks .list-block .wrapper .wrap .single p, .main.page-blocks .list-block #cookie-notice .cookie-notice-container .wrap .single p, #cookie-notice .main.page-blocks .list-block .cookie-notice-container .wrap .single p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #161616;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.44;
  margin: 0;
  text-align: center;
}
.main.page-blocks .list-icons-block .wrapper, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container {
  padding: 0 63px;
}
@media (max-width: 1024px) {
  .main.page-blocks .list-icons-block .wrapper, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container {
    padding: 0;
  }
}
.main.page-blocks .list-icons-block .wrapper h2.margin-small, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container h2.margin-small, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container h2.margin-small {
  margin: 0 auto 15px;
}
.main.page-blocks .list-icons-block .wrapper h3.second-headline, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container h3.second-headline, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container h3.second-headline {
  text-align: center;
  font-size: 33px;
  font-size: 2.0625rem;
  color: #3278d4;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.3;
  margin: 0 auto 42px;
  max-width: 80%;
}
@media (max-width: 480px) {
  .main.page-blocks .list-icons-block .wrapper h3.second-headline, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container h3.second-headline, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container h3.second-headline {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 auto 25px;
  }
}
.main.page-blocks .list-icons-block .wrapper .text, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .text, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .text {
  text-align: center;
  margin: 20px 0 42px;
}
.main.page-blocks .list-icons-block .wrapper .wrap, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap {
  display: grid;
  grid-column-gap: 55px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-blocks .list-icons-block .wrapper .wrap, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .list-icons-block .wrapper .wrap, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-blocks .list-icons-block .wrapper .wrap .single, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap .single {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.main.page-blocks .list-icons-block .wrapper .wrap .single .number, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap .single .number, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap .single .number {
  width: 70px;
  height: 70px;
  background: #3278d4;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 22px 0 0;
}
@media (max-width: 1024px) {
  .main.page-blocks .list-icons-block .wrapper .wrap .single .number, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap .single .number, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap .single .number {
    width: 50px;
    height: 50px;
  }
}
.main.page-blocks .list-icons-block .wrapper .wrap .single .number span, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap .single .number span, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap .single .number span {
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  display: block;
  text-align: center;
}
.main.page-blocks .list-icons-block .wrapper .wrap .single img, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap .single img, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap .single img {
  width: 70px;
  height: auto;
  display: block;
  margin: 0 22px 0 0;
}
@media (max-width: 1024px) {
  .main.page-blocks .list-icons-block .wrapper .wrap .single img, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap .single img, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap .single img {
    width: 50px;
  }
}
.main.page-blocks .list-icons-block .wrapper .wrap .single .right, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap .single .right, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap .single .right {
  width: calc(100% - 92px);
}
.main.page-blocks .list-icons-block .wrapper .wrap .single .right h3, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap .single .right h3, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap .single .right h3 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.75;
  margin: 10px 0 25px;
}
@media (max-width: 1024px) {
  .main.page-blocks .list-icons-block .wrapper .wrap .single .right h3, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap .single .right h3, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap .single .right h3 {
    margin: 5px 0 20px;
  }
}
.main.page-blocks .list-icons-block .wrapper .wrap .single .right p, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap .single .right p, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap .single .right p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #424242;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.52;
  margin: 0;
}
.main.page-blocks .list-icons-block .wrapper .wrap .single .right p a, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .wrap .single .right p a, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .wrap .single .right p a {
  color: #424242;
}
.main.page-blocks .list-icons-block .wrapper .center-btn, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .center-btn, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .center-btn {
  margin: 48px auto 0;
}
.main.page-blocks .list-icons-block .wrapper .points-img, .main.page-blocks .list-icons-block #cookie-notice .cookie-notice-container .points-img, #cookie-notice .main.page-blocks .list-icons-block .cookie-notice-container .points-img {
  margin: 48px auto 0;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.main.page-blocks .list-icons-text-block .wrapper, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container {
  padding: 0 63px;
}
@media (max-width: 1024px) {
  .main.page-blocks .list-icons-text-block .wrapper, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container {
    padding: 0;
  }
}
.main.page-blocks .list-icons-text-block .wrapper h2.margin-small, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container h2.margin-small, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container h2.margin-small {
  margin: 0 auto 15px;
}
.main.page-blocks .list-icons-text-block .wrapper h3.second-headline, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container h3.second-headline, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container h3.second-headline {
  text-align: center;
  font-size: 33px;
  font-size: 2.0625rem;
  color: #e22319;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.3;
  margin: 0 auto 42px;
}
@media (max-width: 480px) {
  .main.page-blocks .list-icons-text-block .wrapper h3.second-headline, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container h3.second-headline, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container h3.second-headline {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 auto 25px;
  }
}
.main.page-blocks .list-icons-text-block .wrapper .text-1, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .text-1, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .text-1 {
  margin: 0 0 42px;
}
@media (max-width: 480px) {
  .main.page-blocks .list-icons-text-block .wrapper .text-1, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .text-1, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .text-1 {
    margin: 0 0 25px;
  }
}
.main.page-blocks .list-icons-text-block .wrapper .wrap, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .wrap {
  margin: 0 0 42px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .main.page-blocks .list-icons-text-block .wrapper .wrap, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .wrap {
    margin: 0 0 25px;
  }
}
.main.page-blocks .list-icons-text-block .wrapper .wrap .single, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .wrap .single {
  width: 33.3333333333%;
  margin: 0 0 25px;
}
@media (max-width: 1024px) {
  .main.page-blocks .list-icons-text-block .wrapper .wrap .single, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .wrap .single {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .list-icons-text-block .wrapper .wrap .single, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .wrap .single {
    width: 100%;
  }
}
.main.page-blocks .list-icons-text-block .wrapper .wrap .single .single-wrap, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .wrap .single .single-wrap {
  text-align: center;
  max-width: 312px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.main.page-blocks .list-icons-text-block .wrapper .wrap .single .single-wrap .top-part img, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap .top-part img, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .wrap .single .single-wrap .top-part img {
  height: 106px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main.page-blocks .list-icons-text-block .wrapper .wrap .single .single-wrap .top-part img, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap .top-part img, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .wrap .single .single-wrap .top-part img {
    height: 70px;
  }
}
.main.page-blocks .list-icons-text-block .wrapper .wrap .single .single-wrap .top-part h3, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap .top-part h3, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .wrap .single .single-wrap .top-part h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  text-align: center;
  margin: 15px 0 0;
}
.main.page-blocks .list-icons-text-block .wrapper .wrap .single .single-wrap .top-part .text, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap .top-part .text, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .wrap .single .single-wrap .top-part .text {
  margin: 15px 0 0;
  text-align: center;
}
.main.page-blocks .list-icons-text-block .wrapper .wrap .single .single-wrap .center-btn, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap .center-btn, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .wrap .single .single-wrap .center-btn {
  margin: 25px 0 0;
  text-align: center;
}
.main.page-blocks .list-icons-text-block .wrapper .wrap .single .single-wrap .center-btn .btn, .main.page-blocks .list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap .center-btn .btn, #cookie-notice .main.page-blocks .list-icons-text-block .cookie-notice-container .wrap .single .single-wrap .center-btn .btn {
  width: 80%;
  max-width: 250px;
}
.main.page-blocks .photo-block .wrapper.full-with, .main.page-blocks .photo-block #cookie-notice .full-with.cookie-notice-container, #cookie-notice .main.page-blocks .photo-block .full-with.cookie-notice-container {
  max-width: 100%;
  width: 100%;
}
.main.page-blocks .photo-block .wrapper img, .main.page-blocks .photo-block #cookie-notice .cookie-notice-container img, #cookie-notice .main.page-blocks .photo-block .cookie-notice-container img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 480px) {
  .main.page-blocks .photo-block .wrapper img.desktop-img, .main.page-blocks .photo-block #cookie-notice .cookie-notice-container img.desktop-img, #cookie-notice .main.page-blocks .photo-block .cookie-notice-container img.desktop-img {
    display: none;
  }
}
.main.page-blocks .photo-block .wrapper img.mobile-img, .main.page-blocks .photo-block #cookie-notice .cookie-notice-container img.mobile-img, #cookie-notice .main.page-blocks .photo-block .cookie-notice-container img.mobile-img {
  display: none;
}
@media (max-width: 480px) {
  .main.page-blocks .photo-block .wrapper img.mobile-img, .main.page-blocks .photo-block #cookie-notice .cookie-notice-container img.mobile-img, #cookie-notice .main.page-blocks .photo-block .cookie-notice-container img.mobile-img {
    display: block;
  }
}
.main.page-blocks .photo-text-block {
  height: 500px;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-text-block {
    height: 325px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .photo-text-block {
    height: 270px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .photo-text-block {
    height: 190px;
  }
}
.main.page-blocks .photo-text-block.text-black * {
  color: #161616 !important;
}
.main.page-blocks .photo-text-block.text-white * {
  color: #ffffff !important;
}
.main.page-blocks .photo-text-block.text-blue * {
  color: #3278d4 !important;
}
.main.page-blocks .photo-text-block.text-red * {
  color: #e22319 !important;
}
.main.page-blocks .photo-text-block.text-grey * {
  color: #d7d6d0 !important;
}
.main.page-blocks .photo-text-block .wrapper, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 63px;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-text-block .wrapper, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container {
    padding: 0;
  }
}
.main.page-blocks .photo-text-block .wrapper h1, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container h1, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container h1 {
  padding: 0 0 0 48px;
  font-size: 83px;
  font-size: 5.1875rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1680px) {
  .main.page-blocks .photo-text-block .wrapper h1, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container h1, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container h1 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media (max-width: 1440px) {
  .main.page-blocks .photo-text-block .wrapper h1, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container h1, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container h1 {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-text-block .wrapper h1, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container h1, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container h1 {
    margin: 0 0 40px;
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .photo-text-block .wrapper h1, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container h1, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container h1 {
    margin: 0 0 20px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .photo-text-block .wrapper h1, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container h1, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.main.page-blocks .photo-text-block .wrapper h2, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container h2 {
  padding: 0 0 0 48px;
  font-size: 62px;
  font-size: 3.875rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  margin: 0;
  max-width: 600px;
}
@media (max-width: 1440px) {
  .main.page-blocks .photo-text-block .wrapper h2, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container h2 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-text-block .wrapper h2, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .photo-text-block .wrapper h2, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .photo-text-block .wrapper h2, .main.page-blocks .photo-text-block #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-blocks .photo-text-block .cookie-notice-container h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.main.page-blocks .photo-list-block {
  padding: 90px 0 90px;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-list-block {
    padding: 60px 0 60px;
  }
}
.main.page-blocks .photo-list-block.with-icons .wrapper, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container {
  padding: 0;
}
.main.page-blocks .photo-list-block.with-icons .wrapper .top, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .top, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .top {
  width: 100%;
}
.main.page-blocks .photo-list-block.with-icons .wrapper .top .second-headline, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .top .second-headline, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .top .second-headline {
  font-size: 42px;
  font-size: 2.625rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-list-block.with-icons .wrapper .top .second-headline, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .top .second-headline, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .top .second-headline {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .photo-list-block.with-icons .wrapper .top .second-headline, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .top .second-headline, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .top .second-headline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.main.page-blocks .photo-list-block.with-icons .wrapper .right, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right {
  padding: 0 63px 0 83px;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-list-block.with-icons .wrapper .right, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .photo-list-block.with-icons .wrapper .right, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right {
    margin: 40px 0 0;
    padding: 0;
  }
}
.main.page-blocks .photo-list-block.with-icons .wrapper .right .single, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right .single, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right .single {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-list-block.with-icons .wrapper .right .single, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right .single, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right .single {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .photo-list-block.with-icons .wrapper .right .single, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right .single, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right .single {
    align-items: center;
  }
}
.main.page-blocks .photo-list-block.with-icons .wrapper .right .single img, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right .single img, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right .single img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 45px 0 0;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-list-block.with-icons .wrapper .right .single img, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right .single img, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right .single img {
    margin: 0 30px 0 0;
    width: 70px;
  }
}
.main.page-blocks .photo-list-block.with-icons .wrapper .right .single .side, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right .single .side, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right .single .side {
  width: calc(100% - 145px);
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-list-block.with-icons .wrapper .right .single .side, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right .single .side, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right .single .side {
    width: calc(100% - 130px);
  }
}
.main.page-blocks .photo-list-block.with-icons .wrapper .right .single .side h3, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right .single .side h3, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right .single .side h3 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-list-block.with-icons .wrapper .right .single .side h3, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right .single .side h3, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right .single .side h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .photo-list-block.with-icons .wrapper .right .single .side h3, .main.page-blocks .photo-list-block.with-icons #cookie-notice .cookie-notice-container .right .single .side h3, #cookie-notice .main.page-blocks .photo-list-block.with-icons .cookie-notice-container .right .single .side h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.main.page-blocks .photo-list-block .wrapper, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container {
  padding: 0 63px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-list-block .wrapper, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container {
    padding: 0;
  }
}
.main.page-blocks .photo-list-block .wrapper .left, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container .left {
  width: 50%;
}
@media (max-width: 768px) {
  .main.page-blocks .photo-list-block .wrapper .left, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container .left {
    width: 100%;
  }
}
.main.page-blocks .photo-list-block .wrapper .left img, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container .left img, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container .left img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.main.page-blocks .photo-list-block .wrapper .right, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container .right, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container .right {
  width: 50%;
  padding: 0 0 0 100px;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-list-block .wrapper .right, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container .right, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container .right {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .photo-list-block .wrapper .right, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container .right, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container .right {
    width: 100%;
    padding: 30px 0 0;
  }
}
.main.page-blocks .photo-list-block .wrapper .right .single, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container .right .single, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container .right .single {
  margin: 0 0 35px;
}
.main.page-blocks .photo-list-block .wrapper .right .single:last-of-type, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container .right .single:last-of-type, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container .right .single:last-of-type {
  margin: 0;
}
.main.page-blocks .photo-list-block .wrapper .right .single h3, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container .right .single h3, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container .right .single h3 {
  font-size: 44px;
  font-size: 2.75rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  margin: 0 0 15px;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-list-block .wrapper .right .single h3, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container .right .single h3, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container .right .single h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .photo-list-block .wrapper .right .single h3, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container .right .single h3, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container .right .single h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.main.page-blocks .photo-list-block .wrapper .right .single p, .main.page-blocks .photo-list-block #cookie-notice .cookie-notice-container .right .single p, #cookie-notice .main.page-blocks .photo-list-block .cookie-notice-container .right .single p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #424242;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.52;
  margin: 0;
}
.main.page-blocks .photo-text-2-block.line-top:before {
  content: "";
  display: block;
  margin: 0 auto 90px;
  width: 80%;
  max-width: 320px;
  height: 2px;
  background: #d7d6d0;
}
.main.page-blocks .photo-text-2-block.line-bottom:after {
  content: "";
  display: block;
  margin: 90px auto 0;
  width: 80%;
  max-width: 320px;
  height: 2px;
  background: #d7d6d0;
}
.main.page-blocks .photo-text-2-block.smaller .wrapper .wrap .photo, .main.page-blocks .photo-text-2-block.smaller #cookie-notice .cookie-notice-container .wrap .photo, #cookie-notice .main.page-blocks .photo-text-2-block.smaller .cookie-notice-container .wrap .photo {
  width: calc(33% - 35px);
}
@media (max-width: 768px) {
  .main.page-blocks .photo-text-2-block.smaller .wrapper .wrap .photo, .main.page-blocks .photo-text-2-block.smaller #cookie-notice .cookie-notice-container .wrap .photo, #cookie-notice .main.page-blocks .photo-text-2-block.smaller .cookie-notice-container .wrap .photo {
    width: 100%;
  }
}
.main.page-blocks .photo-text-2-block.smaller .wrapper .wrap .text, .main.page-blocks .photo-text-2-block.smaller #cookie-notice .cookie-notice-container .wrap .text, #cookie-notice .main.page-blocks .photo-text-2-block.smaller .cookie-notice-container .wrap .text {
  width: calc(67% - 35px);
}
@media (max-width: 768px) {
  .main.page-blocks .photo-text-2-block.smaller .wrapper .wrap .text, .main.page-blocks .photo-text-2-block.smaller #cookie-notice .cookie-notice-container .wrap .text, #cookie-notice .main.page-blocks .photo-text-2-block.smaller .cookie-notice-container .wrap .text {
    width: 100%;
  }
}
.main.page-blocks .photo-text-2-block.smaller .wrapper .wrap .text .btn, .main.page-blocks .photo-text-2-block.smaller #cookie-notice .cookie-notice-container .wrap .text .btn, #cookie-notice .main.page-blocks .photo-text-2-block.smaller .cookie-notice-container .wrap .text .btn {
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  width: calc(100% - 40px);
  max-width: 205px;
  border: 2px solid #161616;
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  margin: 32px 0 0;
}
.main.page-blocks .photo-text-2-block.photo-right .wrapper .wrap .photo, .main.page-blocks .photo-text-2-block.photo-right #cookie-notice .cookie-notice-container .wrap .photo, #cookie-notice .main.page-blocks .photo-text-2-block.photo-right .cookie-notice-container .wrap .photo {
  order: 2;
}
@media (max-width: 768px) {
  .main.page-blocks .photo-text-2-block.photo-right .wrapper .wrap .photo, .main.page-blocks .photo-text-2-block.photo-right #cookie-notice .cookie-notice-container .wrap .photo, #cookie-notice .main.page-blocks .photo-text-2-block.photo-right .cookie-notice-container .wrap .photo {
    width: 100%;
    order: 1;
  }
}
.main.page-blocks .photo-text-2-block.photo-right .wrapper .wrap .text, .main.page-blocks .photo-text-2-block.photo-right #cookie-notice .cookie-notice-container .wrap .text, #cookie-notice .main.page-blocks .photo-text-2-block.photo-right .cookie-notice-container .wrap .text {
  order: 1;
}
@media (max-width: 768px) {
  .main.page-blocks .photo-text-2-block.photo-right .wrapper .wrap .text, .main.page-blocks .photo-text-2-block.photo-right #cookie-notice .cookie-notice-container .wrap .text, #cookie-notice .main.page-blocks .photo-text-2-block.photo-right .cookie-notice-container .wrap .text {
    order: 2;
  }
}
.main.page-blocks .photo-text-2-block .wrapper h3, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container h3, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container h3 {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  color: #3278d4;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.3;
  margin: 0 auto 42px;
  max-width: 80%;
}
@media (max-width: 480px) {
  .main.page-blocks .photo-text-2-block .wrapper h3, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container h3, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 auto 25px;
  }
}
.main.page-blocks .photo-text-2-block .wrapper .wrap, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main.page-blocks .photo-text-2-block .wrapper .wrap, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container .wrap {
    flex-direction: column;
  }
}
.main.page-blocks .photo-text-2-block .wrapper .wrap .photo, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container .wrap .photo, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container .wrap .photo {
  order: 1;
  width: calc(50% - 35px);
}
@media (max-width: 768px) {
  .main.page-blocks .photo-text-2-block .wrapper .wrap .photo, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container .wrap .photo, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container .wrap .photo {
    width: 100%;
    margin: 0 auto 32px;
  }
}
.main.page-blocks .photo-text-2-block .wrapper .wrap .photo img, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container .wrap .photo img, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container .wrap .photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .main.page-blocks .photo-text-2-block .wrapper .wrap .photo img, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container .wrap .photo img, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container .wrap .photo img {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
}
.main.page-blocks .photo-text-2-block .wrapper .wrap .text, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container .wrap .text, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container .wrap .text {
  order: 2;
  width: calc(50% - 35px);
}
@media (max-width: 768px) {
  .main.page-blocks .photo-text-2-block .wrapper .wrap .text, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container .wrap .text, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container .wrap .text {
    width: 100%;
    text-align: center;
  }
}
.main.page-blocks .photo-text-2-block .wrapper .wrap .text h4, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container .wrap .text h4, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container .wrap .text h4 {
  color: #161616;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 480px) {
  .main.page-blocks .photo-text-2-block .wrapper .wrap .text h4, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container .wrap .text h4, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container .wrap .text h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.main.page-blocks .photo-text-2-block .wrapper .wrap .text .btn, .main.page-blocks .photo-text-2-block #cookie-notice .cookie-notice-container .wrap .text .btn, #cookie-notice .main.page-blocks .photo-text-2-block .cookie-notice-container .wrap .text .btn {
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  width: calc(100% - 40px);
  max-width: 205px;
  border: 2px solid #161616;
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  margin: 32px 0 0;
}
.main.page-blocks .photo-carousel-block {
  padding: 80px 0 100px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-carousel-block {
    padding: 60px 0 80px;
  }
}
.main.page-blocks .photo-carousel-block .photo-carousel .single:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 96%;
}
.main.page-blocks .photo-carousel-block .photo-carousel .owl-dots {
  bottom: -40px;
}
.main.page-blocks .photo-text-carousel-block .single {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .main.page-blocks .photo-text-carousel-block .single {
    flex-wrap: wrap;
  }
}
.main.page-blocks .photo-text-carousel-block .single.photo-right .photo {
  order: 2;
}
@media (max-width: 480px) {
  .main.page-blocks .photo-text-carousel-block .single.photo-right .photo {
    order: 1;
  }
}
.main.page-blocks .photo-text-carousel-block .single.photo-right .text {
  order: 1;
}
@media (max-width: 480px) {
  .main.page-blocks .photo-text-carousel-block .single.photo-right .text {
    order: 2;
  }
}
.main.page-blocks .photo-text-carousel-block .single .photo {
  order: 1;
  width: calc(50% - 35px);
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .main.page-blocks .photo-text-carousel-block .single .photo {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.main.page-blocks .photo-text-carousel-block .single .photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
  display: block;
}
.main.page-blocks .photo-text-carousel-block .single .text {
  order: 2;
  width: calc(50% - 35px);
}
@media (max-width: 480px) {
  .main.page-blocks .photo-text-carousel-block .single .text {
    width: 100%;
  }
}
.main.page-blocks .photo-text-carousel-block .owl-dots {
  bottom: -40px;
}
.main.page-blocks .photo-list-headlines-block .wrapper, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container {
  padding: 0 63px;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-list-headlines-block .wrapper, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container {
    padding: 0;
  }
}
.main.page-blocks .photo-list-headlines-block .wrapper .text, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .text, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .text {
  margin: 0 0 60px;
}
.main.page-blocks .photo-list-headlines-block .wrapper .wrap, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .main.page-blocks .photo-list-headlines-block .wrapper .wrap, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap {
    flex-direction: column;
  }
}
.main.page-blocks .photo-list-headlines-block .wrapper .wrap .single, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single {
  width: 100%;
  max-width: 30%;
  margin: 0 5% 0 0;
  text-decoration: none;
  display: inline-block;
}
.main.page-blocks .photo-list-headlines-block .wrapper .wrap .single:last-of-type, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single:last-of-type, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single:last-of-type {
  margin: 0;
}
@media (max-width: 768px) {
  .main.page-blocks .photo-list-headlines-block .wrapper .wrap .single, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single {
    margin: 0 auto 50px;
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .photo-list-headlines-block .wrapper .wrap .single:last-of-type, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single:last-of-type, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single:last-of-type {
    margin: 0 auto;
  }
}
.main.page-blocks .photo-list-headlines-block .wrapper .wrap .single .photo, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single .photo, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single .photo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 28px;
  height: 365px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .main.page-blocks .photo-list-headlines-block .wrapper .wrap .single .photo, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single .photo, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single .photo {
    height: 300px;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-list-headlines-block .wrapper .wrap .single .photo, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single .photo, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single .photo {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .photo-list-headlines-block .wrapper .wrap .single .photo, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single .photo, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single .photo {
    height: auto;
  }
}
.main.page-blocks .photo-list-headlines-block .wrapper .wrap .single .photo img, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single .photo img, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single .photo img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.main.page-blocks .photo-list-headlines-block .wrapper .wrap .single span, .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single span, #cookie-notice .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single span {
  display: block;
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.32;
}
.main.page-blocks .video-block .wrapper, .main.page-blocks .video-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .video-block .cookie-notice-container {
  padding: 0 63px;
}
@media (max-width: 1024px) {
  .main.page-blocks .video-block .wrapper, .main.page-blocks .video-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .video-block .cookie-notice-container {
    padding: 0;
  }
}
.main.page-blocks .video-block .wrapper .text, .main.page-blocks .video-block #cookie-notice .cookie-notice-container .text, #cookie-notice .main.page-blocks .video-block .cookie-notice-container .text {
  margin: 0 auto 60px;
  max-width: 640px;
  width: 100%;
  text-align: center;
}
.main.page-blocks .logos-block .wrapper, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container {
  padding: 0 63px;
}
@media (max-width: 1024px) {
  .main.page-blocks .logos-block .wrapper, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container {
    padding: 0;
  }
}
.main.page-blocks .logos-block .wrapper .border-wrap, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap {
  padding: 63px 63px;
  border: 1px solid #161616;
}
@media (max-width: 768px) {
  .main.page-blocks .logos-block .wrapper .border-wrap, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap {
    padding: 40px 40px;
  }
}
.main.page-blocks .logos-block .wrapper .border-wrap h3.second-headline, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap h3.second-headline, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap h3.second-headline {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.3;
  margin: 0 auto 42px;
  max-width: 80%;
}
@media (max-width: 480px) {
  .main.page-blocks .logos-block .wrapper .border-wrap h3.second-headline, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap h3.second-headline, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap h3.second-headline {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 auto 25px;
  }
}
.main.page-blocks .logos-block .wrapper .border-wrap .additional-text, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap .additional-text, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap .additional-text {
  margin: 0 auto 42px;
  max-width: 768px;
}
.main.page-blocks .logos-block .wrapper .border-wrap .wrap, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap .wrap, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 50px;
}
@media (max-width: 1024px) {
  .main.page-blocks .logos-block .wrapper .border-wrap .wrap, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap .wrap, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap .wrap {
    grid-gap: 25px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .logos-block .wrapper .border-wrap .wrap, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap .wrap, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 50px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .logos-block .wrapper .border-wrap .wrap, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap .wrap, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap .wrap {
    grid-gap: 30px;
  }
}
@media (max-width: 360px) {
  .main.page-blocks .logos-block .wrapper .border-wrap .wrap, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap .wrap, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px;
  }
}
.main.page-blocks .logos-block .wrapper .border-wrap .wrap .single, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap .wrap .single, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap .wrap .single {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main.page-blocks .logos-block .wrapper .border-wrap .wrap .single a, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap .wrap .single a, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap .wrap .single a {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .main.page-blocks .logos-block .wrapper .border-wrap .wrap .single a, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap .wrap .single a, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap .wrap .single a {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .logos-block .wrapper .border-wrap .wrap .single a, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap .wrap .single a, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap .wrap .single a {
    width: 100%;
  }
}
.main.page-blocks .logos-block .wrapper .border-wrap .wrap .single a img, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap .wrap .single a img, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap .wrap .single a img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 360px) {
  .main.page-blocks .logos-block .wrapper .border-wrap .wrap .single a img, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .border-wrap .wrap .single a img, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .border-wrap .wrap .single a img {
    margin: 0 auto;
    max-width: 180px;
  }
}
.main.page-blocks .logos-block .wrapper .center-btn, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .center-btn, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .center-btn {
  text-align: center;
  margin: 50px 0 0;
}
.main.page-blocks .logos-block .wrapper .center-btn .btn, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .center-btn .btn, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .center-btn .btn {
  padding: 19px 19px;
  background: #3278d4;
  font-size: 28px;
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  text-align: center;
  border: 2px solid #3278d4;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main.page-blocks .logos-block .wrapper .center-btn .btn:hover, .main.page-blocks .logos-block #cookie-notice .cookie-notice-container .center-btn .btn:hover, #cookie-notice .main.page-blocks .logos-block .cookie-notice-container .center-btn .btn:hover {
  background: transparent;
  color: #3278d4;
}
.main.page-blocks .quote-block .wrapper .wrap, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap {
  padding: 50px 75px;
  border: 1px #000000 solid;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .main.page-blocks .quote-block .wrapper .wrap, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap {
    flex-direction: column;
    align-items: center;
    padding: 40px 60px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .quote-block .wrapper .wrap, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap {
    padding: 30px 40px;
  }
}
.main.page-blocks .quote-block .wrapper .wrap .left, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .left, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .left {
  width: 316px;
}
@media (max-width: 1024px) {
  .main.page-blocks .quote-block .wrapper .wrap .left, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .left, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .left {
    max-width: 316px;
    width: 100%;
  }
}
.main.page-blocks .quote-block .wrapper .wrap .left:after, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .left:after, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .left:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 103%;
}
.main.page-blocks .quote-block .wrapper .wrap .right, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .right, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .right {
  width: calc(100% - 376px);
  padding: 35px 0 0 60px;
}
@media (max-width: 1024px) {
  .main.page-blocks .quote-block .wrapper .wrap .right, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .right, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .right {
    width: 100%;
    padding: 0;
  }
}
.main.page-blocks .quote-block .wrapper .wrap .right .text, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .right .text, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .right .text {
  max-width: 727px;
  width: 100%;
}
@media (max-width: 1024px) {
  .main.page-blocks .quote-block .wrapper .wrap .right .text, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .right .text, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .right .text {
    margin: 45px auto 0;
    max-width: inherit;
  }
}
.main.page-blocks .quote-block .wrapper .wrap .right .text p, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .right .text p, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .right .text p {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  font-style: italic;
}
@media (max-width: 1024px) {
  .main.page-blocks .quote-block .wrapper .wrap .right .text p, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .right .text p, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .right .text p {
    text-align: center;
  }
}
.main.page-blocks .quote-block .wrapper .wrap .right .author, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .right .author, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .right .author {
  margin: 45px 0 0 0;
}
@media (max-width: 1024px) {
  .main.page-blocks .quote-block .wrapper .wrap .right .author, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .right .author, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .right .author {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.main.page-blocks .quote-block .wrapper .wrap .right .author span, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .right .author span, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .right .author span {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.8;
  margin: 17px 0 0 0 0;
  display: block;
}
.main.page-blocks .quote-block .wrapper .wrap .right .author span:first-of-type, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .right .author span:first-of-type, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .right .author span:first-of-type {
  margin: 0;
}
.main.page-blocks .quote-block .wrapper .wrap .right .author span.bold, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .right .author span.bold, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .right .author span.bold {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .main.page-blocks .quote-block .wrapper .wrap .right .author span, .main.page-blocks .quote-block #cookie-notice .cookie-notice-container .wrap .right .author span, #cookie-notice .main.page-blocks .quote-block .cookie-notice-container .wrap .right .author span {
    text-align: center;
  }
}
.main.page-blocks .icons-grid-block .wrapper .text p, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .text p, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .text p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #424242;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1px;
  text-align: center;
}
.main.page-blocks .icons-grid-block .wrapper .grid-4, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 45px;
  max-width: 820px;
  width: 100%;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .main.page-blocks .icons-grid-block .wrapper .grid-4, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .icons-grid-block .wrapper .grid-4, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-blocks .icons-grid-block .wrapper .grid-4.style-2, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4.style-2, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4.style-2 {
  max-width: 100%;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
}
@media (max-width: 1024px) {
  .main.page-blocks .icons-grid-block .wrapper .grid-4.style-2, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4.style-2, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4.style-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .main.page-blocks .icons-grid-block .wrapper .grid-4.style-2, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4.style-2, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4.style-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-blocks .icons-grid-block .wrapper .grid-4.style-2, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4.style-2, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4.style-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 30px;
  }
}
.main.page-blocks .icons-grid-block .wrapper .grid-4.style-2 .single, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4.style-2 .single, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4.style-2 .single {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main.page-blocks .icons-grid-block .wrapper .grid-4.style-2 .single img, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4.style-2 .single img, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4.style-2 .single img {
  max-width: 86px;
  margin: 0 20px 0 0;
}
.main.page-blocks .icons-grid-block .wrapper .grid-4.style-2 .single span, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4.style-2 .single span, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4.style-2 .single span {
  width: calc(100% - 106px);
  margin: 0;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
}
.main.page-blocks .icons-grid-block .wrapper .grid-4 .single, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4 .single, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4 .single {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main.page-blocks .icons-grid-block .wrapper .grid-4 .single img, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4 .single img, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4 .single img {
  max-width: 110px;
  width: 100%;
  height: auto;
}
.main.page-blocks .icons-grid-block .wrapper .grid-4 .single span, .main.page-blocks .icons-grid-block #cookie-notice .cookie-notice-container .grid-4 .single span, #cookie-notice .main.page-blocks .icons-grid-block .cookie-notice-container .grid-4 .single span {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #424242;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  display: block;
  margin: 15px 0 0 0;
  text-align: center;
}
.main.page-blocks .photo-icon-grid-block .wrapper h2.small, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container h2.small, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container h2.small {
  max-width: 692px;
  width: 100%;
}
.main.page-blocks .photo-icon-grid-block .wrapper h4, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container h4, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #3278d4;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.main.page-blocks .photo-icon-grid-block .wrapper .text.desc, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .text.desc, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .text.desc {
  max-width: 1090px;
  width: 100%;
  margin: 35px auto 0;
  text-align: center;
}
.main.page-blocks .photo-icon-grid-block .wrapper .grid-3, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .grid-3, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
  max-width: 1030px;
  width: 100%;
  margin: 75px auto 0;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-icon-grid-block .wrapper .grid-3, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .grid-3, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 40px;
  }
}
.main.page-blocks .photo-icon-grid-block .wrapper .grid-3 .single, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .grid-3 .single, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .grid-3 .single {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main.page-blocks .photo-icon-grid-block .wrapper .grid-3 .single .product-wrap .top-product-text, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .grid-3 .single .product-wrap .top-product-text, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .grid-3 .single .product-wrap .top-product-text {
  font-weight: 400;
  margin: 0 0 24px;
  text-align: center;
  display: block;
}
.main.page-blocks .photo-icon-grid-block .wrapper .grid-3 .single .product-wrap .wrap .photo, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .grid-3 .single .product-wrap .wrap .photo, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .grid-3 .single .product-wrap .wrap .photo {
  width: 100%;
}
@media (max-width: 480px) {
  .main.page-blocks .photo-icon-grid-block .wrapper .grid-3 .single .product-wrap .wrap .photo, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .grid-3 .single .product-wrap .wrap .photo, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .grid-3 .single .product-wrap .wrap .photo {
    max-width: 280px;
  }
}
.main.page-blocks .photo-icon-grid-block .wrapper .grid-3 .single .product-wrap .icon, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .grid-3 .single .product-wrap .icon, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .grid-3 .single .product-wrap .icon {
  max-width: 110px;
  width: 100%;
  height: auto;
  margin: 55px 0 0 0;
}
.main.page-blocks .photo-icon-grid-block .wrapper .grid-3 .single .product-wrap span, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .grid-3 .single .product-wrap span, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .grid-3 .single .product-wrap span {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #424242;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  display: block;
  margin: 15px 0 0 0;
}
.main.page-blocks .photo-icon-grid-block .wrapper .grid-3 .single .product-wrap .text, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .grid-3 .single .product-wrap .text, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .grid-3 .single .product-wrap .text {
  text-align: center;
  padding: 0 20px;
  margin: 40px 0 0 0;
}
@media (max-width: 1024px) {
  .main.page-blocks .photo-icon-grid-block .wrapper .grid-3 .single .product-wrap .text, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .grid-3 .single .product-wrap .text, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .grid-3 .single .product-wrap .text {
    max-width: 700px;
    width: 100%;
  }
}
.main.page-blocks .photo-icon-grid-block .wrapper .grid-3 .single .product-wrap .text p, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .grid-3 .single .product-wrap .text p, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .grid-3 .single .product-wrap .text p {
  text-align: center;
}
.main.page-blocks .photo-icon-grid-block .wrapper .grid-3 .single .btn, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .grid-3 .single .btn, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .grid-3 .single .btn {
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  width: calc(100% - 40px);
  max-width: 205px;
  border: 2px solid #161616;
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  margin: 32px 0 0;
}
.main.page-blocks .photo-icon-grid-block .wrapper .text.bottom-desc, .main.page-blocks .photo-icon-grid-block #cookie-notice .cookie-notice-container .text.bottom-desc, #cookie-notice .main.page-blocks .photo-icon-grid-block .cookie-notice-container .text.bottom-desc {
  margin: 48px 0 0;
}
.main.page-blocks .services-list-block .wrapper .services-list .single, .main.page-blocks .services-list-block #cookie-notice .cookie-notice-container .services-list .single, #cookie-notice .main.page-blocks .services-list-block .cookie-notice-container .services-list .single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 45px;
}
@media (max-width: 768px) {
  .main.page-blocks .services-list-block .wrapper .services-list .single, .main.page-blocks .services-list-block #cookie-notice .cookie-notice-container .services-list .single, #cookie-notice .main.page-blocks .services-list-block .cookie-notice-container .services-list .single {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.main.page-blocks .services-list-block .wrapper .services-list .single:last-of-type, .main.page-blocks .services-list-block #cookie-notice .cookie-notice-container .services-list .single:last-of-type, #cookie-notice .main.page-blocks .services-list-block .cookie-notice-container .services-list .single:last-of-type {
  margin: 0;
}
.main.page-blocks .services-list-block .wrapper .services-list .single .photo, .main.page-blocks .services-list-block #cookie-notice .cookie-notice-container .services-list .single .photo, #cookie-notice .main.page-blocks .services-list-block .cookie-notice-container .services-list .single .photo {
  width: calc(40% - 35px);
}
@media (max-width: 768px) {
  .main.page-blocks .services-list-block .wrapper .services-list .single .photo, .main.page-blocks .services-list-block #cookie-notice .cookie-notice-container .services-list .single .photo, #cookie-notice .main.page-blocks .services-list-block .cookie-notice-container .services-list .single .photo {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 32px;
  }
}
.main.page-blocks .services-list-block .wrapper .services-list .single .photo img, .main.page-blocks .services-list-block #cookie-notice .cookie-notice-container .services-list .single .photo img, #cookie-notice .main.page-blocks .services-list-block .cookie-notice-container .services-list .single .photo img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.main.page-blocks .services-list-block .wrapper .services-list .single .text-wrap, .main.page-blocks .services-list-block #cookie-notice .cookie-notice-container .services-list .single .text-wrap, #cookie-notice .main.page-blocks .services-list-block .cookie-notice-container .services-list .single .text-wrap {
  width: calc(60% - 35px);
}
@media (max-width: 768px) {
  .main.page-blocks .services-list-block .wrapper .services-list .single .text-wrap, .main.page-blocks .services-list-block #cookie-notice .cookie-notice-container .services-list .single .text-wrap, #cookie-notice .main.page-blocks .services-list-block .cookie-notice-container .services-list .single .text-wrap {
    width: 100%;
    text-align: center;
  }
}
.main.page-blocks .services-list-block .wrapper .services-list .single .text-wrap h4, .main.page-blocks .services-list-block #cookie-notice .cookie-notice-container .services-list .single .text-wrap h4, #cookie-notice .main.page-blocks .services-list-block .cookie-notice-container .services-list .single .text-wrap h4 {
  margin-top: 0;
}
.main.page-blocks .services-list-block .wrapper .services-list .single .text-wrap .btn, .main.page-blocks .services-list-block #cookie-notice .cookie-notice-container .services-list .single .text-wrap .btn, #cookie-notice .main.page-blocks .services-list-block .cookie-notice-container .services-list .single .text-wrap .btn {
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  width: calc(100% - 40px);
  max-width: 205px;
  border: 2px solid #161616;
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  margin: 32px 0 0;
}
.main.page-blocks .services-list-block .wrapper .description, .main.page-blocks .services-list-block #cookie-notice .cookie-notice-container .description, #cookie-notice .main.page-blocks .services-list-block .cookie-notice-container .description {
  margin: 45px auto 0;
}
.main.page-blocks .services-list-block .wrapper .description a, .main.page-blocks .services-list-block #cookie-notice .cookie-notice-container .description a, #cookie-notice .main.page-blocks .services-list-block .cookie-notice-container .description a {
  color: #161616;
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-blocks .zoom-photos-block .wrapper .photo-columns, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 80px;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .zoom-photos-block .wrapper .photo-columns .column, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column {
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
  }
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column h4, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column h4, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column h4 {
  text-align: center;
  margin: 0 0 40px;
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .main-photo, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .main-photo, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .main-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
  position: relative;
}
@media (max-width: 1024px) {
  .main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .main-photo, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .main-photo, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .main-photo {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .main-photo, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .main-photo, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .main-photo {
    height: 250px;
  }
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .main-photo:after, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .main-photo:after, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .main-photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .main-photo img, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .main-photo img, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .main-photo img {
  width: auto;
  height: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .other-photos, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .other-photos, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .other-photos {
  display: flex;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .other-photos, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .other-photos, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .other-photos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 0;
    max-width: 300px;
    margin: 30px auto;
  }
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .other-photos .single-small-photo, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .other-photos .single-small-photo, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .other-photos .single-small-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  padding: 20px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .other-photos .single-small-photo, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .other-photos .single-small-photo, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .other-photos .single-small-photo {
    width: 100px;
    padding: 15px;
  }
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .other-photos .single-small-photo.active, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .other-photos .single-small-photo.active, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .other-photos .single-small-photo.active {
  opacity: 0.8;
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .other-photos .single-small-photo:nth-of-type(4n + 1), .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .other-photos .single-small-photo:nth-of-type(4n + 1), #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .other-photos .single-small-photo:nth-of-type(4n + 1) {
  background: #ef4186;
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .other-photos .single-small-photo:nth-of-type(4n + 2), .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .other-photos .single-small-photo:nth-of-type(4n + 2), #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .other-photos .single-small-photo:nth-of-type(4n + 2) {
  background: #3e8cdc;
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .other-photos .single-small-photo:nth-of-type(4n + 3), .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .other-photos .single-small-photo:nth-of-type(4n + 3), #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .other-photos .single-small-photo:nth-of-type(4n + 3) {
  background: #46c7e0;
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .other-photos .single-small-photo:nth-of-type(4n + 4), .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .other-photos .single-small-photo:nth-of-type(4n + 4), #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .other-photos .single-small-photo:nth-of-type(4n + 4) {
  background: #e0140a;
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .other-photos .single-small-photo:after, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .other-photos .single-small-photo:after, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .other-photos .single-small-photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .other-photos .single-small-photo img, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .other-photos .single-small-photo img, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .other-photos .single-small-photo img {
  width: auto;
  height: auto;
  display: block;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  position: absolute;
}
@media (max-width: 1024px) {
  .main.page-blocks .zoom-photos-block .wrapper .photo-columns .column .other-photos .single-small-photo img, .main.page-blocks .zoom-photos-block #cookie-notice .cookie-notice-container .photo-columns .column .other-photos .single-small-photo img, #cookie-notice .main.page-blocks .zoom-photos-block .cookie-notice-container .photo-columns .column .other-photos .single-small-photo img {
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
  }
}
.main.page-blocks .products-columns-3 .wrapper h2, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container h2 {
  font-size: 32px;
  font-size: 2rem;
}
.main.page-blocks .products-columns-3 .wrapper .section-desc, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .section-desc, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .section-desc {
  margin: 32px 0 32px;
}
.main.page-blocks .products-columns-3 .wrapper .products, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products {
  display: grid;
}
.main.page-blocks .products-columns-3 .wrapper .products.grid-3, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products.grid-3, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 100px;
}
@media (max-width: 1024px) {
  .main.page-blocks .products-columns-3 .wrapper .products.grid-3, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products.grid-3, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products.grid-3 {
    grid-gap: 50px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .products-columns-3 .wrapper .products.grid-3, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products.grid-3, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products.grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-blocks .products-columns-3 .wrapper .products.grid-2, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products.grid-2, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 100px;
}
@media (max-width: 1024px) {
  .main.page-blocks .products-columns-3 .wrapper .products.grid-2, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products.grid-2, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products.grid-2 {
    grid-gap: 50px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .products-columns-3 .wrapper .products.grid-2, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products.grid-2, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products.grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-blocks .products-columns-3 .wrapper .products.grid-2 .single .photo-wrap, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products.grid-2 .single .photo-wrap, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products.grid-2 .single .photo-wrap {
  width: 80%;
  margin: 0 auto 30px;
}
.main.page-blocks .products-columns-3 .wrapper .products.grid-2 .single .photo-wrap:after, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products.grid-2 .single .photo-wrap:after, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products.grid-2 .single .photo-wrap:after {
  padding-top: 70%;
}
.main.page-blocks .products-columns-3 .wrapper .products .single, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products .single, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products .single {
  padding: 0 0 76px;
  position: relative;
}
@media (max-width: 768px) {
  .main.page-blocks .products-columns-3 .wrapper .products .single, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products .single, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products .single {
    padding: 0;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
  }
}
.main.page-blocks .products-columns-3 .wrapper .products .single .photo-wrap, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products .single .photo-wrap, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products .single .photo-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 30px;
}
.main.page-blocks .products-columns-3 .wrapper .products .single .photo-wrap:after, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products .single .photo-wrap:after, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products .single .photo-wrap:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media (max-width: 768px) {
  .main.page-blocks .products-columns-3 .wrapper .products .single .photo-wrap:after, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products .single .photo-wrap:after, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products .single .photo-wrap:after {
    display: none;
  }
}
.main.page-blocks .products-columns-3 .wrapper .products .single .photo-wrap img, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products .single .photo-wrap img, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products .single .photo-wrap img {
  position: absolute;
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 768px) {
  .main.page-blocks .products-columns-3 .wrapper .products .single .photo-wrap img, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products .single .photo-wrap img, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products .single .photo-wrap img {
    position: relative;
  }
}
.main.page-blocks .products-columns-3 .wrapper .products .single .title, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products .single .title, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products .single .title {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  display: block;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .main.page-blocks .products-columns-3 .wrapper .products .single .title, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products .single .title, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products .single .title {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .products-columns-3 .wrapper .products .single .text, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products .single .text, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products .single .text {
    text-align: left;
  }
}
.main.page-blocks .products-columns-3 .wrapper .products .single .btn, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products .single .btn, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products .single .btn {
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  width: calc(100% - 40px);
  max-width: 205px;
  border: 2px solid #161616;
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .main.page-blocks .products-columns-3 .wrapper .products .single .btn, .main.page-blocks .products-columns-3 #cookie-notice .cookie-notice-container .products .single .btn, #cookie-notice .main.page-blocks .products-columns-3 .cookie-notice-container .products .single .btn {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin: 32px 0 0;
  }
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .description, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .description, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .description {
  margin: 0 auto 42px;
  max-width: 1300px;
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-column-gap: 60px;
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 60px;
  width: 100%;
}
@media (max-width: 768px) {
  .main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single.small, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single.small, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single.small {
  width: auto;
  margin: 0 0 30px;
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single.small .info .text-wrap h3, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single.small .info .text-wrap h3, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single.small .info .text-wrap h3 {
  white-space: nowrap;
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single:nth-of-type(2n + 2) .info, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single:nth-of-type(2n + 2) .info, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single:nth-of-type(2n + 2) .info {
  order: 2;
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single:nth-of-type(2n + 2) .photo, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single:nth-of-type(2n + 2) .photo, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single:nth-of-type(2n + 2) .photo {
  order: 1;
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single:last-of-type, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single:last-of-type, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single:last-of-type {
  margin: 0;
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single:last-of-type.small, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single:last-of-type.small, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single:last-of-type.small {
  margin: 0 0 30px;
}
@media (max-width: 480px) {
  .main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single:last-of-type.small, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single:last-of-type.small, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single:last-of-type.small {
    margin: 0 auto 15px !important;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single:last-of-type.small .info, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single:last-of-type.small .info, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single:last-of-type.small .info {
    justify-content: center !important;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single:last-of-type.small .text-wrap, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single:last-of-type.small .text-wrap, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single:last-of-type.small .text-wrap {
    width: auto !important;
  }
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single .info, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single .info {
  width: calc(50% - 35px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single .info, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single .info {
    width: 100%;
    order: 2;
    margin: 16px 0 0;
  }
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single .info img, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single .info img, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single .info img {
  width: 70px;
  height: auto;
  display: block;
  margin: 0 22px 0 0;
  flex: none;
}
@media (max-width: 1024px) {
  .main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single .info img, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single .info img, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single .info img {
    width: 50px;
  }
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single .info .text-wrap, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single .info .text-wrap, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single .info .text-wrap {
  width: calc(100% - 92px);
}
@media (max-width: 1024px) {
  .main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single .info .text-wrap, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single .info .text-wrap, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single .info .text-wrap {
    width: calc(100% - 72px);
  }
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single .info .text-wrap h3, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single .info .text-wrap h3, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single .info .text-wrap h3 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.75;
  margin: 10px 0 25px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single .info .text-wrap h3, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single .info .text-wrap h3, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single .info .text-wrap h3 {
    margin: 5px 0 20px;
  }
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single .info .text-wrap .text p, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single .info .text-wrap .text p, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single .info .text-wrap .text p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #424242;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.52;
  margin: 0;
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single .photo, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single .photo, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single .photo {
  width: calc(50% - 35px);
}
@media (max-width: 768px) {
  .main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single .photo, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single .photo, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single .photo {
    width: 100%;
    max-width: 480px;
    order: 1;
  }
}
.main.page-blocks .headline-icon-photo-on-side .wrapper .rows .single .photo img, .main.page-blocks .headline-icon-photo-on-side #cookie-notice .cookie-notice-container .rows .single .photo img, #cookie-notice .main.page-blocks .headline-icon-photo-on-side .cookie-notice-container .rows .single .photo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.main.page-blocks .text-photo-list-2-columns .wrapper .description, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .description, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .description {
  margin: 0 0 42px;
}
.main.page-blocks .text-photo-list-2-columns .wrapper .grid, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .main.page-blocks .text-photo-list-2-columns .wrapper .grid, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-blocks .text-photo-list-2-columns .wrapper .grid .single, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main.page-blocks .text-photo-list-2-columns .wrapper .grid .single.small .photo, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single.small .photo, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single.small .photo {
  width: calc(50% - 10px);
}
.main.page-blocks .text-photo-list-2-columns .wrapper .grid .single.small .info, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single.small .info, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single.small .info {
  width: calc(50% - 10px);
}
.main.page-blocks .text-photo-list-2-columns .wrapper .grid .single.small .info p, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single.small .info p, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single.small .info p {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.main.page-blocks .text-photo-list-2-columns .wrapper .grid .single.big-text, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single.big-text, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single.big-text {
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .main.page-blocks .text-photo-list-2-columns .wrapper .grid .single.big-text .photo, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single.big-text .photo, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single.big-text .photo {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .text-photo-list-2-columns .wrapper .grid .single.big-text .info, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single.big-text .info, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single.big-text .info {
    width: 100%;
    margin: 20px auto 0;
    max-width: 240px;
  }
}
.main.page-blocks .text-photo-list-2-columns .wrapper .grid .single .photo, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single .photo, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single .photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: calc(20% - 10px);
}
.main.page-blocks .text-photo-list-2-columns .wrapper .grid .single .photo:after, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single .photo:after, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.main.page-blocks .text-photo-list-2-columns .wrapper .grid .single .info, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single .info, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single .info {
  width: calc(80% - 10px);
}
.main.page-blocks .text-photo-list-2-columns .wrapper .grid .single .info .title, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single .info .title, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single .info .title {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0 0 4px;
}
.main.page-blocks .text-photo-list-2-columns .wrapper .grid .single .info .title a, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single .info .title a, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single .info .title a {
  color: #424242;
}
.main.page-blocks .text-photo-list-2-columns .wrapper .grid .single .info p, .main.page-blocks .text-photo-list-2-columns #cookie-notice .cookie-notice-container .grid .single .info p, #cookie-notice .main.page-blocks .text-photo-list-2-columns .cookie-notice-container .grid .single .info p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
.main.page-blocks .technical-info-photo .wrapper, .main.page-blocks .technical-info-photo #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .technical-info-photo .cookie-notice-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main.page-blocks .technical-info-photo .wrapper, .main.page-blocks .technical-info-photo #cookie-notice .cookie-notice-container, #cookie-notice .main.page-blocks .technical-info-photo .cookie-notice-container {
    flex-direction: column;
  }
}
.main.page-blocks .technical-info-photo .wrapper .text-wrap, .main.page-blocks .technical-info-photo #cookie-notice .cookie-notice-container .text-wrap, #cookie-notice .main.page-blocks .technical-info-photo .cookie-notice-container .text-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 64px;
  width: calc(60% - 24px);
}
@media (max-width: 768px) {
  .main.page-blocks .technical-info-photo .wrapper .text-wrap, .main.page-blocks .technical-info-photo #cookie-notice .cookie-notice-container .text-wrap, #cookie-notice .main.page-blocks .technical-info-photo .cookie-notice-container .text-wrap {
    width: 100%;
    order: 2;
    grid-gap: 48px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .technical-info-photo .wrapper .text-wrap, .main.page-blocks .technical-info-photo #cookie-notice .cookie-notice-container .text-wrap, #cookie-notice .main.page-blocks .technical-info-photo .cookie-notice-container .text-wrap {
    grid-gap: 32px;
  }
}
.main.page-blocks .technical-info-photo .wrapper .text-wrap .column .single, .main.page-blocks .technical-info-photo #cookie-notice .cookie-notice-container .text-wrap .column .single, #cookie-notice .main.page-blocks .technical-info-photo .cookie-notice-container .text-wrap .column .single {
  margin: 0 0 32px;
}
.main.page-blocks .technical-info-photo .wrapper .text-wrap .column .single:last-child, .main.page-blocks .technical-info-photo #cookie-notice .cookie-notice-container .text-wrap .column .single:last-child, #cookie-notice .main.page-blocks .technical-info-photo .cookie-notice-container .text-wrap .column .single:last-child {
  margin: 0;
}
.main.page-blocks .technical-info-photo .wrapper .text-wrap .column .single .title, .main.page-blocks .technical-info-photo #cookie-notice .cookie-notice-container .text-wrap .column .single .title, #cookie-notice .main.page-blocks .technical-info-photo .cookie-notice-container .text-wrap .column .single .title {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  margin: 0 0 16px;
}
.main.page-blocks .technical-info-photo .wrapper .text-wrap .column .single .text p, .main.page-blocks .technical-info-photo #cookie-notice .cookie-notice-container .text-wrap .column .single .text p, #cookie-notice .main.page-blocks .technical-info-photo .cookie-notice-container .text-wrap .column .single .text p {
  font-size: 16px;
  font-size: 1rem;
}
.main.page-blocks .technical-info-photo .wrapper .photo-wrap, .main.page-blocks .technical-info-photo #cookie-notice .cookie-notice-container .photo-wrap, #cookie-notice .main.page-blocks .technical-info-photo .cookie-notice-container .photo-wrap {
  width: calc(40% - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .main.page-blocks .technical-info-photo .wrapper .photo-wrap, .main.page-blocks .technical-info-photo #cookie-notice .cookie-notice-container .photo-wrap, #cookie-notice .main.page-blocks .technical-info-photo .cookie-notice-container .photo-wrap {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 32px;
    order: 1;
  }
}
.main.page-blocks .technical-info-photo .wrapper .photo-wrap img, .main.page-blocks .technical-info-photo #cookie-notice .cookie-notice-container .photo-wrap img, #cookie-notice .main.page-blocks .technical-info-photo .cookie-notice-container .photo-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.main.page-blocks .newsletter-block .wrapper h2, .main.page-blocks .newsletter-block #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-blocks .newsletter-block .cookie-notice-container h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
.main.page-blocks .newsletter-block .wrapper h2 span, .main.page-blocks .newsletter-block #cookie-notice .cookie-notice-container h2 span, #cookie-notice .main.page-blocks .newsletter-block .cookie-notice-container h2 span {
  color: #e22319;
}
.main.page-blocks .newsletter-block .wrapper .form-wrap, .main.page-blocks .newsletter-block #cookie-notice .cookie-notice-container .form-wrap, #cookie-notice .main.page-blocks .newsletter-block .cookie-notice-container .form-wrap {
  max-width: 622px;
  margin: 0 auto;
}
.main.page-blocks .newsletter-block .wrapper .form-wrap form, .main.page-blocks .newsletter-block #cookie-notice .cookie-notice-container .form-wrap form, #cookie-notice .main.page-blocks .newsletter-block .cookie-notice-container .form-wrap form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main.page-blocks .newsletter-block .wrapper .form-wrap form .wpcf7-form-control-wrap, .main.page-blocks .newsletter-block #cookie-notice .cookie-notice-container .form-wrap form .wpcf7-form-control-wrap, #cookie-notice .main.page-blocks .newsletter-block .cookie-notice-container .form-wrap form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.main.page-blocks .newsletter-block .wrapper .form-wrap form .wpcf7-form-control-wrap input, .main.page-blocks .newsletter-block #cookie-notice .cookie-notice-container .form-wrap form .wpcf7-form-control-wrap input, #cookie-notice .main.page-blocks .newsletter-block .cookie-notice-container .form-wrap form .wpcf7-form-control-wrap input {
  background: none;
  padding: 12px 12px;
  border: 1px solid #161616;
  width: 100%;
  text-align: center;
}
.main.page-blocks .newsletter-block .wrapper .form-wrap form .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .main.page-blocks .newsletter-block #cookie-notice .cookie-notice-container .form-wrap form .wpcf7-form-control-wrap .wpcf7-not-valid-tip, #cookie-notice .main.page-blocks .newsletter-block .cookie-notice-container .form-wrap form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.main.page-blocks .newsletter-block .wrapper .form-wrap form .btn, .main.page-blocks .newsletter-block #cookie-notice .cookie-notice-container .form-wrap form .btn, #cookie-notice .main.page-blocks .newsletter-block .cookie-notice-container .form-wrap form .btn {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  background: #161616;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  width: calc(100% - 40px);
  max-width: 205px;
  border: 2px solid #161616;
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  margin-top: 24px;
}
.main.page-blocks .newsletter-block .wrapper .form-wrap form .wpcf7-spinner, .main.page-blocks .newsletter-block #cookie-notice .cookie-notice-container .form-wrap form .wpcf7-spinner, #cookie-notice .main.page-blocks .newsletter-block .cookie-notice-container .form-wrap form .wpcf7-spinner {
  display: none !important;
}
.main.page-blocks .newsletter-block .wrapper .form-wrap form .wpcf7-response-output, .main.page-blocks .newsletter-block #cookie-notice .cookie-notice-container .form-wrap form .wpcf7-response-output, #cookie-notice .main.page-blocks .newsletter-block .cookie-notice-container .form-wrap form .wpcf7-response-output {
  padding: 16px 16px;
  text-align: center;
}

.main.page-default .content-block {
  padding: 90px 0 90px;
}
@media (max-width: 1024px) {
  .main.page-default .content-block {
    padding: 60px 0 60px;
  }
}
.main.page-default .content-block .wrapper h1, .main.page-default .content-block #cookie-notice .cookie-notice-container h1, #cookie-notice .main.page-default .content-block .cookie-notice-container h1 {
  font-size: 48px;
  font-size: 3rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.31;
  margin: 0 0 42px;
}
@media (max-width: 480px) {
  .main.page-default .content-block .wrapper h1, .main.page-default .content-block #cookie-notice .cookie-notice-container h1, #cookie-notice .main.page-default .content-block .cookie-notice-container h1 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 25px;
  }
}
.main.page-default .content-block .wrapper .text-wrap .text a, .main.page-default .content-block #cookie-notice .cookie-notice-container .text-wrap .text a, #cookie-notice .main.page-default .content-block .cookie-notice-container .text-wrap .text a {
  color: #161616;
}
.main.page-default .content-block .wrapper .text-wrap .text table, .main.page-default .content-block #cookie-notice .cookie-notice-container .text-wrap .text table, #cookie-notice .main.page-default .content-block .cookie-notice-container .text-wrap .text table {
  width: 100%;
  min-width: 640px;
  border: 1px solid #161616;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .main.page-default .content-block .wrapper .text-wrap .text table, .main.page-default .content-block #cookie-notice .cookie-notice-container .text-wrap .text table, #cookie-notice .main.page-default .content-block .cookie-notice-container .text-wrap .text table {
    max-width: 100%;
    min-width: inherit;
    overflow-x: auto;
  }
}
.main.page-default .content-block .wrapper .text-wrap .text table tr, .main.page-default .content-block #cookie-notice .cookie-notice-container .text-wrap .text table tr, #cookie-notice .main.page-default .content-block .cookie-notice-container .text-wrap .text table tr {
  border: 1px solid #161616;
  padding: 10px;
}
.main.page-default .content-block .wrapper .text-wrap .text table tr td, .main.page-default .content-block #cookie-notice .cookie-notice-container .text-wrap .text table tr td, #cookie-notice .main.page-default .content-block .cookie-notice-container .text-wrap .text table tr td {
  border: 1px solid #161616;
  padding: 10px;
}

.main.page-news .news-block {
  padding: 0 0 90px;
}
@media (max-width: 1024px) {
  .main.page-news .news-block {
    padding: 0 0 60px;
  }
}
.main.page-news .news-block .wrapper h1, .main.page-news .news-block #cookie-notice .cookie-notice-container h1, #cookie-notice .main.page-news .news-block .cookie-notice-container h1 {
  font-size: 48px;
  font-size: 3rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.31;
  margin: 0 0 42px;
}
@media (max-width: 1024px) {
  .main.page-news .news-block .wrapper .news-list, .main.page-news .news-block #cookie-notice .cookie-notice-container .news-list, #cookie-notice .main.page-news .news-block .cookie-notice-container .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-news .news-block .wrapper .news-list, .main.page-news .news-block #cookie-notice .cookie-notice-container .news-list, #cookie-notice .main.page-news .news-block .cookie-notice-container .news-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .main.page-news .news-block .wrapper .news-list .single .overlay span, .main.page-news .news-block #cookie-notice .cookie-notice-container .news-list .single .overlay span, #cookie-notice .main.page-news .news-block .cookie-notice-container .news-list .single .overlay span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 480px) {
  .main.page-news .news-block .wrapper .news-list .single .overlay span, .main.page-news .news-block #cookie-notice .cookie-notice-container .news-list .single .overlay span, #cookie-notice .main.page-news .news-block .cookie-notice-container .news-list .single .overlay span {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

.main.page-offers .offers-block {
  padding: 0 0 90px;
}
@media (max-width: 1024px) {
  .main.page-offers .offers-block {
    padding: 0 0 60px;
  }
}
.main.page-offers .offers-block .wrapper h1, .main.page-offers .offers-block #cookie-notice .cookie-notice-container h1, #cookie-notice .main.page-offers .offers-block .cookie-notice-container h1 {
  font-size: 48px;
  font-size: 3rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.31;
  margin: 0 0 42px;
}
@media (max-width: 1024px) {
  .main.page-offers .offers-block .wrapper .offers-list, .main.page-offers .offers-block #cookie-notice .cookie-notice-container .offers-list, #cookie-notice .main.page-offers .offers-block .cookie-notice-container .offers-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-offers .offers-block .wrapper .offers-list, .main.page-offers .offers-block #cookie-notice .cookie-notice-container .offers-list, #cookie-notice .main.page-offers .offers-block .cookie-notice-container .offers-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.main.page-video-hub .btn {
  display: inline-block;
  text-decoration: none;
  background: #161616;
  color: #ffffff;
  padding: 20px 54px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .main.page-video-hub .btn {
    padding: 16px 48px;
  }
}
.main.page-video-hub .btn:hover {
  background: #E1140A;
}
.main.page-video-hub .top-hub-block {
  padding: 56px 0 72px;
  position: relative;
}
@media (max-width: 768px) {
  .main.page-video-hub .top-hub-block {
    padding: 48px 0 48px;
  }
}
.main.page-video-hub .top-hub-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 303px;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -19.75%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(180deg);
}
.main.page-video-hub .top-hub-block .wrapper, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container {
  grid-gap: 48px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .main.page-video-hub .top-hub-block .wrapper, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  .main.page-video-hub .top-hub-block .wrapper, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container {
    flex-direction: column;
  }
}
.main.page-video-hub .top-hub-block .wrapper .left, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .left {
  width: 56%;
}
@media (max-width: 768px) {
  .main.page-video-hub .top-hub-block .wrapper .left, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .left {
    width: 100%;
    order: 2;
  }
}
.main.page-video-hub .top-hub-block .wrapper .left h1, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .left h1 {
  font-size: 72px;
  font-size: 4.5rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1280px) {
  .main.page-video-hub .top-hub-block .wrapper .left h1, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .left h1 {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .main.page-video-hub .top-hub-block .wrapper .left h1, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .left h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .main.page-video-hub .top-hub-block .wrapper .left h1, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .left h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.main.page-video-hub .top-hub-block .wrapper .left .text, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .left .text, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .left .text {
  margin: 32px 0 0;
}
@media (max-width: 768px) {
  .main.page-video-hub .top-hub-block .wrapper .left .text, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .left .text, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .left .text {
    margin: 24px 0 0;
  }
}
.main.page-video-hub .top-hub-block .wrapper .left .text p, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .left .text p, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .left .text p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
}
.main.page-video-hub .top-hub-block .wrapper .left .btn, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .left .btn, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .left .btn {
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .main.page-video-hub .top-hub-block .wrapper .left .btn, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .left .btn, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .left .btn {
    margin: 32px 0 0;
  }
}
.main.page-video-hub .top-hub-block .wrapper .right, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .right, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .right {
  width: 44%;
}
@media (max-width: 768px) {
  .main.page-video-hub .top-hub-block .wrapper .right, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .right, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .right {
    width: 100%;
    order: 1;
  }
}
.main.page-video-hub .top-hub-block .wrapper .right img, .main.page-video-hub .top-hub-block #cookie-notice .cookie-notice-container .right img, #cookie-notice .main.page-video-hub .top-hub-block .cookie-notice-container .right img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
.main.page-video-hub .last-episodes-block {
  background-image: url("../images/bg-episodes.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0 72px;
}
@media (max-width: 768px) {
  .main.page-video-hub .last-episodes-block {
    padding: 48px 0 48px;
  }
}
.main.page-video-hub .last-episodes-block .wrapper h2, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.25;
  margin: 0;
}
.main.page-video-hub .last-episodes-block .wrapper .text, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .text, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .text {
  margin: 24px 0 0;
  max-width: 617px;
  width: 100%;
}
.main.page-video-hub .last-episodes-block .wrapper .text p, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .text p, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .text p {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
}
.main.page-video-hub .last-episodes-block .wrapper .carousel-wrap, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .carousel-wrap, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .carousel-wrap {
  margin: 32px 0 0;
}
.main.page-video-hub .last-episodes-block .wrapper .carousel-wrap .episodes-carousel .single, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .carousel-wrap .episodes-carousel .single, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .carousel-wrap .episodes-carousel .single {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  text-decoration: none;
}
.main.page-video-hub .last-episodes-block .wrapper .carousel-wrap .episodes-carousel .single .photo, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .carousel-wrap .episodes-carousel .single .photo, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .carousel-wrap .episodes-carousel .single .photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main.page-video-hub .last-episodes-block .wrapper .carousel-wrap .episodes-carousel .single .photo:after, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .carousel-wrap .episodes-carousel .single .photo:after, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .carousel-wrap .episodes-carousel .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.main.page-video-hub .last-episodes-block .wrapper .carousel-wrap .episodes-carousel .single .photo:before, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .carousel-wrap .episodes-carousel .single .photo:before, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .carousel-wrap .episodes-carousel .single .photo:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../images/icon-play-video-white.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.main.page-video-hub .last-episodes-block .wrapper .carousel-wrap .episodes-carousel .single .title, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .carousel-wrap .episodes-carousel .single .title, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .carousel-wrap .episodes-carousel .single .title {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 768px) {
  .main.page-video-hub .last-episodes-block .wrapper .carousel-wrap .episodes-carousel .single .title, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .carousel-wrap .episodes-carousel .single .title, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .carousel-wrap .episodes-carousel .single .title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.main.page-video-hub .last-episodes-block .wrapper .carousel-wrap .episodes-carousel .owl-nav button, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .carousel-wrap .episodes-carousel .owl-nav button, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .carousel-wrap .episodes-carousel .owl-nav button {
  width: 14px;
  height: 24px;
  display: block;
  position: absolute;
  background-image: url("../images/icon-arrow-episodes.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: calc(50% - 35px);
}
.main.page-video-hub .last-episodes-block .wrapper .carousel-wrap .episodes-carousel .owl-nav button.owl-prev, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .carousel-wrap .episodes-carousel .owl-nav button.owl-prev, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .carousel-wrap .episodes-carousel .owl-nav button.owl-prev {
  left: -27px;
}
.main.page-video-hub .last-episodes-block .wrapper .carousel-wrap .episodes-carousel .owl-nav button.owl-next, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .carousel-wrap .episodes-carousel .owl-nav button.owl-next, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .carousel-wrap .episodes-carousel .owl-nav button.owl-next {
  right: -27px;
  transform: rotate(180deg);
}
.main.page-video-hub .last-episodes-block .wrapper .carousel-wrap .episodes-carousel .owl-dots, .main.page-video-hub .last-episodes-block #cookie-notice .cookie-notice-container .carousel-wrap .episodes-carousel .owl-dots, #cookie-notice .main.page-video-hub .last-episodes-block .cookie-notice-container .carousel-wrap .episodes-carousel .owl-dots {
  position: relative;
  left: inherit;
  right: inherit;
  margin: 32px auto 0;
}
.main.page-video-hub .inside-playlist-block {
  padding: 72px 0 88px;
}
@media (max-width: 768px) {
  .main.page-video-hub .inside-playlist-block {
    padding: 48px 0 48px;
  }
}
.main.page-video-hub .inside-playlist-block .wrapper, .main.page-video-hub .inside-playlist-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-video-hub .inside-playlist-block .cookie-notice-container {
  grid-gap: 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-video-hub .inside-playlist-block .wrapper, .main.page-video-hub .inside-playlist-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-video-hub .inside-playlist-block .cookie-notice-container {
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  .main.page-video-hub .inside-playlist-block .wrapper, .main.page-video-hub .inside-playlist-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-video-hub .inside-playlist-block .cookie-notice-container {
    grid-gap: 32px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-video-hub .inside-playlist-block .wrapper .col img, .main.page-video-hub .inside-playlist-block #cookie-notice .cookie-notice-container .col img, #cookie-notice .main.page-video-hub .inside-playlist-block .cookie-notice-container .col img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.main.page-video-hub .inside-playlist-block .wrapper .col h2, .main.page-video-hub .inside-playlist-block #cookie-notice .cookie-notice-container .col h2, #cookie-notice .main.page-video-hub .inside-playlist-block .cookie-notice-container .col h2 {
  font-size: 48px;
  font-size: 3rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  margin: 0;
}
.main.page-video-hub .inside-playlist-block .wrapper .col .list, .main.page-video-hub .inside-playlist-block #cookie-notice .cookie-notice-container .col .list, #cookie-notice .main.page-video-hub .inside-playlist-block .cookie-notice-container .col .list {
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.main.page-video-hub .inside-playlist-block .wrapper .col .list .single, .main.page-video-hub .inside-playlist-block #cookie-notice .cookie-notice-container .col .list .single, #cookie-notice .main.page-video-hub .inside-playlist-block .cookie-notice-container .col .list .single {
  display: flex;
  align-items: flex-start;
  grid-gap: 32px;
}
.main.page-video-hub .inside-playlist-block .wrapper .col .list .single img, .main.page-video-hub .inside-playlist-block #cookie-notice .cookie-notice-container .col .list .single img, #cookie-notice .main.page-video-hub .inside-playlist-block .cookie-notice-container .col .list .single img {
  flex: none;
  height: 50px;
  width: auto;
}
.main.page-video-hub .inside-playlist-block .wrapper .col .list .single .info, .main.page-video-hub .inside-playlist-block #cookie-notice .cookie-notice-container .col .list .single .info, #cookie-notice .main.page-video-hub .inside-playlist-block .cookie-notice-container .col .list .single .info {
  padding: 10px 0 0;
}
.main.page-video-hub .inside-playlist-block .wrapper .col .list .single .info .title, .main.page-video-hub .inside-playlist-block #cookie-notice .cookie-notice-container .col .list .single .info .title, #cookie-notice .main.page-video-hub .inside-playlist-block .cookie-notice-container .col .list .single .info .title {
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
}
.main.page-video-hub .inside-playlist-block .wrapper .col .list .single .info p, .main.page-video-hub .inside-playlist-block #cookie-notice .cookie-notice-container .col .list .single .info p, #cookie-notice .main.page-video-hub .inside-playlist-block .cookie-notice-container .col .list .single .info p {
  margin: 8px 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
}
.main.page-video-hub .featured-playlists-block {
  padding: 64px 0 72px;
  background: #F3F3F3;
}
@media (max-width: 768px) {
  .main.page-video-hub .featured-playlists-block {
    padding: 48px 0 48px;
  }
}
.main.page-video-hub .featured-playlists-block .wrapper h2, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container h2 {
  font-size: 48px;
  font-size: 3rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.main.page-video-hub .featured-playlists-block .wrapper .text, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .text, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .text {
  margin: 24px auto 0;
  text-align: center;
  max-width: 866px;
  width: 100%;
}
.main.page-video-hub .featured-playlists-block .wrapper .text p, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .text p, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .text p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
}
.main.page-video-hub .featured-playlists-block .wrapper .wrap, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap {
  grid-gap: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1036px;
  width: 100%;
  margin: 32px auto 0;
}
@media (max-width: 768px) {
  .main.page-video-hub .featured-playlists-block .wrapper .wrap, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-video-hub .featured-playlists-block .wrapper .wrap .single, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap .single {
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 480px;
  margin: 0 auto;
}
.main.page-video-hub .featured-playlists-block .wrapper .wrap .single:hover .bg:before, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap .single:hover .bg:before, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap .single:hover .bg:before {
  opacity: 0;
}
.main.page-video-hub .featured-playlists-block .wrapper .wrap .single:hover .bg:after, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap .single:hover .bg:after, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap .single:hover .bg:after {
  opacity: 0.8;
}
.main.page-video-hub .featured-playlists-block .wrapper .wrap .single .bg, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap .single .bg, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap .single .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main.page-video-hub .featured-playlists-block .wrapper .wrap .single .bg:before, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap .single .bg:before, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap .single .bg:before {
  content: "";
  display: block;
  opacity: 0.8;
  background: linear-gradient(0deg, #000 -19.75%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 290px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.main.page-video-hub .featured-playlists-block .wrapper .wrap .single .bg:after, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap .single .bg:after, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap .single .bg:after {
  content: "";
  display: block;
  opacity: 0;
  background: linear-gradient(0deg, #E1140A 14.14%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 290px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.main.page-video-hub .featured-playlists-block .wrapper .wrap .single:after, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap .single:after, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap .single:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 139%;
}
.main.page-video-hub .featured-playlists-block .wrapper .wrap .single .info, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap .single .info, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap .single .info {
  padding: 0 57px 57px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .main.page-video-hub .featured-playlists-block .wrapper .wrap .single .info, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap .single .info, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap .single .info {
    padding: 0 40px 40px;
  }
}
.main.page-video-hub .featured-playlists-block .wrapper .wrap .single .info .title, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap .single .info .title, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap .single .info .title {
  font-size: 26px;
  font-size: 1.625rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  display: block;
  text-align: center;
}
.main.page-video-hub .featured-playlists-block .wrapper .wrap .single .info p, .main.page-video-hub .featured-playlists-block #cookie-notice .cookie-notice-container .wrap .single .info p, #cookie-notice .main.page-video-hub .featured-playlists-block .cookie-notice-container .wrap .single .info p {
  margin: 16px 0 0;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.25;
}
.main.page-video-hub .smarter-tech-block {
  padding: 72px 0 80px;
}
@media (max-width: 768px) {
  .main.page-video-hub .smarter-tech-block {
    padding: 48px 0 48px;
  }
}
.main.page-video-hub .smarter-tech-block .wrapper, .main.page-video-hub .smarter-tech-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-video-hub .smarter-tech-block .cookie-notice-container {
  display: grid;
  grid-gap: 72px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-video-hub .smarter-tech-block .wrapper, .main.page-video-hub .smarter-tech-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-video-hub .smarter-tech-block .cookie-notice-container {
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  .main.page-video-hub .smarter-tech-block .wrapper, .main.page-video-hub .smarter-tech-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-video-hub .smarter-tech-block .cookie-notice-container {
    grid-gap: 32px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-video-hub .smarter-tech-block .wrapper .col .headline, .main.page-video-hub .smarter-tech-block #cookie-notice .cookie-notice-container .col .headline, #cookie-notice .main.page-video-hub .smarter-tech-block .cookie-notice-container .col .headline {
  display: block;
  color: #E1140A;
  font-size: 20px;
  font-size: 1.25rem;
}
.main.page-video-hub .smarter-tech-block .wrapper .col h2, .main.page-video-hub .smarter-tech-block #cookie-notice .cookie-notice-container .col h2, #cookie-notice .main.page-video-hub .smarter-tech-block .cookie-notice-container .col h2 {
  margin: 24px 0 0;
  font-size: 48px;
  font-size: 3rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
}
.main.page-video-hub .smarter-tech-block .wrapper .col .text, .main.page-video-hub .smarter-tech-block #cookie-notice .cookie-notice-container .col .text, #cookie-notice .main.page-video-hub .smarter-tech-block .cookie-notice-container .col .text {
  margin: 24px 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
  max-width: 600px;
  width: 100%;
}
.main.page-video-hub .smarter-tech-block .wrapper .col .btn, .main.page-video-hub .smarter-tech-block #cookie-notice .cookie-notice-container .col .btn, #cookie-notice .main.page-video-hub .smarter-tech-block .cookie-notice-container .col .btn {
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .main.page-video-hub .smarter-tech-block .wrapper .col .btn, .main.page-video-hub .smarter-tech-block #cookie-notice .cookie-notice-container .col .btn, #cookie-notice .main.page-video-hub .smarter-tech-block .cookie-notice-container .col .btn {
    margin: 32px 0 0;
  }
}
.main.page-video-hub .smarter-tech-block .wrapper .col img, .main.page-video-hub .smarter-tech-block #cookie-notice .cookie-notice-container .col img, #cookie-notice .main.page-video-hub .smarter-tech-block .cookie-notice-container .col img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.main.single-new .top-block {
  height: 450px;
  width: auto;
}
@media (max-width: 1024px) {
  .main.single-new .top-block {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .main.single-new .top-block {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .main.single-new .top-block {
    height: 175px;
  }
}
.main.single-new .content-block {
  padding: 75px 0 60px;
}
@media (max-width: 1024px) {
  .main.single-new .content-block {
    padding: 60px 0 60px;
  }
}
.main.single-new .content-block .wrapper, .main.single-new .content-block #cookie-notice .cookie-notice-container, #cookie-notice .main.single-new .content-block .cookie-notice-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.main.single-new .content-block .wrapper .top, .main.single-new .content-block #cookie-notice .cookie-notice-container .top, #cookie-notice .main.single-new .content-block .cookie-notice-container .top {
  width: 100%;
}
.main.single-new .content-block .wrapper .top h1, .main.single-new .content-block #cookie-notice .cookie-notice-container .top h1, #cookie-notice .main.single-new .content-block .cookie-notice-container .top h1 {
  font-size: 48px;
  font-size: 3rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.125;
  margin: 0 0 20px;
}
@media (max-width: 480px) {
  .main.single-new .content-block .wrapper .top h1, .main.single-new .content-block #cookie-notice .cookie-notice-container .top h1, #cookie-notice .main.single-new .content-block .cookie-notice-container .top h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.main.single-new .content-block .wrapper .top .date, .main.single-new .content-block #cookie-notice .cookie-notice-container .top .date, #cookie-notice .main.single-new .content-block .cookie-notice-container .top .date {
  font-size: 18px;
  font-size: 1.125rem;
  color: #424242;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  display: block;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .main.single-new .content-block .wrapper .top .date, .main.single-new .content-block #cookie-notice .cookie-notice-container .top .date, #cookie-notice .main.single-new .content-block .cookie-notice-container .top .date {
    margin: 0 0 30px;
  }
}
.main.single-new .content-block .wrapper .left, .main.single-new .content-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.single-new .content-block .cookie-notice-container .left {
  width: calc(100% - 400px);
}
@media (max-width: 1024px) {
  .main.single-new .content-block .wrapper .left, .main.single-new .content-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.single-new .content-block .cookie-notice-container .left {
    width: calc(100% - 350px);
  }
}
@media (max-width: 768px) {
  .main.single-new .content-block .wrapper .left, .main.single-new .content-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.single-new .content-block .cookie-notice-container .left {
    width: 100%;
  }
}
.main.single-new .content-block .wrapper .left .text h2, .main.single-new .content-block #cookie-notice .cookie-notice-container .left .text h2, #cookie-notice .main.single-new .content-block .cookie-notice-container .left .text h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #3278d4;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.32;
}
.main.single-new .content-block .wrapper .left .text a, .main.single-new .content-block #cookie-notice .cookie-notice-container .left .text a, #cookie-notice .main.single-new .content-block .cookie-notice-container .left .text a {
  color: #161616;
}
.main.single-new .content-block .wrapper .left .text img.aligncenter, .main.single-new .content-block #cookie-notice .cookie-notice-container .left .text img.aligncenter, #cookie-notice .main.single-new .content-block .cookie-notice-container .left .text img.aligncenter {
  display: block;
  margin: 0 auto;
}
.main.single-new .content-block .wrapper .right, .main.single-new .content-block #cookie-notice .cookie-notice-container .right, #cookie-notice .main.single-new .content-block .cookie-notice-container .right {
  width: 360px;
}
@media (max-width: 1024px) {
  .main.single-new .content-block .wrapper .right, .main.single-new .content-block #cookie-notice .cookie-notice-container .right, #cookie-notice .main.single-new .content-block .cookie-notice-container .right {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .main.single-new .content-block .wrapper .right, .main.single-new .content-block #cookie-notice .cookie-notice-container .right, #cookie-notice .main.single-new .content-block .cookie-notice-container .right {
    width: 100%;
    margin: 30px 0 0;
  }
}
.main.single-new .content-block .wrapper .right .other-news, .main.single-new .content-block #cookie-notice .cookie-notice-container .right .other-news, #cookie-notice .main.single-new .content-block .cookie-notice-container .right .other-news {
  background: #f6f6f6;
  padding: 24px;
}
.main.single-new .content-block .wrapper .right .other-news .all-news, .main.single-new .content-block #cookie-notice .cookie-notice-container .right .other-news .all-news, #cookie-notice .main.single-new .content-block .cookie-notice-container .right .other-news .all-news {
  font-size: 18px;
  font-size: 1.125rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  text-decoration: none;
}
.main.single-new .content-block .wrapper .right .other-news .all-news:after, .main.single-new .content-block #cookie-notice .cookie-notice-container .right .other-news .all-news:after, #cookie-notice .main.single-new .content-block .cookie-notice-container .right .other-news .all-news:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #161616;
  margin: 16px 0 0;
}
.main.single-new .content-block .wrapper .right .other-news .news-list, .main.single-new .content-block #cookie-notice .cookie-notice-container .right .other-news .news-list, #cookie-notice .main.single-new .content-block .cookie-notice-container .right .other-news .news-list {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0;
}
.main.single-new .content-block .wrapper .right .other-news .news-list a, .main.single-new .content-block #cookie-notice .cookie-notice-container .right .other-news .news-list a, #cookie-notice .main.single-new .content-block .cookie-notice-container .right .other-news .news-list a {
  font-size: 16px;
  font-size: 1rem;
  color: #161616;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 16px 0;
}
.main.single-new .content-block .wrapper .right .other-news .news-list a:last-of-type, .main.single-new .content-block #cookie-notice .cookie-notice-container .right .other-news .news-list a:last-of-type, #cookie-notice .main.single-new .content-block .cookie-notice-container .right .other-news .news-list a:last-of-type {
  margin: 0;
}
.main.single-new .content-block .wrapper .right .other-news .btn, .main.single-new .content-block #cookie-notice .cookie-notice-container .right .other-news .btn, #cookie-notice .main.single-new .content-block .cookie-notice-container .right .other-news .btn {
  background: #e22319;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  padding: 14px 24px;
  margin: 16px 0 0;
}
.main.single-new .content-block .wrapper .right .social-share, .main.single-new .content-block #cookie-notice .cookie-notice-container .right .social-share, #cookie-notice .main.single-new .content-block .cookie-notice-container .right .social-share {
  margin: 24px 0 0;
}
@media (max-width: 768px) {
  .main.single-new .content-block .wrapper .right .social-share div ul, .main.single-new .content-block #cookie-notice .cookie-notice-container .right .social-share div ul, #cookie-notice .main.single-new .content-block .cookie-notice-container .right .social-share div ul {
    display: flex;
    justify-content: center;
  }
}
.main.single-new .content-block .wrapper .right .social-share div ul li, .main.single-new .content-block #cookie-notice .cookie-notice-container .right .social-share div ul li, #cookie-notice .main.single-new .content-block .cookie-notice-container .right .social-share div ul li {
  margin: 0 10px 0 0 !important;
}
.main.single-new .content-block .wrapper .right .social-share div ul li:last-of-type, .main.single-new .content-block #cookie-notice .cookie-notice-container .right .social-share div ul li:last-of-type, #cookie-notice .main.single-new .content-block .cookie-notice-container .right .social-share div ul li:last-of-type {
  margin: 0;
}
.main.single-new .logo-block-news {
  margin: 0 0 90px;
}
@media (max-width: 1024px) {
  .main.single-new .logo-block-news {
    padding: 0 0 60px;
  }
}
.main.single-new .logo-block-news .wrapper, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container {
  padding: 0 63px;
}
@media (max-width: 1024px) {
  .main.single-new .logo-block-news .wrapper, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container {
    padding: 0;
  }
}
.main.single-new .logo-block-news .wrapper .border-wrap, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap {
  padding: 63px 63px;
  border: 1px solid #161616;
}
@media (max-width: 768px) {
  .main.single-new .logo-block-news .wrapper .border-wrap, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap {
    padding: 40px 40px;
  }
}
.main.single-new .logo-block-news .wrapper .border-wrap h3.second-headline, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap h3.second-headline, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap h3.second-headline {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.3;
  margin: 0 auto 42px;
  max-width: 80%;
}
@media (max-width: 480px) {
  .main.single-new .logo-block-news .wrapper .border-wrap h3.second-headline, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap h3.second-headline, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap h3.second-headline {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 auto 25px;
  }
}
.main.single-new .logo-block-news .wrapper .border-wrap .wrap, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap .wrap, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 50px;
}
@media (max-width: 1024px) {
  .main.single-new .logo-block-news .wrapper .border-wrap .wrap, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap .wrap, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap .wrap {
    grid-gap: 25px;
  }
}
@media (max-width: 768px) {
  .main.single-new .logo-block-news .wrapper .border-wrap .wrap, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap .wrap, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 50px;
  }
}
@media (max-width: 480px) {
  .main.single-new .logo-block-news .wrapper .border-wrap .wrap, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap .wrap, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap .wrap {
    grid-gap: 30px;
  }
}
@media (max-width: 360px) {
  .main.single-new .logo-block-news .wrapper .border-wrap .wrap, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap .wrap, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px;
  }
}
.main.single-new .logo-block-news .wrapper .border-wrap .wrap .single, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap .wrap .single, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap .wrap .single {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main.single-new .logo-block-news .wrapper .border-wrap .wrap .single a, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap .wrap .single a, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap .wrap .single a {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .main.single-new .logo-block-news .wrapper .border-wrap .wrap .single a, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap .wrap .single a, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap .wrap .single a {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .main.single-new .logo-block-news .wrapper .border-wrap .wrap .single a, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap .wrap .single a, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap .wrap .single a {
    width: 100%;
  }
}
.main.single-new .logo-block-news .wrapper .border-wrap .wrap .single a img, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap .wrap .single a img, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap .wrap .single a img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 360px) {
  .main.single-new .logo-block-news .wrapper .border-wrap .wrap .single a img, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .border-wrap .wrap .single a img, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .border-wrap .wrap .single a img {
    margin: 0 auto;
    max-width: 180px;
  }
}
.main.single-new .logo-block-news .wrapper .center-btn, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .center-btn, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .center-btn {
  text-align: center;
  margin: 50px 0 0;
}
.main.single-new .logo-block-news .wrapper .center-btn .btn, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .center-btn .btn, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .center-btn .btn {
  padding: 19px 19px;
  background: #3278d4;
  font-size: 28px;
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  text-align: center;
  border: 2px solid #3278d4;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main.single-new .logo-block-news .wrapper .center-btn .btn:hover, .main.single-new .logo-block-news #cookie-notice .cookie-notice-container .center-btn .btn:hover, #cookie-notice .main.single-new .logo-block-news .cookie-notice-container .center-btn .btn:hover {
  background: transparent;
  color: #3278d4;
}

body.page-id-2965 .main.page-blocks .photo-list-headlines-block .wrapper .wrap .single .photo, body.page-id-2965 .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single .photo, #cookie-notice body.page-id-2965 .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single .photo,
body.page-id-2968 .main.page-blocks .photo-list-headlines-block .wrapper .wrap .single .photo,
body.page-id-2968 .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single .photo,
#cookie-notice body.page-id-2968 .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single .photo,
body.page-id-2971 .main.page-blocks .photo-list-headlines-block .wrapper .wrap .single .photo,
body.page-id-2971 .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single .photo,
#cookie-notice body.page-id-2971 .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single .photo,
body.page-id-2974 .main.page-blocks .photo-list-headlines-block .wrapper .wrap .single .photo,
body.page-id-2974 .main.page-blocks .photo-list-headlines-block #cookie-notice .cookie-notice-container .wrap .single .photo,
#cookie-notice body.page-id-2974 .main.page-blocks .photo-list-headlines-block .cookie-notice-container .wrap .single .photo {
  height: auto;
}

body.page-id-61 .offers-block .offers-list .single:nth-of-type(1) a, body.page-id-61 .offers-block .offers-list .single:nth-of-type(2) a, body.page-id-61 .offers-block .offers-list .single:nth-of-type(3) a, body.page-id-61 .offers-block .offers-list .single:nth-of-type(4) a, body.page-id-61 .offers-block .offers-list .single:nth-of-type(5) a, body.page-id-61 .offers-block .offers-list .single:nth-of-type(7) a, body.page-id-61 .offers-block .offers-list .single:nth-of-type(8) a, body.page-id-61 .offers-block .offers-list .single:nth-of-type(10) a,
body.page-id-1357 .offers-block .offers-list .single:nth-of-type(1) a,
body.page-id-1357 .offers-block .offers-list .single:nth-of-type(2) a,
body.page-id-1357 .offers-block .offers-list .single:nth-of-type(3) a,
body.page-id-1357 .offers-block .offers-list .single:nth-of-type(4) a,
body.page-id-1357 .offers-block .offers-list .single:nth-of-type(5) a,
body.page-id-1357 .offers-block .offers-list .single:nth-of-type(7) a,
body.page-id-1357 .offers-block .offers-list .single:nth-of-type(8) a,
body.page-id-1357 .offers-block .offers-list .single:nth-of-type(10) a,
body.page-id-1351 .offers-block .offers-list .single:nth-of-type(1) a,
body.page-id-1351 .offers-block .offers-list .single:nth-of-type(2) a,
body.page-id-1351 .offers-block .offers-list .single:nth-of-type(3) a,
body.page-id-1351 .offers-block .offers-list .single:nth-of-type(4) a,
body.page-id-1351 .offers-block .offers-list .single:nth-of-type(5) a,
body.page-id-1351 .offers-block .offers-list .single:nth-of-type(7) a,
body.page-id-1351 .offers-block .offers-list .single:nth-of-type(8) a,
body.page-id-1351 .offers-block .offers-list .single:nth-of-type(10) a,
body.page-id-1354 .offers-block .offers-list .single:nth-of-type(1) a,
body.page-id-1354 .offers-block .offers-list .single:nth-of-type(2) a,
body.page-id-1354 .offers-block .offers-list .single:nth-of-type(3) a,
body.page-id-1354 .offers-block .offers-list .single:nth-of-type(4) a,
body.page-id-1354 .offers-block .offers-list .single:nth-of-type(5) a,
body.page-id-1354 .offers-block .offers-list .single:nth-of-type(7) a,
body.page-id-1354 .offers-block .offers-list .single:nth-of-type(8) a,
body.page-id-1354 .offers-block .offers-list .single:nth-of-type(10) a {
  color: #ffffff;
  border-color: #ffffff;
}

body.page-id-7 .offers-block .offers-list .single:nth-of-type(1) a, body.page-id-7 .offers-block .offers-list .single:nth-of-type(2) a, body.page-id-7 .offers-block .offers-list .single:nth-of-type(4) a,
body.page-id-1182 .offers-block .offers-list .single:nth-of-type(1) a,
body.page-id-1182 .offers-block .offers-list .single:nth-of-type(2) a,
body.page-id-1182 .offers-block .offers-list .single:nth-of-type(4) a,
body.page-id-1184 .offers-block .offers-list .single:nth-of-type(1) a,
body.page-id-1184 .offers-block .offers-list .single:nth-of-type(2) a,
body.page-id-1184 .offers-block .offers-list .single:nth-of-type(4) a,
body.page-id-1348 .offers-block .offers-list .single:nth-of-type(1) a,
body.page-id-1348 .offers-block .offers-list .single:nth-of-type(2) a,
body.page-id-1348 .offers-block .offers-list .single:nth-of-type(4) a {
  color: #ffffff;
  border-color: #ffffff;
}

body.page-id-1366 .offers-block .offers-list .single:nth-of-type(1) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(2) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(3) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(4) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(5) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(6) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(7) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(8) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(9) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(10) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(11) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(12) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(13) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(14) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(15) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(16) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(17) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(18) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(19) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(20) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(21) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(22) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(24) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(26) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(27) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(29) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(30) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(34) a, body.page-id-1366 .offers-block .offers-list .single:nth-of-type(49) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(1) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(2) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(3) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(4) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(5) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(6) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(7) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(8) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(9) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(10) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(11) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(12) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(13) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(14) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(15) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(16) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(17) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(18) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(19) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(20) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(21) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(22) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(24) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(26) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(27) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(29) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(30) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(34) a,
body.page-id-429 .offers-block .offers-list .single:nth-of-type(49) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(1) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(2) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(3) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(4) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(5) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(6) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(7) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(8) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(9) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(10) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(11) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(12) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(13) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(14) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(15) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(16) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(17) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(18) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(19) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(20) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(21) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(22) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(24) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(26) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(27) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(29) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(30) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(34) a,
body.page-id-1359 .offers-block .offers-list .single:nth-of-type(49) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(1) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(2) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(3) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(4) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(5) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(6) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(7) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(8) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(9) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(10) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(11) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(12) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(13) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(14) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(15) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(16) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(17) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(18) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(19) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(20) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(21) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(22) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(24) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(26) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(27) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(29) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(30) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(34) a,
body.page-id-1362 .offers-block .offers-list .single:nth-of-type(49) a {
  color: #ffffff;
  border-color: #ffffff;
}

.custom-blocks.environment-friendly-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.custom-blocks.environment-friendly-block .wrapper h2, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container h2, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container h2 {
  color: #ffffff;
}
.custom-blocks.environment-friendly-block .wrapper .text, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .text, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .text {
  margin: 0 auto 42px;
  max-width: 1100px;
  text-align: center;
  color: #ffffff;
}
.custom-blocks.environment-friendly-block .wrapper .text *, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .text *, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .text * {
  color: #ffffff;
}
.custom-blocks.environment-friendly-block .wrapper .wrap, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 70px;
  grid-row-gap: 50px;
}
@media (max-width: 1280px) {
  .custom-blocks.environment-friendly-block .wrapper .wrap, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .wrap {
    grid-gap: 50px;
  }
}
@media (max-width: 768px) {
  .custom-blocks.environment-friendly-block .wrapper .wrap, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 30px;
  }
}
.custom-blocks.environment-friendly-block .wrapper .wrap .single, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .wrap .single {
  display: flex;
  align-items: flex-start;
  grid-gap: 24px;
}
.custom-blocks.environment-friendly-block .wrapper .wrap .single .icon-wrap, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .wrap .single .icon-wrap, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .wrap .single .icon-wrap {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: none;
}
.custom-blocks.environment-friendly-block .wrapper .wrap .single .icon-wrap img, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .wrap .single .icon-wrap img, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .wrap .single .icon-wrap img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.custom-blocks.environment-friendly-block .wrapper .wrap .single p, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .wrap .single p, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .wrap .single p {
  font-size: 28px;
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 480px) {
  .custom-blocks.environment-friendly-block .wrapper .wrap .single p, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .wrap .single p, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .wrap .single p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.custom-blocks.environment-friendly-block .wrapper .wrap .single p span.small, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .wrap .single p span.small, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .wrap .single p span.small {
  color: #6ac346;
}
.custom-blocks.environment-friendly-block .wrapper .wrap .single p span.big, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .wrap .single p span.big, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .wrap .single p span.big {
  color: #6ac346;
  font-size: 43px;
  font-size: 2.6875rem;
  display: block;
}
@media (max-width: 480px) {
  .custom-blocks.environment-friendly-block .wrapper .wrap .single p span.big, .custom-blocks.environment-friendly-block #cookie-notice .cookie-notice-container .wrap .single p span.big, #cookie-notice .custom-blocks.environment-friendly-block .cookie-notice-container .wrap .single p span.big {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .custom-blocks.contacts-us-block .wrapper, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container {
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
    align-items: center;
  }
}
.custom-blocks.contacts-us-block .wrapper .wrap h3, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container .wrap h3, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container .wrap h3 {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}
.custom-blocks.contacts-us-block .wrapper .wrap .text, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container .wrap .text, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container .wrap .text {
  margin: 20px auto 0;
  max-width: 550px;
  text-align: center;
}
.custom-blocks.contacts-us-block .wrapper .wrap .center-btn, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container .wrap .center-btn, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container .wrap .center-btn {
  margin: 20px auto 0;
  text-align: center;
}
.custom-blocks.contacts-us-block .wrapper .wrap .center-btn a, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container .wrap .center-btn a, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container .wrap .center-btn a {
  display: inline-block;
  text-decoration: none;
}
.custom-blocks.contacts-us-block .wrapper .wrap .center-btn a .icon, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container .wrap .center-btn a .icon, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container .wrap .center-btn a .icon {
  height: 28px;
  width: auto;
  display: block;
}
.custom-blocks.contacts-us-block .wrapper .intel, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container .intel, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container .intel {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  grid-gap: 16px;
}
@media (max-width: 1280px) {
  .custom-blocks.contacts-us-block .wrapper .intel, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container .intel, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container .intel {
    bottom: -40px;
  }
}
@media (max-width: 1024px) {
  .custom-blocks.contacts-us-block .wrapper .intel, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container .intel, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container .intel {
    position: relative;
    bottom: inherit;
    right: inherit;
  }
}
.custom-blocks.contacts-us-block .wrapper .intel span, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container .intel span, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container .intel span {
  display: block;
  color: #ffffff;
  text-align: right;
}
.custom-blocks.contacts-us-block .wrapper .intel img, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container .intel img, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container .intel img {
  width: 200px;
  height: auto;
  display: block;
}
@media (max-width: 1280px) {
  .custom-blocks.contacts-us-block .wrapper .intel img, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container .intel img, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container .intel img {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .custom-blocks.contacts-us-block .wrapper .intel img, .custom-blocks.contacts-us-block #cookie-notice .cookie-notice-container .intel img, #cookie-notice .custom-blocks.contacts-us-block .cookie-notice-container .intel img {
    width: 108px;
  }
}
.custom-blocks.game-pass-block {
  background: #f5f5f5;
}
.custom-blocks.game-pass-block .wrapper, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container {
  text-align: center;
}
.custom-blocks.game-pass-block .wrapper h2, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container h2, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container h2 {
  margin: 0 auto 16px;
}
.custom-blocks.game-pass-block .wrapper h3, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container h3, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container h3 {
  text-align: center;
  color: #161616;
  margin: 0;
}
.custom-blocks.game-pass-block .wrapper .offer, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container .offer, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container .offer {
  margin: 40px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  justify-content: center;
}
.custom-blocks.game-pass-block .wrapper .offer span, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container .offer span, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container .offer span {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
.custom-blocks.game-pass-block .wrapper .offer span.violet, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container .offer span.violet, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container .offer span.violet {
  background: #8c3ec3;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 22px;
  padding: 10px 20px;
  color: #ffffff;
  align-self: center;
}
.custom-blocks.game-pass-block .wrapper .icons, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container .icons, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container .icons {
  margin: 40px 0 0;
}
.custom-blocks.game-pass-block .wrapper .icons h4, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container .icons h4, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container .icons h4 {
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  color: #161616;
}
.custom-blocks.game-pass-block .wrapper .icons .grid, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container .icons .grid, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container .icons .grid {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 50px;
  grid-row-gap: 20px;
}
@media (max-width: 768px) {
  .custom-blocks.game-pass-block .wrapper .icons .grid, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container .icons .grid, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container .icons .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.custom-blocks.game-pass-block .wrapper .icons .grid .single, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container .icons .grid .single, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container .icons .grid .single {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
.custom-blocks.game-pass-block .wrapper .icons .grid .single img, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container .icons .grid .single img, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container .icons .grid .single img {
  width: 72px;
  height: auto;
  display: block;
}
.custom-blocks.game-pass-block .wrapper .icons .grid .single span, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container .icons .grid .single span, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container .icons .grid .single span {
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #161616;
  text-align: left;
}
.custom-blocks.game-pass-block .wrapper .disclaimer, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container .disclaimer {
  margin: 40px 0 0;
  background: #3278d4;
  padding: 20px 40px;
  border-radius: 22px;
  display: inline-block;
}
.custom-blocks.game-pass-block .wrapper .disclaimer p, .custom-blocks.game-pass-block #cookie-notice .cookie-notice-container .disclaimer p, #cookie-notice .custom-blocks.game-pass-block .cookie-notice-container .disclaimer p {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  margin: 0;
  color: #ffffff;
}
.custom-blocks.screen-size-1516-block {
  background: #7a336d !important;
}
.custom-blocks.screen-size-1516-block .wrapper h3, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container h3, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container h3 {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.3;
  margin: 0 auto 42px;
  max-width: 80%;
}
@media (max-width: 480px) {
  .custom-blocks.screen-size-1516-block .wrapper h3, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container h3, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 auto 25px;
  }
}
.custom-blocks.screen-size-1516-block .wrapper .wrap, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap {
  display: flex;
  align-items: center;
  grid-gap: 64px;
}
@media (max-width: 768px) {
  .custom-blocks.screen-size-1516-block .wrapper .wrap, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap {
    flex-direction: column;
    grid-gap: 40px;
  }
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .left, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .left, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 24px;
  width: 40%;
}
@media (max-width: 768px) {
  .custom-blocks.screen-size-1516-block .wrapper .wrap .left, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .left, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .left {
    width: 100%;
    grid-gap: 8px;
    order: 2;
  }
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .left p, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .left p, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .left p {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .right, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right {
  display: flex;
  grid-gap: 20px;
  align-items: center;
  width: calc(60% - 170px);
}
@media (max-width: 768px) {
  .custom-blocks.screen-size-1516-block .wrapper .wrap .right, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right {
    width: calc(100% - 150px);
    margin: 40px 0 0;
    order: 1;
  }
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-1, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-1, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-1 {
  width: 50%;
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-1 img, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-1 img, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-1 img {
  width: 100%;
  height: auto;
  display: block;
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 {
  position: relative;
  width: 50%;
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2 img, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2 img, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 5;
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2 .first, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2 .first, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 .first {
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  text-align: center;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 1280px) {
  .custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2 .first, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2 .first, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 .first {
    top: -45px;
  }
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2 .blue, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2 .blue, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 .blue {
  position: absolute;
  right: -80px;
  top: 110px;
  top: 17%;
  display: block;
  color: #3673ff;
}
@media (max-width: 1024px) {
  .custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2 .blue, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2 .blue, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 .blue {
    right: -70px;
  }
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2 .blue:before, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2 .blue:before, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 .blue:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #3673ff;
  border-radius: 100%;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2 .blue:after, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2 .blue:after, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 .blue:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  border-top: 2px dashed #3673ff;
  left: -57px;
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2 .white, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2 .white, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 .white {
  position: absolute;
  right: -90px;
  top: 160px;
  top: 26%;
  display: block;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2 .white, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2 .white, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 .white {
    top: 28%;
    right: -80px;
  }
}
@media (max-width: 480px) {
  .custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2 .white, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2 .white, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 .white {
    top: 34%;
  }
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2 .white:before, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2 .white:before, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 .white:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 100%;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.custom-blocks.screen-size-1516-block .wrapper .wrap .right .photo-2 .white:after, .custom-blocks.screen-size-1516-block #cookie-notice .cookie-notice-container .wrap .right .photo-2 .white:after, #cookie-notice .custom-blocks.screen-size-1516-block .cookie-notice-container .wrap .right .photo-2 .white:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  border-top: 2px dashed #ffffff;
  left: -57px;
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
}
.custom-blocks.security-bundle-1 .wrapper .first-text, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .first-text, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .first-text {
  max-width: 1243px;
  margin: 0 auto;
}
.custom-blocks.security-bundle-1 .wrapper .first-text .center, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .first-text .center, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .first-text .center {
  text-align: center;
  margin: 32px 0 0;
}
.custom-blocks.security-bundle-1 .wrapper .first-text p, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .first-text p, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .first-text p {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin: 32px 0 0;
  text-align: center;
}
.custom-blocks.security-bundle-1 .wrapper .features-table, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  .custom-blocks.security-bundle-1 .wrapper .features-table, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 48px 48px;
}
@media (max-width: 1024px) {
  .custom-blocks.security-bundle-1 .wrapper .features-table .column, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .custom-blocks.security-bundle-1 .wrapper .features-table .column, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column {
    padding: 24px 24px 24px;
  }
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .img-wrap img, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .img-wrap img, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .img-wrap img {
  height: 114px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .custom-blocks.security-bundle-1 .wrapper .features-table .column .img-wrap img, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .img-wrap img, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .img-wrap img {
    height: 90px;
  }
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column h2, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column h2, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column h2 {
  margin: 30px auto 0;
  text-align: center;
  color: #ffffff;
  max-width: 100%;
  font-size: 42px;
  font-size: 2.625rem;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .desc, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .desc, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .desc {
  text-align: center;
  margin: 40px 0 0;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .desc p, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .desc p, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .desc p {
  color: #ffffff;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column h3, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column h3, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column h3 {
  color: #ff0000;
  text-align: center;
  margin: 40px 0 0;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .rows, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .rows, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .rows {
  margin: 40px 0 0;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .rows .single-group-top, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .rows .single-group-top, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .rows .single-group-top {
  display: flex;
  justify-content: flex-end;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .rows .single-group-top span, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .rows .single-group-top span, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .rows .single-group-top span {
  color: #ffffff;
  font-weight: 700;
  display: block;
  padding: 6px 2px;
  line-height: 1;
  width: 95px;
  text-align: center;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .rows .single-group .top, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .rows .single-group .top, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .rows .single-group .top {
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 8px;
  position: relative;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .rows .single-group .top:after, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .rows .single-group .top:after, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .rows .single-group .top:after {
  content: "";
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("/wp-content/uploads/2023/09/check-1.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 38px;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .rows .single-group .top p, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .rows .single-group .top p, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .rows .single-group .top p {
  margin: 0;
  border: none;
  color: #ffffff;
  font-weight: 700;
  padding: 0 90px 0 0;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .rows .single-group p, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .rows .single-group p, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .rows .single-group p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 96px 6px 8px;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .rows .single-group p:last-child, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .rows .single-group p:last-child, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .rows .single-group p:last-child {
  border: none;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .bottom-desc, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .bottom-desc, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .bottom-desc {
  margin: 40px 0 0;
  text-align: center;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .bottom-desc p, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .bottom-desc p, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .bottom-desc p {
  color: #ffffff;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .bottom-desc h4, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .bottom-desc h4, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .bottom-desc h4 {
  margin: 24px 0 0;
  color: #ffffff;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column .bottom-desc .center, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column .bottom-desc .center, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column .bottom-desc .center {
  margin: 24px 0 0;
  text-align: center;
  color: #ffffff;
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column.column-1, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column.column-1, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column.column-1 {
  background-image: url("../images/bg-column-1.jpg");
}
.custom-blocks.security-bundle-1 .wrapper .features-table .column.column-2, .custom-blocks.security-bundle-1 #cookie-notice .cookie-notice-container .features-table .column.column-2, #cookie-notice .custom-blocks.security-bundle-1 .cookie-notice-container .features-table .column.column-2 {
  background-image: url("../images/bg-column-2.jpg");
}
.custom-blocks.security-bundle-2 {
  background-color: #000000 !important;
  background-image: url("../images/security-footer-lines-f.png");
  background-position: center 140%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.custom-blocks.security-bundle-2 .wrapper, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container {
  text-align: center;
}
.custom-blocks.security-bundle-2 .wrapper h2, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container h2, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container h2 {
  color: #7752ff;
  text-align: center;
  text-transform: uppercase;
}
.custom-blocks.security-bundle-2 .wrapper h4, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container h4, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container h4 {
  color: #ffffff;
  max-width: 1280px;
  margin: 24px auto 0;
  font-size: 24px;
}
.custom-blocks.security-bundle-2 .wrapper .desc-with-bg, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .desc-with-bg, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .desc-with-bg {
  background: #7752ff;
  max-width: 1280px;
  margin: 24px auto 0;
  padding: 24px 24px;
  border-radius: 50px;
}
.custom-blocks.security-bundle-2 .wrapper .desc-with-bg p, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .desc-with-bg p, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .desc-with-bg p {
  color: #ffffff;
  font-weight: 700;
}
.custom-blocks.security-bundle-2 .wrapper .desc, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .desc, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .desc {
  max-width: 1280px;
  margin: 24px auto 0;
}
.custom-blocks.security-bundle-2 .wrapper .desc p, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .desc p, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .desc p {
  color: #ffffff;
}
.custom-blocks.security-bundle-2 .wrapper .table-img-wrap, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .table-img-wrap, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .table-img-wrap {
  max-width: 1280px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .custom-blocks.security-bundle-2 .wrapper .table-img-wrap, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .table-img-wrap, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .table-img-wrap {
    margin: 40px auto 60px;
  }
}
.custom-blocks.security-bundle-2 .wrapper .table-img-wrap .graph-desktop, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .table-img-wrap .graph-desktop, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .table-img-wrap .graph-desktop {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .custom-blocks.security-bundle-2 .wrapper .table-img-wrap .graph-desktop, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .table-img-wrap .graph-desktop, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .table-img-wrap .graph-desktop {
    display: none;
  }
}
.custom-blocks.security-bundle-2 .wrapper .table-img-wrap .graph-mobile, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .table-img-wrap .graph-mobile, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .table-img-wrap .graph-mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .custom-blocks.security-bundle-2 .wrapper .table-img-wrap .graph-mobile, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .table-img-wrap .graph-mobile, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .table-img-wrap .graph-mobile {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
}
.custom-blocks.security-bundle-2 .wrapper .icons, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .icons, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 48px;
  max-width: 1280px;
  margin: 24px auto 0;
}
@media (max-width: 768px) {
  .custom-blocks.security-bundle-2 .wrapper .icons, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .icons, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .icons {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
.custom-blocks.security-bundle-2 .wrapper .icons .single img, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .icons .single img, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .icons .single img {
  height: 100px;
  width: auto;
  display: block;
  filter: invert(1);
  margin: 0 auto;
}
.custom-blocks.security-bundle-2 .wrapper .icons .single .title, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .icons .single .title, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .icons .single .title {
  display: block;
  text-align: center;
  margin: 16px 0 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.custom-blocks.security-bundle-2 .wrapper .icons .single p, .custom-blocks.security-bundle-2 #cookie-notice .cookie-notice-container .icons .single p, #cookie-notice .custom-blocks.security-bundle-2 .cookie-notice-container .icons .single p {
  margin: 16px 0 0;
  text-align: center;
  color: #ffffff;
}
.custom-blocks.thinkvision-xx {
  background: url("/wp-content/uploads/2023/09/bg.jpg") center/cover no-repeat;
}
.custom-blocks.thinkvision-xx .wrapper h2, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container h2, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container h2 {
  color: #ffffff;
  text-align: center;
  max-width: 1220px;
  margin: 0 auto;
  font-size: 32px;
  font-size: 2rem;
}
.custom-blocks.thinkvision-xx .wrapper .desc, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .desc, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .desc {
  max-width: 1220px;
  margin: 32px auto 0;
}
.custom-blocks.thinkvision-xx .wrapper .desc p, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .desc p, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .desc p {
  text-align: center;
  color: #ffffff;
}
.custom-blocks.thinkvision-xx .wrapper .wrap-1, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-1, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 128px;
  margin: 72px 0 0;
}
@media (max-width: 1024px) {
  .custom-blocks.thinkvision-xx .wrapper .wrap-1, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-1, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-1 {
    grid-gap: 64px;
  }
}
@media (max-width: 768px) {
  .custom-blocks.thinkvision-xx .wrapper .wrap-1, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-1, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 40px;
    margin: 48px 0 0;
  }
}
.custom-blocks.thinkvision-xx .wrapper .wrap-1 .column h3, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-1 .column h3, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-1 .column h3 {
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
}
.custom-blocks.thinkvision-xx .wrapper .wrap-1 .column p, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-1 .column p, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-1 .column p {
  color: #ffffff;
  text-align: center;
  margin: 24px 0 0;
  min-height: 78px;
}
.custom-blocks.thinkvision-xx .wrapper .wrap-1 .column img, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-1 .column img, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-1 .column img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 32px auto 0;
}
@media (max-width: 768px) {
  .custom-blocks.thinkvision-xx .wrapper .wrap-1 .column img, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-1 .column img, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-1 .column img {
    max-width: 476px;
    width: 100%;
  }
}
.custom-blocks.thinkvision-xx .wrapper .wrap-2, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-2, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 128px;
  margin: 72px 0 0;
}
@media (max-width: 1024px) {
  .custom-blocks.thinkvision-xx .wrapper .wrap-2, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-2, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-2 {
    grid-gap: 64px;
  }
}
@media (max-width: 768px) {
  .custom-blocks.thinkvision-xx .wrapper .wrap-2, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-2, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 40px;
    margin: 48px 0 0;
  }
}
.custom-blocks.thinkvision-xx .wrapper .wrap-2 .column:nth-of-type(1), .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-2 .column:nth-of-type(1), #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-2 .column:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-blocks.thinkvision-xx .wrapper .wrap-2 .column:nth-of-type(1) h3, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-2 .column:nth-of-type(1) h3, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-2 .column:nth-of-type(1) h3 {
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
}
.custom-blocks.thinkvision-xx .wrapper .wrap-2 .column:nth-of-type(1) p, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-2 .column:nth-of-type(1) p, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-2 .column:nth-of-type(1) p {
  color: #ffffff;
  text-align: center;
  margin: 24px 0 0;
}
.custom-blocks.thinkvision-xx .wrapper .wrap-2 .column:nth-of-type(1) img, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-2 .column:nth-of-type(1) img, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-2 .column:nth-of-type(1) img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 32px auto 0;
}
@media (max-width: 768px) {
  .custom-blocks.thinkvision-xx .wrapper .wrap-2 .column:nth-of-type(1) img, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-2 .column:nth-of-type(1) img, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-2 .column:nth-of-type(1) img {
    max-width: 476px;
    width: 100%;
  }
}
.custom-blocks.thinkvision-xx .wrapper .wrap-2 .column:nth-of-type(2) img, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-2 .column:nth-of-type(2) img, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-2 .column:nth-of-type(2) img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .custom-blocks.thinkvision-xx .wrapper .wrap-2 .column:nth-of-type(2) img, .custom-blocks.thinkvision-xx #cookie-notice .cookie-notice-container .wrap-2 .column:nth-of-type(2) img, #cookie-notice .custom-blocks.thinkvision-xx .cookie-notice-container .wrap-2 .column:nth-of-type(2) img {
    max-width: 476px;
    width: 100%;
  }
}

.premier-support-selection .wrapper .select, .premier-support-selection #cookie-notice .cookie-notice-container .select, #cookie-notice .premier-support-selection .cookie-notice-container .select {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 70px;
  width: calc(100% - 120px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .premier-support-selection .wrapper .select, .premier-support-selection #cookie-notice .cookie-notice-container .select, #cookie-notice .premier-support-selection .cookie-notice-container .select {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  .premier-support-selection .wrapper .select, .premier-support-selection #cookie-notice .cookie-notice-container .select, #cookie-notice .premier-support-selection .cookie-notice-container .select {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 30px;
    width: 100%;
  }
}
.premier-support-selection .wrapper .select .column, .premier-support-selection #cookie-notice .cookie-notice-container .select .column, #cookie-notice .premier-support-selection .cookie-notice-container .select .column {
  padding: 40px 60px;
  border: 1px solid #bfbfbf;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .premier-support-selection .wrapper .select .column, .premier-support-selection #cookie-notice .cookie-notice-container .select .column, #cookie-notice .premier-support-selection .cookie-notice-container .select .column {
    padding: 40px 40px;
  }
}
@media (max-width: 768px) {
  .premier-support-selection .wrapper .select .column, .premier-support-selection #cookie-notice .cookie-notice-container .select .column, #cookie-notice .premier-support-selection .cookie-notice-container .select .column {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
}
.premier-support-selection .wrapper .select .column img, .premier-support-selection #cookie-notice .cookie-notice-container .select .column img, #cookie-notice .premier-support-selection .cookie-notice-container .select .column img {
  height: 96px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .premier-support-selection .wrapper .select .column img, .premier-support-selection #cookie-notice .cookie-notice-container .select .column img, #cookie-notice .premier-support-selection .cookie-notice-container .select .column img {
    height: 72px;
  }
}
.premier-support-selection .wrapper .select .column span, .premier-support-selection #cookie-notice .cookie-notice-container .select .column span, #cookie-notice .premier-support-selection .cookie-notice-container .select .column span {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #161616;
}
.premier-support-selection .wrapper .select .column span a, .premier-support-selection #cookie-notice .cookie-notice-container .select .column span a, #cookie-notice .premier-support-selection .cookie-notice-container .select .column span a {
  color: #161616;
}
.premier-support-selection .wrapper .select .column span:nth-of-type(1), .premier-support-selection #cookie-notice .cookie-notice-container .select .column span:nth-of-type(1), #cookie-notice .premier-support-selection .cookie-notice-container .select .column span:nth-of-type(1) {
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  margin: 12px 0 0;
}
@media (max-width: 1024px) {
  .premier-support-selection .wrapper .select .column span:nth-of-type(1), .premier-support-selection #cookie-notice .cookie-notice-container .select .column span:nth-of-type(1), #cookie-notice .premier-support-selection .cookie-notice-container .select .column span:nth-of-type(1) {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.premier-support-selection .wrapper .select .column span:nth-of-type(2), .premier-support-selection #cookie-notice .cookie-notice-container .select .column span:nth-of-type(2), #cookie-notice .premier-support-selection .cookie-notice-container .select .column span:nth-of-type(2) {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 4px auto 0;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .premier-support-selection .wrapper .select .column span:nth-of-type(2), .premier-support-selection #cookie-notice .cookie-notice-container .select .column span:nth-of-type(2), #cookie-notice .premier-support-selection .cookie-notice-container .select .column span:nth-of-type(2) {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.x1-block-1 {
  background: #B42B01;
  position: relative;
  padding: 60px 0 60px !important;
}
.x1-block-1 .wrapper, .x1-block-1 #cookie-notice .cookie-notice-container, #cookie-notice .x1-block-1 .cookie-notice-container {
  display: flex;
  align-items: flex-start;
  grid-gap: 48px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .x1-block-1 .wrapper, .x1-block-1 #cookie-notice .cookie-notice-container, #cookie-notice .x1-block-1 .cookie-notice-container {
    flex-direction: column;
    grid-gap: 32px;
  }
}
.x1-block-1 .wrapper .left, .x1-block-1 #cookie-notice .cookie-notice-container .left, #cookie-notice .x1-block-1 .cookie-notice-container .left {
  width: 500px;
  padding: 48px 0 0;
}
@media (max-width: 1024px) {
  .x1-block-1 .wrapper .left, .x1-block-1 #cookie-notice .cookie-notice-container .left, #cookie-notice .x1-block-1 .cookie-notice-container .left {
    width: 100%;
    padding: 0;
  }
}
.x1-block-1 .wrapper .left h2, .x1-block-1 #cookie-notice .cookie-notice-container .left h2, #cookie-notice .x1-block-1 .cookie-notice-container .left h2 {
  color: #ffffff;
  text-align: left;
  margin: 0;
}
.x1-block-1 .wrapper .left .text, .x1-block-1 #cookie-notice .cookie-notice-container .left .text, #cookie-notice .x1-block-1 .cookie-notice-container .left .text {
  margin: 24px 0 0;
}
.x1-block-1 .wrapper .left .text p, .x1-block-1 #cookie-notice .cookie-notice-container .left .text p, #cookie-notice .x1-block-1 .cookie-notice-container .left .text p {
  color: #ffffff;
}
.x1-block-1 .wrapper .right, .x1-block-1 #cookie-notice .cookie-notice-container .right, #cookie-notice .x1-block-1 .cookie-notice-container .right {
  width: calc(100% - 548px);
}
@media (max-width: 1024px) {
  .x1-block-1 .wrapper .right, .x1-block-1 #cookie-notice .cookie-notice-container .right, #cookie-notice .x1-block-1 .cookie-notice-container .right {
    width: 100%;
  }
}
.x1-block-1 .wrapper .right img, .x1-block-1 #cookie-notice .cookie-notice-container .right img, #cookie-notice .x1-block-1 .cookie-notice-container .right img {
  display: block;
  height: auto;
  width: calc(100% + 240px);
}
@media (max-width: 1680px) {
  .x1-block-1 .wrapper .right img, .x1-block-1 #cookie-notice .cookie-notice-container .right img, #cookie-notice .x1-block-1 .cookie-notice-container .right img {
    width: calc(100% + 130px);
  }
}
@media (max-width: 1440px) {
  .x1-block-1 .wrapper .right img, .x1-block-1 #cookie-notice .cookie-notice-container .right img, #cookie-notice .x1-block-1 .cookie-notice-container .right img {
    width: calc(100% + 60px);
  }
}
.x1-block-1 .wrapper .right .text, .x1-block-1 #cookie-notice .cookie-notice-container .right .text, #cookie-notice .x1-block-1 .cookie-notice-container .right .text {
  margin: 40px 0 0;
}
@media (max-width: 1024px) {
  .x1-block-1 .wrapper .right .text, .x1-block-1 #cookie-notice .cookie-notice-container .right .text, #cookie-notice .x1-block-1 .cookie-notice-container .right .text {
    margin: 32px 0 0;
  }
}
.x1-block-1 .wrapper .right .text p, .x1-block-1 #cookie-notice .cookie-notice-container .right .text p, #cookie-notice .x1-block-1 .cookie-notice-container .right .text p {
  color: #ffffff;
  text-align: right;
}
.x1-block-1 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  opacity: 0.6;
  mix-blend-mode: soft-light;
}

.x1-block-2 {
  background: #000000;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .x1-block-2 {
    padding: 60px 0 30px !important;
  }
}
.x1-block-2 .wrapper, .x1-block-2 #cookie-notice .cookie-notice-container, #cookie-notice .x1-block-2 .cookie-notice-container {
  display: flex;
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  .x1-block-2 .wrapper, .x1-block-2 #cookie-notice .cookie-notice-container, #cookie-notice .x1-block-2 .cookie-notice-container {
    flex-direction: column;
    grid-gap: 32px;
  }
}
.x1-block-2 .wrapper .left, .x1-block-2 #cookie-notice .cookie-notice-container .left, #cookie-notice .x1-block-2 .cookie-notice-container .left {
  padding: 80px 0 80px;
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-gap: 60px;
}
@media (max-width: 1024px) {
  .x1-block-2 .wrapper .left, .x1-block-2 #cookie-notice .cookie-notice-container .left, #cookie-notice .x1-block-2 .cookie-notice-container .left {
    width: 100%;
    padding: 0;
    grid-gap: 40px;
  }
}
.x1-block-2 .wrapper .left .top-wrap h2, .x1-block-2 #cookie-notice .cookie-notice-container .left .top-wrap h2, #cookie-notice .x1-block-2 .cookie-notice-container .left .top-wrap h2 {
  color: #ffffff;
  text-align: left;
  margin: 0;
}
.x1-block-2 .wrapper .left .top-wrap .text, .x1-block-2 #cookie-notice .cookie-notice-container .left .top-wrap .text, #cookie-notice .x1-block-2 .cookie-notice-container .left .top-wrap .text {
  margin: 24px 0 0;
}
.x1-block-2 .wrapper .left .top-wrap .text p, .x1-block-2 #cookie-notice .cookie-notice-container .left .top-wrap .text p, #cookie-notice .x1-block-2 .cookie-notice-container .left .top-wrap .text p {
  color: #ffffff;
}
.x1-block-2 .wrapper .left .desc-2 p, .x1-block-2 #cookie-notice .cookie-notice-container .left .desc-2 p, #cookie-notice .x1-block-2 .cookie-notice-container .left .desc-2 p {
  color: #E1140A;
}
.x1-block-2 .wrapper .right, .x1-block-2 #cookie-notice .cookie-notice-container .right, #cookie-notice .x1-block-2 .cookie-notice-container .right {
  width: calc(100% - 548px);
}
@media (max-width: 1024px) {
  .x1-block-2 .wrapper .right, .x1-block-2 #cookie-notice .cookie-notice-container .right, #cookie-notice .x1-block-2 .cookie-notice-container .right {
    width: 100%;
  }
}
.x1-block-2 .wrapper .right img, .x1-block-2 #cookie-notice .cookie-notice-container .right img, #cookie-notice .x1-block-2 .cookie-notice-container .right img {
  display: block;
  height: auto;
  width: calc(100% + 240px);
}
@media (max-width: 1680px) {
  .x1-block-2 .wrapper .right img, .x1-block-2 #cookie-notice .cookie-notice-container .right img, #cookie-notice .x1-block-2 .cookie-notice-container .right img {
    width: calc(100% + 130px);
  }
}
@media (max-width: 1440px) {
  .x1-block-2 .wrapper .right img, .x1-block-2 #cookie-notice .cookie-notice-container .right img, #cookie-notice .x1-block-2 .cookie-notice-container .right img {
    width: calc(100% + 60px);
  }
}

.lseries-section-1 {
  background: #4A1C53;
}
.lseries-section-1 .wrapper h2, .lseries-section-1 #cookie-notice .cookie-notice-container h2, #cookie-notice .lseries-section-1 .cookie-notice-container h2 {
  color: #ffffff !important;
}
.lseries-section-1 .wrapper .wrap, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .lseries-section-1 .wrapper .wrap, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.lseries-section-1 .wrapper .wrap .column, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column {
  display: flex;
  grid-gap: 24px;
}
@media (max-width: 480px) {
  .lseries-section-1 .wrapper .wrap .column, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column {
    flex-direction: column;
  }
}
.lseries-section-1 .wrapper .wrap .column:nth-of-type(2) .text, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column:nth-of-type(2) .text, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column:nth-of-type(2) .text {
  order: 2;
}
@media (max-width: 1024px) {
  .lseries-section-1 .wrapper .wrap .column:nth-of-type(2) .text, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column:nth-of-type(2) .text, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column:nth-of-type(2) .text {
    order: 1;
  }
}
@media (max-width: 480px) {
  .lseries-section-1 .wrapper .wrap .column:nth-of-type(2) .text, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column:nth-of-type(2) .text, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column:nth-of-type(2) .text {
    order: 2;
  }
}
.lseries-section-1 .wrapper .wrap .column:nth-of-type(2) .text p, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column:nth-of-type(2) .text p, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column:nth-of-type(2) .text p {
  text-align: left;
}
@media (max-width: 1024px) {
  .lseries-section-1 .wrapper .wrap .column:nth-of-type(2) .text p, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column:nth-of-type(2) .text p, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column:nth-of-type(2) .text p {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .lseries-section-1 .wrapper .wrap .column:nth-of-type(2) .text p, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column:nth-of-type(2) .text p, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column:nth-of-type(2) .text p {
    text-align: center;
  }
}
.lseries-section-1 .wrapper .wrap .column:nth-of-type(2) .logo-wrap, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column:nth-of-type(2) .logo-wrap, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column:nth-of-type(2) .logo-wrap {
  order: 1;
}
@media (max-width: 1024px) {
  .lseries-section-1 .wrapper .wrap .column:nth-of-type(2) .logo-wrap, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column:nth-of-type(2) .logo-wrap, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column:nth-of-type(2) .logo-wrap {
    order: 2;
  }
}
@media (max-width: 480px) {
  .lseries-section-1 .wrapper .wrap .column:nth-of-type(2) .logo-wrap, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column:nth-of-type(2) .logo-wrap, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column:nth-of-type(2) .logo-wrap {
    order: 1;
  }
}
.lseries-section-1 .wrapper .wrap .column .text, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column .text, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column .text {
  width: calc(57% - 12px);
}
@media (max-width: 480px) {
  .lseries-section-1 .wrapper .wrap .column .text, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column .text, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column .text {
    width: 100%;
    order: 2;
  }
}
.lseries-section-1 .wrapper .wrap .column .text p, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column .text p, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column .text p {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 480px) {
  .lseries-section-1 .wrapper .wrap .column .text p, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column .text p, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column .text p {
    text-align: center;
  }
}
.lseries-section-1 .wrapper .wrap .column .logo-wrap, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column .logo-wrap, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column .logo-wrap {
  width: calc(43% - 12px);
  background: #F1E1ED;
  padding: 24px 24px;
}
@media (max-width: 480px) {
  .lseries-section-1 .wrapper .wrap .column .logo-wrap, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column .logo-wrap, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column .logo-wrap {
    width: 100%;
    order: 1;
  }
}
.lseries-section-1 .wrapper .wrap .column .logo-wrap img, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column .logo-wrap img, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column .logo-wrap img {
  height: 32px;
  width: auto;
  display: block;
  margin: 0 auto 24px;
}
.lseries-section-1 .wrapper .wrap .column .logo-wrap ul, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column .logo-wrap ul, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column .logo-wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 8px;
  text-align: center;
}
.lseries-section-1 .wrapper .wrap .column .logo-wrap ul li, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column .logo-wrap ul li, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column .logo-wrap ul li {
  font-weight: 500;
  color: #161616;
}
.lseries-section-1 .wrapper .wrap .column .logo-wrap ul li:before, .lseries-section-1 #cookie-notice .cookie-notice-container .wrap .column .logo-wrap ul li:before, #cookie-notice .lseries-section-1 .cookie-notice-container .wrap .column .logo-wrap ul li:before {
  flex: none;
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url("/wp-content/uploads/2024/08/icon-check.svg");
}

section.lenovo-workstations-block-1 {
  background-color: #B42B01;
  background-image: url("/wp-content/uploads/2024/08/bg-1.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-blend-mode: soft-light;
}
section.lenovo-workstations-block-1 .wrapper, section.lenovo-workstations-block-1 #cookie-notice .cookie-notice-container, #cookie-notice section.lenovo-workstations-block-1 .cookie-notice-container {
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  section.lenovo-workstations-block-1 .wrapper, section.lenovo-workstations-block-1 #cookie-notice .cookie-notice-container, #cookie-notice section.lenovo-workstations-block-1 .cookie-notice-container {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  section.lenovo-workstations-block-1 .wrapper, section.lenovo-workstations-block-1 #cookie-notice .cookie-notice-container, #cookie-notice section.lenovo-workstations-block-1 .cookie-notice-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
section.lenovo-workstations-block-1 .wrapper .left, section.lenovo-workstations-block-1 #cookie-notice .cookie-notice-container .left, #cookie-notice section.lenovo-workstations-block-1 .cookie-notice-container .left {
  display: flex;
  flex-direction: column;
  grid-gap: 32px;
}
section.lenovo-workstations-block-1 .wrapper .left .single .top, section.lenovo-workstations-block-1 #cookie-notice .cookie-notice-container .left .single .top, #cookie-notice section.lenovo-workstations-block-1 .cookie-notice-container .left .single .top {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
section.lenovo-workstations-block-1 .wrapper .left .single .top img, section.lenovo-workstations-block-1 #cookie-notice .cookie-notice-container .left .single .top img, #cookie-notice section.lenovo-workstations-block-1 .cookie-notice-container .left .single .top img {
  width: 70px;
  height: auto;
  display: block;
}
section.lenovo-workstations-block-1 .wrapper .left .single .top span, section.lenovo-workstations-block-1 #cookie-notice .cookie-notice-container .left .single .top span, #cookie-notice section.lenovo-workstations-block-1 .cookie-notice-container .left .single .top span {
  color: #ffffff;
  display: block;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}
section.lenovo-workstations-block-1 .wrapper .left .single p, section.lenovo-workstations-block-1 #cookie-notice .cookie-notice-container .left .single p, #cookie-notice section.lenovo-workstations-block-1 .cookie-notice-container .left .single p {
  margin: 8px 0 0;
  color: #ffffff;
}
section.lenovo-workstations-block-1 .wrapper .right, section.lenovo-workstations-block-1 #cookie-notice .cookie-notice-container .right, #cookie-notice section.lenovo-workstations-block-1 .cookie-notice-container .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.lenovo-workstations-block-1 .wrapper .right img, section.lenovo-workstations-block-1 #cookie-notice .cookie-notice-container .right img, #cookie-notice section.lenovo-workstations-block-1 .cookie-notice-container .right img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  section.lenovo-workstations-block-1 .wrapper .right img, section.lenovo-workstations-block-1 #cookie-notice .cookie-notice-container .right img, #cookie-notice section.lenovo-workstations-block-1 .cookie-notice-container .right img {
    max-width: 480px;
    width: 80%;
  }
}

section.lenovo-workstations-block-2 {
  background-image: url("/wp-content/uploads/2024/08/3885e8d74977112fff528698db206f16.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.lenovo-workstations-block-2 .wrapper, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container {
  max-width: 1278px;
}
section.lenovo-workstations-block-2 .wrapper h2, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container h2, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container h2 {
  color: #ffffff !important;
  text-align: center;
}
section.lenovo-workstations-block-2 .wrapper .desc, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .desc, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .desc {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
section.lenovo-workstations-block-2 .wrapper .desc p, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .desc p, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .desc p {
  color: #ffffff;
}
section.lenovo-workstations-block-2 .wrapper .rows, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows {
  margin: 48px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 32px;
}
@media (max-width: 768px) {
  section.lenovo-workstations-block-2 .wrapper .rows, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows {
    grid-gap: 48px;
  }
}
section.lenovo-workstations-block-2 .wrapper .rows .single, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  section.lenovo-workstations-block-2 .wrapper .rows .single, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
section.lenovo-workstations-block-2 .wrapper .rows .single:nth-of-type(2n + 2) .row-img, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-of-type(2n + 2) .row-img, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single:nth-of-type(2n + 2) .row-img {
  order: 2;
}
section.lenovo-workstations-block-2 .wrapper .rows .single:nth-of-type(2n + 2) .right, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-of-type(2n + 2) .right, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single:nth-of-type(2n + 2) .right {
  order: 1;
}
section.lenovo-workstations-block-2 .wrapper .rows .single .row-img, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single .row-img, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single .row-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  section.lenovo-workstations-block-2 .wrapper .rows .single .row-img, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single .row-img, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single .row-img {
    order: 2;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.lenovo-workstations-block-2 .wrapper .rows .single .right, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single .right, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single .right {
    order: 1;
  }
}
section.lenovo-workstations-block-2 .wrapper .rows .single .right .single-point, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single .right .single-point, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single .right .single-point {
  display: flex;
  align-items: flex-start;
  grid-gap: 24px;
  margin: 0 0 24px;
}
@media (max-width: 480px) {
  section.lenovo-workstations-block-2 .wrapper .rows .single .right .single-point, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single .right .single-point, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single .right .single-point {
    flex-direction: column;
  }
}
section.lenovo-workstations-block-2 .wrapper .rows .single .right .single-point:last-child, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single .right .single-point:last-child, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single .right .single-point:last-child {
  margin: 0;
}
section.lenovo-workstations-block-2 .wrapper .rows .single .right .single-point img, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single .right .single-point img, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single .right .single-point img {
  width: 137px;
  height: auto;
  display: block;
  border-radius: 100%;
  flex: none;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.lenovo-workstations-block-2 .wrapper .rows .single .right .single-point img, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single .right .single-point img, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single .right .single-point img {
    width: 96px;
  }
}
@media (max-width: 480px) {
  section.lenovo-workstations-block-2 .wrapper .rows .single .right .single-point img, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single .right .single-point img, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single .right .single-point img {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  section.lenovo-workstations-block-2 .wrapper .rows .single .right .single-point .info, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single .right .single-point .info, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single .right .single-point .info {
    text-align: center;
  }
}
section.lenovo-workstations-block-2 .wrapper .rows .single .right .single-point .info h4, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single .right .single-point .info h4, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single .right .single-point .info h4 {
  color: #ffffff;
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
}
section.lenovo-workstations-block-2 .wrapper .rows .single .right .single-point .info p, section.lenovo-workstations-block-2 #cookie-notice .cookie-notice-container .rows .single .right .single-point .info p, #cookie-notice section.lenovo-workstations-block-2 .cookie-notice-container .rows .single .right .single-point .info p {
  color: #ffffff;
  margin: 8px 0 0;
}

section.lenovo-workstations-block-3 .wrapper .desc, section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .desc, #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .desc {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
section.lenovo-workstations-block-3 .wrapper .table-wrap, section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap, #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap {
  margin: 40px auto 0;
  max-width: 1189px;
  width: 100%;
}
section.lenovo-workstations-block-3 .wrapper .table-wrap .table, section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap .table, #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap .table {
  border: 1px solid #161616;
  background: #F9F9F9;
}
section.lenovo-workstations-block-3 .wrapper .table-wrap .table .row, section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap .table .row, #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap .table .row {
  border-bottom: 1px solid #161616;
  display: flex;
}
section.lenovo-workstations-block-3 .wrapper .table-wrap .table .row:first-child .column span, section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap .table .row:first-child .column span, #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap .table .row:first-child .column span {
  font-weight: 700;
}
section.lenovo-workstations-block-3 .wrapper .table-wrap .table .row:last-child, section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap .table .row:last-child, #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap .table .row:last-child {
  border: none;
}
section.lenovo-workstations-block-3 .wrapper .table-wrap .table .row .column, section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap .table .row .column, #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap .table .row .column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
}
@media (max-width: 480px) {
  section.lenovo-workstations-block-3 .wrapper .table-wrap .table .row .column, section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap .table .row .column, #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap .table .row .column {
    padding: 10px 10px;
  }
}
section.lenovo-workstations-block-3 .wrapper .table-wrap .table .row .column:nth-of-type(1), section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap .table .row .column:nth-of-type(1), #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap .table .row .column:nth-of-type(1) {
  width: 26%;
}
section.lenovo-workstations-block-3 .wrapper .table-wrap .table .row .column:nth-of-type(2), section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap .table .row .column:nth-of-type(2), #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap .table .row .column:nth-of-type(2) {
  width: 37%;
}
section.lenovo-workstations-block-3 .wrapper .table-wrap .table .row .column:nth-of-type(3), section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap .table .row .column:nth-of-type(3), #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap .table .row .column:nth-of-type(3) {
  width: 37%;
}
section.lenovo-workstations-block-3 .wrapper .table-wrap .table .row .column:nth-of-type(1), section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap .table .row .column:nth-of-type(1), #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap .table .row .column:nth-of-type(1), section.lenovo-workstations-block-3 .wrapper .table-wrap .table .row .column:nth-of-type(2), section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap .table .row .column:nth-of-type(2), #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap .table .row .column:nth-of-type(2) {
  border-right: 1px solid #161616;
}
section.lenovo-workstations-block-3 .wrapper .table-wrap .table .row .column span, section.lenovo-workstations-block-3 #cookie-notice .cookie-notice-container .table-wrap .table .row .column span, #cookie-notice section.lenovo-workstations-block-3 .cookie-notice-container .table-wrap .table .row .column span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  text-align: center;
}

section.custom-blocks.lenovo-ai-pc-1-block {
  padding: 84px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  section.custom-blocks.lenovo-ai-pc-1-block {
    padding: 60px 0;
  }
}
section.custom-blocks.lenovo-ai-pc-1-block .wrapper h1, section.custom-blocks.lenovo-ai-pc-1-block #cookie-notice .cookie-notice-container h1, #cookie-notice section.custom-blocks.lenovo-ai-pc-1-block .cookie-notice-container h1 {
  max-width: 583px;
  width: 100%;
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0;
  color: #ffffff;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  section.custom-blocks.lenovo-ai-pc-1-block .wrapper h1, section.custom-blocks.lenovo-ai-pc-1-block #cookie-notice .cookie-notice-container h1, #cookie-notice section.custom-blocks.lenovo-ai-pc-1-block .cookie-notice-container h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  section.custom-blocks.lenovo-ai-pc-1-block .wrapper h1, section.custom-blocks.lenovo-ai-pc-1-block #cookie-notice .cookie-notice-container h1, #cookie-notice section.custom-blocks.lenovo-ai-pc-1-block .cookie-notice-container h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
section.custom-blocks.lenovo-ai-pc-1-block .wrapper .text, section.custom-blocks.lenovo-ai-pc-1-block #cookie-notice .cookie-notice-container .text, #cookie-notice section.custom-blocks.lenovo-ai-pc-1-block .cookie-notice-container .text {
  margin: 32px 0 0;
  max-width: 734px;
  width: 100%;
}
@media (max-width: 480px) {
  section.custom-blocks.lenovo-ai-pc-1-block .wrapper .text, section.custom-blocks.lenovo-ai-pc-1-block #cookie-notice .cookie-notice-container .text, #cookie-notice section.custom-blocks.lenovo-ai-pc-1-block .cookie-notice-container .text {
    margin: 24px 0 0;
  }
}
section.custom-blocks.lenovo-ai-pc-1-block .wrapper .text p, section.custom-blocks.lenovo-ai-pc-1-block #cookie-notice .cookie-notice-container .text p, #cookie-notice section.custom-blocks.lenovo-ai-pc-1-block .cookie-notice-container .text p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
}
section.custom-blocks.lenovo-ai-pc-1-block .wrapper img, section.custom-blocks.lenovo-ai-pc-1-block #cookie-notice .cookie-notice-container img, #cookie-notice section.custom-blocks.lenovo-ai-pc-1-block .cookie-notice-container img {
  display: block;
  height: 73px;
  width: auto;
  margin: 32px 0 0;
}
@media (max-width: 480px) {
  section.custom-blocks.lenovo-ai-pc-1-block .wrapper img, section.custom-blocks.lenovo-ai-pc-1-block #cookie-notice .cookie-notice-container img, #cookie-notice section.custom-blocks.lenovo-ai-pc-1-block .cookie-notice-container img {
    height: 50px;
    margin: 24px 0 0;
  }
}

section.custom-blocks.lenovo-ai-pc-2-block {
  padding: 90px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  section.custom-blocks.lenovo-ai-pc-2-block {
    padding: 60px 0;
  }
}
section.custom-blocks.lenovo-ai-pc-2-block .wrapper .top-grid, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .top-grid, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .top-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 32px;
}
@media (max-width: 768px) {
  section.custom-blocks.lenovo-ai-pc-2-block .wrapper .top-grid, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .top-grid, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .top-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
section.custom-blocks.lenovo-ai-pc-2-block .wrapper .top-grid .single, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .top-grid .single, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .top-grid .single {
  padding: 28px 32px;
  background: #ffffff;
}
@media (max-width: 1024px) {
  section.custom-blocks.lenovo-ai-pc-2-block .wrapper .top-grid .single, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .top-grid .single, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .top-grid .single {
    padding: 24px 24px;
  }
}
section.custom-blocks.lenovo-ai-pc-2-block .wrapper .top-grid .single img, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .top-grid .single img, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .top-grid .single img {
  height: 84px;
  width: auto;
  display: block;
  margin: 0 auto;
}
section.custom-blocks.lenovo-ai-pc-2-block .wrapper .top-grid .single h4, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .top-grid .single h4, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .top-grid .single h4 {
  margin: 16px 0 0;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  color: #161616;
}
section.custom-blocks.lenovo-ai-pc-2-block .wrapper .top-grid .single p, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .top-grid .single p, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .top-grid .single p {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin: 16px 0 0;
}
section.custom-blocks.lenovo-ai-pc-2-block .wrapper .bottom-wrap, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .bottom-wrap, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .bottom-wrap {
  margin: 64px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 64px;
}
@media (max-width: 1024px) {
  section.custom-blocks.lenovo-ai-pc-2-block .wrapper .bottom-wrap, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .bottom-wrap, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .bottom-wrap {
    margin: 48px 0 0;
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  section.custom-blocks.lenovo-ai-pc-2-block .wrapper .bottom-wrap, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .bottom-wrap, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .bottom-wrap {
    grid-gap: 32px;
    margin: 40px 0 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
section.custom-blocks.lenovo-ai-pc-2-block .wrapper .bottom-wrap .img, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .bottom-wrap .img, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .bottom-wrap .img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  section.custom-blocks.lenovo-ai-pc-2-block .wrapper .bottom-wrap .img, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .bottom-wrap .img, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .bottom-wrap .img {
    order: 2;
  }
}
@media (max-width: 768px) {
  section.custom-blocks.lenovo-ai-pc-2-block .wrapper .bottom-wrap .right, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .bottom-wrap .right, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .bottom-wrap .right {
    order: 1;
  }
}
section.custom-blocks.lenovo-ai-pc-2-block .wrapper .bottom-wrap .right h3, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .bottom-wrap .right h3, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .bottom-wrap .right h3 {
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  max-width: 100%;
}
section.custom-blocks.lenovo-ai-pc-2-block .wrapper .bottom-wrap .right .rows, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .bottom-wrap .right .rows, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .bottom-wrap .right .rows {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  margin: 32px 0 0;
}
@media (max-width: 480px) {
  section.custom-blocks.lenovo-ai-pc-2-block .wrapper .bottom-wrap .right .rows, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .bottom-wrap .right .rows, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .bottom-wrap .right .rows {
    margin: 24px 0 0;
  }
}
section.custom-blocks.lenovo-ai-pc-2-block .wrapper .bottom-wrap .right .rows .single h4, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .bottom-wrap .right .rows .single h4, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .bottom-wrap .right .rows .single h4 {
  color: #ffffff;
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
}
section.custom-blocks.lenovo-ai-pc-2-block .wrapper .bottom-wrap .right .rows .single p, section.custom-blocks.lenovo-ai-pc-2-block #cookie-notice .cookie-notice-container .bottom-wrap .right .rows .single p, #cookie-notice section.custom-blocks.lenovo-ai-pc-2-block .cookie-notice-container .bottom-wrap .right .rows .single p {
  margin: 8px 0 0;
  color: #ffffff;
}

section.custom-blocks.lenovo-ai-pc-3-block {
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  section.custom-blocks.lenovo-ai-pc-3-block {
    padding: 60px 0;
  }
}
section.custom-blocks.lenovo-ai-pc-3-block .wrapper .wrap, section.custom-blocks.lenovo-ai-pc-3-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice section.custom-blocks.lenovo-ai-pc-3-block .cookie-notice-container .wrap {
  max-width: 720px;
  width: 100%;
}
section.custom-blocks.lenovo-ai-pc-3-block .wrapper .wrap h2, section.custom-blocks.lenovo-ai-pc-3-block #cookie-notice .cookie-notice-container .wrap h2, #cookie-notice section.custom-blocks.lenovo-ai-pc-3-block .cookie-notice-container .wrap h2 {
  color: #ffffff;
  margin: 0;
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.1;
  max-width: 100%;
}
@media (max-width: 480px) {
  section.custom-blocks.lenovo-ai-pc-3-block .wrapper .wrap h2, section.custom-blocks.lenovo-ai-pc-3-block #cookie-notice .cookie-notice-container .wrap h2, #cookie-notice section.custom-blocks.lenovo-ai-pc-3-block .cookie-notice-container .wrap h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
section.custom-blocks.lenovo-ai-pc-3-block .wrapper .wrap .text, section.custom-blocks.lenovo-ai-pc-3-block #cookie-notice .cookie-notice-container .wrap .text, #cookie-notice section.custom-blocks.lenovo-ai-pc-3-block .cookie-notice-container .wrap .text {
  margin: 32px 0 0;
  text-align: center;
}
section.custom-blocks.lenovo-ai-pc-3-block .wrapper .wrap .text p, section.custom-blocks.lenovo-ai-pc-3-block #cookie-notice .cookie-notice-container .wrap .text p, #cookie-notice section.custom-blocks.lenovo-ai-pc-3-block .cookie-notice-container .wrap .text p {
  color: #ffffff;
}

section.custom-blocks.lenovo-ai-pc-4-block {
  padding: 72px 0;
}
@media (max-width: 1024px) {
  section.custom-blocks.lenovo-ai-pc-4-block {
    padding: 60px 0;
  }
}
section.custom-blocks.lenovo-ai-pc-4-block .wrapper .top h2, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .top h2, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .top h2 {
  margin: 0 auto;
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  max-width: 940px;
  width: 100%;
  color: #161616;
}
@media (max-width: 480px) {
  section.custom-blocks.lenovo-ai-pc-4-block .wrapper .top h2, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .top h2, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .top h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
section.custom-blocks.lenovo-ai-pc-4-block .wrapper .top .text, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .top .text, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .top .text {
  margin: 32px auto 0;
  max-width: 940px;
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  section.custom-blocks.lenovo-ai-pc-4-block .wrapper .top .text, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .top .text, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .top .text {
    margin: 24px auto 0;
  }
}
section.custom-blocks.lenovo-ai-pc-4-block .wrapper .columns, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .columns, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .columns {
  margin: 56px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  section.custom-blocks.lenovo-ai-pc-4-block .wrapper .columns, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .columns, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .columns {
    margin: 40px 0 0;
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  section.custom-blocks.lenovo-ai-pc-4-block .wrapper .columns, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .columns, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
section.custom-blocks.lenovo-ai-pc-4-block .wrapper .columns .col:nth-of-type(1) ul li:before, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .columns .col:nth-of-type(1) ul li:before, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .columns .col:nth-of-type(1) ul li:before {
  width: 25px;
  height: 19px;
  background-image: url("../images/icon-green-check.svg");
}
section.custom-blocks.lenovo-ai-pc-4-block .wrapper .columns .col:nth-of-type(2) ul li, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .columns .col:nth-of-type(2) ul li, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .columns .col:nth-of-type(2) ul li {
  padding: 0 0 0 26px;
}
section.custom-blocks.lenovo-ai-pc-4-block .wrapper .columns .col:nth-of-type(2) ul li:before, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .columns .col:nth-of-type(2) ul li:before, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .columns .col:nth-of-type(2) ul li:before {
  width: 19px;
  height: 19px;
  background-image: url("../images/icon-grey-cross.svg");
}
section.custom-blocks.lenovo-ai-pc-4-block .wrapper .columns .col h3, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .columns .col h3, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .columns .col h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
  padding: 5px 37px;
  background: #F2F2F2;
  color: #161616;
  line-height: 1.1;
}
@media (max-width: 768px) {
  section.custom-blocks.lenovo-ai-pc-4-block .wrapper .columns .col h3, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .columns .col h3, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .columns .col h3 {
    padding: 5px 10px;
  }
}
section.custom-blocks.lenovo-ai-pc-4-block .wrapper .columns .col ul, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .columns .col ul, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .columns .col ul {
  margin: 39px 0 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  section.custom-blocks.lenovo-ai-pc-4-block .wrapper .columns .col ul, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .columns .col ul, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .columns .col ul {
    margin: 32px 0 0;
  }
}
section.custom-blocks.lenovo-ai-pc-4-block .wrapper .columns .col ul li, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .columns .col ul li, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .columns .col ul li {
  position: relative;
  padding: 0 0 0 32px;
}
section.custom-blocks.lenovo-ai-pc-4-block .wrapper .columns .col ul li:before, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .columns .col ul li:before, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .columns .col ul li:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
section.custom-blocks.lenovo-ai-pc-4-block .wrapper .text, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .text, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .text {
  text-align: center;
  margin: 56px 0 0;
}
@media (max-width: 1024px) {
  section.custom-blocks.lenovo-ai-pc-4-block .wrapper .text, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .text, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .text {
    margin: 40px 0 0;
  }
}
section.custom-blocks.lenovo-ai-pc-4-block .wrapper .text p, section.custom-blocks.lenovo-ai-pc-4-block #cookie-notice .cookie-notice-container .text p, #cookie-notice section.custom-blocks.lenovo-ai-pc-4-block .cookie-notice-container .text p {
  font-size: 16px;
  font-size: 1rem;
}

section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap {
  padding: 48px 96px 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1280px) {
  section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap {
    padding: 48px 72px 72px;
  }
}
@media (max-width: 1024px) {
  section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap {
    padding: 40px 32px 64px;
  }
}
section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap h2, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap h2, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap h2 {
  color: #ffffff;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}
@media (max-width: 480px) {
  section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap h2, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap h2, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap .text, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap .text, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap .text {
  margin: 32px auto 0;
  text-align: center;
  max-width: 720px;
  width: 100%;
}
section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap .text p, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap .text p, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap .text p {
  color: #ffffff;
}
section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap .grid, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap .grid, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 96px;
  margin: 40px 0 0;
}
@media (max-width: 1280px) {
  section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap .grid, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap .grid, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap .grid {
    grid-gap: 72px;
  }
}
@media (max-width: 1024px) {
  section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap .grid, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap .grid, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap .grid {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap .grid, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap .grid, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap .grid .single img, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap .grid .single img, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap .grid .single img {
  height: 84px;
  width: auto;
  display: block;
  margin: 0 auto;
}
section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap .grid .single h4, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap .grid .single h4, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap .grid .single h4 {
  margin: 16px 0 0;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  color: #ffffff;
}
section.custom-blocks.lenovo-ai-pc-5-block .wrapper .wrap .grid .single p, section.custom-blocks.lenovo-ai-pc-5-block #cookie-notice .cookie-notice-container .wrap .grid .single p, #cookie-notice section.custom-blocks.lenovo-ai-pc-5-block .cookie-notice-container .wrap .grid .single p {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin: 16px 0 0;
  color: #ffffff;
}

.page-new-sections {
  font-size: 100%;
  /* Padding for all sides */
  /* Padding for X-axis (left and right) */
  /* Padding for Y-axis (top and bottom) */
  /* Padding for Left */
  /* Padding for Right */
  /* Padding for Top */
  /* Padding for Bottom */
  /* Padding for all sides */
  /* Padding for X-axis (left and right) */
  /* Padding for Y-axis (top and bottom) */
  /* Padding for Left */
  /* Padding for Right */
  /* Padding for Top */
  /* Padding for Bottom */
  /* Margin for all sides */
  /* Margin for X-axis (left and right) */
  /* Margin for Y-axis (top and bottom) */
  /* Margin for Left */
  /* Margin for Right */
  /* Margin for Top */
  /* Margin for Bottom */
  /* Margin for all sides */
  /* Margin for X-axis (left and right) */
  /* Margin for Y-axis (top and bottom) */
  /* Margin for Left */
  /* Margin for Right */
  /* Margin for Top */
  /* Margin for Bottom */
}
@media (max-width: 1680px) {
  .page-new-sections {
    font-size: 96%;
  }
}
@media (max-width: 1440px) {
  .page-new-sections {
    font-size: 92%;
  }
}
@media (max-width: 1280px) {
  .page-new-sections {
    font-size: 88%;
  }
}
@media (max-width: 1024px) {
  .page-new-sections {
    font-size: 84%;
  }
}
@media (max-width: 768px) {
  .page-new-sections {
    font-size: 80%;
  }
}
@media (max-width: 480px) {
  .page-new-sections {
    font-size: 76%;
  }
}
.page-new-sections .text-black {
  color: #161616;
}
.page-new-sections .text-black * {
  color: #161616;
}
.page-new-sections .text-white {
  color: #ffffff;
}
.page-new-sections .text-white * {
  color: #ffffff;
}
.page-new-sections .text-red {
  color: #e22319;
}
.page-new-sections .text-red * {
  color: #e22319;
}
.page-new-sections .bg-white {
  background: #ffffff;
}
.page-new-sections .bg-grey-light {
  background: #f0f0f0;
}
.page-new-sections .bg-grey-light-2 {
  background: #f4f4f4;
}
.page-new-sections .bg-grey-dark {
  background: #334048;
}
.page-new-sections .bg-red {
  background: #e22319;
}
.page-new-sections .text-h1 {
  font-size: 42px;
  font-size: 2.625em;
}
.page-new-sections .text-h2 {
  font-size: 35px;
  font-size: 2.1875em;
}
.page-new-sections .text-h3 {
  font-size: 29px;
  font-size: 1.8125em;
}
.page-new-sections .text-h4 {
  font-size: 24px;
  font-size: 1.5em;
}
.page-new-sections .text-h5 {
  font-size: 22px;
  font-size: 1.375em;
}
.page-new-sections .text-body {
  font-size: 19px;
  font-size: 1.1875em;
}
@media (max-width: 480px) {
  .page-new-sections .text-body {
    font-size: 21px;
    font-size: 1.3125em;
  }
}
.page-new-sections .text-300 {
  font-weight: 300;
}
.page-new-sections .text-400 {
  font-weight: 400;
}
.page-new-sections .text-500 {
  font-weight: 500;
}
.page-new-sections .text-600 {
  font-weight: 600;
}
.page-new-sections .text-700 {
  font-weight: 700;
}
.page-new-sections .text-left {
  text-align: left;
}
.page-new-sections .text-center {
  text-align: center;
}
.page-new-sections .text-right {
  text-align: right;
}
.page-new-sections .block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-new-sections .pos-relative {
  position: relative;
}
.page-new-sections .grid {
  display: grid;
}
.page-new-sections .grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-new-sections .grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-new-sections .grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.page-new-sections .grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .page-new-sections .grid-1024-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .page-new-sections .grid-768-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .page-new-sections .grid-480-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.page-new-sections .grid-row-0-5 {
  grid-row-gap: 0.5em;
}
.page-new-sections .grid-row-1 {
  grid-row-gap: 1em;
}
.page-new-sections .grid-row-1-5 {
  grid-row-gap: 1.5em;
}
.page-new-sections .grid-row-2 {
  grid-row-gap: 2em;
}
.page-new-sections .grid-row-2-5 {
  grid-row-gap: 2.5em;
}
.page-new-sections .grid-row-3 {
  grid-row-gap: 3em;
}
.page-new-sections .grid-row-3-5 {
  grid-row-gap: 3.5em;
}
.page-new-sections .grid-row-4 {
  grid-row-gap: 4em;
}
.page-new-sections .grid-row-4-5 {
  grid-row-gap: 4.5em;
}
.page-new-sections .grid-row-5 {
  grid-row-gap: 5em;
}
.page-new-sections .grid-row-5-5 {
  grid-row-gap: 5.5em;
}
.page-new-sections .grid-row-6 {
  grid-row-gap: 6em;
}
.page-new-sections .grid-column-0-5 {
  grid-column-gap: 0.5em;
}
.page-new-sections .grid-column-1 {
  grid-column-gap: 1em;
}
.page-new-sections .grid-column-1-5 {
  grid-column-gap: 1.5em;
}
.page-new-sections .grid-column-2 {
  grid-column-gap: 2em;
}
.page-new-sections .grid-column-2-5 {
  grid-column-gap: 2.5em;
}
.page-new-sections .grid-column-3 {
  grid-column-gap: 3em;
}
.page-new-sections .grid-column-3-5 {
  grid-column-gap: 3.5em;
}
.page-new-sections .grid-column-4 {
  grid-column-gap: 4em;
}
.page-new-sections .grid-column-4-5 {
  grid-column-gap: 4.5em;
}
.page-new-sections .grid-column-5 {
  grid-column-gap: 5em;
}
.page-new-sections .grid-column-5-5 {
  grid-column-gap: 5.5em;
}
.page-new-sections .grid-column-6 {
  grid-column-gap: 6em;
}
.page-new-sections .grid-gap-0-5 {
  grid-gap: 0.5em;
}
.page-new-sections .grid-gap-1 {
  grid-gap: 1em;
}
.page-new-sections .grid-gap-1-5 {
  grid-gap: 1.5em;
}
.page-new-sections .grid-gap-2 {
  grid-gap: 2em;
}
.page-new-sections .grid-gap-2-5 {
  grid-gap: 2.5em;
}
.page-new-sections .grid-gap-3 {
  grid-gap: 3em;
}
.page-new-sections .grid-gap-3-5 {
  grid-gap: 3.5em;
}
.page-new-sections .grid-gap-4 {
  grid-gap: 4em;
}
.page-new-sections .grid-gap-4-5 {
  grid-gap: 4.5em;
}
.page-new-sections .grid-gap-5 {
  grid-gap: 5em;
}
.page-new-sections .grid-gap-5-5 {
  grid-gap: 5.5em;
}
.page-new-sections .grid-gap-6 {
  grid-gap: 6em;
}
.page-new-sections .block {
  display: block;
}
.page-new-sections .inline-block {
  display: inline-block;
}
.page-new-sections .inline {
  display: inline;
}
.page-new-sections .flex {
  display: flex;
}
.page-new-sections .flex-row {
  flex-direction: row;
}
.page-new-sections .flex-column {
  flex-direction: column;
}
.page-new-sections .flex-justify-start {
  justify-content: flex-start;
}
.page-new-sections .flex-justify-center {
  justify-content: center;
}
.page-new-sections .flex-justify-end {
  justify-content: flex-end;
}
.page-new-sections .flex-align-start {
  align-items: flex-start;
}
.page-new-sections .flex-align-center {
  align-items: center;
}
.page-new-sections .flex-align-end {
  align-items: flex-end;
}
.page-new-sections .col-50-50 .col {
  width: 50%;
}
.page-new-sections .col-33-66 .col:nth-of-type(1) {
  widows: 33.3333333333%;
}
.page-new-sections .col-33-66 .col:nth-of-type(2) {
  widows: 66.6666666667%;
}
.page-new-sections .col-66-33 .col:nth-of-type(1) {
  widows: 66.6666666667%;
}
.page-new-sections .col-66-33 .col:nth-of-type(2) {
  widows: 33.3333333333%;
}
@media (max-width: 768px) {
  .page-new-sections .col-768-100 {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .page-new-sections .col-768-100 .col {
    width: 100%;
  }
}
.page-new-sections .width-100 {
  width: 100%;
}
.page-new-sections .max-width-1110px {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.page-new-sections .height-auto {
  height: auto;
}
.page-new-sections .btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 1em 2em;
  font-size: 22px;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-new-sections .btn.red {
  background: #e22319;
  color: #ffffff;
}
.page-new-sections .btn.red:hover {
  background: #161616;
}
.page-new-sections .btn.white {
  background: #ffffff;
  color: #161616;
}
.page-new-sections .btn.white:hover {
  background: #e22319;
  color: #ffffff;
}
.page-new-sections .btn.black {
  background: #161616;
  color: #ffffff;
}
.page-new-sections .btn.black:hover {
  background: #e22319;
}
.page-new-sections .border-radius-100 {
  border-radius: 100%;
}
.page-new-sections .bg-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-new-sections .center-btn {
  text-align: center;
}
.page-new-sections .wrapper.small, .page-new-sections #cookie-notice .small.cookie-notice-container, #cookie-notice .page-new-sections .small.cookie-notice-container {
  max-width: 1110px;
}
.page-new-sections .bg-square:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.page-new-sections .p-0 {
  padding: 0;
}
.page-new-sections .p-0-5 {
  padding: 0.5em;
}
.page-new-sections .p-1 {
  padding: 1em;
}
.page-new-sections .p-1-5 {
  padding: 1.5em;
}
.page-new-sections .p-2 {
  padding: 2em;
}
.page-new-sections .p-2-5 {
  padding: 2.5em;
}
.page-new-sections .p-3 {
  padding: 3em;
}
.page-new-sections .px-0 {
  padding-left: 0;
  padding-right: 0;
}
.page-new-sections .px-0-5 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.page-new-sections .px-1 {
  padding-left: 1em;
  padding-right: 1em;
}
.page-new-sections .px-1-5 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.page-new-sections .px-2 {
  padding-left: 2em;
  padding-right: 2em;
}
.page-new-sections .px-2-5 {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.page-new-sections .px-3 {
  padding-left: 3em;
  padding-right: 3em;
}
.page-new-sections .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.page-new-sections .py-0-5 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page-new-sections .py-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.page-new-sections .py-1-5 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.page-new-sections .py-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.page-new-sections .py-2-5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.page-new-sections .py-3 {
  padding-top: 3em;
  padding-bottom: 3em;
}
.page-new-sections .pl-0 {
  padding-left: 0;
}
.page-new-sections .pl-0-5 {
  padding-left: 0.5em;
}
.page-new-sections .pl-1 {
  padding-left: 1em;
}
.page-new-sections .pl-1-5 {
  padding-left: 1.5em;
}
.page-new-sections .pl-2 {
  padding-left: 2em;
}
.page-new-sections .pl-2-5 {
  padding-left: 2.5em;
}
.page-new-sections .pl-3 {
  padding-left: 3em;
}
.page-new-sections .pr-0 {
  padding-right: 0;
}
.page-new-sections .pr-0-5 {
  padding-right: 0.5em;
}
.page-new-sections .pr-1 {
  padding-right: 1em;
}
.page-new-sections .pr-1-5 {
  padding-right: 1.5em;
}
.page-new-sections .pr-2 {
  padding-right: 2em;
}
.page-new-sections .pr-2-5 {
  padding-right: 2.5em;
}
.page-new-sections .pr-3 {
  padding-right: 3em;
}
.page-new-sections .pt-0 {
  padding-top: 0;
}
.page-new-sections .pt-0-5 {
  padding-top: 0.5em;
}
.page-new-sections .pt-1 {
  padding-top: 1em;
}
.page-new-sections .pt-1-5 {
  padding-top: 1.5em;
}
.page-new-sections .pt-2 {
  padding-top: 2em;
}
.page-new-sections .pt-2-5 {
  padding-top: 2.5em;
}
.page-new-sections .pt-3 {
  padding-top: 3em;
}
.page-new-sections .pb-0 {
  padding-bottom: 0;
}
.page-new-sections .pb-0-5 {
  padding-bottom: 0.5em;
}
.page-new-sections .pb-1 {
  padding-bottom: 1em;
}
.page-new-sections .pb-1-5 {
  padding-bottom: 1.5em;
}
.page-new-sections .pb-2 {
  padding-bottom: 2em;
}
.page-new-sections .pb-2-5 {
  padding-bottom: 2.5em;
}
.page-new-sections .pb-3 {
  padding-bottom: 3em;
}
.page-new-sections .p-3-5 {
  padding: 3.5em;
}
.page-new-sections .p-4 {
  padding: 4em;
}
.page-new-sections .p-4-5 {
  padding: 4.5em;
}
.page-new-sections .p-5 {
  padding: 5em;
}
.page-new-sections .p-5-5 {
  padding: 5.5em;
}
.page-new-sections .p-6 {
  padding: 6em;
}
.page-new-sections .px-3-5 {
  padding-left: 3.5em;
  padding-right: 3.5em;
}
.page-new-sections .px-4 {
  padding-left: 4em;
  padding-right: 4em;
}
.page-new-sections .px-4-5 {
  padding-left: 4.5em;
  padding-right: 4.5em;
}
.page-new-sections .px-5 {
  padding-left: 5em;
  padding-right: 5em;
}
.page-new-sections .px-5-5 {
  padding-left: 5.5em;
  padding-right: 5.5em;
}
.page-new-sections .px-6 {
  padding-left: 6em;
  padding-right: 6em;
}
.page-new-sections .py-3-5 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
.page-new-sections .py-4 {
  padding-top: 4em;
  padding-bottom: 4em;
}
.page-new-sections .py-4-5 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}
.page-new-sections .py-5 {
  padding-top: 5em;
  padding-bottom: 5em;
}
.page-new-sections .py-5-5 {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}
.page-new-sections .py-6 {
  padding-top: 6em;
  padding-bottom: 6em;
}
.page-new-sections .pl-3-5 {
  padding-left: 3.5em;
}
.page-new-sections .pl-4 {
  padding-left: 4em;
}
.page-new-sections .pl-4-5 {
  padding-left: 4.5em;
}
.page-new-sections .pl-5 {
  padding-left: 5em;
}
.page-new-sections .pl-5-5 {
  padding-left: 5.5em;
}
.page-new-sections .pl-6 {
  padding-left: 6em;
}
.page-new-sections .pr-3-5 {
  padding-right: 3.5em;
}
.page-new-sections .pr-4 {
  padding-right: 4em;
}
.page-new-sections .pr-4-5 {
  padding-right: 4.5em;
}
.page-new-sections .pr-5 {
  padding-right: 5em;
}
.page-new-sections .pr-5-5 {
  padding-right: 5.5em;
}
.page-new-sections .pr-6 {
  padding-right: 6em;
}
.page-new-sections .pt-3-5 {
  padding-top: 3.5em;
}
.page-new-sections .pt-4 {
  padding-top: 4em;
}
.page-new-sections .pt-4-5 {
  padding-top: 4.5em;
}
.page-new-sections .pt-5 {
  padding-top: 5em;
}
.page-new-sections .pt-5-5 {
  padding-top: 5.5em;
}
.page-new-sections .pt-6 {
  padding-top: 6em;
}
.page-new-sections .pb-3-5 {
  padding-bottom: 3.5em;
}
.page-new-sections .pb-4 {
  padding-bottom: 4em;
}
.page-new-sections .pb-4-5 {
  padding-bottom: 4.5em;
}
.page-new-sections .pb-5 {
  padding-bottom: 5em;
}
.page-new-sections .pb-5-5 {
  padding-bottom: 5.5em;
}
.page-new-sections .pb-6 {
  padding-bottom: 6em;
}
.page-new-sections .m-0 {
  margin: 0;
}
.page-new-sections .m-0-5 {
  margin: 0.5em;
}
.page-new-sections .m-1 {
  margin: 1em;
}
.page-new-sections .m-1-5 {
  margin: 1.5em;
}
.page-new-sections .m-2 {
  margin: 2em;
}
.page-new-sections .m-2-5 {
  margin: 2.5em;
}
.page-new-sections .m-3 {
  margin: 3em;
}
.page-new-sections .mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.page-new-sections .mx-0-5 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.page-new-sections .mx-1 {
  margin-left: 1em;
  margin-right: 1em;
}
.page-new-sections .mx-1-5 {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.page-new-sections .mx-2 {
  margin-left: 2em;
  margin-right: 2em;
}
.page-new-sections .mx-2-5 {
  margin-left: 2.5em;
  margin-right: 2.5em;
}
.page-new-sections .mx-3 {
  margin-left: 3em;
  margin-right: 3em;
}
.page-new-sections .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-new-sections .my-0-5 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.page-new-sections .my-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.page-new-sections .my-1-5 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.page-new-sections .my-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-new-sections .my-2-5 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.page-new-sections .my-3 {
  margin-top: 3em;
  margin-bottom: 3em;
}
.page-new-sections .ml-0 {
  margin-left: 0;
}
.page-new-sections .ml-0-5 {
  margin-left: 0.5em;
}
.page-new-sections .ml-1 {
  margin-left: 1em;
}
.page-new-sections .ml-1-5 {
  margin-left: 1.5em;
}
.page-new-sections .ml-2 {
  margin-left: 2em;
}
.page-new-sections .ml-2-5 {
  margin-left: 2.5em;
}
.page-new-sections .ml-3 {
  margin-left: 3em;
}
.page-new-sections .mr-0 {
  margin-right: 0;
}
.page-new-sections .mr-0-5 {
  margin-right: 0.5em;
}
.page-new-sections .mr-1 {
  margin-right: 1em;
}
.page-new-sections .mr-1-5 {
  margin-right: 1.5em;
}
.page-new-sections .mr-2 {
  margin-right: 2em;
}
.page-new-sections .mr-2-5 {
  margin-right: 2.5em;
}
.page-new-sections .mr-3 {
  margin-right: 3em;
}
.page-new-sections .mt-0 {
  margin-top: 0;
}
.page-new-sections .mt-0-5 {
  margin-top: 0.5em;
}
.page-new-sections .mt-1 {
  margin-top: 1em;
}
.page-new-sections .mt-1-5 {
  margin-top: 1.5em;
}
.page-new-sections .mt-2 {
  margin-top: 2em;
}
.page-new-sections .mt-2-5 {
  margin-top: 2.5em;
}
.page-new-sections .mt-3 {
  margin-top: 3em;
}
.page-new-sections .mb-0 {
  margin-bottom: 0;
}
.page-new-sections .mb-0-5 {
  margin-bottom: 0.5em;
}
.page-new-sections .mb-1 {
  margin-bottom: 1em;
}
.page-new-sections .mb-1-5 {
  margin-bottom: 1.5em;
}
.page-new-sections .mb-2 {
  margin-bottom: 2em;
}
.page-new-sections .mb-2-5 {
  margin-bottom: 2.5em;
}
.page-new-sections .mb-3 {
  margin-bottom: 3em;
}
.page-new-sections .m-3-5 {
  margin: 3.5em;
}
.page-new-sections .m-4 {
  margin: 4em;
}
.page-new-sections .m-4-5 {
  margin: 4.5em;
}
.page-new-sections .m-5 {
  margin: 5em;
}
.page-new-sections .m-5-5 {
  margin: 5.5em;
}
.page-new-sections .m-6 {
  margin: 6em;
}
.page-new-sections .mx-3-5 {
  margin-left: 3.5em;
  margin-right: 3.5em;
}
.page-new-sections .mx-4 {
  margin-left: 4em;
  margin-right: 4em;
}
.page-new-sections .mx-4-5 {
  margin-left: 4.5em;
  margin-right: 4.5em;
}
.page-new-sections .mx-5 {
  margin-left: 5em;
  margin-right: 5em;
}
.page-new-sections .mx-5-5 {
  margin-left: 5.5em;
  margin-right: 5.5em;
}
.page-new-sections .mx-6 {
  margin-left: 6em;
  margin-right: 6em;
}
.page-new-sections .my-3-5 {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}
.page-new-sections .my-4 {
  margin-top: 4em;
  margin-bottom: 4em;
}
.page-new-sections .my-4-5 {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}
.page-new-sections .my-5 {
  margin-top: 5em;
  margin-bottom: 5em;
}
.page-new-sections .my-5-5 {
  margin-top: 5.5em;
  margin-bottom: 5.5em;
}
.page-new-sections .my-6 {
  margin-top: 6em;
  margin-bottom: 6em;
}
.page-new-sections .ml-3-5 {
  margin-left: 3.5em;
}
.page-new-sections .ml-4 {
  margin-left: 4em;
}
.page-new-sections .ml-4-5 {
  margin-left: 4.5em;
}
.page-new-sections .ml-5 {
  margin-left: 5em;
}
.page-new-sections .ml-5-5 {
  margin-left: 5.5em;
}
.page-new-sections .ml-6 {
  margin-left: 6em;
}
.page-new-sections .mr-3-5 {
  margin-right: 3.5em;
}
.page-new-sections .mr-4 {
  margin-right: 4em;
}
.page-new-sections .mr-4-5 {
  margin-right: 4.5em;
}
.page-new-sections .mr-5 {
  margin-right: 5em;
}
.page-new-sections .mr-5-5 {
  margin-right: 5.5em;
}
.page-new-sections .mr-6 {
  margin-right: 6em;
}
.page-new-sections .mt-3-5 {
  margin-top: 3.5em;
}
.page-new-sections .mt-4 {
  margin-top: 4em;
}
.page-new-sections .mt-4-5 {
  margin-top: 4.5em;
}
.page-new-sections .mt-5 {
  margin-top: 5em;
}
.page-new-sections .mt-5-5 {
  margin-top: 5.5em;
}
.page-new-sections .mt-6 {
  margin-top: 6em;
}
.page-new-sections .mb-3-5 {
  margin-bottom: 3.5em;
}
.page-new-sections .mb-4 {
  margin-bottom: 4em;
}
.page-new-sections .mb-4-5 {
  margin-bottom: 4.5em;
}
.page-new-sections .mb-5 {
  margin-bottom: 5em;
}
.page-new-sections .mb-5-5 {
  margin-bottom: 5.5em;
}
.page-new-sections .mb-6 {
  margin-bottom: 6em;
}

.main.page-new-sections.page-lenovo-partners section.benefits-section .seperator {
  width: 110px;
  height: 6px;
}
.main.page-new-sections.page-lenovo-partners section.benefits-section .photo {
  max-width: 215px;
}
@media (max-width: 1024px) {
  .main.page-new-sections.page-lenovo-partners section.benefits-section .photo {
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .main.page-new-sections.page-lenovo-partners section.benefits-section .photo {
    max-width: 120px;
  }
}
.main.page-new-sections.page-lenovo-partners section.path-section .wrap {
  grid-gap: 7.5em;
}
@media (max-width: 1024px) {
  .main.page-new-sections.page-lenovo-partners section.path-section .wrap {
    grid-gap: 4em;
  }
}
@media (max-width: 768px) {
  .main.page-new-sections.page-lenovo-partners section.path-section .wrap .single {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.main.page-new-sections.page-lenovo-partners section.path-section .wrap .single:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .main.page-new-sections.page-lenovo-partners section.path-section .wrap .single .right {
    padding: 0;
    text-align: center;
  }
}
.main.page-new-sections.page-lenovo-partners section.path-section .wrap .single:after {
  content: "";
  display: block;
  width: 66px;
  height: 116px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/arrow-right.png");
  position: absolute;
  top: 20px;
  right: -85px;
}
@media (max-width: 1280px) {
  .main.page-new-sections.page-lenovo-partners section.path-section .wrap .single:after {
    width: 50px;
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .main.page-new-sections.page-lenovo-partners section.path-section .wrap .single:after {
    width: 35px;
    top: 5px;
    right: -44px;
  }
}
@media (max-width: 768px) {
  .main.page-new-sections.page-lenovo-partners section.path-section .wrap .single:after {
    display: none;
  }
}
.main.page-new-sections.page-lenovo-partners section.path-section .wrap .single .number {
  font-size: 160px;
  font-size: 10em;
  line-height: 1;
}
.main.page-new-sections.page-lenovo-partners section.path-section .wrap .single .btn {
  padding-left: 4px;
  padding-right: 4px;
  width: 100%;
  display: block;
  max-width: 300px;
}
@media (max-width: 768px) {
  .main.page-new-sections.page-lenovo-partners section.path-section .wrap .single .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.main.page-new-sections.page-lenovo-partners section.path-section .desc {
  max-width: 830px;
}
.main.page-new-sections.page-lenovo-partners section.trusted-section .wrap {
  padding: 3.9375em 3.9375em;
  border: 1px solid #161616;
}
@media (max-width: 768px) {
  .main.page-new-sections.page-lenovo-partners section.trusted-section .wrap {
    padding: 2.5em 2.5em;
  }
}
@media (max-width: 1024px) {
  .main.page-new-sections.page-lenovo-partners section.trusted-section .wrap {
    grid-gap: 1.5em;
  }
}
@media (max-width: 768px) {
  .main.page-new-sections.page-lenovo-partners section.trusted-section .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 3em;
  }
}
@media (max-width: 480px) {
  .main.page-new-sections.page-lenovo-partners section.trusted-section .wrap {
    grid-gap: 1.875em;
  }
}
@media (max-width: 360px) {
  .main.page-new-sections.page-lenovo-partners section.trusted-section .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1.25em;
  }
}
.main.page-new-sections.page-lenovo-partners section.trusted-section .wrap .single {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main.page-new-sections.page-lenovo-partners section.trusted-section .wrap .single a {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .main.page-new-sections.page-lenovo-partners section.trusted-section .wrap .single a {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .main.page-new-sections.page-lenovo-partners section.trusted-section .wrap .single a {
    width: 100%;
  }
}
.main.page-new-sections.page-lenovo-partners section.trusted-section .wrap .single a img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 360px) {
  .main.page-new-sections.page-lenovo-partners section.trusted-section .wrap .single a img {
    margin: 0 auto;
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .main.page-new-sections.page-lenovo-partners section.why-section .single:nth-of-type(2) .col:nth-of-type(1) {
    order: 2;
  }
}
@media (max-width: 768px) {
  .main.page-new-sections.page-lenovo-partners section.why-section .single:nth-of-type(2) .col:nth-of-type(2) {
    order: 1;
  }
}

.main.page-legion-go {
  background: #000000;
  overflow: hidden;
}
.main.page-legion-go * {
  color: #ffffff;
}
.main.page-legion-go .center-btn {
  text-align: center;
  margin: 36px 0 0;
}
.main.page-legion-go .center-btn .button {
  background: #44142e;
  color: #ffffff;
  border: 1px solid #d41129;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 14px 80px;
}
@media (max-width: 1024px) {
  .main.page-legion-go .center-btn .button {
    padding: 14px 64px;
  }
}
@media (max-width: 768px) {
  .main.page-legion-go .center-btn .button {
    padding: 14px 48px;
  }
}
@media (max-width: 480px) {
  .main.page-legion-go .center-btn .button {
    padding: 14px 32px;
  }
}
.main.page-legion-go section.hero-section img {
  width: 100%;
  height: auto;
  display: block;
}
.main.page-legion-go section.description-section {
  padding: 90px 0 0;
}
@media (max-width: 1024px) {
  .main.page-legion-go section.description-section {
    padding: 60px 0 0;
  }
}
.main.page-legion-go section.description-section .wrapper *, .main.page-legion-go section.description-section #cookie-notice .cookie-notice-container *, #cookie-notice .main.page-legion-go section.description-section .cookie-notice-container * {
  color: #ffffff;
}
.main.page-legion-go section.description-section .wrapper .text, .main.page-legion-go section.description-section #cookie-notice .cookie-notice-container .text, #cookie-notice .main.page-legion-go section.description-section .cookie-notice-container .text {
  max-width: 1200px;
  margin: 0 auto;
}
.main.page-legion-go section.description-section .wrapper .text h4, .main.page-legion-go section.description-section #cookie-notice .cookie-notice-container .text h4, #cookie-notice .main.page-legion-go section.description-section .cookie-notice-container .text h4 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
.main.page-legion-go section.features-section {
  position: relative;
  padding: 90px 0 0;
}
@media (max-width: 1024px) {
  .main.page-legion-go section.features-section {
    padding: 60px 0 0;
  }
}
.main.page-legion-go section.features-section .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.main.page-legion-go section.features-section .wrapper, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container {
  z-index: 2;
}
.main.page-legion-go section.features-section .wrapper h2, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #ee0059;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .main.page-legion-go section.features-section .wrapper h2, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .main.page-legion-go section.features-section .wrapper h2, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.main.page-legion-go section.features-section .wrapper .grid, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container .grid {
  display: grid;
  margin: 40px 0 0;
  grid-gap: 64px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-legion-go section.features-section .wrapper .grid, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 48px;
  }
}
@media (max-width: 480px) {
  .main.page-legion-go section.features-section .wrapper .grid, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
.main.page-legion-go section.features-section .wrapper .grid .single .icon-wrap img, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container .grid .single .icon-wrap img, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container .grid .single .icon-wrap img {
  height: 142px;
  width: auto;
  display: block;
  filter: invert(1);
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .main.page-legion-go section.features-section .wrapper .grid .single .icon-wrap img, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container .grid .single .icon-wrap img, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container .grid .single .icon-wrap img {
    height: 128px;
  }
}
@media (max-width: 768px) {
  .main.page-legion-go section.features-section .wrapper .grid .single .icon-wrap img, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container .grid .single .icon-wrap img, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container .grid .single .icon-wrap img {
    height: 96px;
  }
}
.main.page-legion-go section.features-section .wrapper .grid .single span, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container .grid .single span, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container .grid .single span {
  display: block;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #ffffff;
  margin: 16px 0 0;
}
@media (max-width: 1024px) {
  .main.page-legion-go section.features-section .wrapper .grid .single span, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container .grid .single span, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container .grid .single span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .main.page-legion-go section.features-section .wrapper .grid .single span, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container .grid .single span, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container .grid .single span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.main.page-legion-go section.features-section .wrapper .grid .single p, .main.page-legion-go section.features-section #cookie-notice .cookie-notice-container .grid .single p, #cookie-notice .main.page-legion-go section.features-section .cookie-notice-container .grid .single p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 16px 0 0;
  text-align: center;
  color: #ffffff;
}
.main.page-legion-go section.features-photos-section {
  padding: 60px 0 0;
}
.main.page-legion-go section.features-photos-section h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #ee0059;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .main.page-legion-go section.features-photos-section h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .main.page-legion-go section.features-photos-section h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 32px;
  }
}
.main.page-legion-go section.features-photos-section.second .wrapper .rows .single:nth-of-type(2n + 2) .photo-wrap, .main.page-legion-go section.features-photos-section.second #cookie-notice .cookie-notice-container .rows .single:nth-of-type(2n + 2) .photo-wrap, #cookie-notice .main.page-legion-go section.features-photos-section.second .cookie-notice-container .rows .single:nth-of-type(2n + 2) .photo-wrap {
  padding: 0 0 0 32px;
}
@media (max-width: 768px) {
  .main.page-legion-go section.features-photos-section.second .wrapper .rows .single:nth-of-type(2n + 2) .photo-wrap, .main.page-legion-go section.features-photos-section.second #cookie-notice .cookie-notice-container .rows .single:nth-of-type(2n + 2) .photo-wrap, #cookie-notice .main.page-legion-go section.features-photos-section.second .cookie-notice-container .rows .single:nth-of-type(2n + 2) .photo-wrap {
    padding: 0;
  }
}
.main.page-legion-go section.features-photos-section.second .wrapper .rows .single .photo-wrap, .main.page-legion-go section.features-photos-section.second #cookie-notice .cookie-notice-container .rows .single .photo-wrap, #cookie-notice .main.page-legion-go section.features-photos-section.second .cookie-notice-container .rows .single .photo-wrap {
  padding: 0 32px 0 0;
}
@media (max-width: 768px) {
  .main.page-legion-go section.features-photos-section.second .wrapper .rows .single .photo-wrap, .main.page-legion-go section.features-photos-section.second #cookie-notice .cookie-notice-container .rows .single .photo-wrap, #cookie-notice .main.page-legion-go section.features-photos-section.second .cookie-notice-container .rows .single .photo-wrap {
    padding: 0;
  }
}
.main.page-legion-go section.features-photos-section .wrapper .rows, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows {
  display: flex;
  flex-direction: column;
  grid-gap: 56px;
}
.main.page-legion-go section.features-photos-section .wrapper .rows .single, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .main.page-legion-go section.features-photos-section .wrapper .rows .single, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single {
    flex-direction: column;
    grid-gap: 24px;
  }
}
.main.page-legion-go section.features-photos-section .wrapper .rows .single:nth-of-type(2n + 2) .photo-wrap, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single:nth-of-type(2n + 2) .photo-wrap, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single:nth-of-type(2n + 2) .photo-wrap {
  order: 2;
}
.main.page-legion-go section.features-photos-section .wrapper .rows .single:nth-of-type(2n + 2) .info, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single:nth-of-type(2n + 2) .info, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single:nth-of-type(2n + 2) .info {
  order: 1;
}
.main.page-legion-go section.features-photos-section .wrapper .rows .single .photo-wrap, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .photo-wrap, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .photo-wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .main.page-legion-go section.features-photos-section .wrapper .rows .single .photo-wrap, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .photo-wrap, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .photo-wrap {
    order: 2;
    width: 100%;
  }
}
.main.page-legion-go section.features-photos-section .wrapper .rows .single .photo-wrap img, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .photo-wrap img, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.main.page-legion-go section.features-photos-section .wrapper .rows .single .info, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .info {
  width: 50%;
}
@media (max-width: 768px) {
  .main.page-legion-go section.features-photos-section .wrapper .rows .single .info, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .info {
    order: 1;
    width: 100%;
  }
}
.main.page-legion-go section.features-photos-section .wrapper .rows .single .info h3, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .info h3, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .info h3 {
  font-size: 54px;
  font-size: 3.375rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 1440px) {
  .main.page-legion-go section.features-photos-section .wrapper .rows .single .info h3, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .info h3, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .info h3 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 1280px) {
  .main.page-legion-go section.features-photos-section .wrapper .rows .single .info h3, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .info h3, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .info h3 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  .main.page-legion-go section.features-photos-section .wrapper .rows .single .info h3, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .info h3, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .info h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .main.page-legion-go section.features-photos-section .wrapper .rows .single .info h3, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .info h3, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .info h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 480px) {
  .main.page-legion-go section.features-photos-section .wrapper .rows .single .info h3, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .info h3, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .info h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.main.page-legion-go section.features-photos-section .wrapper .rows .single .info .text, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .info .text, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .info .text {
  margin: 32px 0 0;
}
@media (max-width: 1024px) {
  .main.page-legion-go section.features-photos-section .wrapper .rows .single .info .text, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .info .text, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .info .text {
    margin: 24px 0 0;
  }
}
.main.page-legion-go section.features-photos-section .wrapper .rows .single .info .text p, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .rows .single .info .text p, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .rows .single .info .text p {
  font-size: 18px;
  font-size: 1.125rem;
}
.main.page-legion-go section.features-photos-section .wrapper .center-btn, .main.page-legion-go section.features-photos-section #cookie-notice .cookie-notice-container .center-btn, #cookie-notice .main.page-legion-go section.features-photos-section .cookie-notice-container .center-btn {
  margin: 60px 0 0;
}
.main.page-legion-go section.power-legion-section {
  padding: 60px 0 0;
}
.main.page-legion-go section.power-legion-section .wrapper h2, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #ee0059;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .main.page-legion-go section.power-legion-section .wrapper h2, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .main.page-legion-go section.power-legion-section .wrapper h2, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.main.page-legion-go section.power-legion-section .wrapper .grid, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid {
  margin: 24px 0 0;
  display: flex;
  grid-gap: 64px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .main.page-legion-go section.power-legion-section .wrapper .grid, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid {
    grid-gap: 48px;
  }
}
@media (max-width: 480px) {
  .main.page-legion-go section.power-legion-section .wrapper .grid, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid {
    grid-gap: 32px;
    flex-direction: column;
  }
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single {
  width: calc(50% - 32px);
}
@media (max-width: 1024px) {
  .main.page-legion-go section.power-legion-section .wrapper .grid .single, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single {
    width: calc(50% - 24px);
  }
}
@media (max-width: 480px) {
  .main.page-legion-go section.power-legion-section .wrapper .grid .single, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single {
    width: 100%;
  }
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single .photo-wrap, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single .photo-wrap, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single .photo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single .photo-wrap .sides, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single .photo-wrap .sides, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single .photo-wrap .sides {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single .photo-wrap .sides:before, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single .photo-wrap .sides:before, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single .photo-wrap .sides:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(15px);
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single .photo-wrap .sides:after, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single .photo-wrap .sides:after, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single .photo-wrap .sides:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  filter: blur(15px);
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single .photo-wrap .tops, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single .photo-wrap .tops, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single .photo-wrap .tops {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single .photo-wrap .tops:before, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single .photo-wrap .tops:before, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single .photo-wrap .tops:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(15px);
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single .photo-wrap .tops:after, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single .photo-wrap .tops:after, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single .photo-wrap .tops:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  filter: blur(15px);
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single .photo-wrap:after, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single .photo-wrap:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single .photo-wrap img, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single .photo-wrap img, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single .photo-wrap img {
  width: auto;
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single h3, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single h3, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  margin: 16px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .main.page-legion-go section.power-legion-section .wrapper .grid .single h3, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single h3, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .main.page-legion-go section.power-legion-section .wrapper .grid .single h3, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single h3, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single .text, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single .text, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single .text {
  margin: 16px 0 0;
}
.main.page-legion-go section.power-legion-section .wrapper .grid .single .text p, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .grid .single .text p, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .grid .single .text p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  text-align: center;
}
.main.page-legion-go section.power-legion-section .wrapper .center-btn, .main.page-legion-go section.power-legion-section #cookie-notice .cookie-notice-container .center-btn, #cookie-notice .main.page-legion-go section.power-legion-section .cookie-notice-container .center-btn {
  margin: 56px 0 0;
}
.main.page-legion-go section.coldfront-section {
  padding: 60px 0 0;
}
.main.page-legion-go section.coldfront-section .wrapper h2, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #ee0059;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .main.page-legion-go section.coldfront-section .wrapper h2, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .main.page-legion-go section.coldfront-section .wrapper h2, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.main.page-legion-go section.coldfront-section .wrapper .single, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container .single, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container .single {
  margin: 72px 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .main.page-legion-go section.coldfront-section .wrapper .single, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container .single, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container .single {
    margin: 48px 0 0;
    flex-direction: column;
    grid-gap: 32px;
  }
}
@media (max-width: 480px) {
  .main.page-legion-go section.coldfront-section .wrapper .single, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container .single, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container .single {
    margin: 40px 0 0;
  }
}
.main.page-legion-go section.coldfront-section .wrapper .single .info, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container .single .info, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container .single .info {
  width: 50%;
}
@media (max-width: 768px) {
  .main.page-legion-go section.coldfront-section .wrapper .single .info, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container .single .info, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container .single .info {
    width: 100%;
  }
}
.main.page-legion-go section.coldfront-section .wrapper .single .info h3, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container .single .info h3, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container .single .info h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 768px) {
  .main.page-legion-go section.coldfront-section .wrapper .single .info h3, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container .single .info h3, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container .single .info h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .main.page-legion-go section.coldfront-section .wrapper .single .info h3, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container .single .info h3, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container .single .info h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.main.page-legion-go section.coldfront-section .wrapper .single .info .text, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container .single .info .text, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container .single .info .text {
  margin: 32px 0 0;
}
.main.page-legion-go section.coldfront-section .wrapper .single .photo-wrap, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container .single .photo-wrap, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container .single .photo-wrap {
  width: 50%;
  padding: 0 0 0 32px;
}
@media (max-width: 768px) {
  .main.page-legion-go section.coldfront-section .wrapper .single .photo-wrap, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container .single .photo-wrap, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container .single .photo-wrap {
    padding: 0;
    width: 100%;
  }
}
.main.page-legion-go section.coldfront-section .wrapper .single .photo-wrap img, .main.page-legion-go section.coldfront-section #cookie-notice .cookie-notice-container .single .photo-wrap img, #cookie-notice .main.page-legion-go section.coldfront-section .cookie-notice-container .single .photo-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.main.page-legion-go section.cta-section {
  padding: 60px 0 90px;
  position: relative;
}
@media (max-width: 1024px) {
  .main.page-legion-go section.cta-section {
    padding: 60px 0 60px;
  }
}
.main.page-legion-go section.cta-section .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transform: translateY(-200px);
}
.main.page-legion-go section.cta-section .wrapper h2, .main.page-legion-go section.cta-section #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-legion-go section.cta-section .cookie-notice-container h2 {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 35px;
  font-size: 2.1875rem;
  color: #ee0059;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 768px) {
  .main.page-legion-go section.cta-section .wrapper h2, .main.page-legion-go section.cta-section #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-legion-go section.cta-section .cookie-notice-container h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .main.page-legion-go section.cta-section .wrapper h2, .main.page-legion-go section.cta-section #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-legion-go section.cta-section .cookie-notice-container h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.main.page-legion-go section.cta-section .wrapper .text, .main.page-legion-go section.cta-section #cookie-notice .cookie-notice-container .text, #cookie-notice .main.page-legion-go section.cta-section .cookie-notice-container .text {
  max-width: 1200px;
  margin: 32px auto 0;
}

.main.page-thinksmart h2.headline {
  font-size: 32px;
  font-size: 2rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.25;
  margin: 0;
}
@media (max-width: 1440px) {
  .main.page-thinksmart h2.headline {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .main.page-thinksmart h2.headline {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .main.page-thinksmart h2.headline {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.main.page-thinksmart .hero-section.hero-section img {
  width: 100%;
  height: auto;
  display: block;
}
.main.page-thinksmart .description-section {
  padding: 72px 0;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .description-section {
    padding: 60px 0;
  }
}
.main.page-thinksmart .description-section .wrapper .desc .headline, .main.page-thinksmart .description-section #cookie-notice .cookie-notice-container .desc .headline, #cookie-notice .main.page-thinksmart .description-section .cookie-notice-container .desc .headline {
  text-align: center;
}
.main.page-thinksmart .why-section {
  position: relative;
  padding: 72px 0;
  background: url("/wp-content/uploads/2024/03/bg-1.jpg") center/cover no-repeat;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .why-section {
    padding: 60px 0;
  }
}
.main.page-thinksmart .why-section .wrapper .headline, .main.page-thinksmart .why-section #cookie-notice .cookie-notice-container .headline, #cookie-notice .main.page-thinksmart .why-section .cookie-notice-container .headline {
  color: #ffffff;
  text-align: center;
}
.main.page-thinksmart .why-section .wrapper .grid, .main.page-thinksmart .why-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinksmart .why-section .cookie-notice-container .grid {
  display: grid;
  grid-gap: 96px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 50px 0 0;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .why-section .wrapper .grid, .main.page-thinksmart .why-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinksmart .why-section .cookie-notice-container .grid {
    grid-gap: 48px;
    margin: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .main.page-thinksmart .why-section .wrapper .grid, .main.page-thinksmart .why-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinksmart .why-section .cookie-notice-container .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
.main.page-thinksmart .why-section .wrapper .grid .single, .main.page-thinksmart .why-section #cookie-notice .cookie-notice-container .grid .single, #cookie-notice .main.page-thinksmart .why-section .cookie-notice-container .grid .single {
  max-width: 310px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main.page-thinksmart .why-section .wrapper .grid .single img, .main.page-thinksmart .why-section #cookie-notice .cookie-notice-container .grid .single img, #cookie-notice .main.page-thinksmart .why-section .cookie-notice-container .grid .single img {
  height: 148px;
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .why-section .wrapper .grid .single img, .main.page-thinksmart .why-section #cookie-notice .cookie-notice-container .grid .single img, #cookie-notice .main.page-thinksmart .why-section .cookie-notice-container .grid .single img {
    height: 128px;
  }
}
@media (max-width: 768px) {
  .main.page-thinksmart .why-section .wrapper .grid .single img, .main.page-thinksmart .why-section #cookie-notice .cookie-notice-container .grid .single img, #cookie-notice .main.page-thinksmart .why-section .cookie-notice-container .grid .single img {
    height: 96px;
  }
}
.main.page-thinksmart .why-section .wrapper .grid .single span, .main.page-thinksmart .why-section #cookie-notice .cookie-notice-container .grid .single span, #cookie-notice .main.page-thinksmart .why-section .cookie-notice-container .grid .single span {
  font-size: 23px;
  font-size: 1.4375rem;
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  margin: 8px 0 0;
}
.main.page-thinksmart .why-section .wrapper .grid .single p, .main.page-thinksmart .why-section #cookie-notice .cookie-notice-container .grid .single p, #cookie-notice .main.page-thinksmart .why-section .cookie-notice-container .grid .single p {
  color: #ffffff;
  margin: 4px 0 0;
}
.main.page-thinksmart .solutions-section {
  padding: 72px 0;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .solutions-section {
    padding: 60px 0;
  }
}
.main.page-thinksmart .solutions-section .wrapper .headline, .main.page-thinksmart .solutions-section #cookie-notice .cookie-notice-container .headline, #cookie-notice .main.page-thinksmart .solutions-section .cookie-notice-container .headline {
  text-align: center;
}
.main.page-thinksmart .solutions-section .wrapper .grid, .main.page-thinksmart .solutions-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinksmart .solutions-section .cookie-notice-container .grid {
  margin: 50px 0 0;
  display: grid;
  grid-gap: 96px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-thinksmart .solutions-section .wrapper .grid, .main.page-thinksmart .solutions-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinksmart .solutions-section .cookie-notice-container .grid {
    margin: 40px 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 64px;
    grid-row-gap: 48px;
  }
}
@media (max-width: 480px) {
  .main.page-thinksmart .solutions-section .wrapper .grid, .main.page-thinksmart .solutions-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinksmart .solutions-section .cookie-notice-container .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 40px;
  }
}
.main.page-thinksmart .solutions-section .wrapper .grid .single, .main.page-thinksmart .solutions-section #cookie-notice .cookie-notice-container .grid .single, #cookie-notice .main.page-thinksmart .solutions-section .cookie-notice-container .grid .single {
  max-width: 330px;
  display: block;
  text-decoration: none;
  opacity: 1;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.main.page-thinksmart .solutions-section .wrapper .grid .single:hover, .main.page-thinksmart .solutions-section #cookie-notice .cookie-notice-container .grid .single:hover, #cookie-notice .main.page-thinksmart .solutions-section .cookie-notice-container .grid .single:hover {
  opacity: 0.7;
}
.main.page-thinksmart .solutions-section .wrapper .grid .single span, .main.page-thinksmart .solutions-section #cookie-notice .cookie-notice-container .grid .single span, #cookie-notice .main.page-thinksmart .solutions-section .cookie-notice-container .grid .single span {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #161616;
  min-height: 64px;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .solutions-section .wrapper .grid .single span, .main.page-thinksmart .solutions-section #cookie-notice .cookie-notice-container .grid .single span, #cookie-notice .main.page-thinksmart .solutions-section .cookie-notice-container .grid .single span {
    min-height: inherit;
    max-width: inherit;
  }
}
.main.page-thinksmart .solutions-section .wrapper .grid .single img, .main.page-thinksmart .solutions-section #cookie-notice .cookie-notice-container .grid .single img, #cookie-notice .main.page-thinksmart .solutions-section .cookie-notice-container .grid .single img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 24px auto;
}
.main.page-thinksmart .product-section {
  padding: 72px 0;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .product-section {
    padding: 60px 0;
  }
}
.main.page-thinksmart .product-section.product-1 {
  background: url("/wp-content/uploads/2024/03/bg-2.jpg") center/cover no-repeat;
}
.main.page-thinksmart .product-section.product-2 .single-product:nth-of-type(2n + 1) .columns .col:nth-of-type(1), .main.page-thinksmart .product-section.product-3 .single-product:nth-of-type(2n + 1) .columns .col:nth-of-type(1), .main.page-thinksmart .product-section.product-4 .single-product:nth-of-type(2n + 1) .columns .col:nth-of-type(1) {
  order: 2;
}
.main.page-thinksmart .product-section.product-2 .single-product:nth-of-type(2n + 1) .columns .col:nth-of-type(2), .main.page-thinksmart .product-section.product-3 .single-product:nth-of-type(2n + 1) .columns .col:nth-of-type(2), .main.page-thinksmart .product-section.product-4 .single-product:nth-of-type(2n + 1) .columns .col:nth-of-type(2) {
  order: 1;
}
.main.page-thinksmart .product-section.product-3 {
  background: url("/wp-content/uploads/2024/03/bg-3.jpg") center/cover no-repeat;
}
.main.page-thinksmart .product-section .wrapper .headline, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .headline, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .headline {
  color: #79126b;
  text-align: center;
  margin: 0 0 32px;
}
.main.page-thinksmart .product-section .wrapper .single-product, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product {
  margin: 72px 0 0;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .product-section .wrapper .single-product, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product {
    margin: 60px 0 0;
  }
}
.main.page-thinksmart .product-section .wrapper .single-product:first-of-type, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product:first-of-type, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product:first-of-type {
  margin: 0;
}
.main.page-thinksmart .product-section .wrapper .single-product .headline, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .headline, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .headline {
  margin: 0 0 8px;
  text-align: center;
  color: #161616;
}
.main.page-thinksmart .product-section .wrapper .single-product .text, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .text, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .text {
  text-align: center;
}
.main.page-thinksmart .product-section .wrapper .single-product .text p, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .text p, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .text p {
  color: #161616;
}
.main.page-thinksmart .product-section .wrapper .single-product .columns, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 96px;
  margin: 50px 0 0;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .product-section .wrapper .single-product .columns, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns {
    grid-gap: 48px;
    margin: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .main.page-thinksmart .product-section .wrapper .single-product .columns, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 32px 0 0;
  }
}
.main.page-thinksmart .product-section .wrapper .single-product .columns .col .text, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .text, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .text {
  color: #161616;
  text-align: left;
}
.main.page-thinksmart .product-section .wrapper .single-product .columns .col .text *, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .text *, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .text * {
  color: #161616;
  text-align: left;
}
@media (max-width: 768px) {
  .main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart {
    max-width: 480px;
    margin: 0 auto;
  }
}
.main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .single img, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .single img, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .single img {
  width: calc(100% - 200px);
  display: block;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .single img, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .single img, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .single img {
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .single img, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .single img, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .single img {
    width: calc(100% - 120px);
  }
}
.main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots {
  display: flex;
  align-items: center;
  grid-gap: 24px;
  position: relative;
  margin: 20px auto 0;
  bottom: inherit;
  left: inherit;
  right: inherit;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots {
    grid-gap: 16px;
  }
}
@media (max-width: 768px) {
  .main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots {
    grid-gap: 8px;
  }
}
.main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #ffffff;
  border: 3px solid #d4d4d5;
}
.main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot span, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot span, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot span {
  display: none;
}
.main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot.active, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot.active, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot.active {
  background: #555555;
}
.main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button {
  width: 25px;
  height: 47px;
  background-image: url("../images/arrow-left-black.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 62px);
}
@media (max-width: 1024px) {
  .main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button {
    width: 17px;
    height: 33px;
    top: calc(50% - 55px);
  }
}
.main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button.owl-prev, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button.owl-prev, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button.owl-prev {
  left: 0;
}
.main.page-thinksmart .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button.owl-next, .main.page-thinksmart .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button.owl-next, #cookie-notice .main.page-thinksmart .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button.owl-next {
  right: 0;
  transform: rotate(180deg);
}
.main.page-thinksmart .powered-by-section {
  background: #efefef;
  padding: 72px 0;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .powered-by-section {
    padding: 60px 0;
  }
}
.main.page-thinksmart .powered-by-section .wrapper .headline, .main.page-thinksmart .powered-by-section #cookie-notice .cookie-notice-container .headline, #cookie-notice .main.page-thinksmart .powered-by-section .cookie-notice-container .headline {
  text-align: center;
}
.main.page-thinksmart .powered-by-section .wrapper .text, .main.page-thinksmart .powered-by-section #cookie-notice .cookie-notice-container .text, #cookie-notice .main.page-thinksmart .powered-by-section .cookie-notice-container .text {
  margin: 24px 0 120px;
  text-align: center;
}
.main.page-thinksmart .powered-by-section .wrapper .text p, .main.page-thinksmart .powered-by-section #cookie-notice .cookie-notice-container .text p, #cookie-notice .main.page-thinksmart .powered-by-section .cookie-notice-container .text p {
  color: #161616;
}
.main.page-thinksmart .controllers-section {
  padding: 72px 0;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .controllers-section {
    padding: 60px 0;
  }
}
.main.page-thinksmart .controllers-section .wrapper .headline, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .headline, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .headline {
  text-align: center;
}
.main.page-thinksmart .controllers-section .wrapper .columns, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  grid-gap: 0;
}
@media (max-width: 768px) {
  .main.page-thinksmart .controllers-section .wrapper .columns, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns {
    flex-direction: column;
    grid-gap: 40px;
    margin: 40px 0 0;
  }
}
.main.page-thinksmart .controllers-section .wrapper .columns .col, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col {
  width: 50%;
  max-width: 585px;
  text-align: center;
}
@media (max-width: 768px) {
  .main.page-thinksmart .controllers-section .wrapper .columns .col, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col {
    width: 100%;
    margin: 0 auto;
    max-width: 360px;
  }
}
.main.page-thinksmart .controllers-section .wrapper .columns .col:nth-of-type(2) .rows, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col:nth-of-type(2) .rows, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col:nth-of-type(2) .rows {
  background: #f5f5f5;
  border-left: 2px solid #b5b5b5;
}
@media (max-width: 768px) {
  .main.page-thinksmart .controllers-section .wrapper .columns .col:nth-of-type(2) .rows, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col:nth-of-type(2) .rows, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col:nth-of-type(2) .rows {
    background: #ffffff;
    border-left: none;
  }
}
.main.page-thinksmart .controllers-section .wrapper .columns .col:nth-of-type(2) .rows .single-row .label, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col:nth-of-type(2) .rows .single-row .label, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col:nth-of-type(2) .rows .single-row .label {
  display: none;
}
@media (max-width: 768px) {
  .main.page-thinksmart .controllers-section .wrapper .columns .col:nth-of-type(2) .rows .single-row .label, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col:nth-of-type(2) .rows .single-row .label, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col:nth-of-type(2) .rows .single-row .label {
    display: block;
  }
}
.main.page-thinksmart .controllers-section .wrapper .columns .col img, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col img, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col img {
  height: 238px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .controllers-section .wrapper .columns .col img, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col img, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col img {
    height: 150px;
  }
}
.main.page-thinksmart .controllers-section .wrapper .columns .col .photo-name, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col .photo-name, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col .photo-name {
  color: #161616;
  margin: 24px 0 0;
  text-align: center;
  display: block;
}
.main.page-thinksmart .controllers-section .wrapper .columns .col .rows, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col .rows, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col .rows {
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .main.page-thinksmart .controllers-section .wrapper .columns .col .rows, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col .rows, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col .rows {
    margin: 24px 0 0;
  }
}
.main.page-thinksmart .controllers-section .wrapper .columns .col .rows .single-row, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col .rows .single-row, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col .rows .single-row {
  border-top: 2px solid #b5b5b5;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .main.page-thinksmart .controllers-section .wrapper .columns .col .rows .single-row, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col .rows .single-row, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col .rows .single-row {
    padding: 12px 0;
  }
}
.main.page-thinksmart .controllers-section .wrapper .columns .col .rows .single-row:last-of-type, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col .rows .single-row:last-of-type, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col .rows .single-row:last-of-type {
  border-bottom: 2px solid #b5b5b5;
}
.main.page-thinksmart .controllers-section .wrapper .columns .col .rows .single-row .label, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col .rows .single-row .label, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col .rows .single-row .label {
  position: absolute;
  top: 20px;
  left: 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .main.page-thinksmart .controllers-section .wrapper .columns .col .rows .single-row .label, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col .rows .single-row .label, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col .rows .single-row .label {
    position: relative;
    top: inherit;
    left: inherit;
    text-align: center;
    margin: 0 auto 8px;
  }
}
.main.page-thinksmart .controllers-section .wrapper .columns .col .rows .single-row .value, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col .rows .single-row .value, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col .rows .single-row .value {
  margin: 0 auto;
  display: block;
  width: calc(100% - 200px);
}
@media (max-width: 768px) {
  .main.page-thinksmart .controllers-section .wrapper .columns .col .rows .single-row .value, .main.page-thinksmart .controllers-section #cookie-notice .cookie-notice-container .columns .col .rows .single-row .value, #cookie-notice .main.page-thinksmart .controllers-section .cookie-notice-container .columns .col .rows .single-row .value {
    width: 100%;
  }
}
.main.page-thinksmart .accessories-section {
  background: #000000;
  padding: 72px 0;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .accessories-section {
    padding: 60px 0;
  }
}
.main.page-thinksmart .accessories-section .wrapper .headline, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .headline, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .headline {
  color: #ffffff;
  text-align: center;
}
.main.page-thinksmart .accessories-section .wrapper .desc, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .desc, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .desc {
  margin: 16px auto 0;
  text-align: center;
  color: #ffffff;
  max-width: 1160px;
}
.main.page-thinksmart .accessories-section .wrapper .desc *, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .desc *, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .desc * {
  color: #ffffff;
}
.main.page-thinksmart .accessories-section .wrapper .products, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products {
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 70px;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .accessories-section .wrapper .products, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products {
    grid-gap: 64px;
  }
}
.main.page-thinksmart .accessories-section .wrapper .products .single, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single {
  display: flex;
  align-items: center;
  grid-gap: 96px;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .accessories-section .wrapper .products .single, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  .main.page-thinksmart .accessories-section .wrapper .products .single, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single {
    flex-direction: column;
    grid-gap: 32px;
  }
}
.main.page-thinksmart .accessories-section .wrapper .products .single:nth-of-type(2n + 2) .left, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single:nth-of-type(2n + 2) .left, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single:nth-of-type(2n + 2) .left {
  order: 2;
}
@media (max-width: 768px) {
  .main.page-thinksmart .accessories-section .wrapper .products .single:nth-of-type(2n + 2) .left, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single:nth-of-type(2n + 2) .left, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single:nth-of-type(2n + 2) .left {
    order: 1;
  }
}
.main.page-thinksmart .accessories-section .wrapper .products .single:nth-of-type(2n + 2) .right, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single:nth-of-type(2n + 2) .right, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single:nth-of-type(2n + 2) .right {
  order: 1;
}
@media (max-width: 768px) {
  .main.page-thinksmart .accessories-section .wrapper .products .single:nth-of-type(2n + 2) .right, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single:nth-of-type(2n + 2) .right, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single:nth-of-type(2n + 2) .right {
    order: 2;
  }
}
.main.page-thinksmart .accessories-section .wrapper .products .single .left, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single .left, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single .left {
  width: 50%;
}
@media (max-width: 768px) {
  .main.page-thinksmart .accessories-section .wrapper .products .single .left, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single .left, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single .left {
    width: 100%;
  }
}
.main.page-thinksmart .accessories-section .wrapper .products .single .left h3, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single .left h3, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single .left h3 {
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.25;
  margin: 0 0 16px;
}
@media (max-width: 1440px) {
  .main.page-thinksmart .accessories-section .wrapper .products .single .left h3, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single .left h3, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single .left h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .main.page-thinksmart .accessories-section .wrapper .products .single .left h3, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single .left h3, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single .left h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .main.page-thinksmart .accessories-section .wrapper .products .single .left h3, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single .left h3, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single .left h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.main.page-thinksmart .accessories-section .wrapper .products .single .left .text, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single .left .text, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single .left .text {
  color: #ffffff;
}
.main.page-thinksmart .accessories-section .wrapper .products .single .left .text *, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single .left .text *, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single .left .text * {
  color: #ffffff;
}
.main.page-thinksmart .accessories-section .wrapper .products .single .right, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single .right, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single .right {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .main.page-thinksmart .accessories-section .wrapper .products .single .right, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single .right, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single .right {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.main.page-thinksmart .accessories-section .wrapper .products .single .right .product, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single .right .product, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single .right .product {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
.main.page-thinksmart .accessories-section .wrapper .products .single .right .bg, .main.page-thinksmart .accessories-section #cookie-notice .cookie-notice-container .products .single .right .bg, #cookie-notice .main.page-thinksmart .accessories-section .cookie-notice-container .products .single .right .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}
.main.page-thinksmart .laptop-section {
  padding: 72px 0;
  background: url("/wp-content/uploads/2024/03/bg-2.jpg") center/cover no-repeat;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .laptop-section {
    padding: 60px 0;
  }
}
.main.page-thinksmart .laptop-section .wrapper .headline, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .headline, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .headline {
  text-align: center;
}
.main.page-thinksmart .laptop-section .wrapper .desc, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .desc, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .desc {
  margin: 16px auto 0;
  text-align: center;
  color: #161616;
  max-width: 1160px;
}
.main.page-thinksmart .laptop-section .wrapper .desc *, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .desc *, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .desc * {
  color: #161616;
}
.main.page-thinksmart .laptop-section .wrapper .wrap, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap {
  margin: 32px 0 0;
  display: flex;
  align-items: center;
  grid-gap: 96px;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .laptop-section .wrapper .wrap, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  .main.page-thinksmart .laptop-section .wrapper .wrap, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap {
    flex-direction: column;
    grid-gap: 32px;
  }
}
.main.page-thinksmart .laptop-section .wrapper .wrap .left, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left {
  width: 50%;
}
@media (max-width: 768px) {
  .main.page-thinksmart .laptop-section .wrapper .wrap .left, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left {
    width: 100%;
  }
}
.main.page-thinksmart .laptop-section .wrapper .wrap .left .row, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left .row, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left .row {
  display: flex;
  grid-gap: 24px;
  border-top: 2px solid #ffffff;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .main.page-thinksmart .laptop-section .wrapper .wrap .left .row, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left .row, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left .row {
    padding: 12px 0;
    grid-gap: 16px;
  }
}
.main.page-thinksmart .laptop-section .wrapper .wrap .left .row:last-of-type, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left .row:last-of-type, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left .row:last-of-type {
  border-bottom: 2px solid #ffffff;
}
.main.page-thinksmart .laptop-section .wrapper .wrap .left .row:nth-of-type(1), .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left .row:nth-of-type(1), #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left .row:nth-of-type(1) {
  color: #ffffff;
}
.main.page-thinksmart .laptop-section .wrapper .wrap .left .row:nth-of-type(1) .col p, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left .row:nth-of-type(1) .col p, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left .row:nth-of-type(1) .col p {
  font-weight: 700;
  color: #ffffff;
}
.main.page-thinksmart .laptop-section .wrapper .wrap .left .row:nth-of-type(1) *, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left .row:nth-of-type(1) *, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left .row:nth-of-type(1) * {
  color: #ffffff;
}
.main.page-thinksmart .laptop-section .wrapper .wrap .left .row .col, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left .row .col, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left .row .col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main.page-thinksmart .laptop-section .wrapper .wrap .left .row .col:nth-of-type(1), .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left .row .col:nth-of-type(1), #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left .row .col:nth-of-type(1) {
  width: 40%;
}
.main.page-thinksmart .laptop-section .wrapper .wrap .left .row .col:nth-of-type(1) p, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left .row .col:nth-of-type(1) p, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left .row .col:nth-of-type(1) p {
  font-weight: 700;
}
.main.page-thinksmart .laptop-section .wrapper .wrap .left .row .col:nth-of-type(2), .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left .row .col:nth-of-type(2), #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left .row .col:nth-of-type(2) {
  width: 60%;
}
.main.page-thinksmart .laptop-section .wrapper .wrap .left .row .col p, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .left .row .col p, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .left .row .col p {
  text-align: center;
  color: #161616;
}
.main.page-thinksmart .laptop-section .wrapper .wrap .right, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .right, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .right {
  width: 50%;
}
@media (max-width: 768px) {
  .main.page-thinksmart .laptop-section .wrapper .wrap .right, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .right, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .right {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.main.page-thinksmart .laptop-section .wrapper .wrap .right img, .main.page-thinksmart .laptop-section #cookie-notice .cookie-notice-container .wrap .right img, #cookie-notice .main.page-thinksmart .laptop-section .cookie-notice-container .wrap .right img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.main.page-thinksmart .control-section {
  display: flex;
}
@media (max-width: 768px) {
  .main.page-thinksmart .control-section {
    flex-direction: column;
  }
}
.main.page-thinksmart .control-section .left {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  background: url("/wp-content/uploads/2024/03/bg-1.jpg") center left/cover no-repeat;
}
@media (max-width: 768px) {
  .main.page-thinksmart .control-section .left {
    width: 100%;
  }
}
.main.page-thinksmart .control-section .left .wrap {
  max-width: 720px;
  padding: 72px 48px;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .control-section .left .wrap {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .main.page-thinksmart .control-section .left .wrap {
    padding: 48px 30px;
  }
}
@media (max-width: 480px) {
  .main.page-thinksmart .control-section .left .wrap {
    padding: 40px 20px;
  }
}
.main.page-thinksmart .control-section .left .wrap h2 {
  text-align: center;
  color: #ffffff;
}
.main.page-thinksmart .control-section .left .wrap .text {
  color: #ffffff;
  text-align: center;
  margin: 24px 0 0;
}
.main.page-thinksmart .control-section .left .wrap .text * {
  color: #ffffff;
}
.main.page-thinksmart .control-section .right {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .main.page-thinksmart .control-section .right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main.page-thinksmart .control-section .right:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%;
  }
}
.main.page-thinksmart .cta-section {
  display: flex;
}
@media (max-width: 768px) {
  .main.page-thinksmart .cta-section {
    flex-direction: column;
  }
}
.main.page-thinksmart .cta-section .left {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .main.page-thinksmart .cta-section .left {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .main.page-thinksmart .cta-section .left:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%;
  }
}
.main.page-thinksmart .cta-section .right {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  background: url("/wp-content/uploads/2024/03/bg-1.jpg") center right/cover no-repeat;
}
@media (max-width: 768px) {
  .main.page-thinksmart .cta-section .right {
    width: 100%;
    order: 1;
  }
}
.main.page-thinksmart .cta-section .right .wrap {
  max-width: 720px;
  padding: 72px 48px;
}
@media (max-width: 1024px) {
  .main.page-thinksmart .cta-section .right .wrap {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .main.page-thinksmart .cta-section .right .wrap {
    padding: 48px 30px;
  }
}
@media (max-width: 480px) {
  .main.page-thinksmart .cta-section .right .wrap {
    padding: 40px 20px;
  }
}
.main.page-thinksmart .cta-section .right .wrap h2 {
  text-align: center;
  color: #ffffff;
}
.main.page-thinksmart .cta-section .right .wrap .text {
  color: #ffffff;
  text-align: center;
  margin: 24px 0 0;
}
.main.page-thinksmart .cta-section .right .wrap .text * {
  color: #ffffff;
}
.main.page-thinksmart .cta-section .right .wrap .center-btn {
  text-align: center;
  margin: 40px 0 0;
}
.main.page-thinksmart .cta-section .right .wrap .center-btn a {
  background: #e22319;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  padding: 16px 24px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.main.page-thinkedge h2.headline {
  font-size: 32px;
  font-size: 2rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.25;
  margin: 0;
}
@media (max-width: 1440px) {
  .main.page-thinkedge h2.headline {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .main.page-thinkedge h2.headline {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .main.page-thinkedge h2.headline {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.main.page-thinkedge .hero-section.hero-section img {
  width: 100%;
  height: auto;
  display: block;
}
.main.page-thinkedge .description-section {
  padding: 72px 0;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .description-section {
    padding: 60px 0;
  }
}
.main.page-thinkedge .description-section.description-1 .wrapper .desc, .main.page-thinkedge .description-section.description-1 #cookie-notice .cookie-notice-container .desc, #cookie-notice .main.page-thinkedge .description-section.description-1 .cookie-notice-container .desc {
  max-width: 1374px;
  margin: 0 auto;
}
.main.page-thinkedge .description-section.description-2 .wrapper h2, .main.page-thinkedge .description-section.description-2 #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-thinkedge .description-section.description-2 .cookie-notice-container h2 {
  text-align: center;
}
.main.page-thinkedge .description-section.description-2 .wrapper .desc, .main.page-thinkedge .description-section.description-2 #cookie-notice .cookie-notice-container .desc, #cookie-notice .main.page-thinkedge .description-section.description-2 .cookie-notice-container .desc {
  margin: 40px auto 0;
  text-align: center;
  max-width: 1150px;
}
.main.page-thinkedge .description-section.description-2 .wrapper .desc *, .main.page-thinkedge .description-section.description-2 #cookie-notice .cookie-notice-container .desc *, #cookie-notice .main.page-thinkedge .description-section.description-2 .cookie-notice-container .desc * {
  color: #161616;
}
.main.page-thinkedge .description-section.description-3 {
  background: #eeeeee;
}
.main.page-thinkedge .description-section.description-3 .wrapper h2, .main.page-thinkedge .description-section.description-3 #cookie-notice .cookie-notice-container h2, #cookie-notice .main.page-thinkedge .description-section.description-3 .cookie-notice-container h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #a10800;
  text-align: center;
  margin: 0 auto;
}
.main.page-thinkedge .description-section.description-3 .wrapper .desc, .main.page-thinkedge .description-section.description-3 #cookie-notice .cookie-notice-container .desc, #cookie-notice .main.page-thinkedge .description-section.description-3 .cookie-notice-container .desc {
  max-width: 1260px;
  margin: 40px auto 0;
  text-align: center;
}
.main.page-thinkedge .description-section.description-3 .wrapper .desc *, .main.page-thinkedge .description-section.description-3 #cookie-notice .cookie-notice-container .desc *, #cookie-notice .main.page-thinkedge .description-section.description-3 .cookie-notice-container .desc * {
  color: #161616;
}
.main.page-thinkedge .description-section .wrapper .desc .headline, .main.page-thinkedge .description-section #cookie-notice .cookie-notice-container .desc .headline, #cookie-notice .main.page-thinkedge .description-section .cookie-notice-container .desc .headline {
  text-align: center;
}
.main.page-thinkedge .why-section {
  position: relative;
  padding: 72px 0;
  background: url("/wp-content/uploads/2024/03/bg-1.jpg") center/cover no-repeat;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .why-section {
    padding: 60px 0;
  }
}
.main.page-thinkedge .why-section.icons-1 .wrapper .grid, .main.page-thinkedge .why-section.icons-1 #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinkedge .why-section.icons-1 .cookie-notice-container .grid {
  grid-gap: 32px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 1280px) {
  .main.page-thinkedge .why-section.icons-1 .wrapper .grid, .main.page-thinkedge .why-section.icons-1 #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinkedge .why-section.icons-1 .cookie-notice-container .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .main.page-thinkedge .why-section.icons-1 .wrapper .grid, .main.page-thinkedge .why-section.icons-1 #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinkedge .why-section.icons-1 .cookie-notice-container .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-thinkedge .why-section.icons-1 .wrapper .grid, .main.page-thinkedge .why-section.icons-1 #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinkedge .why-section.icons-1 .cookie-notice-container .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-thinkedge .why-section.icons-2 .wrapper .grid, .main.page-thinkedge .why-section.icons-2 #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinkedge .why-section.icons-2 .cookie-notice-container .grid {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.main.page-thinkedge .why-section.icons-3 {
  background: #e1251b;
}
.main.page-thinkedge .why-section.icons-3 .wrapper .desc, .main.page-thinkedge .why-section.icons-3 #cookie-notice .cookie-notice-container .desc, #cookie-notice .main.page-thinkedge .why-section.icons-3 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 750px;
}
.main.page-thinkedge .why-section.icons-3 .wrapper .grid, .main.page-thinkedge .why-section.icons-3 #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinkedge .why-section.icons-3 .cookie-notice-container .grid {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.main.page-thinkedge .why-section .wrapper .headline, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .headline, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .headline {
  color: #ffffff;
  text-align: center;
}
.main.page-thinkedge .why-section .wrapper .grid, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .grid {
  display: grid;
  grid-gap: 96px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 50px 0 0;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .why-section .wrapper .grid, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .grid {
    margin: 40px 0 0;
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  .main.page-thinkedge .why-section .wrapper .grid, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
.main.page-thinkedge .why-section .wrapper .grid .single, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .grid .single, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .grid .single {
  max-width: 310px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main.page-thinkedge .why-section .wrapper .grid .single img, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .grid .single img, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .grid .single img {
  height: 148px;
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .why-section .wrapper .grid .single img, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .grid .single img, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .grid .single img {
    height: 128px;
  }
}
@media (max-width: 768px) {
  .main.page-thinkedge .why-section .wrapper .grid .single img, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .grid .single img, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .grid .single img {
    height: 96px;
  }
}
.main.page-thinkedge .why-section .wrapper .grid .single span, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .grid .single span, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .grid .single span {
  font-size: 23px;
  font-size: 1.4375rem;
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  margin: 8px 0 0;
}
.main.page-thinkedge .why-section .wrapper .grid .single p, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .grid .single p, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .grid .single p {
  color: #ffffff;
  margin: 4px 0 0;
}
.main.page-thinkedge .why-section .wrapper .desc, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .desc, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .desc {
  margin: 50px 0 0;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .why-section .wrapper .desc, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .desc, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .desc {
    margin: 40px 0 0;
  }
}
.main.page-thinkedge .why-section .wrapper .desc *, .main.page-thinkedge .why-section #cookie-notice .cookie-notice-container .desc *, #cookie-notice .main.page-thinkedge .why-section .cookie-notice-container .desc * {
  color: #ffffff;
}
.main.page-thinkedge .table-section {
  padding: 72px 0;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .table-section {
    padding: 60px 0;
  }
}
.main.page-thinkedge .table-section .wrapper h2.headline, .main.page-thinkedge .table-section #cookie-notice .cookie-notice-container h2.headline, #cookie-notice .main.page-thinkedge .table-section .cookie-notice-container h2.headline {
  text-align: center;
}
.main.page-thinkedge .table-section .wrapper .table, .main.page-thinkedge .table-section #cookie-notice .cookie-notice-container .table, #cookie-notice .main.page-thinkedge .table-section .cookie-notice-container .table {
  margin: 40px auto 0;
  max-width: 1110px;
}
.main.page-thinkedge .table-section .wrapper .table .row, .main.page-thinkedge .table-section #cookie-notice .cookie-notice-container .table .row, #cookie-notice .main.page-thinkedge .table-section .cookie-notice-container .table .row {
  border-bottom: 2px solid #b5b5b5;
  display: flex;
}
.main.page-thinkedge .table-section .wrapper .table .row:first-of-type, .main.page-thinkedge .table-section #cookie-notice .cookie-notice-container .table .row:first-of-type, #cookie-notice .main.page-thinkedge .table-section .cookie-notice-container .table .row:first-of-type {
  border-top: 2px solid #b5b5b5;
}
.main.page-thinkedge .table-section .wrapper .table .row:first-of-type .col span, .main.page-thinkedge .table-section #cookie-notice .cookie-notice-container .table .row:first-of-type .col span, #cookie-notice .main.page-thinkedge .table-section .cookie-notice-container .table .row:first-of-type .col span {
  font-weight: 700;
}
.main.page-thinkedge .table-section .wrapper .table .row .col, .main.page-thinkedge .table-section #cookie-notice .cookie-notice-container .table .row .col, #cookie-notice .main.page-thinkedge .table-section .cookie-notice-container .table .row .col {
  padding: 20px 45px;
}
@media (max-width: 1280px) {
  .main.page-thinkedge .table-section .wrapper .table .row .col, .main.page-thinkedge .table-section #cookie-notice .cookie-notice-container .table .row .col, #cookie-notice .main.page-thinkedge .table-section .cookie-notice-container .table .row .col {
    padding: 20px 30px;
  }
}
@media (max-width: 1024px) {
  .main.page-thinkedge .table-section .wrapper .table .row .col, .main.page-thinkedge .table-section #cookie-notice .cookie-notice-container .table .row .col, #cookie-notice .main.page-thinkedge .table-section .cookie-notice-container .table .row .col {
    padding: 12px 12px;
  }
}
.main.page-thinkedge .table-section .wrapper .table .row .col:nth-of-type(1), .main.page-thinkedge .table-section #cookie-notice .cookie-notice-container .table .row .col:nth-of-type(1), #cookie-notice .main.page-thinkedge .table-section .cookie-notice-container .table .row .col:nth-of-type(1) {
  width: 33.3333333333%;
}
.main.page-thinkedge .table-section .wrapper .table .row .col:nth-of-type(2), .main.page-thinkedge .table-section #cookie-notice .cookie-notice-container .table .row .col:nth-of-type(2), #cookie-notice .main.page-thinkedge .table-section .cookie-notice-container .table .row .col:nth-of-type(2) {
  width: 33.3333333333%;
  border-left: 2px solid #b5b5b5;
}
.main.page-thinkedge .table-section .wrapper .table .row .col:nth-of-type(3), .main.page-thinkedge .table-section #cookie-notice .cookie-notice-container .table .row .col:nth-of-type(3), #cookie-notice .main.page-thinkedge .table-section .cookie-notice-container .table .row .col:nth-of-type(3) {
  width: 33.3333333333%;
  border-left: 2px solid #b5b5b5;
}
.main.page-thinkedge .table-section .wrapper .desc, .main.page-thinkedge .table-section #cookie-notice .cookie-notice-container .desc, #cookie-notice .main.page-thinkedge .table-section .cookie-notice-container .desc {
  margin: 40px auto 0;
  max-width: 730px;
}
.main.page-thinkedge .product-section {
  padding: 72px 0;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .product-section {
    padding: 60px 0;
  }
}
.main.page-thinkedge .product-section .wrapper .headline, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .headline, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .headline {
  color: #161616;
  text-align: center;
  margin: 0 0 16px;
}
.main.page-thinkedge .product-section .wrapper .text *, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .text *, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .text * {
  color: #161616;
}
.main.page-thinkedge .product-section .wrapper .single-product, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product {
  margin: 72px 0 0;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .product-section .wrapper .single-product, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product {
    margin: 60px 0 0;
  }
}
.main.page-thinkedge .product-section .wrapper .single-product:first-of-type, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product:first-of-type, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product:first-of-type {
  margin: 0;
}
.main.page-thinkedge .product-section .wrapper .single-product:nth-of-type(2n + 3) .columns .col:nth-of-type(1), .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product:nth-of-type(2n + 3) .columns .col:nth-of-type(1), #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product:nth-of-type(2n + 3) .columns .col:nth-of-type(1) {
  order: 2;
}
@media (max-width: 768px) {
  .main.page-thinkedge .product-section .wrapper .single-product:nth-of-type(2n + 3) .columns .col:nth-of-type(1), .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product:nth-of-type(2n + 3) .columns .col:nth-of-type(1), #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product:nth-of-type(2n + 3) .columns .col:nth-of-type(1) {
    order: 1;
  }
}
.main.page-thinkedge .product-section .wrapper .single-product:nth-of-type(2n + 3) .columns .col:nth-of-type(2), .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product:nth-of-type(2n + 3) .columns .col:nth-of-type(2), #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product:nth-of-type(2n + 3) .columns .col:nth-of-type(2) {
  order: 1;
}
@media (max-width: 768px) {
  .main.page-thinkedge .product-section .wrapper .single-product:nth-of-type(2n + 3) .columns .col:nth-of-type(2), .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product:nth-of-type(2n + 3) .columns .col:nth-of-type(2), #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product:nth-of-type(2n + 3) .columns .col:nth-of-type(2) {
    order: 2;
  }
}
.main.page-thinkedge .product-section .wrapper .single-product .headline, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .headline, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .headline {
  margin: 0 0 8px;
  text-align: left;
  color: #161616;
}
.main.page-thinkedge .product-section .wrapper .single-product .text, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .text, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .text {
  text-align: center;
}
.main.page-thinkedge .product-section .wrapper .single-product .text p, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .text p, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .text p {
  color: #161616;
}
.main.page-thinkedge .product-section .wrapper .single-product .columns, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 96px;
  margin: 50px 0 0;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .product-section .wrapper .single-product .columns, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns {
    grid-gap: 48px;
    margin: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .main.page-thinkedge .product-section .wrapper .single-product .columns, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 32px 0 0;
    grid-gap: 32px;
  }
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col:nth-of-type(2), .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col:nth-of-type(2), #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col:nth-of-type(2) {
  display: flex;
  align-items: center;
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col .text, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .text, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .text {
  color: #161616;
  text-align: left;
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col .text *, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .text *, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .text * {
  color: #161616;
  text-align: left;
}
@media (max-width: 768px) {
  .main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart {
    max-width: 480px;
    margin: 0 auto;
  }
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .single img, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .single img, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .single img {
  width: calc(100% - 200px);
  display: block;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .single img, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .single img, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .single img {
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .single img, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .single img, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .single img {
    width: calc(100% - 120px);
  }
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots {
  display: flex;
  align-items: center;
  grid-gap: 24px;
  position: relative;
  margin: 20px auto 0;
  bottom: inherit;
  left: inherit;
  right: inherit;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots {
    grid-gap: 16px;
  }
}
@media (max-width: 768px) {
  .main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots {
    grid-gap: 8px;
  }
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #ffffff;
  border: 3px solid #d4d4d5;
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot span, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot span, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot span {
  display: none;
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot.active, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot.active, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-dots .owl-dot.active {
  background: #555555;
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button {
  width: 25px;
  height: 47px;
  background-image: url("../images/arrow-left-black.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 62px);
}
@media (max-width: 1024px) {
  .main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button {
    width: 17px;
    height: 33px;
    top: calc(50% - 55px);
  }
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button.owl-prev, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button.owl-prev, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button.owl-prev {
  left: 0;
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button.owl-next, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button.owl-next, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-photo-carousel-thinksmart .owl-nav button.owl-next {
  right: 0;
  transform: rotate(180deg);
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-image, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-image, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-image {
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-image, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-image, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-image {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-image, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-image, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-image {
    max-width: 480px;
    margin: 0 auto;
    padding: 0;
  }
}
.main.page-thinkedge .product-section .wrapper .single-product .columns .col .single-image img, .main.page-thinkedge .product-section #cookie-notice .cookie-notice-container .single-product .columns .col .single-image img, #cookie-notice .main.page-thinkedge .product-section .cookie-notice-container .single-product .columns .col .single-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.main.page-thinkedge .accessories-section {
  padding: 72px 0;
  background: #eeeeee;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .accessories-section {
    padding: 60px 0;
  }
}
.main.page-thinkedge .accessories-section .wrapper .headline, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .headline, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .headline {
  text-align: center;
}
.main.page-thinkedge .accessories-section .wrapper .desc, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .desc, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .desc {
  margin: 32px auto 0;
  text-align: center;
  max-width: 1160px;
}
.main.page-thinkedge .accessories-section .wrapper .products, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products {
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 70px;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .accessories-section .wrapper .products, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products {
    grid-gap: 64px;
  }
}
@media (max-width: 480px) {
  .main.page-thinkedge .accessories-section .wrapper .products, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products {
    grid-gap: 48px;
  }
}
.main.page-thinkedge .accessories-section .wrapper .products .single, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single {
  display: flex;
  align-items: center;
  grid-gap: 96px;
}
@media (max-width: 1024px) {
  .main.page-thinkedge .accessories-section .wrapper .products .single, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  .main.page-thinkedge .accessories-section .wrapper .products .single, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single {
    flex-direction: column;
    grid-gap: 32px;
  }
}
@media (max-width: 480px) {
  .main.page-thinkedge .accessories-section .wrapper .products .single, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single {
    grid-gap: 24px;
  }
}
.main.page-thinkedge .accessories-section .wrapper .products .single:nth-of-type(2n + 2) .left, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single:nth-of-type(2n + 2) .left, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single:nth-of-type(2n + 2) .left {
  order: 2;
}
@media (max-width: 768px) {
  .main.page-thinkedge .accessories-section .wrapper .products .single:nth-of-type(2n + 2) .left, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single:nth-of-type(2n + 2) .left, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single:nth-of-type(2n + 2) .left {
    order: 1;
  }
}
.main.page-thinkedge .accessories-section .wrapper .products .single:nth-of-type(2n + 2) .right, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single:nth-of-type(2n + 2) .right, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single:nth-of-type(2n + 2) .right {
  order: 1;
}
@media (max-width: 768px) {
  .main.page-thinkedge .accessories-section .wrapper .products .single:nth-of-type(2n + 2) .right, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single:nth-of-type(2n + 2) .right, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single:nth-of-type(2n + 2) .right {
    order: 2;
  }
}
.main.page-thinkedge .accessories-section .wrapper .products .single .left, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single .left, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single .left {
  width: 50%;
}
@media (max-width: 768px) {
  .main.page-thinkedge .accessories-section .wrapper .products .single .left, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single .left, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single .left {
    width: 100%;
  }
}
.main.page-thinkedge .accessories-section .wrapper .products .single .left h3, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single .left h3, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single .left h3 {
  font-size: 32px;
  font-size: 2rem;
  color: #161616;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.25;
  margin: 0 0 16px;
}
@media (max-width: 1440px) {
  .main.page-thinkedge .accessories-section .wrapper .products .single .left h3, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single .left h3, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single .left h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .main.page-thinkedge .accessories-section .wrapper .products .single .left h3, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single .left h3, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single .left h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .main.page-thinkedge .accessories-section .wrapper .products .single .left h3, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single .left h3, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single .left h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.main.page-thinkedge .accessories-section .wrapper .products .single .left .text, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single .left .text, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single .left .text {
  color: #161616;
}
.main.page-thinkedge .accessories-section .wrapper .products .single .left .text *, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single .left .text *, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single .left .text * {
  color: #161616;
}
.main.page-thinkedge .accessories-section .wrapper .products .single .right, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single .right, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single .right {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .main.page-thinkedge .accessories-section .wrapper .products .single .right, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single .right, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single .right {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.main.page-thinkedge .accessories-section .wrapper .products .single .right .product, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single .right .product, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single .right .product {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
.main.page-thinkedge .accessories-section .wrapper .products .single .right .bg, .main.page-thinkedge .accessories-section #cookie-notice .cookie-notice-container .products .single .right .bg, #cookie-notice .main.page-thinkedge .accessories-section .cookie-notice-container .products .single .right .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}
.main.page-thinkedge .cta-section {
  background: url("/wp-content/uploads/2024/03/cta-bg.jpg") center/cover no-repeat;
  padding: 150px 0;
}
@media (max-width: 1280px) {
  .main.page-thinkedge .cta-section {
    padding: 120px 0;
  }
}
@media (max-width: 1024px) {
  .main.page-thinkedge .cta-section {
    padding: 96px 0;
  }
}
@media (max-width: 1024px) {
  .main.page-thinkedge .cta-section .wrapper, .main.page-thinkedge .cta-section #cookie-notice .cookie-notice-container, #cookie-notice .main.page-thinkedge .cta-section .cookie-notice-container {
    display: flex;
    flex-direction: column;
    grid-gap: 32px;
  }
}
.main.page-thinkedge .cta-section .wrapper img, .main.page-thinkedge .cta-section #cookie-notice .cookie-notice-container img, #cookie-notice .main.page-thinkedge .cta-section .cookie-notice-container img {
  height: 221px;
  width: auto;
  display: block;
}
@media (max-width: 1440px) {
  .main.page-thinkedge .cta-section .wrapper img, .main.page-thinkedge .cta-section #cookie-notice .cookie-notice-container img, #cookie-notice .main.page-thinkedge .cta-section .cookie-notice-container img {
    height: 180px;
  }
}
@media (max-width: 1280px) {
  .main.page-thinkedge .cta-section .wrapper img, .main.page-thinkedge .cta-section #cookie-notice .cookie-notice-container img, #cookie-notice .main.page-thinkedge .cta-section .cookie-notice-container img {
    height: 140px;
  }
}
@media (max-width: 1024px) {
  .main.page-thinkedge .cta-section .wrapper img, .main.page-thinkedge .cta-section #cookie-notice .cookie-notice-container img, #cookie-notice .main.page-thinkedge .cta-section .cookie-notice-container img {
    align-self: center;
  }
}
@media (max-width: 480px) {
  .main.page-thinkedge .cta-section .wrapper img, .main.page-thinkedge .cta-section #cookie-notice .cookie-notice-container img, #cookie-notice .main.page-thinkedge .cta-section .cookie-notice-container img {
    height: 110px;
  }
}
.main.page-thinkedge .cta-section .wrapper .btn, .main.page-thinkedge .cta-section #cookie-notice .cookie-notice-container .btn, #cookie-notice .main.page-thinkedge .cta-section .cookie-notice-container .btn {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #ffffff;
  font-weight: 700;
  padding: 30px 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 420px;
  width: 100%;
  text-align: center;
  border: 2px solid #ffffff;
  text-decoration: none;
  align-self: center;
}
@media (max-width: 1280px) {
  .main.page-thinkedge .cta-section .wrapper .btn, .main.page-thinkedge .cta-section #cookie-notice .cookie-notice-container .btn, #cookie-notice .main.page-thinkedge .cta-section .cookie-notice-container .btn {
    max-width: 360px;
    padding: 24px 24px;
  }
}
@media (max-width: 1024px) {
  .main.page-thinkedge .cta-section .wrapper .btn, .main.page-thinkedge .cta-section #cookie-notice .cookie-notice-container .btn, #cookie-notice .main.page-thinkedge .cta-section .cookie-notice-container .btn {
    max-width: 300px;
    padding: 20px 20px;
    position: relative;
  }
}
@media (max-width: 480px) {
  .main.page-thinkedge .cta-section .wrapper .btn, .main.page-thinkedge .cta-section #cookie-notice .cookie-notice-container .btn, #cookie-notice .main.page-thinkedge .cta-section .cookie-notice-container .btn {
    max-width: 270px;
  }
}

body.page-id-11562 .main .section:nth-child(2) .wrapper .text, body.page-id-11562 .main .section:nth-child(2) #cookie-notice .cookie-notice-container .text, #cookie-notice body.page-id-11562 .main .section:nth-child(2) .cookie-notice-container .text,
body.page-id-11756 .main .section:nth-child(2) .wrapper .text,
body.page-id-11756 .main .section:nth-child(2) #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-11756 .main .section:nth-child(2) .cookie-notice-container .text,
body.page-id-11757 .main .section:nth-child(2) .wrapper .text,
body.page-id-11757 .main .section:nth-child(2) #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-11757 .main .section:nth-child(2) .cookie-notice-container .text,
body.page-id-11758 .main .section:nth-child(2) .wrapper .text,
body.page-id-11758 .main .section:nth-child(2) #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-11758 .main .section:nth-child(2) .cookie-notice-container .text {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
body.page-id-11562 .main .section:nth-child(4) .wrapper .text, body.page-id-11562 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .text, #cookie-notice body.page-id-11562 .main .section:nth-child(4) .cookie-notice-container .text,
body.page-id-11756 .main .section:nth-child(4) .wrapper .text,
body.page-id-11756 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-11756 .main .section:nth-child(4) .cookie-notice-container .text,
body.page-id-11757 .main .section:nth-child(4) .wrapper .text,
body.page-id-11757 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-11757 .main .section:nth-child(4) .cookie-notice-container .text,
body.page-id-11758 .main .section:nth-child(4) .wrapper .text,
body.page-id-11758 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-11758 .main .section:nth-child(4) .cookie-notice-container .text {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.page-id-11562 .main .section:nth-child(4) .wrapper .wrap, body.page-id-11562 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-11562 .main .section:nth-child(4) .cookie-notice-container .wrap,
body.page-id-11756 .main .section:nth-child(4) .wrapper .wrap,
body.page-id-11756 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-11756 .main .section:nth-child(4) .cookie-notice-container .wrap,
body.page-id-11757 .main .section:nth-child(4) .wrapper .wrap,
body.page-id-11757 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-11757 .main .section:nth-child(4) .cookie-notice-container .wrap,
body.page-id-11758 .main .section:nth-child(4) .wrapper .wrap,
body.page-id-11758 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-11758 .main .section:nth-child(4) .cookie-notice-container .wrap {
  margin: 0;
}
@media (max-width: 480px) {
  body.page-id-11562 .main .section:nth-child(4) .wrapper .wrap .single:last-child, body.page-id-11562 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .wrap .single:last-child, #cookie-notice body.page-id-11562 .main .section:nth-child(4) .cookie-notice-container .wrap .single:last-child,
body.page-id-11756 .main .section:nth-child(4) .wrapper .wrap .single:last-child,
body.page-id-11756 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .wrap .single:last-child,
#cookie-notice body.page-id-11756 .main .section:nth-child(4) .cookie-notice-container .wrap .single:last-child,
body.page-id-11757 .main .section:nth-child(4) .wrapper .wrap .single:last-child,
body.page-id-11757 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .wrap .single:last-child,
#cookie-notice body.page-id-11757 .main .section:nth-child(4) .cookie-notice-container .wrap .single:last-child,
body.page-id-11758 .main .section:nth-child(4) .wrapper .wrap .single:last-child,
body.page-id-11758 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .wrap .single:last-child,
#cookie-notice body.page-id-11758 .main .section:nth-child(4) .cookie-notice-container .wrap .single:last-child {
    margin: 0;
  }
}
body.page-id-11562 .main .section:nth-child(4) .wrapper .wrap .single .single-wrap, body.page-id-11562 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .wrap .single .single-wrap, #cookie-notice body.page-id-11562 .main .section:nth-child(4) .cookie-notice-container .wrap .single .single-wrap,
body.page-id-11756 .main .section:nth-child(4) .wrapper .wrap .single .single-wrap,
body.page-id-11756 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .wrap .single .single-wrap,
#cookie-notice body.page-id-11756 .main .section:nth-child(4) .cookie-notice-container .wrap .single .single-wrap,
body.page-id-11757 .main .section:nth-child(4) .wrapper .wrap .single .single-wrap,
body.page-id-11757 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .wrap .single .single-wrap,
#cookie-notice body.page-id-11757 .main .section:nth-child(4) .cookie-notice-container .wrap .single .single-wrap,
body.page-id-11758 .main .section:nth-child(4) .wrapper .wrap .single .single-wrap,
body.page-id-11758 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .wrap .single .single-wrap,
#cookie-notice body.page-id-11758 .main .section:nth-child(4) .cookie-notice-container .wrap .single .single-wrap {
  max-width: 394px;
}
body.page-id-11562 .main .section:nth-child(7),
body.page-id-11756 .main .section:nth-child(7),
body.page-id-11757 .main .section:nth-child(7),
body.page-id-11758 .main .section:nth-child(7) {
  background-image: url("/wp-content/uploads/2024/08/3885e8d74977112fff528698db206f16.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-11562 .main .section:nth-child(7) .wrapper h2, body.page-id-11562 .main .section:nth-child(7) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-11562 .main .section:nth-child(7) .cookie-notice-container h2,
body.page-id-11756 .main .section:nth-child(7) .wrapper h2,
body.page-id-11756 .main .section:nth-child(7) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-11756 .main .section:nth-child(7) .cookie-notice-container h2,
body.page-id-11757 .main .section:nth-child(7) .wrapper h2,
body.page-id-11757 .main .section:nth-child(7) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-11757 .main .section:nth-child(7) .cookie-notice-container h2,
body.page-id-11758 .main .section:nth-child(7) .wrapper h2,
body.page-id-11758 .main .section:nth-child(7) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-11758 .main .section:nth-child(7) .cookie-notice-container h2 {
  color: #ffffff;
}
body.page-id-11562 .main .section:nth-child(8), body.page-id-11562 .main .section:nth-child(9), body.page-id-11562 .main .section:nth-child(10), body.page-id-11562 .main .section:nth-child(11), body.page-id-11562 .main .section:nth-child(12),
body.page-id-11756 .main .section:nth-child(8),
body.page-id-11756 .main .section:nth-child(9),
body.page-id-11756 .main .section:nth-child(10),
body.page-id-11756 .main .section:nth-child(11),
body.page-id-11756 .main .section:nth-child(12),
body.page-id-11757 .main .section:nth-child(8),
body.page-id-11757 .main .section:nth-child(9),
body.page-id-11757 .main .section:nth-child(10),
body.page-id-11757 .main .section:nth-child(11),
body.page-id-11757 .main .section:nth-child(12),
body.page-id-11758 .main .section:nth-child(8),
body.page-id-11758 .main .section:nth-child(9),
body.page-id-11758 .main .section:nth-child(10),
body.page-id-11758 .main .section:nth-child(11),
body.page-id-11758 .main .section:nth-child(12) {
  background: #eeeeee;
  position: relative;
}
body.page-id-11562 .main .section:nth-child(8):after, body.page-id-11562 .main .section:nth-child(9):after, body.page-id-11562 .main .section:nth-child(10):after, body.page-id-11562 .main .section:nth-child(11):after, body.page-id-11562 .main .section:nth-child(12):after,
body.page-id-11756 .main .section:nth-child(8):after,
body.page-id-11756 .main .section:nth-child(9):after,
body.page-id-11756 .main .section:nth-child(10):after,
body.page-id-11756 .main .section:nth-child(11):after,
body.page-id-11756 .main .section:nth-child(12):after,
body.page-id-11757 .main .section:nth-child(8):after,
body.page-id-11757 .main .section:nth-child(9):after,
body.page-id-11757 .main .section:nth-child(10):after,
body.page-id-11757 .main .section:nth-child(11):after,
body.page-id-11757 .main .section:nth-child(12):after,
body.page-id-11758 .main .section:nth-child(8):after,
body.page-id-11758 .main .section:nth-child(9):after,
body.page-id-11758 .main .section:nth-child(10):after,
body.page-id-11758 .main .section:nth-child(11):after,
body.page-id-11758 .main .section:nth-child(12):after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-blend-mode: hard-light;
  background-color: #eeeeee;
  content: "";
  display: block;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  height: 96%;
}
@media (max-width: 768px) {
  body.page-id-11562 .main .section:nth-child(8):after, body.page-id-11562 .main .section:nth-child(9):after, body.page-id-11562 .main .section:nth-child(10):after, body.page-id-11562 .main .section:nth-child(11):after, body.page-id-11562 .main .section:nth-child(12):after,
body.page-id-11756 .main .section:nth-child(8):after,
body.page-id-11756 .main .section:nth-child(9):after,
body.page-id-11756 .main .section:nth-child(10):after,
body.page-id-11756 .main .section:nth-child(11):after,
body.page-id-11756 .main .section:nth-child(12):after,
body.page-id-11757 .main .section:nth-child(8):after,
body.page-id-11757 .main .section:nth-child(9):after,
body.page-id-11757 .main .section:nth-child(10):after,
body.page-id-11757 .main .section:nth-child(11):after,
body.page-id-11757 .main .section:nth-child(12):after,
body.page-id-11758 .main .section:nth-child(8):after,
body.page-id-11758 .main .section:nth-child(9):after,
body.page-id-11758 .main .section:nth-child(10):after,
body.page-id-11758 .main .section:nth-child(11):after,
body.page-id-11758 .main .section:nth-child(12):after {
    display: none;
  }
}
body.page-id-11562 .main .section:nth-child(8) .wrapper, body.page-id-11562 .main .section:nth-child(8) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-11562 .main .section:nth-child(8) .cookie-notice-container, body.page-id-11562 .main .section:nth-child(9) .wrapper, body.page-id-11562 .main .section:nth-child(9) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-11562 .main .section:nth-child(9) .cookie-notice-container, body.page-id-11562 .main .section:nth-child(10) .wrapper, body.page-id-11562 .main .section:nth-child(10) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-11562 .main .section:nth-child(10) .cookie-notice-container, body.page-id-11562 .main .section:nth-child(11) .wrapper, body.page-id-11562 .main .section:nth-child(11) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-11562 .main .section:nth-child(11) .cookie-notice-container, body.page-id-11562 .main .section:nth-child(12) .wrapper, body.page-id-11562 .main .section:nth-child(12) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-11562 .main .section:nth-child(12) .cookie-notice-container,
body.page-id-11756 .main .section:nth-child(8) .wrapper,
body.page-id-11756 .main .section:nth-child(8) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11756 .main .section:nth-child(8) .cookie-notice-container,
body.page-id-11756 .main .section:nth-child(9) .wrapper,
body.page-id-11756 .main .section:nth-child(9) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11756 .main .section:nth-child(9) .cookie-notice-container,
body.page-id-11756 .main .section:nth-child(10) .wrapper,
body.page-id-11756 .main .section:nth-child(10) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11756 .main .section:nth-child(10) .cookie-notice-container,
body.page-id-11756 .main .section:nth-child(11) .wrapper,
body.page-id-11756 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11756 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-11756 .main .section:nth-child(12) .wrapper,
body.page-id-11756 .main .section:nth-child(12) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11756 .main .section:nth-child(12) .cookie-notice-container,
body.page-id-11757 .main .section:nth-child(8) .wrapper,
body.page-id-11757 .main .section:nth-child(8) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11757 .main .section:nth-child(8) .cookie-notice-container,
body.page-id-11757 .main .section:nth-child(9) .wrapper,
body.page-id-11757 .main .section:nth-child(9) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11757 .main .section:nth-child(9) .cookie-notice-container,
body.page-id-11757 .main .section:nth-child(10) .wrapper,
body.page-id-11757 .main .section:nth-child(10) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11757 .main .section:nth-child(10) .cookie-notice-container,
body.page-id-11757 .main .section:nth-child(11) .wrapper,
body.page-id-11757 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11757 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-11757 .main .section:nth-child(12) .wrapper,
body.page-id-11757 .main .section:nth-child(12) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11757 .main .section:nth-child(12) .cookie-notice-container,
body.page-id-11758 .main .section:nth-child(8) .wrapper,
body.page-id-11758 .main .section:nth-child(8) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11758 .main .section:nth-child(8) .cookie-notice-container,
body.page-id-11758 .main .section:nth-child(9) .wrapper,
body.page-id-11758 .main .section:nth-child(9) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11758 .main .section:nth-child(9) .cookie-notice-container,
body.page-id-11758 .main .section:nth-child(10) .wrapper,
body.page-id-11758 .main .section:nth-child(10) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11758 .main .section:nth-child(10) .cookie-notice-container,
body.page-id-11758 .main .section:nth-child(11) .wrapper,
body.page-id-11758 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11758 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-11758 .main .section:nth-child(12) .wrapper,
body.page-id-11758 .main .section:nth-child(12) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-11758 .main .section:nth-child(12) .cookie-notice-container {
  z-index: 2;
}
body.page-id-11562 .main .section:nth-child(8) .wrapper .column, body.page-id-11562 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column, #cookie-notice body.page-id-11562 .main .section:nth-child(8) .cookie-notice-container .column, body.page-id-11562 .main .section:nth-child(9) .wrapper .column, body.page-id-11562 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column, #cookie-notice body.page-id-11562 .main .section:nth-child(9) .cookie-notice-container .column, body.page-id-11562 .main .section:nth-child(10) .wrapper .column, body.page-id-11562 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column, #cookie-notice body.page-id-11562 .main .section:nth-child(10) .cookie-notice-container .column, body.page-id-11562 .main .section:nth-child(11) .wrapper .column, body.page-id-11562 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column, #cookie-notice body.page-id-11562 .main .section:nth-child(11) .cookie-notice-container .column, body.page-id-11562 .main .section:nth-child(12) .wrapper .column, body.page-id-11562 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column, #cookie-notice body.page-id-11562 .main .section:nth-child(12) .cookie-notice-container .column,
body.page-id-11756 .main .section:nth-child(8) .wrapper .column,
body.page-id-11756 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11756 .main .section:nth-child(8) .cookie-notice-container .column,
body.page-id-11756 .main .section:nth-child(9) .wrapper .column,
body.page-id-11756 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11756 .main .section:nth-child(9) .cookie-notice-container .column,
body.page-id-11756 .main .section:nth-child(10) .wrapper .column,
body.page-id-11756 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11756 .main .section:nth-child(10) .cookie-notice-container .column,
body.page-id-11756 .main .section:nth-child(11) .wrapper .column,
body.page-id-11756 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11756 .main .section:nth-child(11) .cookie-notice-container .column,
body.page-id-11756 .main .section:nth-child(12) .wrapper .column,
body.page-id-11756 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11756 .main .section:nth-child(12) .cookie-notice-container .column,
body.page-id-11757 .main .section:nth-child(8) .wrapper .column,
body.page-id-11757 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11757 .main .section:nth-child(8) .cookie-notice-container .column,
body.page-id-11757 .main .section:nth-child(9) .wrapper .column,
body.page-id-11757 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11757 .main .section:nth-child(9) .cookie-notice-container .column,
body.page-id-11757 .main .section:nth-child(10) .wrapper .column,
body.page-id-11757 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11757 .main .section:nth-child(10) .cookie-notice-container .column,
body.page-id-11757 .main .section:nth-child(11) .wrapper .column,
body.page-id-11757 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11757 .main .section:nth-child(11) .cookie-notice-container .column,
body.page-id-11757 .main .section:nth-child(12) .wrapper .column,
body.page-id-11757 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11757 .main .section:nth-child(12) .cookie-notice-container .column,
body.page-id-11758 .main .section:nth-child(8) .wrapper .column,
body.page-id-11758 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11758 .main .section:nth-child(8) .cookie-notice-container .column,
body.page-id-11758 .main .section:nth-child(9) .wrapper .column,
body.page-id-11758 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11758 .main .section:nth-child(9) .cookie-notice-container .column,
body.page-id-11758 .main .section:nth-child(10) .wrapper .column,
body.page-id-11758 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11758 .main .section:nth-child(10) .cookie-notice-container .column,
body.page-id-11758 .main .section:nth-child(11) .wrapper .column,
body.page-id-11758 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11758 .main .section:nth-child(11) .cookie-notice-container .column,
body.page-id-11758 .main .section:nth-child(12) .wrapper .column,
body.page-id-11758 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11758 .main .section:nth-child(12) .cookie-notice-container .column {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-id-11562 .main .section:nth-child(8) .wrapper .column, body.page-id-11562 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column, #cookie-notice body.page-id-11562 .main .section:nth-child(8) .cookie-notice-container .column, body.page-id-11562 .main .section:nth-child(9) .wrapper .column, body.page-id-11562 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column, #cookie-notice body.page-id-11562 .main .section:nth-child(9) .cookie-notice-container .column, body.page-id-11562 .main .section:nth-child(10) .wrapper .column, body.page-id-11562 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column, #cookie-notice body.page-id-11562 .main .section:nth-child(10) .cookie-notice-container .column, body.page-id-11562 .main .section:nth-child(11) .wrapper .column, body.page-id-11562 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column, #cookie-notice body.page-id-11562 .main .section:nth-child(11) .cookie-notice-container .column, body.page-id-11562 .main .section:nth-child(12) .wrapper .column, body.page-id-11562 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column, #cookie-notice body.page-id-11562 .main .section:nth-child(12) .cookie-notice-container .column,
body.page-id-11756 .main .section:nth-child(8) .wrapper .column,
body.page-id-11756 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11756 .main .section:nth-child(8) .cookie-notice-container .column,
body.page-id-11756 .main .section:nth-child(9) .wrapper .column,
body.page-id-11756 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11756 .main .section:nth-child(9) .cookie-notice-container .column,
body.page-id-11756 .main .section:nth-child(10) .wrapper .column,
body.page-id-11756 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11756 .main .section:nth-child(10) .cookie-notice-container .column,
body.page-id-11756 .main .section:nth-child(11) .wrapper .column,
body.page-id-11756 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11756 .main .section:nth-child(11) .cookie-notice-container .column,
body.page-id-11756 .main .section:nth-child(12) .wrapper .column,
body.page-id-11756 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11756 .main .section:nth-child(12) .cookie-notice-container .column,
body.page-id-11757 .main .section:nth-child(8) .wrapper .column,
body.page-id-11757 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11757 .main .section:nth-child(8) .cookie-notice-container .column,
body.page-id-11757 .main .section:nth-child(9) .wrapper .column,
body.page-id-11757 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11757 .main .section:nth-child(9) .cookie-notice-container .column,
body.page-id-11757 .main .section:nth-child(10) .wrapper .column,
body.page-id-11757 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11757 .main .section:nth-child(10) .cookie-notice-container .column,
body.page-id-11757 .main .section:nth-child(11) .wrapper .column,
body.page-id-11757 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11757 .main .section:nth-child(11) .cookie-notice-container .column,
body.page-id-11757 .main .section:nth-child(12) .wrapper .column,
body.page-id-11757 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11757 .main .section:nth-child(12) .cookie-notice-container .column,
body.page-id-11758 .main .section:nth-child(8) .wrapper .column,
body.page-id-11758 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11758 .main .section:nth-child(8) .cookie-notice-container .column,
body.page-id-11758 .main .section:nth-child(9) .wrapper .column,
body.page-id-11758 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11758 .main .section:nth-child(9) .cookie-notice-container .column,
body.page-id-11758 .main .section:nth-child(10) .wrapper .column,
body.page-id-11758 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11758 .main .section:nth-child(10) .cookie-notice-container .column,
body.page-id-11758 .main .section:nth-child(11) .wrapper .column,
body.page-id-11758 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11758 .main .section:nth-child(11) .cookie-notice-container .column,
body.page-id-11758 .main .section:nth-child(12) .wrapper .column,
body.page-id-11758 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-11758 .main .section:nth-child(12) .cookie-notice-container .column {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  body.page-id-11562 .main .section:nth-child(8) .wrapper .column img, body.page-id-11562 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column img, #cookie-notice body.page-id-11562 .main .section:nth-child(8) .cookie-notice-container .column img, body.page-id-11562 .main .section:nth-child(9) .wrapper .column img, body.page-id-11562 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column img, #cookie-notice body.page-id-11562 .main .section:nth-child(9) .cookie-notice-container .column img, body.page-id-11562 .main .section:nth-child(10) .wrapper .column img, body.page-id-11562 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column img, #cookie-notice body.page-id-11562 .main .section:nth-child(10) .cookie-notice-container .column img, body.page-id-11562 .main .section:nth-child(11) .wrapper .column img, body.page-id-11562 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column img, #cookie-notice body.page-id-11562 .main .section:nth-child(11) .cookie-notice-container .column img, body.page-id-11562 .main .section:nth-child(12) .wrapper .column img, body.page-id-11562 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column img, #cookie-notice body.page-id-11562 .main .section:nth-child(12) .cookie-notice-container .column img,
body.page-id-11756 .main .section:nth-child(8) .wrapper .column img,
body.page-id-11756 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11756 .main .section:nth-child(8) .cookie-notice-container .column img,
body.page-id-11756 .main .section:nth-child(9) .wrapper .column img,
body.page-id-11756 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11756 .main .section:nth-child(9) .cookie-notice-container .column img,
body.page-id-11756 .main .section:nth-child(10) .wrapper .column img,
body.page-id-11756 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11756 .main .section:nth-child(10) .cookie-notice-container .column img,
body.page-id-11756 .main .section:nth-child(11) .wrapper .column img,
body.page-id-11756 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11756 .main .section:nth-child(11) .cookie-notice-container .column img,
body.page-id-11756 .main .section:nth-child(12) .wrapper .column img,
body.page-id-11756 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11756 .main .section:nth-child(12) .cookie-notice-container .column img,
body.page-id-11757 .main .section:nth-child(8) .wrapper .column img,
body.page-id-11757 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11757 .main .section:nth-child(8) .cookie-notice-container .column img,
body.page-id-11757 .main .section:nth-child(9) .wrapper .column img,
body.page-id-11757 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11757 .main .section:nth-child(9) .cookie-notice-container .column img,
body.page-id-11757 .main .section:nth-child(10) .wrapper .column img,
body.page-id-11757 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11757 .main .section:nth-child(10) .cookie-notice-container .column img,
body.page-id-11757 .main .section:nth-child(11) .wrapper .column img,
body.page-id-11757 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11757 .main .section:nth-child(11) .cookie-notice-container .column img,
body.page-id-11757 .main .section:nth-child(12) .wrapper .column img,
body.page-id-11757 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11757 .main .section:nth-child(12) .cookie-notice-container .column img,
body.page-id-11758 .main .section:nth-child(8) .wrapper .column img,
body.page-id-11758 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11758 .main .section:nth-child(8) .cookie-notice-container .column img,
body.page-id-11758 .main .section:nth-child(9) .wrapper .column img,
body.page-id-11758 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11758 .main .section:nth-child(9) .cookie-notice-container .column img,
body.page-id-11758 .main .section:nth-child(10) .wrapper .column img,
body.page-id-11758 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11758 .main .section:nth-child(10) .cookie-notice-container .column img,
body.page-id-11758 .main .section:nth-child(11) .wrapper .column img,
body.page-id-11758 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11758 .main .section:nth-child(11) .cookie-notice-container .column img,
body.page-id-11758 .main .section:nth-child(12) .wrapper .column img,
body.page-id-11758 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-11758 .main .section:nth-child(12) .cookie-notice-container .column img {
    max-width: 480px;
    margin: 0 auto;
    display: block;
    width: 80%;
  }
}
body.page-id-11562 .main .section:nth-child(8) .wrapper .column .text h3, body.page-id-11562 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column .text h3, #cookie-notice body.page-id-11562 .main .section:nth-child(8) .cookie-notice-container .column .text h3, body.page-id-11562 .main .section:nth-child(9) .wrapper .column .text h3, body.page-id-11562 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column .text h3, #cookie-notice body.page-id-11562 .main .section:nth-child(9) .cookie-notice-container .column .text h3, body.page-id-11562 .main .section:nth-child(10) .wrapper .column .text h3, body.page-id-11562 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column .text h3, #cookie-notice body.page-id-11562 .main .section:nth-child(10) .cookie-notice-container .column .text h3, body.page-id-11562 .main .section:nth-child(11) .wrapper .column .text h3, body.page-id-11562 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column .text h3, #cookie-notice body.page-id-11562 .main .section:nth-child(11) .cookie-notice-container .column .text h3, body.page-id-11562 .main .section:nth-child(12) .wrapper .column .text h3, body.page-id-11562 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column .text h3, #cookie-notice body.page-id-11562 .main .section:nth-child(12) .cookie-notice-container .column .text h3,
body.page-id-11756 .main .section:nth-child(8) .wrapper .column .text h3,
body.page-id-11756 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11756 .main .section:nth-child(8) .cookie-notice-container .column .text h3,
body.page-id-11756 .main .section:nth-child(9) .wrapper .column .text h3,
body.page-id-11756 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11756 .main .section:nth-child(9) .cookie-notice-container .column .text h3,
body.page-id-11756 .main .section:nth-child(10) .wrapper .column .text h3,
body.page-id-11756 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11756 .main .section:nth-child(10) .cookie-notice-container .column .text h3,
body.page-id-11756 .main .section:nth-child(11) .wrapper .column .text h3,
body.page-id-11756 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11756 .main .section:nth-child(11) .cookie-notice-container .column .text h3,
body.page-id-11756 .main .section:nth-child(12) .wrapper .column .text h3,
body.page-id-11756 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11756 .main .section:nth-child(12) .cookie-notice-container .column .text h3,
body.page-id-11757 .main .section:nth-child(8) .wrapper .column .text h3,
body.page-id-11757 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11757 .main .section:nth-child(8) .cookie-notice-container .column .text h3,
body.page-id-11757 .main .section:nth-child(9) .wrapper .column .text h3,
body.page-id-11757 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11757 .main .section:nth-child(9) .cookie-notice-container .column .text h3,
body.page-id-11757 .main .section:nth-child(10) .wrapper .column .text h3,
body.page-id-11757 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11757 .main .section:nth-child(10) .cookie-notice-container .column .text h3,
body.page-id-11757 .main .section:nth-child(11) .wrapper .column .text h3,
body.page-id-11757 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11757 .main .section:nth-child(11) .cookie-notice-container .column .text h3,
body.page-id-11757 .main .section:nth-child(12) .wrapper .column .text h3,
body.page-id-11757 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11757 .main .section:nth-child(12) .cookie-notice-container .column .text h3,
body.page-id-11758 .main .section:nth-child(8) .wrapper .column .text h3,
body.page-id-11758 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11758 .main .section:nth-child(8) .cookie-notice-container .column .text h3,
body.page-id-11758 .main .section:nth-child(9) .wrapper .column .text h3,
body.page-id-11758 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11758 .main .section:nth-child(9) .cookie-notice-container .column .text h3,
body.page-id-11758 .main .section:nth-child(10) .wrapper .column .text h3,
body.page-id-11758 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11758 .main .section:nth-child(10) .cookie-notice-container .column .text h3,
body.page-id-11758 .main .section:nth-child(11) .wrapper .column .text h3,
body.page-id-11758 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11758 .main .section:nth-child(11) .cookie-notice-container .column .text h3,
body.page-id-11758 .main .section:nth-child(12) .wrapper .column .text h3,
body.page-id-11758 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column .text h3,
#cookie-notice body.page-id-11758 .main .section:nth-child(12) .cookie-notice-container .column .text h3 {
  font-size: 32px;
  font-size: 2rem;
}
body.page-id-11562 .main .section:nth-child(8):after,
body.page-id-11756 .main .section:nth-child(8):after,
body.page-id-11757 .main .section:nth-child(8):after,
body.page-id-11758 .main .section:nth-child(8):after {
  width: 50%;
  left: 0;
  top: 0;
  background-image: url("/wp-content/uploads/2024/08/bg-2.png");
}
body.page-id-11562 .main .section:nth-child(9):after,
body.page-id-11756 .main .section:nth-child(9):after,
body.page-id-11757 .main .section:nth-child(9):after,
body.page-id-11758 .main .section:nth-child(9):after {
  width: 50%;
  right: 0;
  top: 0;
  background-image: url("/wp-content/uploads/2024/08/bg-3.png");
}
@media (max-width: 768px) {
  body.page-id-11562 .main .section:nth-child(9) .wrapper .column:nth-of-type(1), body.page-id-11562 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-of-type(1), #cookie-notice body.page-id-11562 .main .section:nth-child(9) .cookie-notice-container .column:nth-of-type(1),
body.page-id-11756 .main .section:nth-child(9) .wrapper .column:nth-of-type(1),
body.page-id-11756 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-11756 .main .section:nth-child(9) .cookie-notice-container .column:nth-of-type(1),
body.page-id-11757 .main .section:nth-child(9) .wrapper .column:nth-of-type(1),
body.page-id-11757 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-11757 .main .section:nth-child(9) .cookie-notice-container .column:nth-of-type(1),
body.page-id-11758 .main .section:nth-child(9) .wrapper .column:nth-of-type(1),
body.page-id-11758 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-11758 .main .section:nth-child(9) .cookie-notice-container .column:nth-of-type(1) {
    order: 2;
  }
}
@media (max-width: 768px) {
  body.page-id-11562 .main .section:nth-child(9) .wrapper .column:nth-of-type(2), body.page-id-11562 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-of-type(2), #cookie-notice body.page-id-11562 .main .section:nth-child(9) .cookie-notice-container .column:nth-of-type(2),
body.page-id-11756 .main .section:nth-child(9) .wrapper .column:nth-of-type(2),
body.page-id-11756 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-11756 .main .section:nth-child(9) .cookie-notice-container .column:nth-of-type(2),
body.page-id-11757 .main .section:nth-child(9) .wrapper .column:nth-of-type(2),
body.page-id-11757 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-11757 .main .section:nth-child(9) .cookie-notice-container .column:nth-of-type(2),
body.page-id-11758 .main .section:nth-child(9) .wrapper .column:nth-of-type(2),
body.page-id-11758 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-11758 .main .section:nth-child(9) .cookie-notice-container .column:nth-of-type(2) {
    order: 1;
  }
}
body.page-id-11562 .main .section:nth-child(10):after,
body.page-id-11756 .main .section:nth-child(10):after,
body.page-id-11757 .main .section:nth-child(10):after,
body.page-id-11758 .main .section:nth-child(10):after {
  width: 95%;
  right: 0;
  top: 0;
  background-image: url("/wp-content/uploads/2024/08/bg-4.png");
}
body.page-id-11562 .main .section:nth-child(11):after,
body.page-id-11756 .main .section:nth-child(11):after,
body.page-id-11757 .main .section:nth-child(11):after,
body.page-id-11758 .main .section:nth-child(11):after {
  width: 65%;
  right: 0;
  top: 0;
  background-image: url("/wp-content/uploads/2024/08/bg-5.png");
}
@media (max-width: 768px) {
  body.page-id-11562 .main .section:nth-child(11) .wrapper .column:nth-of-type(1), body.page-id-11562 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-of-type(1), #cookie-notice body.page-id-11562 .main .section:nth-child(11) .cookie-notice-container .column:nth-of-type(1),
body.page-id-11756 .main .section:nth-child(11) .wrapper .column:nth-of-type(1),
body.page-id-11756 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-11756 .main .section:nth-child(11) .cookie-notice-container .column:nth-of-type(1),
body.page-id-11757 .main .section:nth-child(11) .wrapper .column:nth-of-type(1),
body.page-id-11757 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-11757 .main .section:nth-child(11) .cookie-notice-container .column:nth-of-type(1),
body.page-id-11758 .main .section:nth-child(11) .wrapper .column:nth-of-type(1),
body.page-id-11758 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-11758 .main .section:nth-child(11) .cookie-notice-container .column:nth-of-type(1) {
    order: 2;
  }
}
@media (max-width: 768px) {
  body.page-id-11562 .main .section:nth-child(11) .wrapper .column:nth-of-type(2), body.page-id-11562 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-of-type(2), #cookie-notice body.page-id-11562 .main .section:nth-child(11) .cookie-notice-container .column:nth-of-type(2),
body.page-id-11756 .main .section:nth-child(11) .wrapper .column:nth-of-type(2),
body.page-id-11756 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-11756 .main .section:nth-child(11) .cookie-notice-container .column:nth-of-type(2),
body.page-id-11757 .main .section:nth-child(11) .wrapper .column:nth-of-type(2),
body.page-id-11757 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-11757 .main .section:nth-child(11) .cookie-notice-container .column:nth-of-type(2),
body.page-id-11758 .main .section:nth-child(11) .wrapper .column:nth-of-type(2),
body.page-id-11758 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-11758 .main .section:nth-child(11) .cookie-notice-container .column:nth-of-type(2) {
    order: 1;
  }
}
body.page-id-11562 .main .section:nth-child(12):after,
body.page-id-11756 .main .section:nth-child(12):after,
body.page-id-11757 .main .section:nth-child(12):after,
body.page-id-11758 .main .section:nth-child(12):after {
  width: 75%;
  left: 0;
  top: 0;
  background-image: url("/wp-content/uploads/2024/08/bg-6.png");
}

body.page-id-11810 .main .section:nth-of-type(2),
body.page-id-12037 .main .section:nth-of-type(2),
body.page-id-12038 .main .section:nth-of-type(2),
body.page-id-12039 .main .section:nth-of-type(2) {
  background-image: url("https://smartertechnology.lt/wp-content/uploads/2024/08/red-block-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #C20000;
  background-blend-mode: soft-light;
  overflow: hidden;
  padding-bottom: 0px;
}
@media (max-width: 1440px) {
  body.page-id-11810 .main .section:nth-of-type(2),
body.page-id-12037 .main .section:nth-of-type(2),
body.page-id-12038 .main .section:nth-of-type(2),
body.page-id-12039 .main .section:nth-of-type(2) {
    padding-bottom: 45px;
  }
}
@media (max-width: 1280px) {
  body.page-id-11810 .main .section:nth-of-type(2),
body.page-id-12037 .main .section:nth-of-type(2),
body.page-id-12038 .main .section:nth-of-type(2),
body.page-id-12039 .main .section:nth-of-type(2) {
    padding-bottom: 90px;
  }
}
@media (max-width: 1024px) {
  body.page-id-11810 .main .section:nth-of-type(2),
body.page-id-12037 .main .section:nth-of-type(2),
body.page-id-12038 .main .section:nth-of-type(2),
body.page-id-12039 .main .section:nth-of-type(2) {
    padding-bottom: 60px;
  }
}
@media (max-width: 1280px) {
  body.page-id-11810 .main .section:nth-of-type(2) .wrapper, body.page-id-11810 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-11810 .main .section:nth-of-type(2) .cookie-notice-container,
body.page-id-12037 .main .section:nth-of-type(2) .wrapper,
body.page-id-12037 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-12037 .main .section:nth-of-type(2) .cookie-notice-container,
body.page-id-12038 .main .section:nth-of-type(2) .wrapper,
body.page-id-12038 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-12038 .main .section:nth-of-type(2) .cookie-notice-container,
body.page-id-12039 .main .section:nth-of-type(2) .wrapper,
body.page-id-12039 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-12039 .main .section:nth-of-type(2) .cookie-notice-container {
    padding: 0;
  }
}
body.page-id-11810 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img, body.page-id-11810 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img, #cookie-notice body.page-id-11810 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img,
body.page-id-12037 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img,
body.page-id-12037 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img,
#cookie-notice body.page-id-12037 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img,
body.page-id-12038 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img,
body.page-id-12038 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img,
#cookie-notice body.page-id-12038 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img,
body.page-id-12039 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img,
body.page-id-12039 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img,
#cookie-notice body.page-id-12039 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img {
  width: calc(100% + 310px);
  display: block;
  max-width: inherit;
  transform: translateY(-45px);
}
@media (max-width: 1680px) {
  body.page-id-11810 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img, body.page-id-11810 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img, #cookie-notice body.page-id-11810 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img,
body.page-id-12037 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img,
body.page-id-12037 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img,
#cookie-notice body.page-id-12037 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img,
body.page-id-12038 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img,
body.page-id-12038 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img,
#cookie-notice body.page-id-12038 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img,
body.page-id-12039 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img,
body.page-id-12039 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img,
#cookie-notice body.page-id-12039 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img {
    width: calc(100% + 185px);
  }
}
@media (max-width: 1440px) {
  body.page-id-11810 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img, body.page-id-11810 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img, #cookie-notice body.page-id-11810 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img,
body.page-id-12037 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img,
body.page-id-12037 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img,
#cookie-notice body.page-id-12037 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img,
body.page-id-12038 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img,
body.page-id-12038 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img,
#cookie-notice body.page-id-12038 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img,
body.page-id-12039 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img,
body.page-id-12039 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img,
#cookie-notice body.page-id-12039 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img {
    width: calc(100% + 125px);
  }
}
@media (max-width: 1280px) {
  body.page-id-11810 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img, body.page-id-11810 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img, #cookie-notice body.page-id-11810 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img,
body.page-id-12037 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img,
body.page-id-12037 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img,
#cookie-notice body.page-id-12037 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img,
body.page-id-12038 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img,
body.page-id-12038 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img,
#cookie-notice body.page-id-12038 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img,
body.page-id-12039 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(2) .text p img,
body.page-id-12039 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p img,
#cookie-notice body.page-id-12039 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(2) .text p img {
    width: calc(100% + 110px);
    transform: none;
  }
}
body.page-id-11810 .main .section:nth-of-type(2) .wrapper .column .text h2, body.page-id-11810 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column .text h2, #cookie-notice body.page-id-11810 .main .section:nth-of-type(2) .cookie-notice-container .column .text h2,
body.page-id-12037 .main .section:nth-of-type(2) .wrapper .column .text h2,
body.page-id-12037 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column .text h2,
#cookie-notice body.page-id-12037 .main .section:nth-of-type(2) .cookie-notice-container .column .text h2,
body.page-id-12038 .main .section:nth-of-type(2) .wrapper .column .text h2,
body.page-id-12038 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column .text h2,
#cookie-notice body.page-id-12038 .main .section:nth-of-type(2) .cookie-notice-container .column .text h2,
body.page-id-12039 .main .section:nth-of-type(2) .wrapper .column .text h2,
body.page-id-12039 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column .text h2,
#cookie-notice body.page-id-12039 .main .section:nth-of-type(2) .cookie-notice-container .column .text h2 {
  width: 100%;
  max-width: 100%;
}
body.page-id-11810 .main .section:nth-child(3) .wrapper .wrap .single, body.page-id-11810 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice body.page-id-11810 .main .section:nth-child(3) .cookie-notice-container .wrap .single,
body.page-id-12037 .main .section:nth-child(3) .wrapper .wrap .single,
body.page-id-12037 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-12037 .main .section:nth-child(3) .cookie-notice-container .wrap .single,
body.page-id-12038 .main .section:nth-child(3) .wrapper .wrap .single,
body.page-id-12038 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-12038 .main .section:nth-child(3) .cookie-notice-container .wrap .single,
body.page-id-12039 .main .section:nth-child(3) .wrapper .wrap .single,
body.page-id-12039 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-12039 .main .section:nth-child(3) .cookie-notice-container .wrap .single {
  width: 25%;
}
@media (max-width: 1024px) {
  body.page-id-11810 .main .section:nth-child(3) .wrapper .wrap .single, body.page-id-11810 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice body.page-id-11810 .main .section:nth-child(3) .cookie-notice-container .wrap .single,
body.page-id-12037 .main .section:nth-child(3) .wrapper .wrap .single,
body.page-id-12037 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-12037 .main .section:nth-child(3) .cookie-notice-container .wrap .single,
body.page-id-12038 .main .section:nth-child(3) .wrapper .wrap .single,
body.page-id-12038 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-12038 .main .section:nth-child(3) .cookie-notice-container .wrap .single,
body.page-id-12039 .main .section:nth-child(3) .wrapper .wrap .single,
body.page-id-12039 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-12039 .main .section:nth-child(3) .cookie-notice-container .wrap .single {
    width: 50%;
  }
}
@media (max-width: 480px) {
  body.page-id-11810 .main .section:nth-child(3) .wrapper .wrap .single, body.page-id-11810 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice body.page-id-11810 .main .section:nth-child(3) .cookie-notice-container .wrap .single,
body.page-id-12037 .main .section:nth-child(3) .wrapper .wrap .single,
body.page-id-12037 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-12037 .main .section:nth-child(3) .cookie-notice-container .wrap .single,
body.page-id-12038 .main .section:nth-child(3) .wrapper .wrap .single,
body.page-id-12038 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-12038 .main .section:nth-child(3) .cookie-notice-container .wrap .single,
body.page-id-12039 .main .section:nth-child(3) .wrapper .wrap .single,
body.page-id-12039 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-12039 .main .section:nth-child(3) .cookie-notice-container .wrap .single {
    width: 100%;
  }
}
body.page-id-11810 .main .section:nth-child(3) .wrapper .wrap .single .single-wrap, body.page-id-11810 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single .single-wrap, #cookie-notice body.page-id-11810 .main .section:nth-child(3) .cookie-notice-container .wrap .single .single-wrap,
body.page-id-12037 .main .section:nth-child(3) .wrapper .wrap .single .single-wrap,
body.page-id-12037 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single .single-wrap,
#cookie-notice body.page-id-12037 .main .section:nth-child(3) .cookie-notice-container .wrap .single .single-wrap,
body.page-id-12038 .main .section:nth-child(3) .wrapper .wrap .single .single-wrap,
body.page-id-12038 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single .single-wrap,
#cookie-notice body.page-id-12038 .main .section:nth-child(3) .cookie-notice-container .wrap .single .single-wrap,
body.page-id-12039 .main .section:nth-child(3) .wrapper .wrap .single .single-wrap,
body.page-id-12039 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .wrap .single .single-wrap,
#cookie-notice body.page-id-12039 .main .section:nth-child(3) .cookie-notice-container .wrap .single .single-wrap {
  max-width: inherit;
}
body.page-id-11810 .main .section.list-icons-text-block .wrapper .wrap .single .single-wrap, body.page-id-11810 .main .section.list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap, #cookie-notice body.page-id-11810 .main .section.list-icons-text-block .cookie-notice-container .wrap .single .single-wrap,
body.page-id-12037 .main .section.list-icons-text-block .wrapper .wrap .single .single-wrap,
body.page-id-12037 .main .section.list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap,
#cookie-notice body.page-id-12037 .main .section.list-icons-text-block .cookie-notice-container .wrap .single .single-wrap,
body.page-id-12038 .main .section.list-icons-text-block .wrapper .wrap .single .single-wrap,
body.page-id-12038 .main .section.list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap,
#cookie-notice body.page-id-12038 .main .section.list-icons-text-block .cookie-notice-container .wrap .single .single-wrap,
body.page-id-12039 .main .section.list-icons-text-block .wrapper .wrap .single .single-wrap,
body.page-id-12039 .main .section.list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap,
#cookie-notice body.page-id-12039 .main .section.list-icons-text-block .cookie-notice-container .wrap .single .single-wrap {
  max-width: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
body.page-id-11810 .main .section.list-icons-text-block .wrapper .wrap .single .single-wrap .top-part img, body.page-id-11810 .main .section.list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap .top-part img, #cookie-notice body.page-id-11810 .main .section.list-icons-text-block .cookie-notice-container .wrap .single .single-wrap .top-part img,
body.page-id-12037 .main .section.list-icons-text-block .wrapper .wrap .single .single-wrap .top-part img,
body.page-id-12037 .main .section.list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap .top-part img,
#cookie-notice body.page-id-12037 .main .section.list-icons-text-block .cookie-notice-container .wrap .single .single-wrap .top-part img,
body.page-id-12038 .main .section.list-icons-text-block .wrapper .wrap .single .single-wrap .top-part img,
body.page-id-12038 .main .section.list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap .top-part img,
#cookie-notice body.page-id-12038 .main .section.list-icons-text-block .cookie-notice-container .wrap .single .single-wrap .top-part img,
body.page-id-12039 .main .section.list-icons-text-block .wrapper .wrap .single .single-wrap .top-part img,
body.page-id-12039 .main .section.list-icons-text-block #cookie-notice .cookie-notice-container .wrap .single .single-wrap .top-part img,
#cookie-notice body.page-id-12039 .main .section.list-icons-text-block .cookie-notice-container .wrap .single .single-wrap .top-part img {
  border-radius: 100%;
  overflow: hidden;
}
body.page-id-11810 .main .section.photo-text-block .wrapper, body.page-id-11810 .main .section.photo-text-block #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-11810 .main .section.photo-text-block .cookie-notice-container,
body.page-id-12037 .main .section.photo-text-block .wrapper,
body.page-id-12037 .main .section.photo-text-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-12037 .main .section.photo-text-block .cookie-notice-container,
body.page-id-12038 .main .section.photo-text-block .wrapper,
body.page-id-12038 .main .section.photo-text-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-12038 .main .section.photo-text-block .cookie-notice-container,
body.page-id-12039 .main .section.photo-text-block .wrapper,
body.page-id-12039 .main .section.photo-text-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-12039 .main .section.photo-text-block .cookie-notice-container {
  text-align: center;
}
body.page-id-11810 .main .section.photo-text-block .wrapper h2, body.page-id-11810 .main .section.photo-text-block #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-11810 .main .section.photo-text-block .cookie-notice-container h2,
body.page-id-12037 .main .section.photo-text-block .wrapper h2,
body.page-id-12037 .main .section.photo-text-block #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-12037 .main .section.photo-text-block .cookie-notice-container h2,
body.page-id-12038 .main .section.photo-text-block .wrapper h2,
body.page-id-12038 .main .section.photo-text-block #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-12038 .main .section.photo-text-block .cookie-notice-container h2,
body.page-id-12039 .main .section.photo-text-block .wrapper h2,
body.page-id-12039 .main .section.photo-text-block #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-12039 .main .section.photo-text-block .cookie-notice-container h2 {
  display: flex;
  flex-direction: column;
  font-size: 48px;
  font-size: 3rem;
  color: #ffffff !important;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
body.page-id-11810 .main .section.photo-text-block .wrapper h2 span, body.page-id-11810 .main .section.photo-text-block #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-11810 .main .section.photo-text-block .cookie-notice-container h2 span,
body.page-id-12037 .main .section.photo-text-block .wrapper h2 span,
body.page-id-12037 .main .section.photo-text-block #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-12037 .main .section.photo-text-block .cookie-notice-container h2 span,
body.page-id-12038 .main .section.photo-text-block .wrapper h2 span,
body.page-id-12038 .main .section.photo-text-block #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-12038 .main .section.photo-text-block .cookie-notice-container h2 span,
body.page-id-12039 .main .section.photo-text-block .wrapper h2 span,
body.page-id-12039 .main .section.photo-text-block #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-12039 .main .section.photo-text-block .cookie-notice-container h2 span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff !important;
  margin: 16px 0 0;
  line-height: 1.4;
}
body.page-id-11810 .main .section.photo-text-block .wrapper h2 a, body.page-id-11810 .main .section.photo-text-block #cookie-notice .cookie-notice-container h2 a, #cookie-notice body.page-id-11810 .main .section.photo-text-block .cookie-notice-container h2 a,
body.page-id-12037 .main .section.photo-text-block .wrapper h2 a,
body.page-id-12037 .main .section.photo-text-block #cookie-notice .cookie-notice-container h2 a,
#cookie-notice body.page-id-12037 .main .section.photo-text-block .cookie-notice-container h2 a,
body.page-id-12038 .main .section.photo-text-block .wrapper h2 a,
body.page-id-12038 .main .section.photo-text-block #cookie-notice .cookie-notice-container h2 a,
#cookie-notice body.page-id-12038 .main .section.photo-text-block .cookie-notice-container h2 a,
body.page-id-12039 .main .section.photo-text-block .wrapper h2 a,
body.page-id-12039 .main .section.photo-text-block #cookie-notice .cookie-notice-container h2 a,
#cookie-notice body.page-id-12039 .main .section.photo-text-block .cookie-notice-container h2 a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff !important;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-align: center;
  padding: 16px 32px;
  text-decoration: none;
  background: #F00;
  border: 2px solid #161616;
  display: inline-block;
  align-self: center;
  margin: 32px 0 0;
  width: 100%;
  max-width: 250px;
}
body.page-id-11810 .main .section.products-columns-3,
body.page-id-12037 .main .section.products-columns-3,
body.page-id-12038 .main .section.products-columns-3,
body.page-id-12039 .main .section.products-columns-3 {
  background: #EEEBE6;
}
body.page-id-11810 .main .section.products-columns-3 .wrapper .section-desc, body.page-id-11810 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .section-desc, #cookie-notice body.page-id-11810 .main .section.products-columns-3 .cookie-notice-container .section-desc,
body.page-id-12037 .main .section.products-columns-3 .wrapper .section-desc,
body.page-id-12037 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .section-desc,
#cookie-notice body.page-id-12037 .main .section.products-columns-3 .cookie-notice-container .section-desc,
body.page-id-12038 .main .section.products-columns-3 .wrapper .section-desc,
body.page-id-12038 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .section-desc,
#cookie-notice body.page-id-12038 .main .section.products-columns-3 .cookie-notice-container .section-desc,
body.page-id-12039 .main .section.products-columns-3 .wrapper .section-desc,
body.page-id-12039 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .section-desc,
#cookie-notice body.page-id-12039 .main .section.products-columns-3 .cookie-notice-container .section-desc {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
@media (max-width: 768px) {
  body.page-id-11810 .main .section.products-columns-3 .wrapper .grid .single, body.page-id-11810 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single, #cookie-notice body.page-id-11810 .main .section.products-columns-3 .cookie-notice-container .grid .single,
body.page-id-12037 .main .section.products-columns-3 .wrapper .grid .single,
body.page-id-12037 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-12037 .main .section.products-columns-3 .cookie-notice-container .grid .single,
body.page-id-12038 .main .section.products-columns-3 .wrapper .grid .single,
body.page-id-12038 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-12038 .main .section.products-columns-3 .cookie-notice-container .grid .single,
body.page-id-12039 .main .section.products-columns-3 .wrapper .grid .single,
body.page-id-12039 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-12039 .main .section.products-columns-3 .cookie-notice-container .grid .single {
    width: 100%;
  }
}
body.page-id-11810 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap, body.page-id-11810 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap, #cookie-notice body.page-id-11810 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap,
body.page-id-12037 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap,
body.page-id-12037 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap,
#cookie-notice body.page-id-12037 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap,
body.page-id-12038 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap,
body.page-id-12038 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap,
#cookie-notice body.page-id-12038 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap,
body.page-id-12039 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap,
body.page-id-12039 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap,
#cookie-notice body.page-id-12039 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap {
  align-items: center;
}
body.page-id-11810 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap:after, body.page-id-11810 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after, #cookie-notice body.page-id-11810 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-12037 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap:after,
body.page-id-12037 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-12037 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-12038 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap:after,
body.page-id-12038 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-12038 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-12039 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap:after,
body.page-id-12039 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-12039 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after {
  padding-top: 60%;
}
body.page-id-11810 .main .section.products-columns-3 .wrapper .grid .single .btn, body.page-id-11810 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .btn, #cookie-notice body.page-id-11810 .main .section.products-columns-3 .cookie-notice-container .grid .single .btn,
body.page-id-12037 .main .section.products-columns-3 .wrapper .grid .single .btn,
body.page-id-12037 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .btn,
#cookie-notice body.page-id-12037 .main .section.products-columns-3 .cookie-notice-container .grid .single .btn,
body.page-id-12038 .main .section.products-columns-3 .wrapper .grid .single .btn,
body.page-id-12038 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .btn,
#cookie-notice body.page-id-12038 .main .section.products-columns-3 .cookie-notice-container .grid .single .btn,
body.page-id-12039 .main .section.products-columns-3 .wrapper .grid .single .btn,
body.page-id-12039 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .btn,
#cookie-notice body.page-id-12039 .main .section.products-columns-3 .cookie-notice-container .grid .single .btn {
  background: #ffffff;
}
body.page-id-11810 .main .section.text-2-columns-block,
body.page-id-12037 .main .section.text-2-columns-block,
body.page-id-12038 .main .section.text-2-columns-block,
body.page-id-12039 .main .section.text-2-columns-block {
  background-image: url("https://smartertechnology.lt/wp-content/uploads/2024/08/red-block-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #C20000;
  background-blend-mode: soft-light;
}
body.page-id-11810 .main .section:nth-child(6) .wrapper .column:nth-of-type(2) .text p, body.page-id-11810 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p, #cookie-notice body.page-id-11810 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(2) .text p, body.page-id-11810 .main .section:nth-child(14) .wrapper .column:nth-of-type(2) .text p, body.page-id-11810 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p, #cookie-notice body.page-id-11810 .main .section:nth-child(14) .cookie-notice-container .column:nth-of-type(2) .text p,
body.page-id-12037 .main .section:nth-child(6) .wrapper .column:nth-of-type(2) .text p,
body.page-id-12037 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p,
#cookie-notice body.page-id-12037 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(2) .text p,
body.page-id-12037 .main .section:nth-child(14) .wrapper .column:nth-of-type(2) .text p,
body.page-id-12037 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p,
#cookie-notice body.page-id-12037 .main .section:nth-child(14) .cookie-notice-container .column:nth-of-type(2) .text p,
body.page-id-12038 .main .section:nth-child(6) .wrapper .column:nth-of-type(2) .text p,
body.page-id-12038 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p,
#cookie-notice body.page-id-12038 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(2) .text p,
body.page-id-12038 .main .section:nth-child(14) .wrapper .column:nth-of-type(2) .text p,
body.page-id-12038 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p,
#cookie-notice body.page-id-12038 .main .section:nth-child(14) .cookie-notice-container .column:nth-of-type(2) .text p,
body.page-id-12039 .main .section:nth-child(6) .wrapper .column:nth-of-type(2) .text p,
body.page-id-12039 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p,
#cookie-notice body.page-id-12039 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(2) .text p,
body.page-id-12039 .main .section:nth-child(14) .wrapper .column:nth-of-type(2) .text p,
body.page-id-12039 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p,
#cookie-notice body.page-id-12039 .main .section:nth-child(14) .cookie-notice-container .column:nth-of-type(2) .text p {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
body.page-id-11810 .main .section:nth-child(6) .wrapper .column:nth-of-type(2) .text p iframe, body.page-id-11810 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p iframe, #cookie-notice body.page-id-11810 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(2) .text p iframe, body.page-id-11810 .main .section:nth-child(14) .wrapper .column:nth-of-type(2) .text p iframe, body.page-id-11810 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p iframe, #cookie-notice body.page-id-11810 .main .section:nth-child(14) .cookie-notice-container .column:nth-of-type(2) .text p iframe,
body.page-id-12037 .main .section:nth-child(6) .wrapper .column:nth-of-type(2) .text p iframe,
body.page-id-12037 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p iframe,
#cookie-notice body.page-id-12037 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(2) .text p iframe,
body.page-id-12037 .main .section:nth-child(14) .wrapper .column:nth-of-type(2) .text p iframe,
body.page-id-12037 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p iframe,
#cookie-notice body.page-id-12037 .main .section:nth-child(14) .cookie-notice-container .column:nth-of-type(2) .text p iframe,
body.page-id-12038 .main .section:nth-child(6) .wrapper .column:nth-of-type(2) .text p iframe,
body.page-id-12038 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p iframe,
#cookie-notice body.page-id-12038 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(2) .text p iframe,
body.page-id-12038 .main .section:nth-child(14) .wrapper .column:nth-of-type(2) .text p iframe,
body.page-id-12038 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p iframe,
#cookie-notice body.page-id-12038 .main .section:nth-child(14) .cookie-notice-container .column:nth-of-type(2) .text p iframe,
body.page-id-12039 .main .section:nth-child(6) .wrapper .column:nth-of-type(2) .text p iframe,
body.page-id-12039 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p iframe,
#cookie-notice body.page-id-12039 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(2) .text p iframe,
body.page-id-12039 .main .section:nth-child(14) .wrapper .column:nth-of-type(2) .text p iframe,
body.page-id-12039 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p iframe,
#cookie-notice body.page-id-12039 .main .section:nth-child(14) .cookie-notice-container .column:nth-of-type(2) .text p iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  body.page-id-11810 .main .section:nth-child(10) .wrapper .column:nth-of-type(2), body.page-id-11810 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(2), #cookie-notice body.page-id-11810 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(2), body.page-id-11810 .main .section:nth-child(18) .wrapper .column:nth-of-type(2), body.page-id-11810 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(2), #cookie-notice body.page-id-11810 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(2),
body.page-id-12037 .main .section:nth-child(10) .wrapper .column:nth-of-type(2),
body.page-id-12037 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-12037 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(2),
body.page-id-12037 .main .section:nth-child(18) .wrapper .column:nth-of-type(2),
body.page-id-12037 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-12037 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(2),
body.page-id-12038 .main .section:nth-child(10) .wrapper .column:nth-of-type(2),
body.page-id-12038 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-12038 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(2),
body.page-id-12038 .main .section:nth-child(18) .wrapper .column:nth-of-type(2),
body.page-id-12038 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-12038 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(2),
body.page-id-12039 .main .section:nth-child(10) .wrapper .column:nth-of-type(2),
body.page-id-12039 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-12039 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(2),
body.page-id-12039 .main .section:nth-child(18) .wrapper .column:nth-of-type(2),
body.page-id-12039 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-12039 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(2) {
    order: 1;
  }
}
@media (max-width: 768px) {
  body.page-id-11810 .main .section:nth-child(10) .wrapper .column:nth-of-type(1), body.page-id-11810 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(1), #cookie-notice body.page-id-11810 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(1), body.page-id-11810 .main .section:nth-child(18) .wrapper .column:nth-of-type(1), body.page-id-11810 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(1), #cookie-notice body.page-id-11810 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(1),
body.page-id-12037 .main .section:nth-child(10) .wrapper .column:nth-of-type(1),
body.page-id-12037 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-12037 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(1),
body.page-id-12037 .main .section:nth-child(18) .wrapper .column:nth-of-type(1),
body.page-id-12037 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-12037 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(1),
body.page-id-12038 .main .section:nth-child(10) .wrapper .column:nth-of-type(1),
body.page-id-12038 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-12038 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(1),
body.page-id-12038 .main .section:nth-child(18) .wrapper .column:nth-of-type(1),
body.page-id-12038 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-12038 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(1),
body.page-id-12039 .main .section:nth-child(10) .wrapper .column:nth-of-type(1),
body.page-id-12039 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-12039 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(1),
body.page-id-12039 .main .section:nth-child(18) .wrapper .column:nth-of-type(1),
body.page-id-12039 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-12039 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(1) {
    order: 2;
  }
}
body.page-id-11810 .main .section:nth-child(10) .wrapper .column:nth-of-type(1) .text p, body.page-id-11810 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p, #cookie-notice body.page-id-11810 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(1) .text p, body.page-id-11810 .main .section:nth-child(18) .wrapper .column:nth-of-type(1) .text p, body.page-id-11810 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p, #cookie-notice body.page-id-11810 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(1) .text p,
body.page-id-12037 .main .section:nth-child(10) .wrapper .column:nth-of-type(1) .text p,
body.page-id-12037 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p,
#cookie-notice body.page-id-12037 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(1) .text p,
body.page-id-12037 .main .section:nth-child(18) .wrapper .column:nth-of-type(1) .text p,
body.page-id-12037 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p,
#cookie-notice body.page-id-12037 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(1) .text p,
body.page-id-12038 .main .section:nth-child(10) .wrapper .column:nth-of-type(1) .text p,
body.page-id-12038 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p,
#cookie-notice body.page-id-12038 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(1) .text p,
body.page-id-12038 .main .section:nth-child(18) .wrapper .column:nth-of-type(1) .text p,
body.page-id-12038 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p,
#cookie-notice body.page-id-12038 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(1) .text p,
body.page-id-12039 .main .section:nth-child(10) .wrapper .column:nth-of-type(1) .text p,
body.page-id-12039 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p,
#cookie-notice body.page-id-12039 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(1) .text p,
body.page-id-12039 .main .section:nth-child(18) .wrapper .column:nth-of-type(1) .text p,
body.page-id-12039 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p,
#cookie-notice body.page-id-12039 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(1) .text p {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
body.page-id-11810 .main .section:nth-child(10) .wrapper .column:nth-of-type(1) .text p iframe, body.page-id-11810 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p iframe, #cookie-notice body.page-id-11810 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(1) .text p iframe, body.page-id-11810 .main .section:nth-child(18) .wrapper .column:nth-of-type(1) .text p iframe, body.page-id-11810 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p iframe, #cookie-notice body.page-id-11810 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(1) .text p iframe,
body.page-id-12037 .main .section:nth-child(10) .wrapper .column:nth-of-type(1) .text p iframe,
body.page-id-12037 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p iframe,
#cookie-notice body.page-id-12037 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(1) .text p iframe,
body.page-id-12037 .main .section:nth-child(18) .wrapper .column:nth-of-type(1) .text p iframe,
body.page-id-12037 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p iframe,
#cookie-notice body.page-id-12037 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(1) .text p iframe,
body.page-id-12038 .main .section:nth-child(10) .wrapper .column:nth-of-type(1) .text p iframe,
body.page-id-12038 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p iframe,
#cookie-notice body.page-id-12038 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(1) .text p iframe,
body.page-id-12038 .main .section:nth-child(18) .wrapper .column:nth-of-type(1) .text p iframe,
body.page-id-12038 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p iframe,
#cookie-notice body.page-id-12038 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(1) .text p iframe,
body.page-id-12039 .main .section:nth-child(10) .wrapper .column:nth-of-type(1) .text p iframe,
body.page-id-12039 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p iframe,
#cookie-notice body.page-id-12039 .main .section:nth-child(10) .cookie-notice-container .column:nth-of-type(1) .text p iframe,
body.page-id-12039 .main .section:nth-child(18) .wrapper .column:nth-of-type(1) .text p iframe,
body.page-id-12039 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p iframe,
#cookie-notice body.page-id-12039 .main .section:nth-child(18) .cookie-notice-container .column:nth-of-type(1) .text p iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body.page-id-12439 .main .section:nth-child(6),
body.page-id-12595 .main .section:nth-child(6),
body.page-id-12596 .main .section:nth-child(6),
body.page-id-12597 .main .section:nth-child(6) {
  background: #B42B01;
  position: relative;
}
body.page-id-12439 .main .section:nth-child(6):after,
body.page-id-12595 .main .section:nth-child(6):after,
body.page-id-12596 .main .section:nth-child(6):after,
body.page-id-12597 .main .section:nth-child(6):after {
  content: "";
  display: block;
  width: 100%;
  height: 655px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2024/11/co-pilot-bg.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.4;
}
body.page-id-12439 .main .section:nth-child(6) .wrapper, body.page-id-12439 .main .section:nth-child(6) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-12439 .main .section:nth-child(6) .cookie-notice-container,
body.page-id-12595 .main .section:nth-child(6) .wrapper,
body.page-id-12595 .main .section:nth-child(6) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-12595 .main .section:nth-child(6) .cookie-notice-container,
body.page-id-12596 .main .section:nth-child(6) .wrapper,
body.page-id-12596 .main .section:nth-child(6) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-12596 .main .section:nth-child(6) .cookie-notice-container,
body.page-id-12597 .main .section:nth-child(6) .wrapper,
body.page-id-12597 .main .section:nth-child(6) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-12597 .main .section:nth-child(6) .cookie-notice-container {
  z-index: 2;
}
body.page-id-12439 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) h2, body.page-id-12439 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h2, #cookie-notice body.page-id-12439 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) h2,
body.page-id-12595 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) h2,
body.page-id-12595 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h2,
#cookie-notice body.page-id-12595 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) h2,
body.page-id-12596 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) h2,
body.page-id-12596 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h2,
#cookie-notice body.page-id-12596 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) h2,
body.page-id-12597 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) h2,
body.page-id-12597 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h2,
#cookie-notice body.page-id-12597 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) h2 {
  color: #ffffff;
  text-align: left;
  line-height: 1.1;
  width: 100%;
  max-width: 100%;
}
body.page-id-12439 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) p, body.page-id-12439 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) p, #cookie-notice body.page-id-12439 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) p,
body.page-id-12595 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) p,
body.page-id-12595 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) p,
#cookie-notice body.page-id-12595 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) p,
body.page-id-12596 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) p,
body.page-id-12596 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) p,
#cookie-notice body.page-id-12596 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) p,
body.page-id-12597 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) p,
body.page-id-12597 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) p,
#cookie-notice body.page-id-12597 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) p {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-12439 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) h3, body.page-id-12439 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h3, #cookie-notice body.page-id-12439 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) h3,
body.page-id-12595 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) h3,
body.page-id-12595 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h3,
#cookie-notice body.page-id-12595 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) h3,
body.page-id-12596 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) h3,
body.page-id-12596 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h3,
#cookie-notice body.page-id-12596 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) h3,
body.page-id-12597 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) h3,
body.page-id-12597 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h3,
#cookie-notice body.page-id-12597 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) h3 {
  color: #ffffff;
  font-size: 26px;
  font-size: 1.625rem;
}
body.page-id-12439 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) ul, body.page-id-12439 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul, #cookie-notice body.page-id-12439 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) ul,
body.page-id-12595 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) ul,
body.page-id-12595 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul,
#cookie-notice body.page-id-12595 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) ul,
body.page-id-12596 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) ul,
body.page-id-12596 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul,
#cookie-notice body.page-id-12596 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) ul,
body.page-id-12597 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) ul,
body.page-id-12597 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul,
#cookie-notice body.page-id-12597 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
body.page-id-12439 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) ul li, body.page-id-12439 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li, #cookie-notice body.page-id-12439 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) ul li,
body.page-id-12595 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) ul li,
body.page-id-12595 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li,
#cookie-notice body.page-id-12595 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) ul li,
body.page-id-12596 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) ul li,
body.page-id-12596 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li,
#cookie-notice body.page-id-12596 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) ul li,
body.page-id-12597 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) ul li,
body.page-id-12597 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li,
#cookie-notice body.page-id-12597 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) ul li {
  position: relative;
  padding: 0 0 0 32px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
}
body.page-id-12439 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) ul li:before, body.page-id-12439 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li:before, #cookie-notice body.page-id-12439 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) ul li:before,
body.page-id-12595 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) ul li:before,
body.page-id-12595 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li:before,
#cookie-notice body.page-id-12595 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) ul li:before,
body.page-id-12596 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) ul li:before,
body.page-id-12596 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li:before,
#cookie-notice body.page-id-12596 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) ul li:before,
body.page-id-12597 .main .section:nth-child(6) .wrapper .column:nth-of-type(1) ul li:before,
body.page-id-12597 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li:before,
#cookie-notice body.page-id-12597 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(1) ul li:before {
  filter: brightness(0);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 19px;
  background-image: url("../images/icon-green-check.svg");
}
body.page-id-12439 .main .section:nth-child(6) .wrapper .column:nth-of-type(2) p, body.page-id-12439 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(2) p, #cookie-notice body.page-id-12439 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(2) p,
body.page-id-12595 .main .section:nth-child(6) .wrapper .column:nth-of-type(2) p,
body.page-id-12595 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(2) p,
#cookie-notice body.page-id-12595 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(2) p,
body.page-id-12596 .main .section:nth-child(6) .wrapper .column:nth-of-type(2) p,
body.page-id-12596 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(2) p,
#cookie-notice body.page-id-12596 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(2) p,
body.page-id-12597 .main .section:nth-child(6) .wrapper .column:nth-of-type(2) p,
body.page-id-12597 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-of-type(2) p,
#cookie-notice body.page-id-12597 .main .section:nth-child(6) .cookie-notice-container .column:nth-of-type(2) p {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
body.page-id-12439 .main .section:nth-child(7) .wrapper .grid .single .photo-wrap, body.page-id-12439 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .photo-wrap, #cookie-notice body.page-id-12439 .main .section:nth-child(7) .cookie-notice-container .grid .single .photo-wrap,
body.page-id-12595 .main .section:nth-child(7) .wrapper .grid .single .photo-wrap,
body.page-id-12595 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .photo-wrap,
#cookie-notice body.page-id-12595 .main .section:nth-child(7) .cookie-notice-container .grid .single .photo-wrap,
body.page-id-12596 .main .section:nth-child(7) .wrapper .grid .single .photo-wrap,
body.page-id-12596 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .photo-wrap,
#cookie-notice body.page-id-12596 .main .section:nth-child(7) .cookie-notice-container .grid .single .photo-wrap,
body.page-id-12597 .main .section:nth-child(7) .wrapper .grid .single .photo-wrap,
body.page-id-12597 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .photo-wrap,
#cookie-notice body.page-id-12597 .main .section:nth-child(7) .cookie-notice-container .grid .single .photo-wrap {
  height: 215px;
}
body.page-id-12439 .main .section:nth-child(7) .wrapper .grid .single .photo-wrap:after, body.page-id-12439 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after, #cookie-notice body.page-id-12439 .main .section:nth-child(7) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-12595 .main .section:nth-child(7) .wrapper .grid .single .photo-wrap:after,
body.page-id-12595 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-12595 .main .section:nth-child(7) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-12596 .main .section:nth-child(7) .wrapper .grid .single .photo-wrap:after,
body.page-id-12596 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-12596 .main .section:nth-child(7) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-12597 .main .section:nth-child(7) .wrapper .grid .single .photo-wrap:after,
body.page-id-12597 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-12597 .main .section:nth-child(7) .cookie-notice-container .grid .single .photo-wrap:after {
  display: none;
}

body.page-id-13302 .main section.lenovo-thinkcentre-1-block .wrapper h1, body.page-id-13302 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container h1, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-1-block .cookie-notice-container h1,
body.page-id-13460 .main section.lenovo-thinkcentre-1-block .wrapper h1,
body.page-id-13460 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-1-block .cookie-notice-container h1,
body.page-id-13461 .main section.lenovo-thinkcentre-1-block .wrapper h1,
body.page-id-13461 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-1-block .cookie-notice-container h1,
body.page-id-13462 .main section.lenovo-thinkcentre-1-block .wrapper h1,
body.page-id-13462 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-1-block .cookie-notice-container h1 {
  max-width: 583px;
  width: 100%;
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0;
  color: #ffffff;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-1-block .wrapper h1, body.page-id-13302 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container h1, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-1-block .cookie-notice-container h1,
body.page-id-13460 .main section.lenovo-thinkcentre-1-block .wrapper h1,
body.page-id-13460 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-1-block .cookie-notice-container h1,
body.page-id-13461 .main section.lenovo-thinkcentre-1-block .wrapper h1,
body.page-id-13461 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-1-block .cookie-notice-container h1,
body.page-id-13462 .main section.lenovo-thinkcentre-1-block .wrapper h1,
body.page-id-13462 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-1-block .cookie-notice-container h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-1-block .wrapper h1, body.page-id-13302 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container h1, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-1-block .cookie-notice-container h1,
body.page-id-13460 .main section.lenovo-thinkcentre-1-block .wrapper h1,
body.page-id-13460 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-1-block .cookie-notice-container h1,
body.page-id-13461 .main section.lenovo-thinkcentre-1-block .wrapper h1,
body.page-id-13461 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-1-block .cookie-notice-container h1,
body.page-id-13462 .main section.lenovo-thinkcentre-1-block .wrapper h1,
body.page-id-13462 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-1-block .cookie-notice-container h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-1-block .wrapper p, body.page-id-13302 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container p, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-1-block .cookie-notice-container p,
body.page-id-13460 .main section.lenovo-thinkcentre-1-block .wrapper p,
body.page-id-13460 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container p,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-1-block .cookie-notice-container p,
body.page-id-13461 .main section.lenovo-thinkcentre-1-block .wrapper p,
body.page-id-13461 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container p,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-1-block .cookie-notice-container p,
body.page-id-13462 .main section.lenovo-thinkcentre-1-block .wrapper p,
body.page-id-13462 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container p,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-1-block .cookie-notice-container p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  margin: 24px 0 0;
  max-width: 734px;
  width: 100%;
}
body.page-id-13302 .main section.lenovo-thinkcentre-1-block .wrapper img, body.page-id-13302 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container img, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-1-block .cookie-notice-container img,
body.page-id-13460 .main section.lenovo-thinkcentre-1-block .wrapper img,
body.page-id-13460 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-1-block .cookie-notice-container img,
body.page-id-13461 .main section.lenovo-thinkcentre-1-block .wrapper img,
body.page-id-13461 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-1-block .cookie-notice-container img,
body.page-id-13462 .main section.lenovo-thinkcentre-1-block .wrapper img,
body.page-id-13462 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-1-block .cookie-notice-container img {
  height: 134px;
  height: 154px;
  width: auto;
  display: block;
  margin: 24px 0 0;
  margin: 32px 0 0;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-1-block .wrapper img, body.page-id-13302 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container img, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-1-block .cookie-notice-container img,
body.page-id-13460 .main section.lenovo-thinkcentre-1-block .wrapper img,
body.page-id-13460 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-1-block .cookie-notice-container img,
body.page-id-13461 .main section.lenovo-thinkcentre-1-block .wrapper img,
body.page-id-13461 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-1-block .cookie-notice-container img,
body.page-id-13462 .main section.lenovo-thinkcentre-1-block .wrapper img,
body.page-id-13462 .main section.lenovo-thinkcentre-1-block #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-1-block .cookie-notice-container img {
    height: 100px;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .top, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .top,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .top,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .top,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top {
  display: grid;
  grid-gap: 54px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .top, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .top,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .top,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .top,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top {
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .top, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .top,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .top,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .top,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(1), body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(1), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(1),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(1),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(1),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(1) {
    order: 2;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(1) img, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(1) img, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(1) img,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(1) img,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(1) img,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(1) img,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(1) img,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(1) img,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(1) img,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(1) img,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(1) img,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(1) img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) {
    order: 1;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) h3, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) h3, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) h3,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) h3,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) h3,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) h3,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) h3,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) h3,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) h3,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) h3,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) h3,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) .list, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) .list, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) .list,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) .list,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) .list,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) .list,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) .list,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) .list,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) .list,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) .list,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) .list,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) .list {
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) .list .single h4, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) .list .single h4, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) .list .single h4,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) .list .single h4,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) .list .single h4,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) .list .single h4,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) .list .single h4,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) .list .single h4,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) .list .single h4,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) .list .single h4,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) .list .single h4,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) .list .single h4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) .list .single p, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) .list .single p, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) .list .single p,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) .list .single p,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) .list .single p,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) .list .single p,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) .list .single p,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) .list .single p,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) .list .single p,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .top .col:nth-of-type(2) .list .single p,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .top .col:nth-of-type(2) .list .single p,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .top .col:nth-of-type(2) .list .single p {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  margin: 16px 0 0;
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .middle, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .middle, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .middle,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .middle,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .middle,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .middle,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .middle,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .middle,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .middle,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .middle,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .middle,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .middle {
  margin: 48px auto 0;
  text-align: center;
  max-width: 1119px;
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .middle h3, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .middle h3, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .middle h3,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .middle h3,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .middle h3,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .middle h3,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .middle h3,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .middle h3,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .middle h3,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .middle h3,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .middle h3,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .middle h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .middle p, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .middle p, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .middle p,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .middle p,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .middle p,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .middle p,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .middle p,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .middle p,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .middle p,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .middle p,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .middle p,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .middle p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  margin: 24px 0 0;
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .bottom, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .bottom,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .bottom,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .bottom,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom {
  margin: 40px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 35px;
  display: grid;
}
@media (max-width: 1024px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .bottom, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .bottom,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .bottom,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .bottom,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .bottom, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .bottom,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .bottom,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .bottom,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom {
    margin: 32px 0 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 24px;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col {
  padding: 28px 32px;
  background: #ffffff;
}
@media (max-width: 1024px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col {
    padding: 24px 24px;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col .circle, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col .circle, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col .circle,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col .circle,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col .circle,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col .circle,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col .circle,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col .circle,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col .circle,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col .circle,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col .circle,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col .circle {
  width: 84px;
  height: 84px;
  background: #E1140A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col .circle span, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col .circle span, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col .circle span,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col .circle span,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col .circle span,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col .circle span,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col .circle span,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col .circle span,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col .circle span,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col .circle span,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col .circle span,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col .circle span {
  font-size: 26px;
  font-size: 1.625rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-align: center;
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col h4, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col h4, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col h4,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col h4,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col h4,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col h4,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col h4,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col h4,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col h4,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col h4,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col h4,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col h4 {
  margin: 16px 0 0;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  color: #161616;
}
body.page-id-13302 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col p, body.page-id-13302 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col p, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col p,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col p,
body.page-id-13460 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col p,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col p,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col p,
body.page-id-13461 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col p,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col p,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block .wrapper .bottom .col p,
body.page-id-13462 .main section.lenovo-thinkcentre-2-block #cookie-notice .cookie-notice-container .bottom .col p,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-2-block .cookie-notice-container .bottom .col p {
  margin: 16px 0 0;
  color: #161616;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-13302 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) h3, body.page-id-13302 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h3, #cookie-notice body.page-id-13302 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) h3,
body.page-id-13460 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) h3,
body.page-id-13460 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h3,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) h3,
body.page-id-13461 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) h3,
body.page-id-13461 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h3,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) h3,
body.page-id-13462 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) h3,
body.page-id-13462 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h3,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #161616;
}
body.page-id-13302 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) p, body.page-id-13302 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) p, #cookie-notice body.page-id-13302 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) p,
body.page-id-13460 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) p,
body.page-id-13460 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) p,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) p,
body.page-id-13461 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) p,
body.page-id-13461 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) p,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) p,
body.page-id-13462 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) p,
body.page-id-13462 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) p,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) p {
  color: #161616;
}
body.page-id-13302 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) ul, body.page-id-13302 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul, #cookie-notice body.page-id-13302 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) ul,
body.page-id-13460 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) ul,
body.page-id-13460 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) ul,
body.page-id-13461 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) ul,
body.page-id-13461 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) ul,
body.page-id-13462 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) ul,
body.page-id-13462 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
body.page-id-13302 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) ul li, body.page-id-13302 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li, #cookie-notice body.page-id-13302 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) ul li,
body.page-id-13460 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) ul li,
body.page-id-13460 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) ul li,
body.page-id-13461 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) ul li,
body.page-id-13461 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) ul li,
body.page-id-13462 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) ul li,
body.page-id-13462 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) ul li {
  color: #161616;
  display: flex;
  padding: 0 0 0 32px;
  position: relative;
}
body.page-id-13302 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) ul li:before, body.page-id-13302 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li:before, #cookie-notice body.page-id-13302 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) ul li:before,
body.page-id-13460 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) ul li:before,
body.page-id-13460 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li:before,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) ul li:before,
body.page-id-13461 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) ul li:before,
body.page-id-13461 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li:before,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) ul li:before,
body.page-id-13462 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(1) ul li:before,
body.page-id-13462 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li:before,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(1) ul li:before {
  content: "";
  display: block;
  width: 25px;
  height: 19px;
  background-image: url("../images/icon-green-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  left: 0;
}
body.page-id-13302 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(2) *, body.page-id-13302 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(2) *, #cookie-notice body.page-id-13302 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(2) *,
body.page-id-13460 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(2) *,
body.page-id-13460 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(2) *,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(2) *,
body.page-id-13461 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(2) *,
body.page-id-13461 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(2) *,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(2) *,
body.page-id-13462 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(2) *,
body.page-id-13462 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(2) *,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(2) * {
  color: #161616;
}
body.page-id-13302 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(2) .video-wrap, body.page-id-13302 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .video-wrap, #cookie-notice body.page-id-13302 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(2) .video-wrap,
body.page-id-13460 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(2) .video-wrap,
body.page-id-13460 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .video-wrap,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(2) .video-wrap,
body.page-id-13461 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(2) .video-wrap,
body.page-id-13461 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .video-wrap,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(2) .video-wrap,
body.page-id-13462 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(2) .video-wrap,
body.page-id-13462 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .video-wrap,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(2) .video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
body.page-id-13302 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(2) .video-wrap iframe, body.page-id-13302 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .video-wrap iframe, #cookie-notice body.page-id-13302 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(2) .video-wrap iframe,
body.page-id-13460 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(2) .video-wrap iframe,
body.page-id-13460 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .video-wrap iframe,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(2) .video-wrap iframe,
body.page-id-13461 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(2) .video-wrap iframe,
body.page-id-13461 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .video-wrap iframe,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(2) .video-wrap iframe,
body.page-id-13462 .main .section:nth-of-type(1) .wrapper .column:nth-of-type(2) .video-wrap iframe,
body.page-id-13462 .main .section:nth-of-type(1) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .video-wrap iframe,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(1) .cookie-notice-container .column:nth-of-type(2) .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block {
  background: #B42B01;
  position: relative;
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block:after,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block:after,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block:after,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block:after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/wp-content/uploads/2025/02/thinkcentre-illustration.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: soft-light;
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container {
  z-index: 2;
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .top h2, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .top h2, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .top h2,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .top h2,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .top h2,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .top h2,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .top h2,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .top h2,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .top h2,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .top h2,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .top h2,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .top h2 {
  margin: 0 auto;
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  max-width: 1133px;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 480px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .top h2, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .top h2, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .top h2,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .top h2,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .top h2,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .top h2,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .top h2,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .top h2,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .top h2,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .top h2,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .top h2,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .top h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .top p, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .top p, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .top p,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .top p,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .top p,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .top p,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .top p,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .top p,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .top p,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .top p,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .top p,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .top p {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 32px auto 0;
  max-width: 1133px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .columns, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .columns,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .columns,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .columns,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns {
  margin: 56px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .columns, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .columns,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .columns,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .columns,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns {
    margin: 40px 0 0;
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .columns, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .columns,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .columns,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .columns,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  margin: 39px 0 0;
}
@media (max-width: 1024px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul {
    margin: 24px 0 0;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul li, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul li, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul li,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul li,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul li,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul li,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul li,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul li,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul li,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul li,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul li,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul li {
  display: flex;
  position: relative;
  padding: 0 0 0 32px;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul li.no:before, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul li.no:before, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul li.no:before,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul li.no:before,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul li.no:before,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul li.no:before,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul li.no:before,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul li.no:before,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul li.no:before,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul li.no:before,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul li.no:before,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul li.no:before {
  background-image: url("../images/icon-black-cross.svg");
  background-size: auto 100%;
  filter: inherit;
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul li:before, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul li:before, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul li:before,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul li:before,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul li:before,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul li:before,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul li:before,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul li:before,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul li:before,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col ul li:before,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col ul li:before,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col ul li:before {
  content: "";
  display: block;
  width: 25px;
  height: 19px;
  background-image: url("../images/icon-green-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  left: 0;
  filter: brightness(0) invert(1);
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col h3, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col h3, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col h3,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col h3,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col h3,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col h3,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col h3,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col h3,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col h3,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col h3,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col h3,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
  padding: 5px 37px;
  background: rgba(242, 242, 242, 0.8);
  color: #161616;
  line-height: 1.1;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col h3, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col h3, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col h3,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col h3,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col h3,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col h3,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col h3,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col h3,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col h3,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .columns .col h3,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .columns .col h3,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .columns .col h3 {
    padding: 5px 10px;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .text, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .text, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .text,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .text,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .text,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .text,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .text,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .text,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .text {
  text-align: center;
  margin: 56px 0 0;
}
@media (max-width: 1024px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .text, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .text, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .text,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .text,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .text,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .text,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .text,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .text,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .text {
    margin: 40px 0 0;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-3-block .wrapper .text p, body.page-id-13302 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .text p, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .text p,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block .wrapper .text p,
body.page-id-13460 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .text p,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block .wrapper .text p,
body.page-id-13461 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .text p,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block .wrapper .text p,
body.page-id-13462 .main section.lenovo-thinkcentre-3-block #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-3-block .cookie-notice-container .text p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
}
body.page-id-13302 .main section.lenovo-thinkcentre-4-block .wrapper .wrap, body.page-id-13302 .main section.lenovo-thinkcentre-4-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-4-block .cookie-notice-container .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-4-block .wrapper .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-4-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-4-block .cookie-notice-container .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-4-block .wrapper .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-4-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-4-block .cookie-notice-container .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-4-block .wrapper .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-4-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-4-block .cookie-notice-container .wrap {
  max-width: 670px;
  width: 100%;
}
body.page-id-13302 .main section.lenovo-thinkcentre-4-block .wrapper .wrap h2, body.page-id-13302 .main section.lenovo-thinkcentre-4-block #cookie-notice .cookie-notice-container .wrap h2, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-4-block .cookie-notice-container .wrap h2,
body.page-id-13460 .main section.lenovo-thinkcentre-4-block .wrapper .wrap h2,
body.page-id-13460 .main section.lenovo-thinkcentre-4-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-4-block .cookie-notice-container .wrap h2,
body.page-id-13461 .main section.lenovo-thinkcentre-4-block .wrapper .wrap h2,
body.page-id-13461 .main section.lenovo-thinkcentre-4-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-4-block .cookie-notice-container .wrap h2,
body.page-id-13462 .main section.lenovo-thinkcentre-4-block .wrapper .wrap h2,
body.page-id-13462 .main section.lenovo-thinkcentre-4-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-4-block .cookie-notice-container .wrap h2 {
  text-align: center;
  font-size: 42px;
  font-size: 2.625rem;
  color: #ffffff;
  font-weight: 700;
  margin: 0 auto;
  display: block;
}
body.page-id-13302 .main section.lenovo-thinkcentre-4-block .wrapper .wrap p, body.page-id-13302 .main section.lenovo-thinkcentre-4-block #cookie-notice .cookie-notice-container .wrap p, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-4-block .cookie-notice-container .wrap p,
body.page-id-13460 .main section.lenovo-thinkcentre-4-block .wrapper .wrap p,
body.page-id-13460 .main section.lenovo-thinkcentre-4-block #cookie-notice .cookie-notice-container .wrap p,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-4-block .cookie-notice-container .wrap p,
body.page-id-13461 .main section.lenovo-thinkcentre-4-block .wrapper .wrap p,
body.page-id-13461 .main section.lenovo-thinkcentre-4-block #cookie-notice .cookie-notice-container .wrap p,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-4-block .cookie-notice-container .wrap p,
body.page-id-13462 .main section.lenovo-thinkcentre-4-block .wrapper .wrap p,
body.page-id-13462 .main section.lenovo-thinkcentre-4-block #cookie-notice .cookie-notice-container .wrap p,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-4-block .cookie-notice-container .wrap p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  margin: 32px 0 0;
  text-align: center;
}
body.page-id-13302 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) h3, body.page-id-13302 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h3, #cookie-notice body.page-id-13302 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) h3,
body.page-id-13460 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) h3,
body.page-id-13460 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h3,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) h3,
body.page-id-13461 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) h3,
body.page-id-13461 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h3,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) h3,
body.page-id-13462 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) h3,
body.page-id-13462 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) h3,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #161616;
}
body.page-id-13302 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) p, body.page-id-13302 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) p, #cookie-notice body.page-id-13302 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) p,
body.page-id-13460 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) p,
body.page-id-13460 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) p,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) p,
body.page-id-13461 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) p,
body.page-id-13461 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) p,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) p,
body.page-id-13462 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) p,
body.page-id-13462 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) p,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) p {
  color: #161616;
}
body.page-id-13302 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) ul, body.page-id-13302 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul, #cookie-notice body.page-id-13302 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) ul,
body.page-id-13460 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) ul,
body.page-id-13460 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) ul,
body.page-id-13461 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) ul,
body.page-id-13461 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) ul,
body.page-id-13462 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) ul,
body.page-id-13462 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
body.page-id-13302 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) ul li, body.page-id-13302 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li, #cookie-notice body.page-id-13302 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) ul li,
body.page-id-13460 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) ul li,
body.page-id-13460 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) ul li,
body.page-id-13461 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) ul li,
body.page-id-13461 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) ul li,
body.page-id-13462 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) ul li,
body.page-id-13462 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) ul li {
  color: #161616;
  display: flex;
  padding: 0 0 0 32px;
  position: relative;
}
body.page-id-13302 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) ul li:before, body.page-id-13302 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li:before, #cookie-notice body.page-id-13302 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) ul li:before,
body.page-id-13460 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) ul li:before,
body.page-id-13460 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li:before,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) ul li:before,
body.page-id-13461 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) ul li:before,
body.page-id-13461 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li:before,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) ul li:before,
body.page-id-13462 .main .section:nth-of-type(2) .wrapper .column:nth-of-type(1) ul li:before,
body.page-id-13462 .main .section:nth-of-type(2) #cookie-notice .cookie-notice-container .column:nth-of-type(1) ul li:before,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(2) .cookie-notice-container .column:nth-of-type(1) ul li:before {
  content: "";
  display: block;
  width: 25px;
  height: 19px;
  background-image: url("../images/icon-green-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  left: 0;
}
@media (max-width: 768px) {
  body.page-id-13302 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(1), body.page-id-13302 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(1), #cookie-notice body.page-id-13302 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(1),
body.page-id-13460 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(1),
body.page-id-13460 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-13460 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(1),
body.page-id-13461 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(1),
body.page-id-13461 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-13461 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(1),
body.page-id-13462 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(1),
body.page-id-13462 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(1),
#cookie-notice body.page-id-13462 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(1) {
    order: 2;
  }
}
@media (max-width: 768px) {
  body.page-id-13302 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2), body.page-id-13302 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2), #cookie-notice body.page-id-13302 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2),
body.page-id-13460 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2),
body.page-id-13460 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-13460 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2),
body.page-id-13461 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2),
body.page-id-13461 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-13461 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2),
body.page-id-13462 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2),
body.page-id-13462 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2),
#cookie-notice body.page-id-13462 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) {
    order: 1;
  }
}
body.page-id-13302 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) h3, body.page-id-13302 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) h3, #cookie-notice body.page-id-13302 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) h3,
body.page-id-13460 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) h3,
body.page-id-13460 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) h3,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) h3,
body.page-id-13461 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) h3,
body.page-id-13461 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) h3,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) h3,
body.page-id-13462 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) h3,
body.page-id-13462 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) h3,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #161616;
}
body.page-id-13302 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) p, body.page-id-13302 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) p, #cookie-notice body.page-id-13302 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) p,
body.page-id-13460 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) p,
body.page-id-13460 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) p,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) p,
body.page-id-13461 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) p,
body.page-id-13461 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) p,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) p,
body.page-id-13462 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) p,
body.page-id-13462 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) p,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) p {
  color: #161616;
}
body.page-id-13302 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) ul, body.page-id-13302 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) ul, #cookie-notice body.page-id-13302 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) ul,
body.page-id-13460 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) ul,
body.page-id-13460 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) ul,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) ul,
body.page-id-13461 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) ul,
body.page-id-13461 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) ul,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) ul,
body.page-id-13462 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) ul,
body.page-id-13462 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) ul,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
body.page-id-13302 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) ul li, body.page-id-13302 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) ul li, #cookie-notice body.page-id-13302 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) ul li,
body.page-id-13460 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) ul li,
body.page-id-13460 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) ul li,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) ul li,
body.page-id-13461 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) ul li,
body.page-id-13461 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) ul li,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) ul li,
body.page-id-13462 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) ul li,
body.page-id-13462 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) ul li,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) ul li {
  color: #161616;
  display: flex;
  padding: 0 0 0 32px;
  position: relative;
}
body.page-id-13302 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) ul li:before, body.page-id-13302 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) ul li:before, #cookie-notice body.page-id-13302 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) ul li:before,
body.page-id-13460 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) ul li:before,
body.page-id-13460 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) ul li:before,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) ul li:before,
body.page-id-13461 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) ul li:before,
body.page-id-13461 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) ul li:before,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) ul li:before,
body.page-id-13462 .main .section:nth-of-type(3) .wrapper .column:nth-of-type(2) ul li:before,
body.page-id-13462 .main .section:nth-of-type(3) #cookie-notice .cookie-notice-container .column:nth-of-type(2) ul li:before,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(3) .cookie-notice-container .column:nth-of-type(2) ul li:before {
  content: "";
  display: block;
  width: 25px;
  height: 19px;
  background-image: url("../images/icon-green-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  left: 0;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block {
  background: #202020;
  position: relative;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block:after,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block:after,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block:after,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block:after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/wp-content/uploads/2025/02/thinkcentre-illustration.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: soft-light;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container {
  z-index: 2;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper h2, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container h2,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper h2,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container h2,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper h2,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container h2,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper h2,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container h2 {
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  color: #ffffff !important;
  margin: 0 auto;
  display: block;
  width: 100%;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap {
  margin: 40px 0 0;
  display: flex;
  align-items: flex-start;
  grid-gap: 64px;
}
@media (max-width: 1024px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap {
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap {
    flex-direction: column;
    grid-gap: 32px;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) {
  width: 40%;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) {
    width: 100%;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) h3, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) h3, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) h3,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) h3,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) h3,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) h3,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) h3,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) h3,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) h3,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) h3,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) h3,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) h3 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  color: #ffffff;
  font-weight: 700;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) p, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) p, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) p,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) p,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) p,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) p,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) p,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) p,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) p,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) p,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) p,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) p {
  margin: 24px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) .links, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) .links, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) .links,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) .links,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) .links,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) .links,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) .links,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) .links,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) .links,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) .links,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) .links,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) .links {
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) .links a, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) .links a, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) .links a,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) .links a,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) .links a,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) .links a,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) .links a,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) .links a,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) .links a,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(1) .links a,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) .links a,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(1) .links a {
  color: #0ABAE1;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) {
  width: 60%;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) {
    width: 100%;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table {
  border: 1px solid #161616;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row {
  display: flex;
  border-bottom: 1px solid #161616;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:last-child, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:last-child,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:last-child,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:last-child,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child {
  border-bottom: none;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3) {
  background: #E1251B;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(3) {
    font-size: 16px;
    font-size: 1rem;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div {
  background: rgba(238, 238, 238, 0.95);
  padding: 15px 23px;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div, body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div {
    padding: 12px 16px;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1) {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #161616;
  font-weight: 700;
  width: 24%;
}
body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3) {
  width: 38%;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #161616;
  border-left: 1px solid #161616;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3), body.page-id-13302 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
body.page-id-13460 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
body.page-id-13461 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
body.page-id-13462 .main section.lenovo-thinkcentre-5-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-5-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(3) {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-6-block .wrapper, body.page-id-13302 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-6-block .cookie-notice-container,
body.page-id-13460 .main section.lenovo-thinkcentre-6-block .wrapper,
body.page-id-13460 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-6-block .cookie-notice-container,
body.page-id-13461 .main section.lenovo-thinkcentre-6-block .wrapper,
body.page-id-13461 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-6-block .cookie-notice-container,
body.page-id-13462 .main section.lenovo-thinkcentre-6-block .wrapper,
body.page-id-13462 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-6-block .cookie-notice-container {
  display: flex;
  justify-content: flex-end;
}
body.page-id-13302 .main section.lenovo-thinkcentre-6-block .wrapper .wrap, body.page-id-13302 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-6-block .cookie-notice-container .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-6-block .wrapper .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-6-block .cookie-notice-container .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-6-block .wrapper .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-6-block .cookie-notice-container .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-6-block .wrapper .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-6-block .cookie-notice-container .wrap {
  max-width: 670px;
  width: 100%;
}
body.page-id-13302 .main section.lenovo-thinkcentre-6-block .wrapper .wrap h2, body.page-id-13302 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container .wrap h2, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-6-block .cookie-notice-container .wrap h2,
body.page-id-13460 .main section.lenovo-thinkcentre-6-block .wrapper .wrap h2,
body.page-id-13460 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-6-block .cookie-notice-container .wrap h2,
body.page-id-13461 .main section.lenovo-thinkcentre-6-block .wrapper .wrap h2,
body.page-id-13461 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-6-block .cookie-notice-container .wrap h2,
body.page-id-13462 .main section.lenovo-thinkcentre-6-block .wrapper .wrap h2,
body.page-id-13462 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-6-block .cookie-notice-container .wrap h2 {
  text-align: center;
  font-size: 42px;
  font-size: 2.625rem;
  color: #ffffff;
  font-weight: 700;
  margin: 0 auto;
  display: block;
}
body.page-id-13302 .main section.lenovo-thinkcentre-6-block .wrapper .wrap p, body.page-id-13302 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container .wrap p, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-6-block .cookie-notice-container .wrap p,
body.page-id-13460 .main section.lenovo-thinkcentre-6-block .wrapper .wrap p,
body.page-id-13460 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container .wrap p,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-6-block .cookie-notice-container .wrap p,
body.page-id-13461 .main section.lenovo-thinkcentre-6-block .wrapper .wrap p,
body.page-id-13461 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container .wrap p,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-6-block .cookie-notice-container .wrap p,
body.page-id-13462 .main section.lenovo-thinkcentre-6-block .wrapper .wrap p,
body.page-id-13462 .main section.lenovo-thinkcentre-6-block #cookie-notice .cookie-notice-container .wrap p,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-6-block .cookie-notice-container .wrap p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  margin: 32px 0 0;
  text-align: center;
}
body.page-id-13302 .main .section:nth-of-type(4),
body.page-id-13460 .main .section:nth-of-type(4),
body.page-id-13461 .main .section:nth-of-type(4),
body.page-id-13462 .main .section:nth-of-type(4) {
  position: relative;
}
body.page-id-13302 .main .section:nth-of-type(4):after,
body.page-id-13460 .main .section:nth-of-type(4):after,
body.page-id-13461 .main .section:nth-of-type(4):after,
body.page-id-13462 .main .section:nth-of-type(4):after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/wp-content/uploads/2025/02/thinkcentre-illustration.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: soft-light;
}
body.page-id-13302 .main .section:nth-of-type(4) .wrapper, body.page-id-13302 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-13302 .main .section:nth-of-type(4) .cookie-notice-container,
body.page-id-13460 .main .section:nth-of-type(4) .wrapper,
body.page-id-13460 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(4) .cookie-notice-container,
body.page-id-13461 .main .section:nth-of-type(4) .wrapper,
body.page-id-13461 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(4) .cookie-notice-container,
body.page-id-13462 .main .section:nth-of-type(4) .wrapper,
body.page-id-13462 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(4) .cookie-notice-container {
  z-index: 2;
}
body.page-id-13302 .main .section:nth-of-type(4) .wrapper h3, body.page-id-13302 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container h3, #cookie-notice body.page-id-13302 .main .section:nth-of-type(4) .cookie-notice-container h3,
body.page-id-13460 .main .section:nth-of-type(4) .wrapper h3,
body.page-id-13460 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container h3,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(4) .cookie-notice-container h3,
body.page-id-13461 .main .section:nth-of-type(4) .wrapper h3,
body.page-id-13461 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container h3,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(4) .cookie-notice-container h3,
body.page-id-13462 .main .section:nth-of-type(4) .wrapper h3,
body.page-id-13462 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container h3,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(4) .cookie-notice-container h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #161616;
}
body.page-id-13302 .main .section:nth-of-type(4) .wrapper p, body.page-id-13302 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container p, #cookie-notice body.page-id-13302 .main .section:nth-of-type(4) .cookie-notice-container p,
body.page-id-13460 .main .section:nth-of-type(4) .wrapper p,
body.page-id-13460 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container p,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(4) .cookie-notice-container p,
body.page-id-13461 .main .section:nth-of-type(4) .wrapper p,
body.page-id-13461 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container p,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(4) .cookie-notice-container p,
body.page-id-13462 .main .section:nth-of-type(4) .wrapper p,
body.page-id-13462 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container p,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(4) .cookie-notice-container p {
  color: #161616;
}
body.page-id-13302 .main .section:nth-of-type(4) .wrapper ul, body.page-id-13302 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container ul, #cookie-notice body.page-id-13302 .main .section:nth-of-type(4) .cookie-notice-container ul,
body.page-id-13460 .main .section:nth-of-type(4) .wrapper ul,
body.page-id-13460 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container ul,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(4) .cookie-notice-container ul,
body.page-id-13461 .main .section:nth-of-type(4) .wrapper ul,
body.page-id-13461 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container ul,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(4) .cookie-notice-container ul,
body.page-id-13462 .main .section:nth-of-type(4) .wrapper ul,
body.page-id-13462 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container ul,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(4) .cookie-notice-container ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
body.page-id-13302 .main .section:nth-of-type(4) .wrapper ul li, body.page-id-13302 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container ul li, #cookie-notice body.page-id-13302 .main .section:nth-of-type(4) .cookie-notice-container ul li,
body.page-id-13460 .main .section:nth-of-type(4) .wrapper ul li,
body.page-id-13460 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container ul li,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(4) .cookie-notice-container ul li,
body.page-id-13461 .main .section:nth-of-type(4) .wrapper ul li,
body.page-id-13461 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container ul li,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(4) .cookie-notice-container ul li,
body.page-id-13462 .main .section:nth-of-type(4) .wrapper ul li,
body.page-id-13462 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container ul li,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(4) .cookie-notice-container ul li {
  color: #161616;
  display: flex;
  padding: 0 0 0 32px;
  position: relative;
}
body.page-id-13302 .main .section:nth-of-type(4) .wrapper ul li:before, body.page-id-13302 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container ul li:before, #cookie-notice body.page-id-13302 .main .section:nth-of-type(4) .cookie-notice-container ul li:before,
body.page-id-13460 .main .section:nth-of-type(4) .wrapper ul li:before,
body.page-id-13460 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container ul li:before,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(4) .cookie-notice-container ul li:before,
body.page-id-13461 .main .section:nth-of-type(4) .wrapper ul li:before,
body.page-id-13461 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container ul li:before,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(4) .cookie-notice-container ul li:before,
body.page-id-13462 .main .section:nth-of-type(4) .wrapper ul li:before,
body.page-id-13462 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container ul li:before,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(4) .cookie-notice-container ul li:before {
  content: "";
  display: block;
  width: 25px;
  height: 19px;
  background-image: url("../images/icon-green-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  left: 0;
}
body.page-id-13302 .main .section:nth-of-type(4) .wrapper a, body.page-id-13302 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container a, #cookie-notice body.page-id-13302 .main .section:nth-of-type(4) .cookie-notice-container a,
body.page-id-13460 .main .section:nth-of-type(4) .wrapper a,
body.page-id-13460 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container a,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(4) .cookie-notice-container a,
body.page-id-13461 .main .section:nth-of-type(4) .wrapper a,
body.page-id-13461 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container a,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(4) .cookie-notice-container a,
body.page-id-13462 .main .section:nth-of-type(4) .wrapper a,
body.page-id-13462 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container a,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(4) .cookie-notice-container a {
  font-size: 16px;
  font-size: 1rem;
  color: #161616;
  display: inline-block;
}
body.page-id-13302 .main .section:nth-of-type(4) .wrapper a:nth-of-type(1), body.page-id-13302 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container a:nth-of-type(1), #cookie-notice body.page-id-13302 .main .section:nth-of-type(4) .cookie-notice-container a:nth-of-type(1),
body.page-id-13460 .main .section:nth-of-type(4) .wrapper a:nth-of-type(1),
body.page-id-13460 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container a:nth-of-type(1),
#cookie-notice body.page-id-13460 .main .section:nth-of-type(4) .cookie-notice-container a:nth-of-type(1),
body.page-id-13461 .main .section:nth-of-type(4) .wrapper a:nth-of-type(1),
body.page-id-13461 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container a:nth-of-type(1),
#cookie-notice body.page-id-13461 .main .section:nth-of-type(4) .cookie-notice-container a:nth-of-type(1),
body.page-id-13462 .main .section:nth-of-type(4) .wrapper a:nth-of-type(1),
body.page-id-13462 .main .section:nth-of-type(4) #cookie-notice .cookie-notice-container a:nth-of-type(1),
#cookie-notice body.page-id-13462 .main .section:nth-of-type(4) .cookie-notice-container a:nth-of-type(1) {
  margin: 24px 0 10px;
}
body.page-id-13302 .main .section:nth-of-type(5) .wrapper h2, body.page-id-13302 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-13302 .main .section:nth-of-type(5) .cookie-notice-container h2,
body.page-id-13460 .main .section:nth-of-type(5) .wrapper h2,
body.page-id-13460 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(5) .cookie-notice-container h2,
body.page-id-13461 .main .section:nth-of-type(5) .wrapper h2,
body.page-id-13461 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(5) .cookie-notice-container h2,
body.page-id-13462 .main .section:nth-of-type(5) .wrapper h2,
body.page-id-13462 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(5) .cookie-notice-container h2 {
  margin: 0 auto;
  text-align: center;
  color: #161616;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
}
body.page-id-13302 .main .section:nth-of-type(5) .wrapper .grid, body.page-id-13302 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-13302 .main .section:nth-of-type(5) .cookie-notice-container .grid,
body.page-id-13460 .main .section:nth-of-type(5) .wrapper .grid,
body.page-id-13460 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(5) .cookie-notice-container .grid,
body.page-id-13461 .main .section:nth-of-type(5) .wrapper .grid,
body.page-id-13461 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(5) .cookie-notice-container .grid,
body.page-id-13462 .main .section:nth-of-type(5) .wrapper .grid,
body.page-id-13462 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(5) .cookie-notice-container .grid {
  max-width: 976px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.page-id-13302 .main .section:nth-of-type(5) .wrapper .grid .single .title, body.page-id-13302 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid .single .title, #cookie-notice body.page-id-13302 .main .section:nth-of-type(5) .cookie-notice-container .grid .single .title,
body.page-id-13460 .main .section:nth-of-type(5) .wrapper .grid .single .title,
body.page-id-13460 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(5) .cookie-notice-container .grid .single .title,
body.page-id-13461 .main .section:nth-of-type(5) .wrapper .grid .single .title,
body.page-id-13461 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(5) .cookie-notice-container .grid .single .title,
body.page-id-13462 .main .section:nth-of-type(5) .wrapper .grid .single .title,
body.page-id-13462 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(5) .cookie-notice-container .grid .single .title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #161616;
}
body.page-id-13302 .main .section:nth-of-type(5) .wrapper .grid .single .text p, body.page-id-13302 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid .single .text p, #cookie-notice body.page-id-13302 .main .section:nth-of-type(5) .cookie-notice-container .grid .single .text p, body.page-id-13302 .main .section:nth-of-type(5) .wrapper .grid .single .text ul, body.page-id-13302 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid .single .text ul, #cookie-notice body.page-id-13302 .main .section:nth-of-type(5) .cookie-notice-container .grid .single .text ul,
body.page-id-13460 .main .section:nth-of-type(5) .wrapper .grid .single .text p,
body.page-id-13460 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid .single .text p,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(5) .cookie-notice-container .grid .single .text p,
body.page-id-13460 .main .section:nth-of-type(5) .wrapper .grid .single .text ul,
body.page-id-13460 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid .single .text ul,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(5) .cookie-notice-container .grid .single .text ul,
body.page-id-13461 .main .section:nth-of-type(5) .wrapper .grid .single .text p,
body.page-id-13461 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid .single .text p,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(5) .cookie-notice-container .grid .single .text p,
body.page-id-13461 .main .section:nth-of-type(5) .wrapper .grid .single .text ul,
body.page-id-13461 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid .single .text ul,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(5) .cookie-notice-container .grid .single .text ul,
body.page-id-13462 .main .section:nth-of-type(5) .wrapper .grid .single .text p,
body.page-id-13462 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid .single .text p,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(5) .cookie-notice-container .grid .single .text p,
body.page-id-13462 .main .section:nth-of-type(5) .wrapper .grid .single .text ul,
body.page-id-13462 .main .section:nth-of-type(5) #cookie-notice .cookie-notice-container .grid .single .text ul,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(5) .cookie-notice-container .grid .single .text ul {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #161616;
}
body.page-id-13302 .main section.lenovo-thinkcentre-7-block,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block {
  max-width: 1286px;
  width: 100%;
  margin: 0 auto 56px;
  padding: 48px 48px;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-7-block,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block {
    padding: 48px 32px;
  }
}
@media (max-width: 480px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-7-block,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block {
    padding: 48px 16px;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-7-block .wrapper h3, body.page-id-13302 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container h3, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-7-block .cookie-notice-container h3,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block .wrapper h3,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container h3,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-7-block .cookie-notice-container h3,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block .wrapper h3,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container h3,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-7-block .cookie-notice-container h3,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block .wrapper h3,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container h3,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-7-block .cookie-notice-container h3 {
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
body.page-id-13302 .main section.lenovo-thinkcentre-7-block .wrapper p, body.page-id-13302 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container p, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-7-block .cookie-notice-container p,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block .wrapper p,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container p,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-7-block .cookie-notice-container p,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block .wrapper p,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container p,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-7-block .cookie-notice-container p,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block .wrapper p,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container p,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-7-block .cookie-notice-container p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: center;
  margin: 24px 0 0;
}
body.page-id-13302 .main section.lenovo-thinkcentre-7-block .wrapper .wrap, body.page-id-13302 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block .wrapper .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block .wrapper .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block .wrapper .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap {
  display: grid;
  grid-gap: 54px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-7-block .wrapper .wrap, body.page-id-13302 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block .wrapper .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block .wrapper .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block .wrapper .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap {
    grid-gap: 32px;
    margin: 32px 0 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col, body.page-id-13302 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col {
  max-width: 269px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col, body.page-id-13302 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col {
    max-width: 100%;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col img, body.page-id-13302 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col img, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col img,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col img,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col img,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col img,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col img,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col img,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col img,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col img,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col img,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col img {
  height: 84px;
  width: auto;
  display: block;
  margin: 0 auto;
}
body.page-id-13302 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col .title, body.page-id-13302 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col .title, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col .title,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col .title,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col .title,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col .title,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col .title,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col .title,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col .title,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col .title,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col .title,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col .title {
  font-size: 26px;
  font-size: 1.625rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 16px auto 0;
  display: block;
}
body.page-id-13302 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col p, body.page-id-13302 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col p, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col p,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col p,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col p,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col p,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col p,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col p,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col p,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col p,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col p,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col p {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  margin: 24px auto 0;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col p, body.page-id-13302 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col p, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col p,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col p,
body.page-id-13460 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col p,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col p,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col p,
body.page-id-13461 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col p,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col p,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block .wrapper .wrap .col p,
body.page-id-13462 .main section.lenovo-thinkcentre-7-block #cookie-notice .cookie-notice-container .wrap .col p,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-7-block .cookie-notice-container .wrap .col p {
    margin: 16px auto 0;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block {
  background: #202020;
  position: relative;
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block:after,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block:after,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block:after,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block:after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/wp-content/uploads/2025/02/thinkcentre-illustration.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: soft-light;
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container {
  z-index: 2;
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap {
  display: flex;
  grid-gap: 64px;
}
@media (max-width: 1024px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap {
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap {
    flex-direction: column;
    grid-gap: 32px;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1), body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 38%;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1), body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) {
    width: 100%;
    grid-gap: 24px;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) h3, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) h3, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) h3,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) h3,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) h3,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) h3,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) h3,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) h3,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) h3,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) h3,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) h3,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) h3 {
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) img, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) img, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) img,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) img,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) img,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) img,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) img,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) img,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) img,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) img,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) img,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) img {
  height: 85px;
  width: auto;
  display: block;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) img, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) img, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) img,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) img,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) img,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) img,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) img,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) img,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) img,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) img,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) img,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) img {
    height: 64px;
  }
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) img, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) img, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) img,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) img,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) img,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) img,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) img,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) img,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) img,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(1) img,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(1) img,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(1) img {
    height: 48px;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) {
  width: 62%;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) {
    width: 100%;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table {
  border-bottom: 1px solid #161616;
  margin: 0;
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row {
  display: flex;
  border-bottom: 1px solid #161616;
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:last-child, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:last-child,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:last-child,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:last-child,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:last-child {
  border-bottom: none;
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div {
  background: #E1251B;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2) {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row:nth-of-type(1) div:nth-of-type(2) {
    font-size: 16px;
    font-size: 1rem;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div {
  padding: 15px 23px;
  background: #EEE;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div, body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div, #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div,
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div,
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div {
    padding: 12px 16px;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1), body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1) {
  border-right: 1px solid #161616;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  width: 55%;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1), body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(1) {
    font-size: 16px;
    font-size: 1rem;
  }
}
body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2) {
  font-size: 12px;
  font-size: 0.75rem;
  width: 45%;
}
@media (max-width: 768px) {
  body.page-id-13302 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2), body.page-id-13302 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2), #cookie-notice body.page-id-13302 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13460 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
#cookie-notice body.page-id-13460 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13461 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
#cookie-notice body.page-id-13461 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block .wrapper .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
body.page-id-13462 .main section.lenovo-thinkcentre-8-block #cookie-notice .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2),
#cookie-notice body.page-id-13462 .main section.lenovo-thinkcentre-8-block .cookie-notice-container .wrap .col:nth-of-type(2) .table .row div:nth-of-type(2) {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.page-id-13302 .main .section:nth-of-type(6) .wrapper h2, body.page-id-13302 .main .section:nth-of-type(6) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-13302 .main .section:nth-of-type(6) .cookie-notice-container h2,
body.page-id-13460 .main .section:nth-of-type(6) .wrapper h2,
body.page-id-13460 .main .section:nth-of-type(6) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(6) .cookie-notice-container h2,
body.page-id-13461 .main .section:nth-of-type(6) .wrapper h2,
body.page-id-13461 .main .section:nth-of-type(6) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(6) .cookie-notice-container h2,
body.page-id-13462 .main .section:nth-of-type(6) .wrapper h2,
body.page-id-13462 .main .section:nth-of-type(6) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(6) .cookie-notice-container h2 {
  font-size: 48px;
  font-size: 3rem;
  color: #161616;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
body.page-id-13302 .main .section:nth-of-type(6) .wrapper p, body.page-id-13302 .main .section:nth-of-type(6) #cookie-notice .cookie-notice-container p, #cookie-notice body.page-id-13302 .main .section:nth-of-type(6) .cookie-notice-container p,
body.page-id-13460 .main .section:nth-of-type(6) .wrapper p,
body.page-id-13460 .main .section:nth-of-type(6) #cookie-notice .cookie-notice-container p,
#cookie-notice body.page-id-13460 .main .section:nth-of-type(6) .cookie-notice-container p,
body.page-id-13461 .main .section:nth-of-type(6) .wrapper p,
body.page-id-13461 .main .section:nth-of-type(6) #cookie-notice .cookie-notice-container p,
#cookie-notice body.page-id-13461 .main .section:nth-of-type(6) .cookie-notice-container p,
body.page-id-13462 .main .section:nth-of-type(6) .wrapper p,
body.page-id-13462 .main .section:nth-of-type(6) #cookie-notice .cookie-notice-container p,
#cookie-notice body.page-id-13462 .main .section:nth-of-type(6) .cookie-notice-container p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #161616;
  text-align: center;
  margin: 32px auto 0;
}

body.page-id-14100 .main section.lenovo-aura-1-block,
body.page-id-14109 .main section.lenovo-aura-1-block,
body.page-id-14110 .main section.lenovo-aura-1-block,
body.page-id-14111 .main section.lenovo-aura-1-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-id-14100 .main section.lenovo-aura-1-block .wrapper h1, body.page-id-14100 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container h1, #cookie-notice body.page-id-14100 .main section.lenovo-aura-1-block .cookie-notice-container h1,
body.page-id-14109 .main section.lenovo-aura-1-block .wrapper h1,
body.page-id-14109 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-1-block .cookie-notice-container h1,
body.page-id-14110 .main section.lenovo-aura-1-block .wrapper h1,
body.page-id-14110 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-1-block .cookie-notice-container h1,
body.page-id-14111 .main section.lenovo-aura-1-block .wrapper h1,
body.page-id-14111 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-1-block .cookie-notice-container h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 70px;
  font-size: 4.375rem;
  color: #ffffff;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  max-width: 791px;
  width: 100%;
}
@media (max-width: 1440px) {
  body.page-id-14100 .main section.lenovo-aura-1-block .wrapper h1, body.page-id-14100 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container h1, #cookie-notice body.page-id-14100 .main section.lenovo-aura-1-block .cookie-notice-container h1,
body.page-id-14109 .main section.lenovo-aura-1-block .wrapper h1,
body.page-id-14109 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-1-block .cookie-notice-container h1,
body.page-id-14110 .main section.lenovo-aura-1-block .wrapper h1,
body.page-id-14110 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-1-block .cookie-notice-container h1,
body.page-id-14111 .main section.lenovo-aura-1-block .wrapper h1,
body.page-id-14111 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-1-block .cookie-notice-container h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-14100 .main section.lenovo-aura-1-block .wrapper h1, body.page-id-14100 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container h1, #cookie-notice body.page-id-14100 .main section.lenovo-aura-1-block .cookie-notice-container h1,
body.page-id-14109 .main section.lenovo-aura-1-block .wrapper h1,
body.page-id-14109 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-1-block .cookie-notice-container h1,
body.page-id-14110 .main section.lenovo-aura-1-block .wrapper h1,
body.page-id-14110 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-1-block .cookie-notice-container h1,
body.page-id-14111 .main section.lenovo-aura-1-block .wrapper h1,
body.page-id-14111 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-1-block .cookie-notice-container h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
body.page-id-14100 .main section.lenovo-aura-1-block .wrapper .text, body.page-id-14100 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .text, #cookie-notice body.page-id-14100 .main section.lenovo-aura-1-block .cookie-notice-container .text,
body.page-id-14109 .main section.lenovo-aura-1-block .wrapper .text,
body.page-id-14109 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-1-block .cookie-notice-container .text,
body.page-id-14110 .main section.lenovo-aura-1-block .wrapper .text,
body.page-id-14110 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-1-block .cookie-notice-container .text,
body.page-id-14111 .main section.lenovo-aura-1-block .wrapper .text,
body.page-id-14111 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-1-block .cookie-notice-container .text {
  margin: 32px 0 0;
  max-width: 734px;
  width: 100%;
}
body.page-id-14100 .main section.lenovo-aura-1-block .wrapper .text p, body.page-id-14100 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .text p, #cookie-notice body.page-id-14100 .main section.lenovo-aura-1-block .cookie-notice-container .text p,
body.page-id-14109 .main section.lenovo-aura-1-block .wrapper .text p,
body.page-id-14109 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-1-block .cookie-notice-container .text p,
body.page-id-14110 .main section.lenovo-aura-1-block .wrapper .text p,
body.page-id-14110 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-1-block .cookie-notice-container .text p,
body.page-id-14111 .main section.lenovo-aura-1-block .wrapper .text p,
body.page-id-14111 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-1-block .cookie-notice-container .text p {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body.page-id-14100 .main section.lenovo-aura-1-block .wrapper .intel, body.page-id-14100 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .intel, #cookie-notice body.page-id-14100 .main section.lenovo-aura-1-block .cookie-notice-container .intel,
body.page-id-14109 .main section.lenovo-aura-1-block .wrapper .intel,
body.page-id-14109 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .intel,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-1-block .cookie-notice-container .intel,
body.page-id-14110 .main section.lenovo-aura-1-block .wrapper .intel,
body.page-id-14110 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .intel,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-1-block .cookie-notice-container .intel,
body.page-id-14111 .main section.lenovo-aura-1-block .wrapper .intel,
body.page-id-14111 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .intel,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-1-block .cookie-notice-container .intel {
  height: 173px;
  width: auto;
  display: block;
  margin: 32px 0 0;
  transform: translateX(-37px);
}
@media (max-width: 768px) {
  body.page-id-14100 .main section.lenovo-aura-1-block .wrapper .intel, body.page-id-14100 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .intel, #cookie-notice body.page-id-14100 .main section.lenovo-aura-1-block .cookie-notice-container .intel,
body.page-id-14109 .main section.lenovo-aura-1-block .wrapper .intel,
body.page-id-14109 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .intel,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-1-block .cookie-notice-container .intel,
body.page-id-14110 .main section.lenovo-aura-1-block .wrapper .intel,
body.page-id-14110 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .intel,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-1-block .cookie-notice-container .intel,
body.page-id-14111 .main section.lenovo-aura-1-block .wrapper .intel,
body.page-id-14111 .main section.lenovo-aura-1-block #cookie-notice .cookie-notice-container .intel,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-1-block .cookie-notice-container .intel {
    height: 130px;
    transform: translateX(-20px);
  }
}
body.page-id-14100 .main section.lenovo-aura-2-block,
body.page-id-14109 .main section.lenovo-aura-2-block,
body.page-id-14110 .main section.lenovo-aura-2-block,
body.page-id-14111 .main section.lenovo-aura-2-block {
  background: linear-gradient(132deg, #682269 35.38%, #23224B 69.16%);
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .top, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .top,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .top,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .top,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .top,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .top,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .top,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .top {
  display: grid;
  grid-gap: 45px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .top, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .top,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .top,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .top,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .top,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .top,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .top,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .top {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .top .col img, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col img, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .top .col img,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .top .col img,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .top .col img,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .top .col img,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .top .col img,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .top .col img,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .top .col img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .top .col h2, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col h2, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .top .col h2,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .top .col h2,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col h2,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .top .col h2,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .top .col h2,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col h2,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .top .col h2,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .top .col h2,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col h2,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .top .col h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  max-width: 100%;
  text-align: left;
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .top .col .list, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col .list, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .top .col .list,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .top .col .list,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col .list,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .top .col .list,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .top .col .list,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col .list,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .top .col .list,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .top .col .list,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col .list,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .top .col .list {
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .top .col .list .single h3, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col .list .single h3, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .top .col .list .single h3,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .top .col .list .single h3,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col .list .single h3,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .top .col .list .single h3,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .top .col .list .single h3,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col .list .single h3,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .top .col .list .single h3,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .top .col .list .single h3,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col .list .single h3,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .top .col .list .single h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .top .col .list .single p, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col .list .single p, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .top .col .list .single p,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .top .col .list .single p,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col .list .single p,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .top .col .list .single p,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .top .col .list .single p,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col .list .single p,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .top .col .list .single p,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .top .col .list .single p,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .top .col .list .single p,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .top .col .list .single p {
  margin: 4px 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom {
  margin: 50px 0 0;
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom h2, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom h2, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom h2,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom h2,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom h2,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom h2,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom h2,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom h2,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom h2,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom h2,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom h2,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom h2 {
  max-width: 100%;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .text, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .text, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .text,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .text,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .text,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .text,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .text,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .text,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .text,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .text,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .text,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .text {
  max-width: 989px;
  width: 100%;
  margin: 16px auto 0;
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .text p, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .text p, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .text p,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .text p,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .text p,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .text p,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .text p,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .text p,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .text p,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .text p,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .text p,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .text p {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .wrap, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .wrap,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .wrap,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .wrap,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap {
  display: flex;
  grid-gap: 33px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .wrap, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .wrap,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .wrap,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .wrap,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap {
    grid-gap: 32px;
  }
}
@media (max-width: 480px) {
  body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .wrap, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .wrap,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .wrap,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .wrap,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap {
    grid-gap: 24px;
  }
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single {
  padding: 28px 28px;
  width: calc(33.3333333333% - 22px);
  background: rgba(250, 250, 250, 0.8);
}
@media (max-width: 1024px) {
  body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single {
    padding: 24px 24px;
  }
}
@media (max-width: 768px) {
  body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single {
    width: calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single {
    width: 100%;
  }
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single img, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single img, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single img,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single img,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single img,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single img,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single img,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single img,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single img {
  height: 84px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single img, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single img, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single img,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single img,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single img,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single img,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single img,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single img,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single img {
    height: 64px;
  }
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single h3, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single h3, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single h3,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single h3,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single h3,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single h3,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single h3,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single h3,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single h3,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single h3,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single h3,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  color: #161616;
  margin: 12px 0 0;
  text-align: center;
}
body.page-id-14100 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single p, body.page-id-14100 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single p, #cookie-notice body.page-id-14100 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single p,
body.page-id-14109 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single p,
body.page-id-14109 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single p,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single p,
body.page-id-14110 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single p,
body.page-id-14110 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single p,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single p,
body.page-id-14111 .main section.lenovo-aura-2-block .wrapper .bottom .wrap .single p,
body.page-id-14111 .main section.lenovo-aura-2-block #cookie-notice .cookie-notice-container .bottom .wrap .single p,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-2-block .cookie-notice-container .bottom .wrap .single p {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 12px 0 0;
  text-align: center;
  color: #161616;
  line-height: 1.2;
}
body.page-id-14100 .main section.lenovo-aura-3-block,
body.page-id-14100 .main section.lenovo-aura-4-block,
body.page-id-14109 .main section.lenovo-aura-3-block,
body.page-id-14109 .main section.lenovo-aura-4-block,
body.page-id-14110 .main section.lenovo-aura-3-block,
body.page-id-14110 .main section.lenovo-aura-4-block,
body.page-id-14111 .main section.lenovo-aura-3-block,
body.page-id-14111 .main section.lenovo-aura-4-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-id-14100 .main section.lenovo-aura-3-block .wrapper .wrap, body.page-id-14100 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-14100 .main section.lenovo-aura-3-block .cookie-notice-container .wrap,
body.page-id-14100 .main section.lenovo-aura-4-block .wrapper .wrap,
body.page-id-14100 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-4-block .cookie-notice-container .wrap,
body.page-id-14109 .main section.lenovo-aura-3-block .wrapper .wrap,
body.page-id-14109 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-3-block .cookie-notice-container .wrap,
body.page-id-14109 .main section.lenovo-aura-4-block .wrapper .wrap,
body.page-id-14109 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-4-block .cookie-notice-container .wrap,
body.page-id-14110 .main section.lenovo-aura-3-block .wrapper .wrap,
body.page-id-14110 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-3-block .cookie-notice-container .wrap,
body.page-id-14110 .main section.lenovo-aura-4-block .wrapper .wrap,
body.page-id-14110 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-4-block .cookie-notice-container .wrap,
body.page-id-14111 .main section.lenovo-aura-3-block .wrapper .wrap,
body.page-id-14111 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-3-block .cookie-notice-container .wrap,
body.page-id-14111 .main section.lenovo-aura-4-block .wrapper .wrap,
body.page-id-14111 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-4-block .cookie-notice-container .wrap {
  max-width: 798px;
  width: 100%;
}
body.page-id-14100 .main section.lenovo-aura-3-block .wrapper .wrap h2, body.page-id-14100 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap h2, #cookie-notice body.page-id-14100 .main section.lenovo-aura-3-block .cookie-notice-container .wrap h2,
body.page-id-14100 .main section.lenovo-aura-4-block .wrapper .wrap h2,
body.page-id-14100 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-4-block .cookie-notice-container .wrap h2,
body.page-id-14109 .main section.lenovo-aura-3-block .wrapper .wrap h2,
body.page-id-14109 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-3-block .cookie-notice-container .wrap h2,
body.page-id-14109 .main section.lenovo-aura-4-block .wrapper .wrap h2,
body.page-id-14109 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-4-block .cookie-notice-container .wrap h2,
body.page-id-14110 .main section.lenovo-aura-3-block .wrapper .wrap h2,
body.page-id-14110 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-3-block .cookie-notice-container .wrap h2,
body.page-id-14110 .main section.lenovo-aura-4-block .wrapper .wrap h2,
body.page-id-14110 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-4-block .cookie-notice-container .wrap h2,
body.page-id-14111 .main section.lenovo-aura-3-block .wrapper .wrap h2,
body.page-id-14111 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-3-block .cookie-notice-container .wrap h2,
body.page-id-14111 .main section.lenovo-aura-4-block .wrapper .wrap h2,
body.page-id-14111 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-4-block .cookie-notice-container .wrap h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  body.page-id-14100 .main section.lenovo-aura-3-block .wrapper .wrap h2, body.page-id-14100 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap h2, #cookie-notice body.page-id-14100 .main section.lenovo-aura-3-block .cookie-notice-container .wrap h2,
body.page-id-14100 .main section.lenovo-aura-4-block .wrapper .wrap h2,
body.page-id-14100 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-4-block .cookie-notice-container .wrap h2,
body.page-id-14109 .main section.lenovo-aura-3-block .wrapper .wrap h2,
body.page-id-14109 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-3-block .cookie-notice-container .wrap h2,
body.page-id-14109 .main section.lenovo-aura-4-block .wrapper .wrap h2,
body.page-id-14109 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-4-block .cookie-notice-container .wrap h2,
body.page-id-14110 .main section.lenovo-aura-3-block .wrapper .wrap h2,
body.page-id-14110 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-3-block .cookie-notice-container .wrap h2,
body.page-id-14110 .main section.lenovo-aura-4-block .wrapper .wrap h2,
body.page-id-14110 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-4-block .cookie-notice-container .wrap h2,
body.page-id-14111 .main section.lenovo-aura-3-block .wrapper .wrap h2,
body.page-id-14111 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-3-block .cookie-notice-container .wrap h2,
body.page-id-14111 .main section.lenovo-aura-4-block .wrapper .wrap h2,
body.page-id-14111 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-4-block .cookie-notice-container .wrap h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-14100 .main section.lenovo-aura-3-block .wrapper .wrap .text, body.page-id-14100 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap .text, #cookie-notice body.page-id-14100 .main section.lenovo-aura-3-block .cookie-notice-container .wrap .text,
body.page-id-14100 .main section.lenovo-aura-4-block .wrapper .wrap .text,
body.page-id-14100 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap .text,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-4-block .cookie-notice-container .wrap .text,
body.page-id-14109 .main section.lenovo-aura-3-block .wrapper .wrap .text,
body.page-id-14109 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap .text,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-3-block .cookie-notice-container .wrap .text,
body.page-id-14109 .main section.lenovo-aura-4-block .wrapper .wrap .text,
body.page-id-14109 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap .text,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-4-block .cookie-notice-container .wrap .text,
body.page-id-14110 .main section.lenovo-aura-3-block .wrapper .wrap .text,
body.page-id-14110 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap .text,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-3-block .cookie-notice-container .wrap .text,
body.page-id-14110 .main section.lenovo-aura-4-block .wrapper .wrap .text,
body.page-id-14110 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap .text,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-4-block .cookie-notice-container .wrap .text,
body.page-id-14111 .main section.lenovo-aura-3-block .wrapper .wrap .text,
body.page-id-14111 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap .text,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-3-block .cookie-notice-container .wrap .text,
body.page-id-14111 .main section.lenovo-aura-4-block .wrapper .wrap .text,
body.page-id-14111 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap .text,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-4-block .cookie-notice-container .wrap .text {
  margin: 16px 0 0;
}
body.page-id-14100 .main section.lenovo-aura-3-block .wrapper .wrap .text p, body.page-id-14100 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap .text p, #cookie-notice body.page-id-14100 .main section.lenovo-aura-3-block .cookie-notice-container .wrap .text p,
body.page-id-14100 .main section.lenovo-aura-4-block .wrapper .wrap .text p,
body.page-id-14100 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap .text p,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-4-block .cookie-notice-container .wrap .text p,
body.page-id-14109 .main section.lenovo-aura-3-block .wrapper .wrap .text p,
body.page-id-14109 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap .text p,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-3-block .cookie-notice-container .wrap .text p,
body.page-id-14109 .main section.lenovo-aura-4-block .wrapper .wrap .text p,
body.page-id-14109 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap .text p,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-4-block .cookie-notice-container .wrap .text p,
body.page-id-14110 .main section.lenovo-aura-3-block .wrapper .wrap .text p,
body.page-id-14110 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap .text p,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-3-block .cookie-notice-container .wrap .text p,
body.page-id-14110 .main section.lenovo-aura-4-block .wrapper .wrap .text p,
body.page-id-14110 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap .text p,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-4-block .cookie-notice-container .wrap .text p,
body.page-id-14111 .main section.lenovo-aura-3-block .wrapper .wrap .text p,
body.page-id-14111 .main section.lenovo-aura-3-block #cookie-notice .cookie-notice-container .wrap .text p,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-3-block .cookie-notice-container .wrap .text p,
body.page-id-14111 .main section.lenovo-aura-4-block .wrapper .wrap .text p,
body.page-id-14111 .main section.lenovo-aura-4-block #cookie-notice .cookie-notice-container .wrap .text p,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-4-block .cookie-notice-container .wrap .text p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}
body.page-id-14100 .main .text-2-columns-block.section.bg-grey-light,
body.page-id-14109 .main .text-2-columns-block.section.bg-grey-light,
body.page-id-14110 .main .text-2-columns-block.section.bg-grey-light,
body.page-id-14111 .main .text-2-columns-block.section.bg-grey-light {
  background: #F3F3F3;
}
@media (max-width: 768px) {
  body.page-id-14100 .main .text-2-columns-block.section.bg-grey-light .column:nth-of-type(1),
body.page-id-14109 .main .text-2-columns-block.section.bg-grey-light .column:nth-of-type(1),
body.page-id-14110 .main .text-2-columns-block.section.bg-grey-light .column:nth-of-type(1),
body.page-id-14111 .main .text-2-columns-block.section.bg-grey-light .column:nth-of-type(1) {
    order: 1;
  }
}
@media (max-width: 768px) {
  body.page-id-14100 .main .text-2-columns-block.section.bg-grey-light .column:nth-of-type(2),
body.page-id-14109 .main .text-2-columns-block.section.bg-grey-light .column:nth-of-type(2),
body.page-id-14110 .main .text-2-columns-block.section.bg-grey-light .column:nth-of-type(2),
body.page-id-14111 .main .text-2-columns-block.section.bg-grey-light .column:nth-of-type(2) {
    order: 2;
  }
}
@media (max-width: 768px) {
  body.page-id-14100 .main .text-2-columns-block.section .column:nth-of-type(1),
body.page-id-14109 .main .text-2-columns-block.section .column:nth-of-type(1),
body.page-id-14110 .main .text-2-columns-block.section .column:nth-of-type(1),
body.page-id-14111 .main .text-2-columns-block.section .column:nth-of-type(1) {
    order: 2;
  }
}
@media (max-width: 768px) {
  body.page-id-14100 .main .text-2-columns-block.section .column:nth-of-type(2),
body.page-id-14109 .main .text-2-columns-block.section .column:nth-of-type(2),
body.page-id-14110 .main .text-2-columns-block.section .column:nth-of-type(2),
body.page-id-14111 .main .text-2-columns-block.section .column:nth-of-type(2) {
    order: 1;
  }
}
body.page-id-14100 .main .text-2-columns-block.section h2,
body.page-id-14109 .main .text-2-columns-block.section h2,
body.page-id-14110 .main .text-2-columns-block.section h2,
body.page-id-14111 .main .text-2-columns-block.section h2 {
  max-width: 100%;
  font-size: 32px;
  font-size: 2rem;
  color: #161616;
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
body.page-id-14100 .main .text-2-columns-block.section ul,
body.page-id-14109 .main .text-2-columns-block.section ul,
body.page-id-14110 .main .text-2-columns-block.section ul,
body.page-id-14111 .main .text-2-columns-block.section ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
body.page-id-14100 .main .text-2-columns-block.section ul li,
body.page-id-14109 .main .text-2-columns-block.section ul li,
body.page-id-14110 .main .text-2-columns-block.section ul li,
body.page-id-14111 .main .text-2-columns-block.section ul li {
  color: #161616;
  padding: 0 0 0 32px;
  position: relative;
}
body.page-id-14100 .main .text-2-columns-block.section ul li:before,
body.page-id-14109 .main .text-2-columns-block.section ul li:before,
body.page-id-14110 .main .text-2-columns-block.section ul li:before,
body.page-id-14111 .main .text-2-columns-block.section ul li:before {
  content: "";
  display: block;
  width: 25px;
  height: 19px;
  background-image: url("../images/icon-green-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  left: 0;
}
body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container,
body.page-id-14100 .main section.lenovo-aura-5-2-block .wrapper,
body.page-id-14100 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-2-block .cookie-notice-container,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container,
body.page-id-14100 .main section.lenovo-aura-5-4-block .wrapper,
body.page-id-14100 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-4-block .cookie-notice-container,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container,
body.page-id-14109 .main section.lenovo-aura-5-2-block .wrapper,
body.page-id-14109 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-2-block .cookie-notice-container,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container,
body.page-id-14109 .main section.lenovo-aura-5-4-block .wrapper,
body.page-id-14109 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-4-block .cookie-notice-container,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container,
body.page-id-14110 .main section.lenovo-aura-5-2-block .wrapper,
body.page-id-14110 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-2-block .cookie-notice-container,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container,
body.page-id-14110 .main section.lenovo-aura-5-4-block .wrapper,
body.page-id-14110 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-4-block .cookie-notice-container,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container,
body.page-id-14111 .main section.lenovo-aura-5-2-block .wrapper,
body.page-id-14111 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-2-block .cookie-notice-container,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container,
body.page-id-14111 .main section.lenovo-aura-5-4-block .wrapper,
body.page-id-14111 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-4-block .cookie-notice-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 48px;
}
@media (max-width: 768px) {
  body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container,
body.page-id-14100 .main section.lenovo-aura-5-2-block .wrapper,
body.page-id-14100 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-2-block .cookie-notice-container,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container,
body.page-id-14100 .main section.lenovo-aura-5-4-block .wrapper,
body.page-id-14100 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-4-block .cookie-notice-container,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container,
body.page-id-14109 .main section.lenovo-aura-5-2-block .wrapper,
body.page-id-14109 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-2-block .cookie-notice-container,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container,
body.page-id-14109 .main section.lenovo-aura-5-4-block .wrapper,
body.page-id-14109 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-4-block .cookie-notice-container,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container,
body.page-id-14110 .main section.lenovo-aura-5-2-block .wrapper,
body.page-id-14110 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-2-block .cookie-notice-container,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container,
body.page-id-14110 .main section.lenovo-aura-5-4-block .wrapper,
body.page-id-14110 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-4-block .cookie-notice-container,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container,
body.page-id-14111 .main section.lenovo-aura-5-2-block .wrapper,
body.page-id-14111 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-2-block .cookie-notice-container,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container,
body.page-id-14111 .main section.lenovo-aura-5-4-block .wrapper,
body.page-id-14111 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-4-block .cookie-notice-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper .col h2, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col h2, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container .col h2,
body.page-id-14100 .main section.lenovo-aura-5-2-block .wrapper .col h2,
body.page-id-14100 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-2-block .cookie-notice-container .col h2,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper .col h2,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container .col h2,
body.page-id-14100 .main section.lenovo-aura-5-4-block .wrapper .col h2,
body.page-id-14100 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-4-block .cookie-notice-container .col h2,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper .col h2,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container .col h2,
body.page-id-14109 .main section.lenovo-aura-5-2-block .wrapper .col h2,
body.page-id-14109 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-2-block .cookie-notice-container .col h2,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper .col h2,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container .col h2,
body.page-id-14109 .main section.lenovo-aura-5-4-block .wrapper .col h2,
body.page-id-14109 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-4-block .cookie-notice-container .col h2,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper .col h2,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container .col h2,
body.page-id-14110 .main section.lenovo-aura-5-2-block .wrapper .col h2,
body.page-id-14110 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-2-block .cookie-notice-container .col h2,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper .col h2,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container .col h2,
body.page-id-14110 .main section.lenovo-aura-5-4-block .wrapper .col h2,
body.page-id-14110 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-4-block .cookie-notice-container .col h2,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper .col h2,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container .col h2,
body.page-id-14111 .main section.lenovo-aura-5-2-block .wrapper .col h2,
body.page-id-14111 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-2-block .cookie-notice-container .col h2,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper .col h2,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container .col h2,
body.page-id-14111 .main section.lenovo-aura-5-4-block .wrapper .col h2,
body.page-id-14111 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col h2,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-4-block .cookie-notice-container .col h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #161616;
  margin: 0;
  max-width: 100%;
  text-align: left;
}
body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper .col .second-headline, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .second-headline, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .second-headline,
body.page-id-14100 .main section.lenovo-aura-5-2-block .wrapper .col .second-headline,
body.page-id-14100 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .second-headline,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper .col .second-headline,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .second-headline,
body.page-id-14100 .main section.lenovo-aura-5-4-block .wrapper .col .second-headline,
body.page-id-14100 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .second-headline,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper .col .second-headline,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .second-headline,
body.page-id-14109 .main section.lenovo-aura-5-2-block .wrapper .col .second-headline,
body.page-id-14109 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .second-headline,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper .col .second-headline,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .second-headline,
body.page-id-14109 .main section.lenovo-aura-5-4-block .wrapper .col .second-headline,
body.page-id-14109 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .second-headline,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper .col .second-headline,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .second-headline,
body.page-id-14110 .main section.lenovo-aura-5-2-block .wrapper .col .second-headline,
body.page-id-14110 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .second-headline,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper .col .second-headline,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .second-headline,
body.page-id-14110 .main section.lenovo-aura-5-4-block .wrapper .col .second-headline,
body.page-id-14110 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .second-headline,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper .col .second-headline,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .second-headline,
body.page-id-14111 .main section.lenovo-aura-5-2-block .wrapper .col .second-headline,
body.page-id-14111 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .second-headline,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper .col .second-headline,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .second-headline,
body.page-id-14111 .main section.lenovo-aura-5-4-block .wrapper .col .second-headline,
body.page-id-14111 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .second-headline,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .second-headline {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #161616;
  display: block;
  margin: 4px 0 0;
}
body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper .col .text, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .text, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .text,
body.page-id-14100 .main section.lenovo-aura-5-2-block .wrapper .col .text,
body.page-id-14100 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .text,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper .col .text,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .text,
body.page-id-14100 .main section.lenovo-aura-5-4-block .wrapper .col .text,
body.page-id-14100 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .text,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper .col .text,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .text,
body.page-id-14109 .main section.lenovo-aura-5-2-block .wrapper .col .text,
body.page-id-14109 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .text,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper .col .text,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .text,
body.page-id-14109 .main section.lenovo-aura-5-4-block .wrapper .col .text,
body.page-id-14109 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .text,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper .col .text,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .text,
body.page-id-14110 .main section.lenovo-aura-5-2-block .wrapper .col .text,
body.page-id-14110 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .text,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper .col .text,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .text,
body.page-id-14110 .main section.lenovo-aura-5-4-block .wrapper .col .text,
body.page-id-14110 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .text,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper .col .text,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .text,
body.page-id-14111 .main section.lenovo-aura-5-2-block .wrapper .col .text,
body.page-id-14111 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .text,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper .col .text,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .text,
body.page-id-14111 .main section.lenovo-aura-5-4-block .wrapper .col .text,
body.page-id-14111 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .text,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .text {
  margin: 12px 0 0;
}
body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper .col .list, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list,
body.page-id-14100 .main section.lenovo-aura-5-2-block .wrapper .col .list,
body.page-id-14100 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper .col .list,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list,
body.page-id-14100 .main section.lenovo-aura-5-4-block .wrapper .col .list,
body.page-id-14100 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper .col .list,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list,
body.page-id-14109 .main section.lenovo-aura-5-2-block .wrapper .col .list,
body.page-id-14109 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper .col .list,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list,
body.page-id-14109 .main section.lenovo-aura-5-4-block .wrapper .col .list,
body.page-id-14109 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper .col .list,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list,
body.page-id-14110 .main section.lenovo-aura-5-2-block .wrapper .col .list,
body.page-id-14110 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper .col .list,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list,
body.page-id-14110 .main section.lenovo-aura-5-4-block .wrapper .col .list,
body.page-id-14110 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper .col .list,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list,
body.page-id-14111 .main section.lenovo-aura-5-2-block .wrapper .col .list,
body.page-id-14111 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper .col .list,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list,
body.page-id-14111 .main section.lenovo-aura-5-4-block .wrapper .col .list,
body.page-id-14111 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list {
  display: flex;
  flex-direction: column;
  grid-gap: 14px;
  margin: 40px 0 0;
}
body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper .col .list span, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list span, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list span,
body.page-id-14100 .main section.lenovo-aura-5-2-block .wrapper .col .list span,
body.page-id-14100 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list span,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper .col .list span,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list span,
body.page-id-14100 .main section.lenovo-aura-5-4-block .wrapper .col .list span,
body.page-id-14100 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list span,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper .col .list span,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list span,
body.page-id-14109 .main section.lenovo-aura-5-2-block .wrapper .col .list span,
body.page-id-14109 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list span,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper .col .list span,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list span,
body.page-id-14109 .main section.lenovo-aura-5-4-block .wrapper .col .list span,
body.page-id-14109 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list span,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper .col .list span,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list span,
body.page-id-14110 .main section.lenovo-aura-5-2-block .wrapper .col .list span,
body.page-id-14110 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list span,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper .col .list span,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list span,
body.page-id-14110 .main section.lenovo-aura-5-4-block .wrapper .col .list span,
body.page-id-14110 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list span,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper .col .list span,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list span,
body.page-id-14111 .main section.lenovo-aura-5-2-block .wrapper .col .list span,
body.page-id-14111 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list span,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper .col .list span,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list span,
body.page-id-14111 .main section.lenovo-aura-5-4-block .wrapper .col .list span,
body.page-id-14111 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list span,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list span {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  font-weight: 700;
  color: #161616;
}
body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper .col .list .single, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list .single, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list .single,
body.page-id-14100 .main section.lenovo-aura-5-2-block .wrapper .col .list .single,
body.page-id-14100 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list .single,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper .col .list .single,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list .single,
body.page-id-14100 .main section.lenovo-aura-5-4-block .wrapper .col .list .single,
body.page-id-14100 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list .single,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper .col .list .single,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list .single,
body.page-id-14109 .main section.lenovo-aura-5-2-block .wrapper .col .list .single,
body.page-id-14109 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list .single,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper .col .list .single,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list .single,
body.page-id-14109 .main section.lenovo-aura-5-4-block .wrapper .col .list .single,
body.page-id-14109 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list .single,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper .col .list .single,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list .single,
body.page-id-14110 .main section.lenovo-aura-5-2-block .wrapper .col .list .single,
body.page-id-14110 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list .single,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper .col .list .single,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list .single,
body.page-id-14110 .main section.lenovo-aura-5-4-block .wrapper .col .list .single,
body.page-id-14110 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list .single,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper .col .list .single,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list .single,
body.page-id-14111 .main section.lenovo-aura-5-2-block .wrapper .col .list .single,
body.page-id-14111 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list .single,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper .col .list .single,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list .single,
body.page-id-14111 .main section.lenovo-aura-5-4-block .wrapper .col .list .single,
body.page-id-14111 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list .single,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list .single {
  display: flex;
  align-items: center;
  grid-gap: 14px;
}
body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper .col .list .single img, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list .single img, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list .single img,
body.page-id-14100 .main section.lenovo-aura-5-2-block .wrapper .col .list .single img,
body.page-id-14100 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list .single img,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper .col .list .single img,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list .single img,
body.page-id-14100 .main section.lenovo-aura-5-4-block .wrapper .col .list .single img,
body.page-id-14100 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list .single img,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper .col .list .single img,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list .single img,
body.page-id-14109 .main section.lenovo-aura-5-2-block .wrapper .col .list .single img,
body.page-id-14109 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list .single img,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper .col .list .single img,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list .single img,
body.page-id-14109 .main section.lenovo-aura-5-4-block .wrapper .col .list .single img,
body.page-id-14109 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list .single img,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper .col .list .single img,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list .single img,
body.page-id-14110 .main section.lenovo-aura-5-2-block .wrapper .col .list .single img,
body.page-id-14110 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list .single img,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper .col .list .single img,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list .single img,
body.page-id-14110 .main section.lenovo-aura-5-4-block .wrapper .col .list .single img,
body.page-id-14110 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list .single img,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper .col .list .single img,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list .single img,
body.page-id-14111 .main section.lenovo-aura-5-2-block .wrapper .col .list .single img,
body.page-id-14111 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list .single img,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper .col .list .single img,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list .single img,
body.page-id-14111 .main section.lenovo-aura-5-4-block .wrapper .col .list .single img,
body.page-id-14111 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list .single img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list .single img {
  height: 45px;
  width: auto;
  display: block;
  flex: none;
}
body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper .col .list .single p, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list .single p, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list .single p,
body.page-id-14100 .main section.lenovo-aura-5-2-block .wrapper .col .list .single p,
body.page-id-14100 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list .single p,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper .col .list .single p,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list .single p,
body.page-id-14100 .main section.lenovo-aura-5-4-block .wrapper .col .list .single p,
body.page-id-14100 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list .single p,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper .col .list .single p,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list .single p,
body.page-id-14109 .main section.lenovo-aura-5-2-block .wrapper .col .list .single p,
body.page-id-14109 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list .single p,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper .col .list .single p,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list .single p,
body.page-id-14109 .main section.lenovo-aura-5-4-block .wrapper .col .list .single p,
body.page-id-14109 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list .single p,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper .col .list .single p,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list .single p,
body.page-id-14110 .main section.lenovo-aura-5-2-block .wrapper .col .list .single p,
body.page-id-14110 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list .single p,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper .col .list .single p,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list .single p,
body.page-id-14110 .main section.lenovo-aura-5-4-block .wrapper .col .list .single p,
body.page-id-14110 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list .single p,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper .col .list .single p,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container .col .list .single p,
body.page-id-14111 .main section.lenovo-aura-5-2-block .wrapper .col .list .single p,
body.page-id-14111 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-2-block .cookie-notice-container .col .list .single p,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper .col .list .single p,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container .col .list .single p,
body.page-id-14111 .main section.lenovo-aura-5-4-block .wrapper .col .list .single p,
body.page-id-14111 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col .list .single p,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-4-block .cookie-notice-container .col .list .single p {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  color: #161616;
  line-height: 1.2;
}
body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper .col.col-img img, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col.col-img img, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container .col.col-img img,
body.page-id-14100 .main section.lenovo-aura-5-2-block .wrapper .col.col-img img,
body.page-id-14100 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-2-block .cookie-notice-container .col.col-img img,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper .col.col-img img,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container .col.col-img img,
body.page-id-14100 .main section.lenovo-aura-5-4-block .wrapper .col.col-img img,
body.page-id-14100 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-4-block .cookie-notice-container .col.col-img img,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper .col.col-img img,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container .col.col-img img,
body.page-id-14109 .main section.lenovo-aura-5-2-block .wrapper .col.col-img img,
body.page-id-14109 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-2-block .cookie-notice-container .col.col-img img,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper .col.col-img img,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container .col.col-img img,
body.page-id-14109 .main section.lenovo-aura-5-4-block .wrapper .col.col-img img,
body.page-id-14109 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-4-block .cookie-notice-container .col.col-img img,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper .col.col-img img,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container .col.col-img img,
body.page-id-14110 .main section.lenovo-aura-5-2-block .wrapper .col.col-img img,
body.page-id-14110 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-2-block .cookie-notice-container .col.col-img img,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper .col.col-img img,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container .col.col-img img,
body.page-id-14110 .main section.lenovo-aura-5-4-block .wrapper .col.col-img img,
body.page-id-14110 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-4-block .cookie-notice-container .col.col-img img,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper .col.col-img img,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container .col.col-img img,
body.page-id-14111 .main section.lenovo-aura-5-2-block .wrapper .col.col-img img,
body.page-id-14111 .main section.lenovo-aura-5-2-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-2-block .cookie-notice-container .col.col-img img,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper .col.col-img img,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container .col.col-img img,
body.page-id-14111 .main section.lenovo-aura-5-4-block .wrapper .col.col-img img,
body.page-id-14111 .main section.lenovo-aura-5-4-block #cookie-notice .cookie-notice-container .col.col-img img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-4-block .cookie-notice-container .col.col-img img {
  width: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
body.page-id-14100 .main section.lenovo-aura-5-2-block,
body.page-id-14100 .main section.lenovo-aura-5-4-block,
body.page-id-14109 .main section.lenovo-aura-5-2-block,
body.page-id-14109 .main section.lenovo-aura-5-4-block,
body.page-id-14110 .main section.lenovo-aura-5-2-block,
body.page-id-14110 .main section.lenovo-aura-5-4-block,
body.page-id-14111 .main section.lenovo-aura-5-2-block,
body.page-id-14111 .main section.lenovo-aura-5-4-block {
  background: rgba(183, 74, 122, 0.15);
}
@media (max-width: 768px) {
  body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper .col, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container .col,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper .col,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container .col,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper .col,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container .col,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper .col,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container .col,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper .col,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container .col,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper .col,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container .col,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper .col,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container .col,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper .col,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container .col {
    order: 2;
  }
}
@media (max-width: 768px) {
  body.page-id-14100 .main section.lenovo-aura-5-1-block .wrapper .col-img, body.page-id-14100 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col-img, #cookie-notice body.page-id-14100 .main section.lenovo-aura-5-1-block .cookie-notice-container .col-img,
body.page-id-14100 .main section.lenovo-aura-5-3-block .wrapper .col-img,
body.page-id-14100 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col-img,
#cookie-notice body.page-id-14100 .main section.lenovo-aura-5-3-block .cookie-notice-container .col-img,
body.page-id-14109 .main section.lenovo-aura-5-1-block .wrapper .col-img,
body.page-id-14109 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col-img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-1-block .cookie-notice-container .col-img,
body.page-id-14109 .main section.lenovo-aura-5-3-block .wrapper .col-img,
body.page-id-14109 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col-img,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-5-3-block .cookie-notice-container .col-img,
body.page-id-14110 .main section.lenovo-aura-5-1-block .wrapper .col-img,
body.page-id-14110 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col-img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-1-block .cookie-notice-container .col-img,
body.page-id-14110 .main section.lenovo-aura-5-3-block .wrapper .col-img,
body.page-id-14110 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col-img,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-5-3-block .cookie-notice-container .col-img,
body.page-id-14111 .main section.lenovo-aura-5-1-block .wrapper .col-img,
body.page-id-14111 .main section.lenovo-aura-5-1-block #cookie-notice .cookie-notice-container .col-img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-1-block .cookie-notice-container .col-img,
body.page-id-14111 .main section.lenovo-aura-5-3-block .wrapper .col-img,
body.page-id-14111 .main section.lenovo-aura-5-3-block #cookie-notice .cookie-notice-container .col-img,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-5-3-block .cookie-notice-container .col-img {
    order: 1;
  }
}
body.page-id-14100 .main section.lenovo-aura-6-block,
body.page-id-14109 .main section.lenovo-aura-6-block,
body.page-id-14110 .main section.lenovo-aura-6-block,
body.page-id-14111 .main section.lenovo-aura-6-block {
  background: linear-gradient(97deg, #EB609F 19.75%, #2959A5 52.34%, #202850 96.42%);
}
body.page-id-14100 .main section.lenovo-aura-6-block .wrapper .wrap h2, body.page-id-14100 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap h2, #cookie-notice body.page-id-14100 .main section.lenovo-aura-6-block .cookie-notice-container .wrap h2,
body.page-id-14109 .main section.lenovo-aura-6-block .wrapper .wrap h2,
body.page-id-14109 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-6-block .cookie-notice-container .wrap h2,
body.page-id-14110 .main section.lenovo-aura-6-block .wrapper .wrap h2,
body.page-id-14110 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-6-block .cookie-notice-container .wrap h2,
body.page-id-14111 .main section.lenovo-aura-6-block .wrapper .wrap h2,
body.page-id-14111 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-6-block .cookie-notice-container .wrap h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  max-width: 910px;
  width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-14100 .main section.lenovo-aura-6-block .wrapper .wrap h2, body.page-id-14100 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap h2, #cookie-notice body.page-id-14100 .main section.lenovo-aura-6-block .cookie-notice-container .wrap h2,
body.page-id-14109 .main section.lenovo-aura-6-block .wrapper .wrap h2,
body.page-id-14109 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-6-block .cookie-notice-container .wrap h2,
body.page-id-14110 .main section.lenovo-aura-6-block .wrapper .wrap h2,
body.page-id-14110 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-6-block .cookie-notice-container .wrap h2,
body.page-id-14111 .main section.lenovo-aura-6-block .wrapper .wrap h2,
body.page-id-14111 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap h2,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-6-block .cookie-notice-container .wrap h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-14100 .main section.lenovo-aura-6-block .wrapper .wrap .text, body.page-id-14100 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap .text, #cookie-notice body.page-id-14100 .main section.lenovo-aura-6-block .cookie-notice-container .wrap .text,
body.page-id-14109 .main section.lenovo-aura-6-block .wrapper .wrap .text,
body.page-id-14109 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap .text,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-6-block .cookie-notice-container .wrap .text,
body.page-id-14110 .main section.lenovo-aura-6-block .wrapper .wrap .text,
body.page-id-14110 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap .text,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-6-block .cookie-notice-container .wrap .text,
body.page-id-14111 .main section.lenovo-aura-6-block .wrapper .wrap .text,
body.page-id-14111 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap .text,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-6-block .cookie-notice-container .wrap .text {
  margin: 24px auto 0;
  max-width: 1013px;
  width: 100%;
}
body.page-id-14100 .main section.lenovo-aura-6-block .wrapper .wrap .text p, body.page-id-14100 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap .text p, #cookie-notice body.page-id-14100 .main section.lenovo-aura-6-block .cookie-notice-container .wrap .text p,
body.page-id-14109 .main section.lenovo-aura-6-block .wrapper .wrap .text p,
body.page-id-14109 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap .text p,
#cookie-notice body.page-id-14109 .main section.lenovo-aura-6-block .cookie-notice-container .wrap .text p,
body.page-id-14110 .main section.lenovo-aura-6-block .wrapper .wrap .text p,
body.page-id-14110 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap .text p,
#cookie-notice body.page-id-14110 .main section.lenovo-aura-6-block .cookie-notice-container .wrap .text p,
body.page-id-14111 .main section.lenovo-aura-6-block .wrapper .wrap .text p,
body.page-id-14111 .main section.lenovo-aura-6-block #cookie-notice .cookie-notice-container .wrap .text p,
#cookie-notice body.page-id-14111 .main section.lenovo-aura-6-block .cookie-notice-container .wrap .text p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}
body.page-id-14100 .main .products-columns-3 .wrapper .grid .single.single-color-block, body.page-id-14100 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block, #cookie-notice body.page-id-14100 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block,
body.page-id-14109 .main .products-columns-3 .wrapper .grid .single.single-color-block,
body.page-id-14109 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block,
#cookie-notice body.page-id-14109 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block,
body.page-id-14110 .main .products-columns-3 .wrapper .grid .single.single-color-block,
body.page-id-14110 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block,
#cookie-notice body.page-id-14110 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block,
body.page-id-14111 .main .products-columns-3 .wrapper .grid .single.single-color-block,
body.page-id-14111 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block,
#cookie-notice body.page-id-14111 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  grid-column: span 2;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.page-id-14100 .main .products-columns-3 .wrapper .grid .single.single-color-block, body.page-id-14100 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block, #cookie-notice body.page-id-14100 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block,
body.page-id-14109 .main .products-columns-3 .wrapper .grid .single.single-color-block,
body.page-id-14109 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block,
#cookie-notice body.page-id-14109 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block,
body.page-id-14110 .main .products-columns-3 .wrapper .grid .single.single-color-block,
body.page-id-14110 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block,
#cookie-notice body.page-id-14110 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block,
body.page-id-14111 .main .products-columns-3 .wrapper .grid .single.single-color-block,
body.page-id-14111 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block,
#cookie-notice body.page-id-14111 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block {
    grid-column: span 1;
  }
}
body.page-id-14100 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap, body.page-id-14100 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap, #cookie-notice body.page-id-14100 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap,
body.page-id-14109 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap,
body.page-id-14109 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap,
#cookie-notice body.page-id-14109 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap,
body.page-id-14110 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap,
body.page-id-14110 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap,
#cookie-notice body.page-id-14110 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap,
body.page-id-14111 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap,
body.page-id-14111 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap,
#cookie-notice body.page-id-14111 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap {
  padding: 59px 59px;
}
@media (max-width: 768px) {
  body.page-id-14100 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap, body.page-id-14100 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap, #cookie-notice body.page-id-14100 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap,
body.page-id-14109 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap,
body.page-id-14109 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap,
#cookie-notice body.page-id-14109 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap,
body.page-id-14110 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap,
body.page-id-14110 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap,
#cookie-notice body.page-id-14110 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap,
body.page-id-14111 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap,
body.page-id-14111 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap,
#cookie-notice body.page-id-14111 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap {
    padding: 48px 48px 72px;
  }
}
@media (max-width: 480px) {
  body.page-id-14100 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap, body.page-id-14100 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap, #cookie-notice body.page-id-14100 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap,
body.page-id-14109 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap,
body.page-id-14109 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap,
#cookie-notice body.page-id-14109 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap,
body.page-id-14110 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap,
body.page-id-14110 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap,
#cookie-notice body.page-id-14110 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap,
body.page-id-14111 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap,
body.page-id-14111 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap,
#cookie-notice body.page-id-14111 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap {
    padding: 32px 32px 72px;
  }
}
body.page-id-14100 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap h2, body.page-id-14100 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap h2, #cookie-notice body.page-id-14100 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap h2,
body.page-id-14109 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap h2,
body.page-id-14109 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap h2,
#cookie-notice body.page-id-14109 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap h2,
body.page-id-14110 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap h2,
body.page-id-14110 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap h2,
#cookie-notice body.page-id-14110 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap h2,
body.page-id-14111 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap h2,
body.page-id-14111 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap h2,
#cookie-notice body.page-id-14111 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap h2 {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 auto;
  text-align: center;
  max-width: 566px;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 1024px) {
  body.page-id-14100 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap h2, body.page-id-14100 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap h2, #cookie-notice body.page-id-14100 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap h2,
body.page-id-14109 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap h2,
body.page-id-14109 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap h2,
#cookie-notice body.page-id-14109 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap h2,
body.page-id-14110 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap h2,
body.page-id-14110 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap h2,
#cookie-notice body.page-id-14110 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap h2,
body.page-id-14111 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap h2,
body.page-id-14111 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap h2,
#cookie-notice body.page-id-14111 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-14100 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap p, body.page-id-14100 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap p, #cookie-notice body.page-id-14100 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap p,
body.page-id-14109 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap p,
body.page-id-14109 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap p,
#cookie-notice body.page-id-14109 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap p,
body.page-id-14110 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap p,
body.page-id-14110 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap p,
#cookie-notice body.page-id-14110 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap p,
body.page-id-14111 .main .products-columns-3 .wrapper .grid .single.single-color-block .wrap p,
body.page-id-14111 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single.single-color-block .wrap p,
#cookie-notice body.page-id-14111 .main .products-columns-3 .cookie-notice-container .grid .single.single-color-block .wrap p {
  margin: 16px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14100 .main .products-columns-3 .wrapper .grid .single .photo-wrap, body.page-id-14100 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap, #cookie-notice body.page-id-14100 .main .products-columns-3 .cookie-notice-container .grid .single .photo-wrap,
body.page-id-14109 .main .products-columns-3 .wrapper .grid .single .photo-wrap,
body.page-id-14109 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap,
#cookie-notice body.page-id-14109 .main .products-columns-3 .cookie-notice-container .grid .single .photo-wrap,
body.page-id-14110 .main .products-columns-3 .wrapper .grid .single .photo-wrap,
body.page-id-14110 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap,
#cookie-notice body.page-id-14110 .main .products-columns-3 .cookie-notice-container .grid .single .photo-wrap,
body.page-id-14111 .main .products-columns-3 .wrapper .grid .single .photo-wrap,
body.page-id-14111 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap,
#cookie-notice body.page-id-14111 .main .products-columns-3 .cookie-notice-container .grid .single .photo-wrap {
  height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
body.page-id-14100 .main .products-columns-3 .wrapper .grid .single .photo-wrap:after, body.page-id-14100 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after, #cookie-notice body.page-id-14100 .main .products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-14109 .main .products-columns-3 .wrapper .grid .single .photo-wrap:after,
body.page-id-14109 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-14109 .main .products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-14110 .main .products-columns-3 .wrapper .grid .single .photo-wrap:after,
body.page-id-14110 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-14110 .main .products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-14111 .main .products-columns-3 .wrapper .grid .single .photo-wrap:after,
body.page-id-14111 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-14111 .main .products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after {
  display: none;
}
body.page-id-14100 .main .products-columns-3 .wrapper .grid .single .photo-wrap img, body.page-id-14100 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap img, #cookie-notice body.page-id-14100 .main .products-columns-3 .cookie-notice-container .grid .single .photo-wrap img,
body.page-id-14109 .main .products-columns-3 .wrapper .grid .single .photo-wrap img,
body.page-id-14109 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap img,
#cookie-notice body.page-id-14109 .main .products-columns-3 .cookie-notice-container .grid .single .photo-wrap img,
body.page-id-14110 .main .products-columns-3 .wrapper .grid .single .photo-wrap img,
body.page-id-14110 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap img,
#cookie-notice body.page-id-14110 .main .products-columns-3 .cookie-notice-container .grid .single .photo-wrap img,
body.page-id-14111 .main .products-columns-3 .wrapper .grid .single .photo-wrap img,
body.page-id-14111 .main .products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap img,
#cookie-notice body.page-id-14111 .main .products-columns-3 .cookie-notice-container .grid .single .photo-wrap img {
  position: relative;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto;
}

body.page-id-14303 .main img.aligncenter,
body.page-id-14495 .main img.aligncenter,
body.page-id-14496 .main img.aligncenter,
body.page-id-14497 .main img.aligncenter {
  margin: 0 auto;
  display: block;
}
body.page-id-14303 .main .section.thinkpad-2025-block-1,
body.page-id-14495 .main .section.thinkpad-2025-block-1,
body.page-id-14496 .main .section.thinkpad-2025-block-1,
body.page-id-14497 .main .section.thinkpad-2025-block-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 77px 0 32px;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-1,
body.page-id-14495 .main .section.thinkpad-2025-block-1,
body.page-id-14496 .main .section.thinkpad-2025-block-1,
body.page-id-14497 .main .section.thinkpad-2025-block-1 {
    padding: 64px 0 40px;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container {
    grid-gap: 32px;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .left, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .left,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .left,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .left,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left {
  max-width: 724px;
  width: 100%;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .left, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .left,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .left,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .left,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left {
    max-width: 100%;
    order: 2;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .left h1, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left h1,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .left h1,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left h1,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .left h1,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left h1,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .left h1,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 70px;
  font-size: 4.375rem;
  color: #ffffff;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  max-width: 638px;
  width: 100%;
}
@media (max-width: 1440px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .left h1, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left h1,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .left h1,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left h1,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .left h1,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left h1,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .left h1,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .left h1, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left h1,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .left h1,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left h1,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .left h1,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left h1,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .left h1,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .left .desc, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .desc, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .left .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .left .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .left .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .desc {
  margin: 12px 0 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .left .desc p, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .desc p, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .desc p,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .left .desc p,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .desc p,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .left .desc p,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .desc p,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .left .desc p,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .desc p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  line-height: 1.15;
}
body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap {
  margin: 30px 0 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap img, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap img, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap img {
    height: 30px;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap span, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap span, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap span,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap span,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap span,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap span,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap span,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap span,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap span,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .left .logo-wrap span,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .left .logo-wrap span,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .left .logo-wrap span {
  display: block;
  margin: 9px 0 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}
body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .img, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img {
  max-width: 603px;
  width: auto;
  display: block;
  height: auto;
}
@media (max-width: 1280px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .img, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img {
    max-width: 422px;
  }
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .img, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img {
    max-width: 295px;
  }
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .img, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img {
    order: 1;
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-1 .wrapper .img, body.page-id-14303 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14495 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14496 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 .wrapper .img,
body.page-id-14497 .main .section.thinkpad-2025-block-1 #cookie-notice .cookie-notice-container .img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-1 .cookie-notice-container .img {
    max-width: 200px;
  }
}
body.page-id-14303 .main .section:nth-child(2),
body.page-id-14495 .main .section:nth-child(2),
body.page-id-14496 .main .section:nth-child(2),
body.page-id-14497 .main .section:nth-child(2) {
  padding: 40px 0;
  position: relative;
  background: linear-gradient(168deg, #E1251B 40.49%, #611700 133.47%);
}
body.page-id-14303 .main .section:nth-child(2):after,
body.page-id-14495 .main .section:nth-child(2):after,
body.page-id-14496 .main .section:nth-child(2):after,
body.page-id-14497 .main .section:nth-child(2):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2025/06/ill-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  mix-blend-mode: soft-light;
}
body.page-id-14303 .main .section:nth-child(2) .wrapper, body.page-id-14303 .main .section:nth-child(2) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section:nth-child(2) .cookie-notice-container,
body.page-id-14495 .main .section:nth-child(2) .wrapper,
body.page-id-14495 .main .section:nth-child(2) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section:nth-child(2) .cookie-notice-container,
body.page-id-14496 .main .section:nth-child(2) .wrapper,
body.page-id-14496 .main .section:nth-child(2) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section:nth-child(2) .cookie-notice-container,
body.page-id-14497 .main .section:nth-child(2) .wrapper,
body.page-id-14497 .main .section:nth-child(2) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section:nth-child(2) .cookie-notice-container {
  align-items: center;
  z-index: 2;
}
body.page-id-14303 .main .section:nth-child(2) .wrapper h2, body.page-id-14303 .main .section:nth-child(2) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14303 .main .section:nth-child(2) .cookie-notice-container h2,
body.page-id-14495 .main .section:nth-child(2) .wrapper h2,
body.page-id-14495 .main .section:nth-child(2) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14495 .main .section:nth-child(2) .cookie-notice-container h2,
body.page-id-14496 .main .section:nth-child(2) .wrapper h2,
body.page-id-14496 .main .section:nth-child(2) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14496 .main .section:nth-child(2) .cookie-notice-container h2,
body.page-id-14497 .main .section:nth-child(2) .wrapper h2,
body.page-id-14497 .main .section:nth-child(2) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14497 .main .section:nth-child(2) .cookie-notice-container h2 {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 auto 24px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section:nth-child(2) .wrapper h2, body.page-id-14303 .main .section:nth-child(2) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14303 .main .section:nth-child(2) .cookie-notice-container h2,
body.page-id-14495 .main .section:nth-child(2) .wrapper h2,
body.page-id-14495 .main .section:nth-child(2) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14495 .main .section:nth-child(2) .cookie-notice-container h2,
body.page-id-14496 .main .section:nth-child(2) .wrapper h2,
body.page-id-14496 .main .section:nth-child(2) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14496 .main .section:nth-child(2) .cookie-notice-container h2,
body.page-id-14497 .main .section:nth-child(2) .wrapper h2,
body.page-id-14497 .main .section:nth-child(2) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14497 .main .section:nth-child(2) .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section:nth-child(2) .wrapper h2, body.page-id-14303 .main .section:nth-child(2) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14303 .main .section:nth-child(2) .cookie-notice-container h2,
body.page-id-14495 .main .section:nth-child(2) .wrapper h2,
body.page-id-14495 .main .section:nth-child(2) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14495 .main .section:nth-child(2) .cookie-notice-container h2,
body.page-id-14496 .main .section:nth-child(2) .wrapper h2,
body.page-id-14496 .main .section:nth-child(2) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14496 .main .section:nth-child(2) .cookie-notice-container h2,
body.page-id-14497 .main .section:nth-child(2) .wrapper h2,
body.page-id-14497 .main .section:nth-child(2) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14497 .main .section:nth-child(2) .cookie-notice-container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-2,
body.page-id-14495 .main .section.thinkpad-2025-block-2,
body.page-id-14496 .main .section.thinkpad-2025-block-2,
body.page-id-14497 .main .section.thinkpad-2025-block-2 {
  padding: 64px 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 64px;
}
@media (max-width: 1280px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container {
    grid-gap: 48px;
  }
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container {
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .left h2, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left h2, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left h2,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .left h2,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left h2,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .left h2,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left h2,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .left h2,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  text-align: left;
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .left .desc, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left .desc, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .left .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .left .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .left .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left .desc {
  margin: 24px 0 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .left .btn, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left .btn, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left .btn,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .left .btn,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left .btn,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left .btn,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .left .btn,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left .btn,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left .btn,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .left .btn,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left .btn,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left .btn {
  margin: 32px 0 0;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  padding: 17px 42px;
  font-weight: 700;
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .left .btn, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left .btn, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left .btn,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .left .btn,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left .btn,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left .btn,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .left .btn,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left .btn,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left .btn,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .left .btn,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .left .btn,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .left .btn {
    width: 100%;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .table, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .table,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .table,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .table,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table {
  border: 1px solid #000000;
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row {
  border-bottom: 1px solid #000000;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row:last-child, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row:last-child, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row:last-child,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row:last-child,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row:last-child,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row:last-child,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row:last-child,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row:last-child,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row:last-child,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row:last-child,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row:last-child,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row:last-child {
  border-bottom: none;
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div {
  border-right: 1px solid #000000;
  padding: 8px 8px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div {
    padding: 4px 4px;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div:last-child, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div:last-child, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div:last-child,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div:last-child,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div:last-child,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div:last-child,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div:last-child,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div:last-child,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div:last-child,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div:last-child,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div:last-child,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div:last-child {
  border-right: none;
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.head, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.head, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.head,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.head,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.head,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.head,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.head,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.head,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.head,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.head,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.head,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.head {
  position: relative;
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.head span:first-child, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.head span:first-child, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.head span:first-child,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.head span:first-child,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.head span:first-child,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.head span:first-child,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.head span:first-child,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.head span:first-child,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.head span:first-child,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.head span:first-child,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.head span:first-child,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.head span:first-child {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.head span:last-child, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.head span:last-child, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.head span:last-child,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.head span:last-child,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.head span:last-child,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.head span:last-child,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.head span:last-child,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.head span:last-child,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.head span:last-child,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.head span:last-child,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.head span:last-child,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.head span:last-child {
  position: absolute;
  top: 8px;
  right: 8px;
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.yes, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.yes, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.yes,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.yes,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.yes,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.yes,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.yes,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.yes,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.yes,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.yes,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.yes,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.yes {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.yes:before, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.yes:before, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.yes:before,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.yes:before,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.yes:before,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.yes:before,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.yes:before,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.yes:before,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.yes:before,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .table .row div.yes:before,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .table .row div.yes:before,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .table .row div.yes:before {
  content: "✔";
  display: inline-block;
}
body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .disclaimer, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .disclaimer, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .disclaimer,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .disclaimer,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .disclaimer,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .disclaimer {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  text-align: center;
  margin: 32px auto 0;
  font-style: italic;
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-2 .wrapper .right .disclaimer, body.page-id-14303 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .disclaimer, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-2 .wrapper .right .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .disclaimer,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-2 .wrapper .right .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .disclaimer,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-2 .wrapper .right .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-2 #cookie-notice .cookie-notice-container .right .disclaimer,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-2 .cookie-notice-container .right .disclaimer {
    margin: 24px auto 0;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-3,
body.page-id-14495 .main .section.thinkpad-2025-block-3,
body.page-id-14496 .main .section.thinkpad-2025-block-3,
body.page-id-14497 .main .section.thinkpad-2025-block-3 {
  background: #000000;
  padding: 72px 0;
  position: relative;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-3,
body.page-id-14495 .main .section.thinkpad-2025-block-3,
body.page-id-14496 .main .section.thinkpad-2025-block-3,
body.page-id-14497 .main .section.thinkpad-2025-block-3 {
    padding: 64px 0;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 64px;
  z-index: 2;
}
@media (max-width: 1280px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container {
    grid-gap: 48px;
  }
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container {
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .left, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .left,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .left,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .left,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left {
    order: 2;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .left .table, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .left .table,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .left .table,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .left .table,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table {
  border: 1px solid #000;
  background: #E1251B;
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row {
  display: flex;
  border-bottom: 1px solid #000000;
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 16px 8px;
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell:nth-child(1), body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell:nth-child(1), #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell:nth-child(1),
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell:nth-child(1),
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell:nth-child(1),
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell:nth-child(1),
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell:nth-child(1),
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell:nth-child(1),
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell:nth-child(1),
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell:nth-child(1),
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell:nth-child(1),
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell:nth-child(1) {
  width: 30%;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #000000;
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell:nth-child(2), body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell:nth-child(2), #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell:nth-child(2),
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell:nth-child(2),
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell:nth-child(2),
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell:nth-child(2),
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell:nth-child(2),
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell:nth-child(2),
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell:nth-child(2),
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell:nth-child(2),
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell:nth-child(2),
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell:nth-child(2) {
  width: 40%;
  border-right: 1px solid #000000;
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell:nth-child(3), body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell:nth-child(3), #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell:nth-child(3),
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell:nth-child(3),
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell:nth-child(3),
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell:nth-child(3),
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell:nth-child(3),
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell:nth-child(3),
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell:nth-child(3),
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .left .table .row .cell:nth-child(3),
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .table .row .cell:nth-child(3),
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .table .row .cell:nth-child(3) {
  width: 40%;
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .left .disclaimer, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .disclaimer, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .left .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .left .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .left .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .disclaimer {
  margin: 40px 0 0;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .left .disclaimer, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .disclaimer, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .left .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .left .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .left .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .disclaimer {
    margin: 32px 0 0;
  }
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .left .disclaimer, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .disclaimer, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .left .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .left .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .left .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .left .disclaimer {
    margin: 24px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .right, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .right,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .right,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .right,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right {
    order: 1;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .right h2, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right h2, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right h2,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .right h2,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right h2,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right h2,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .right h2,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right h2,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right h2,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .right h2,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right h2,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right h2 {
  text-align: left;
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  color: #ffffff;
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .right .list, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right .list, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right .list,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .right .list,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right .list,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right .list,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .right .list,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right .list,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right .list,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .right .list,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right .list,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right .list {
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .right .list .single .title, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right .list .single .title, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right .list .single .title,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .right .list .single .title,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right .list .single .title,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right .list .single .title,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .right .list .single .title,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right .list .single .title,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right .list .single .title,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .right .list .single .title,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right .list .single .title,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right .list .single .title {
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  color: #ffffff;
  font-weight: 700;
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .wrapper .right .list .single p, body.page-id-14303 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right .list .single p, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right .list .single p,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .wrapper .right .list .single p,
body.page-id-14495 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right .list .single p,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right .list .single p,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .wrapper .right .list .single p,
body.page-id-14496 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right .list .single p,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right .list .single p,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .wrapper .right .list .single p,
body.page-id-14497 .main .section.thinkpad-2025-block-3 #cookie-notice .cookie-notice-container .right .list .single p,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-3 .cookie-notice-container .right .list .single p {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
}
body.page-id-14303 .main .section.thinkpad-2025-block-3 .ill,
body.page-id-14495 .main .section.thinkpad-2025-block-3 .ill,
body.page-id-14496 .main .section.thinkpad-2025-block-3 .ill,
body.page-id-14497 .main .section.thinkpad-2025-block-3 .ill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
body.page-id-14303 .main .section.thinkpad-2025-block-4,
body.page-id-14495 .main .section.thinkpad-2025-block-4,
body.page-id-14496 .main .section.thinkpad-2025-block-4,
body.page-id-14497 .main .section.thinkpad-2025-block-4 {
  background: #ffffff;
  padding: 64px 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container {
  display: flex;
  align-items: center;
  grid-gap: 96px;
}
@media (max-width: 1280px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container {
    grid-gap: 72px;
  }
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container {
    grid-gap: 56px;
  }
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container {
    flex-direction: column;
    grid-gap: 40px;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left {
  width: 60%;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left {
    width: 100%;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left h2, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left h2, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left h2,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left h2,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left h2,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left h2,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left h2,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left h2,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  text-align: left;
  width: 100%;
  max-width: 100%;
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left .desc, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .desc, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .desc {
  margin: 32px 0 0;
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left .desc, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .desc, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .desc {
    margin: 24px 0 0;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left .list-headline, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list-headline, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list-headline,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left .list-headline,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list-headline,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list-headline,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left .list-headline,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list-headline,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list-headline,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left .list-headline,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list-headline,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list-headline {
  display: block;
  font-weight: 700;
  margin: 24px 0 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left .list, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left .list,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left .list,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left .list,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list {
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left .list p, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list p, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list p,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left .list p,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list p,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list p,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left .list p,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list p,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list p,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left .list p,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list p,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list p {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left .list p:before, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list p:before, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list p:before,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left .list p:before,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list p:before,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list p:before,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left .list p:before,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list p:before,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list p:before,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left .list p:before,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .list p:before,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .list p:before {
  width: 25px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../images/icon-green-check.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer {
  display: block;
  margin: 40px 0 0;
  padding: 0 0 0 32px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer {
    margin: 32px 0 0;
  }
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer {
    margin: 24px 0 0;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer a, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer a, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer a,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer a,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer a,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer a,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer a,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer a,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer a,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .left .disclaimer a,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .left .disclaimer a,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .left .disclaimer a {
  color: #424242;
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .right, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .right,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .right,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .right,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right {
  width: 40%;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .right, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .right,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .right,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .right,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right {
    width: 100%;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .right img, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right img,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .right img,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right img,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .right img,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right img,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .right img,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .right img, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right img,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .right img,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right img,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .right img,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right img,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .right img,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right img {
    width: 80%;
    max-width: 400px;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .right span, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .right span,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .right span,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .right span,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span {
  margin: 52px 0 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .right span, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .right span,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .right span,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .right span,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span {
    margin: 40px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .right span, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .right span,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .right span,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .right span,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span {
    margin: 32px 0 0;
  }
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-4 .wrapper .right span, body.page-id-14303 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span,
body.page-id-14495 .main .section.thinkpad-2025-block-4 .wrapper .right span,
body.page-id-14495 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span,
body.page-id-14496 .main .section.thinkpad-2025-block-4 .wrapper .right span,
body.page-id-14496 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span,
body.page-id-14497 .main .section.thinkpad-2025-block-4 .wrapper .right span,
body.page-id-14497 .main .section.thinkpad-2025-block-4 #cookie-notice .cookie-notice-container .right span,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-4 .cookie-notice-container .right span {
    margin: 24px 0 0;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-5,
body.page-id-14495 .main .section.thinkpad-2025-block-5,
body.page-id-14496 .main .section.thinkpad-2025-block-5,
body.page-id-14497 .main .section.thinkpad-2025-block-5 {
  background: linear-gradient(94deg, #EC61A0 26.08%, #233B71 98.26%);
  padding: 64px 0;
  position: relative;
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container {
  display: flex;
  align-items: center;
  grid-gap: 64px;
  z-index: 2;
}
@media (max-width: 1280px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container {
    grid-gap: 56px;
  }
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container {
    flex-direction: column;
    grid-gap: 40px;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .left, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .left,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .left,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .left,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left {
  width: 40%;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .left, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .left,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .left,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .left,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left {
    width: 100%;
    order: 2;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .left img, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left img,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .left img,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left img,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .left img,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left img,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .left img,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .left img, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left img,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .left img,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left img,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .left img,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left img,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .left img,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left img {
    width: 80%;
    max-width: 400px;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .left span, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left span, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left span,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .left span,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left span,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left span,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .left span,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left span,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left span,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .left span,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left span,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left span {
  margin: 32px 0 0;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  color: #ffffff;
  font-style: italic;
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .left span, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left span, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left span,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .left span,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left span,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left span,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .left span,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left span,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left span,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .left span,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .left span,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .left span {
    margin: 24px 0 0;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .right, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .right,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .right,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .right,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right {
  width: 60%;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .right, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .right,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .right,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .right,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right {
    width: 100%;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .right h2, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right h2, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right h2,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .right h2,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right h2,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right h2,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .right h2,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right h2,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right h2,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .right h2,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right h2,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .right .desc, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .desc, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .right .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .desc,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .right .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .desc,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .right .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .desc,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .desc {
  margin: 24px 0 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .right .desc p, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .desc p, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .desc p,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .right .desc p,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .desc p,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .desc p,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .right .desc p,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .desc p,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .desc p,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .right .desc p,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .desc p,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .desc p {
  color: #ffffff;
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .right .list, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .right .list,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .right .list,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .right .list,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list {
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .right .list p, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .right .list p,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .right .list p,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .right .list p,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .right .list p bold, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p bold, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p bold, body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .right .list p strong, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p strong, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p strong,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .right .list p bold,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p bold,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p bold,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .right .list p strong,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p strong,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p strong,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .right .list p bold,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p bold,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p bold,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .right .list p strong,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p strong,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p strong,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .right .list p bold,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p bold,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p bold,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .right .list p strong,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p strong,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p strong {
  font-weight: 700;
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .right .list p:before, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p:before, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p:before,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .right .list p:before,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p:before,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p:before,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .right .list p:before,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p:before,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p:before,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .right .list p:before,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .list p:before,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .list p:before {
  width: 25px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../images/icon-green-check.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0);
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .right .btn, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .btn, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .btn,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .right .btn,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .btn,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .btn,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .right .btn,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .btn,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .btn,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .right .btn,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .btn,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .btn {
  margin: 32px 0 0;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  padding: 17px 42px;
  font-weight: 700;
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-5 .wrapper .right .btn, body.page-id-14303 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .btn, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .btn,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .wrapper .right .btn,
body.page-id-14495 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .btn,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .btn,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .wrapper .right .btn,
body.page-id-14496 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .btn,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .btn,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .wrapper .right .btn,
body.page-id-14497 .main .section.thinkpad-2025-block-5 #cookie-notice .cookie-notice-container .right .btn,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-5 .cookie-notice-container .right .btn {
    width: 100%;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-5 .ill,
body.page-id-14495 .main .section.thinkpad-2025-block-5 .ill,
body.page-id-14496 .main .section.thinkpad-2025-block-5 .ill,
body.page-id-14497 .main .section.thinkpad-2025-block-5 .ill {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: auto;
  width: 100%;
  mix-blend-mode: soft-light;
}
body.page-id-14303 .main .section:nth-child(7),
body.page-id-14495 .main .section:nth-child(7),
body.page-id-14496 .main .section:nth-child(7),
body.page-id-14497 .main .section:nth-child(7) {
  padding: 0;
  background: #000000;
  position: relative;
}
body.page-id-14303 .main .section:nth-child(7):after,
body.page-id-14495 .main .section:nth-child(7):after,
body.page-id-14496 .main .section:nth-child(7):after,
body.page-id-14497 .main .section:nth-child(7):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2025/06/ill-4.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
body.page-id-14303 .main .section:nth-child(7) .wrapper, body.page-id-14303 .main .section:nth-child(7) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section:nth-child(7) .cookie-notice-container,
body.page-id-14495 .main .section:nth-child(7) .wrapper,
body.page-id-14495 .main .section:nth-child(7) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section:nth-child(7) .cookie-notice-container,
body.page-id-14496 .main .section:nth-child(7) .wrapper,
body.page-id-14496 .main .section:nth-child(7) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section:nth-child(7) .cookie-notice-container,
body.page-id-14497 .main .section:nth-child(7) .wrapper,
body.page-id-14497 .main .section:nth-child(7) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section:nth-child(7) .cookie-notice-container {
  align-items: center;
  z-index: 2;
}
body.page-id-14303 .main .section:nth-child(7) .wrapper .column:first-child, body.page-id-14303 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column:first-child, #cookie-notice body.page-id-14303 .main .section:nth-child(7) .cookie-notice-container .column:first-child,
body.page-id-14495 .main .section:nth-child(7) .wrapper .column:first-child,
body.page-id-14495 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column:first-child,
#cookie-notice body.page-id-14495 .main .section:nth-child(7) .cookie-notice-container .column:first-child,
body.page-id-14496 .main .section:nth-child(7) .wrapper .column:first-child,
body.page-id-14496 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column:first-child,
#cookie-notice body.page-id-14496 .main .section:nth-child(7) .cookie-notice-container .column:first-child,
body.page-id-14497 .main .section:nth-child(7) .wrapper .column:first-child,
body.page-id-14497 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column:first-child,
#cookie-notice body.page-id-14497 .main .section:nth-child(7) .cookie-notice-container .column:first-child {
  padding: 32px 0;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section:nth-child(7) .wrapper .column:first-child, body.page-id-14303 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column:first-child, #cookie-notice body.page-id-14303 .main .section:nth-child(7) .cookie-notice-container .column:first-child,
body.page-id-14495 .main .section:nth-child(7) .wrapper .column:first-child,
body.page-id-14495 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column:first-child,
#cookie-notice body.page-id-14495 .main .section:nth-child(7) .cookie-notice-container .column:first-child,
body.page-id-14496 .main .section:nth-child(7) .wrapper .column:first-child,
body.page-id-14496 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column:first-child,
#cookie-notice body.page-id-14496 .main .section:nth-child(7) .cookie-notice-container .column:first-child,
body.page-id-14497 .main .section:nth-child(7) .wrapper .column:first-child,
body.page-id-14497 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column:first-child,
#cookie-notice body.page-id-14497 .main .section:nth-child(7) .cookie-notice-container .column:first-child {
    padding: 48px 0 0;
  }
}
body.page-id-14303 .main .section:nth-child(7) .wrapper .column h2, body.page-id-14303 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column h2, #cookie-notice body.page-id-14303 .main .section:nth-child(7) .cookie-notice-container .column h2,
body.page-id-14495 .main .section:nth-child(7) .wrapper .column h2,
body.page-id-14495 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14495 .main .section:nth-child(7) .cookie-notice-container .column h2,
body.page-id-14496 .main .section:nth-child(7) .wrapper .column h2,
body.page-id-14496 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14496 .main .section:nth-child(7) .cookie-notice-container .column h2,
body.page-id-14497 .main .section:nth-child(7) .wrapper .column h2,
body.page-id-14497 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14497 .main .section:nth-child(7) .cookie-notice-container .column h2 {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 auto 24px;
  color: #ffffff;
  max-width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section:nth-child(7) .wrapper .column h2, body.page-id-14303 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column h2, #cookie-notice body.page-id-14303 .main .section:nth-child(7) .cookie-notice-container .column h2,
body.page-id-14495 .main .section:nth-child(7) .wrapper .column h2,
body.page-id-14495 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14495 .main .section:nth-child(7) .cookie-notice-container .column h2,
body.page-id-14496 .main .section:nth-child(7) .wrapper .column h2,
body.page-id-14496 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14496 .main .section:nth-child(7) .cookie-notice-container .column h2,
body.page-id-14497 .main .section:nth-child(7) .wrapper .column h2,
body.page-id-14497 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14497 .main .section:nth-child(7) .cookie-notice-container .column h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section:nth-child(7) .wrapper .column h2, body.page-id-14303 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column h2, #cookie-notice body.page-id-14303 .main .section:nth-child(7) .cookie-notice-container .column h2,
body.page-id-14495 .main .section:nth-child(7) .wrapper .column h2,
body.page-id-14495 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14495 .main .section:nth-child(7) .cookie-notice-container .column h2,
body.page-id-14496 .main .section:nth-child(7) .wrapper .column h2,
body.page-id-14496 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14496 .main .section:nth-child(7) .cookie-notice-container .column h2,
body.page-id-14497 .main .section:nth-child(7) .wrapper .column h2,
body.page-id-14497 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14497 .main .section:nth-child(7) .cookie-notice-container .column h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-14303 .main .section:nth-child(7) .wrapper .column p, body.page-id-14303 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column p, #cookie-notice body.page-id-14303 .main .section:nth-child(7) .cookie-notice-container .column p,
body.page-id-14495 .main .section:nth-child(7) .wrapper .column p,
body.page-id-14495 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column p,
#cookie-notice body.page-id-14495 .main .section:nth-child(7) .cookie-notice-container .column p,
body.page-id-14496 .main .section:nth-child(7) .wrapper .column p,
body.page-id-14496 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column p,
#cookie-notice body.page-id-14496 .main .section:nth-child(7) .cookie-notice-container .column p,
body.page-id-14497 .main .section:nth-child(7) .wrapper .column p,
body.page-id-14497 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column p,
#cookie-notice body.page-id-14497 .main .section:nth-child(7) .cookie-notice-container .column p {
  color: #ffffff;
}
body.page-id-14303 .main .section:nth-child(7) .wrapper .column img, body.page-id-14303 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column img, #cookie-notice body.page-id-14303 .main .section:nth-child(7) .cookie-notice-container .column img,
body.page-id-14495 .main .section:nth-child(7) .wrapper .column img,
body.page-id-14495 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-14495 .main .section:nth-child(7) .cookie-notice-container .column img,
body.page-id-14496 .main .section:nth-child(7) .wrapper .column img,
body.page-id-14496 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-14496 .main .section:nth-child(7) .cookie-notice-container .column img,
body.page-id-14497 .main .section:nth-child(7) .wrapper .column img,
body.page-id-14497 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-14497 .main .section:nth-child(7) .cookie-notice-container .column img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}
body.page-id-14303 .main .section.thinkpad-2025-block-6,
body.page-id-14495 .main .section.thinkpad-2025-block-6,
body.page-id-14496 .main .section.thinkpad-2025-block-6,
body.page-id-14497 .main .section.thinkpad-2025-block-6 {
  padding: 56px 0;
  background: #ffffff;
}
body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper h2, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container h2,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper h2,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container h2,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper h2,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container h2,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper h2,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container h2 {
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper h2, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container h2,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper h2,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container h2,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper h2,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container h2,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper h2,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper h2, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container h2,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper h2,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container h2,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper h2,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container h2,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper h2,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .top, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .top,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .top,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .top,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top {
  margin: 36px 0 0;
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .top, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .top,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .top,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .top,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top {
    margin: 32px 0 0;
    grid-gap: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .top .single, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top .single, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top .single,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .top .single,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top .single,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top .single,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .top .single,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top .single,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top .single,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .top .single,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top .single,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top .single {
  display: flex;
  align-items: center;
  grid-gap: 28px;
}
body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .top .single img, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top .single img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top .single img,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .top .single img,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top .single img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top .single img,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .top .single img,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top .single img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top .single img,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .top .single img,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .top .single img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .top .single img {
  flex: none;
  height: 84px;
  width: auto;
  display: block;
}
body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .bottom, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .bottom,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .bottom,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .bottom,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom {
  margin: 36px 0 0;
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .bottom, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .bottom,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .bottom,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .bottom,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom {
    margin: 32px 0 0;
    grid-gap: 32px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .title, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .title, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .title,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .title,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .title,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .title,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .title,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .title,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .title,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .title,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .title,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .title {
  display: block;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  background: #F2F2F2;
  line-height: 1.1;
  padding: 8px 33px;
}
body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list {
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  padding: 0 60px 0 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list.cross p, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list.cross p, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list.cross p,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list.cross p,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list.cross p,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list.cross p,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list.cross p,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list.cross p,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list.cross p,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list.cross p,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list.cross p,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list.cross p {
  padding: 0 0 0 26px;
}
body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list.cross p:before, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list.cross p:before, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list.cross p:before,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list.cross p:before,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list.cross p:before,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list.cross p:before,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list.cross p:before,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list.cross p:before,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list.cross p:before,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list.cross p:before,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list.cross p:before,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list.cross p:before {
  width: 19px;
  background-image: url("../images/icon-grey-cross-2.svg");
}
body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list p, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list p, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list p,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list p,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list p,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list p,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list p,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list p,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list p,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list p,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list p,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list p {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list p:before, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list p:before, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list p:before,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list p:before,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list p:before,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list p:before,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list p:before,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list p:before,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list p:before,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .bottom .single .list p:before,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .bottom .single .list p:before,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .bottom .single .list p:before {
  width: 25px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../images/icon-green-check.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-14303 .main .section.thinkpad-2025-block-6 .wrapper .disclaimer, body.page-id-14303 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-6 .cookie-notice-container .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-6 .wrapper .disclaimer,
body.page-id-14495 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-6 .cookie-notice-container .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-6 .wrapper .disclaimer,
body.page-id-14496 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-6 .cookie-notice-container .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-6 .wrapper .disclaimer,
body.page-id-14497 .main .section.thinkpad-2025-block-6 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-6 .cookie-notice-container .disclaimer {
  margin: 32px 0 0;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
body.page-id-14303 .main .section:nth-child(9),
body.page-id-14495 .main .section:nth-child(9),
body.page-id-14496 .main .section:nth-child(9),
body.page-id-14497 .main .section:nth-child(9) {
  padding: 72px 0;
  position: relative;
  background-image: url("/wp-content/uploads/2025/06/bg-3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section:nth-child(9),
body.page-id-14495 .main .section:nth-child(9),
body.page-id-14496 .main .section:nth-child(9),
body.page-id-14497 .main .section:nth-child(9) {
    padding: 64px 0;
  }
}
body.page-id-14303 .main .section:nth-child(9):after,
body.page-id-14495 .main .section:nth-child(9):after,
body.page-id-14496 .main .section:nth-child(9):after,
body.page-id-14497 .main .section:nth-child(9):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
body.page-id-14303 .main .section:nth-child(9) .wrapper, body.page-id-14303 .main .section:nth-child(9) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section:nth-child(9) .cookie-notice-container,
body.page-id-14495 .main .section:nth-child(9) .wrapper,
body.page-id-14495 .main .section:nth-child(9) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section:nth-child(9) .cookie-notice-container,
body.page-id-14496 .main .section:nth-child(9) .wrapper,
body.page-id-14496 .main .section:nth-child(9) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section:nth-child(9) .cookie-notice-container,
body.page-id-14497 .main .section:nth-child(9) .wrapper,
body.page-id-14497 .main .section:nth-child(9) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section:nth-child(9) .cookie-notice-container {
  align-items: center;
  z-index: 3;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section:nth-child(9) .wrapper .column:nth-child(1), body.page-id-14303 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-14303 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(1),
body.page-id-14495 .main .section:nth-child(9) .wrapper .column:nth-child(1),
body.page-id-14495 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14495 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(1),
body.page-id-14496 .main .section:nth-child(9) .wrapper .column:nth-child(1),
body.page-id-14496 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14496 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(1),
body.page-id-14497 .main .section:nth-child(9) .wrapper .column:nth-child(1),
body.page-id-14497 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14497 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section:nth-child(9) .wrapper .column:nth-child(2), body.page-id-14303 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2), #cookie-notice body.page-id-14303 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2),
body.page-id-14495 .main .section:nth-child(9) .wrapper .column:nth-child(2),
body.page-id-14495 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-14495 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2),
body.page-id-14496 .main .section:nth-child(9) .wrapper .column:nth-child(2),
body.page-id-14496 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-14496 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2),
body.page-id-14497 .main .section:nth-child(9) .wrapper .column:nth-child(2),
body.page-id-14497 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-14497 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2) {
    order: 1;
  }
}
body.page-id-14303 .main .section:nth-child(9) .wrapper .column h2, body.page-id-14303 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column h2, #cookie-notice body.page-id-14303 .main .section:nth-child(9) .cookie-notice-container .column h2,
body.page-id-14495 .main .section:nth-child(9) .wrapper .column h2,
body.page-id-14495 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14495 .main .section:nth-child(9) .cookie-notice-container .column h2,
body.page-id-14496 .main .section:nth-child(9) .wrapper .column h2,
body.page-id-14496 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14496 .main .section:nth-child(9) .cookie-notice-container .column h2,
body.page-id-14497 .main .section:nth-child(9) .wrapper .column h2,
body.page-id-14497 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14497 .main .section:nth-child(9) .cookie-notice-container .column h2 {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 auto 24px;
  color: #ffffff;
  max-width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section:nth-child(9) .wrapper .column h2, body.page-id-14303 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column h2, #cookie-notice body.page-id-14303 .main .section:nth-child(9) .cookie-notice-container .column h2,
body.page-id-14495 .main .section:nth-child(9) .wrapper .column h2,
body.page-id-14495 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14495 .main .section:nth-child(9) .cookie-notice-container .column h2,
body.page-id-14496 .main .section:nth-child(9) .wrapper .column h2,
body.page-id-14496 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14496 .main .section:nth-child(9) .cookie-notice-container .column h2,
body.page-id-14497 .main .section:nth-child(9) .wrapper .column h2,
body.page-id-14497 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14497 .main .section:nth-child(9) .cookie-notice-container .column h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section:nth-child(9) .wrapper .column h2, body.page-id-14303 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column h2, #cookie-notice body.page-id-14303 .main .section:nth-child(9) .cookie-notice-container .column h2,
body.page-id-14495 .main .section:nth-child(9) .wrapper .column h2,
body.page-id-14495 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14495 .main .section:nth-child(9) .cookie-notice-container .column h2,
body.page-id-14496 .main .section:nth-child(9) .wrapper .column h2,
body.page-id-14496 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14496 .main .section:nth-child(9) .cookie-notice-container .column h2,
body.page-id-14497 .main .section:nth-child(9) .wrapper .column h2,
body.page-id-14497 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14497 .main .section:nth-child(9) .cookie-notice-container .column h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-14303 .main .section:nth-child(9) .wrapper .column p, body.page-id-14303 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column p, #cookie-notice body.page-id-14303 .main .section:nth-child(9) .cookie-notice-container .column p,
body.page-id-14495 .main .section:nth-child(9) .wrapper .column p,
body.page-id-14495 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column p,
#cookie-notice body.page-id-14495 .main .section:nth-child(9) .cookie-notice-container .column p,
body.page-id-14496 .main .section:nth-child(9) .wrapper .column p,
body.page-id-14496 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column p,
#cookie-notice body.page-id-14496 .main .section:nth-child(9) .cookie-notice-container .column p,
body.page-id-14497 .main .section:nth-child(9) .wrapper .column p,
body.page-id-14497 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column p,
#cookie-notice body.page-id-14497 .main .section:nth-child(9) .cookie-notice-container .column p {
  color: #ffffff;
}
body.page-id-14303 .main .section:nth-child(9) .wrapper .column img, body.page-id-14303 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column img, #cookie-notice body.page-id-14303 .main .section:nth-child(9) .cookie-notice-container .column img,
body.page-id-14495 .main .section:nth-child(9) .wrapper .column img,
body.page-id-14495 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-14495 .main .section:nth-child(9) .cookie-notice-container .column img,
body.page-id-14496 .main .section:nth-child(9) .wrapper .column img,
body.page-id-14496 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-14496 .main .section:nth-child(9) .cookie-notice-container .column img,
body.page-id-14497 .main .section:nth-child(9) .wrapper .column img,
body.page-id-14497 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-14497 .main .section:nth-child(9) .cookie-notice-container .column img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7,
body.page-id-14495 .main .section.thinkpad-2025-block-7,
body.page-id-14496 .main .section.thinkpad-2025-block-7,
body.page-id-14497 .main .section.thinkpad-2025-block-7 {
  background: linear-gradient(168deg, #E1251B 40.49%, #611700 133.47%);
  position: relative;
  padding: 64px 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container {
  z-index: 2;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .desc, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .desc {
  max-width: 1059px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .desc p, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .desc p,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .desc p,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .desc p,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .desc p,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .desc p,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .desc p,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .desc p {
  color: #ffffff;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-2, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-2,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-2,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-2,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 32px;
  margin: 32px auto 0;
  width: 100%;
  max-width: 844px;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-2, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-2,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-2,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-2,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 24px;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col {
  border-radius: 15px;
  background: rgba(240, 240, 240, 0.85);
  padding: 36px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top img, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top img,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top img,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top img,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top img,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top img,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top img,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top img {
  height: 60px;
  width: auto;
  display: block;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top .title, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top .title, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top .title,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top .title,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top .title,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top .title,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top .title,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top .title,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top .title,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top .title,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top .title,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top .title {
  display: block;
  margin: 8px 0 0;
  font-weight: 700;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top .desc, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top .desc, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top .desc,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top .desc,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top .desc,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top .desc {
  margin: 8px 0 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top .desc p, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top .desc p, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top .desc p,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top .desc p,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top .desc p,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top .desc p,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top .desc p,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top .desc p,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top .desc p,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .top .desc p,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .top .desc p,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .top .desc p {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  color: #424242;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .list, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .list, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .list,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .list,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .list,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .list,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .list,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .list,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .list,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .list,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .list,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .list {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  margin: 24px 0 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .list p, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .list p, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .list p,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .list p,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .list p,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .list p,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .list p,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .list p,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .list p,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .list p,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .list p,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .list p {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .list p:before, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .list p:before, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .list p:before,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .list p:before,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .list p:before,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .list p:before,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .list p:before,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .list p:before,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .list p:before,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-2 .col .list p:before,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-2 .col .list p:before,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-2 .col .list p:before {
  width: 25px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../images/icon-green-check.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-1, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-1,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-1,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-1,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 {
  margin: 32px auto 0;
  border-radius: 15px;
  background: rgba(240, 240, 240, 0.85);
  display: flex;
  align-items: flex-start;
  grid-gap: 12px;
  padding: 36px 36px;
  width: 100%;
  max-width: 844px;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-1, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-1,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-1,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-1,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 {
    margin: 24px auto 0;
  }
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 img, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 img, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 img,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 img,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 img,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 img,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 img,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 img,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 img,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 img,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 img,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 img {
  height: 60px;
  width: auto;
  display: block;
  flex: none;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 .info .title, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 .info .title, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 .info .title,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 .info .title,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 .info .title,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 .info .title,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 .info .title,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 .info .title,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 .info .title,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 .info .title,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 .info .title,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 .info .title {
  display: block;
  font-weight: 700;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 .info .desc, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 .info .desc, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 .info .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 .info .desc,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 .info .desc,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 .info .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 .info .desc,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 .info .desc,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 .info .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 .info .desc,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 .info .desc,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 .info .desc {
  margin: 8px 0 0;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 .info .desc p, body.page-id-14303 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 .info .desc p, #cookie-notice body.page-id-14303 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 .info .desc p,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 .info .desc p,
body.page-id-14495 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 .info .desc p,
#cookie-notice body.page-id-14495 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 .info .desc p,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 .info .desc p,
body.page-id-14496 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 .info .desc p,
#cookie-notice body.page-id-14496 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 .info .desc p,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .wrapper .columns-1 .info .desc p,
body.page-id-14497 .main .section.thinkpad-2025-block-7 #cookie-notice .cookie-notice-container .columns-1 .info .desc p,
#cookie-notice body.page-id-14497 .main .section.thinkpad-2025-block-7 .cookie-notice-container .columns-1 .info .desc p {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  color: #424242;
}
body.page-id-14303 .main .section.thinkpad-2025-block-7 .ill,
body.page-id-14495 .main .section.thinkpad-2025-block-7 .ill,
body.page-id-14496 .main .section.thinkpad-2025-block-7 .ill,
body.page-id-14497 .main .section.thinkpad-2025-block-7 .ill {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: auto;
  width: 100%;
  mix-blend-mode: soft-light;
}
body.page-id-14303 .main .section:nth-child(11),
body.page-id-14495 .main .section:nth-child(11),
body.page-id-14496 .main .section:nth-child(11),
body.page-id-14497 .main .section:nth-child(11) {
  padding: 0;
  position: relative;
  background-image: url("/wp-content/uploads/2025/06/bg-4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
body.page-id-14303 .main .section:nth-child(11) .wrapper, body.page-id-14303 .main .section:nth-child(11) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14303 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-14495 .main .section:nth-child(11) .wrapper,
body.page-id-14495 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14495 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-14496 .main .section:nth-child(11) .wrapper,
body.page-id-14496 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14496 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-14497 .main .section:nth-child(11) .wrapper,
body.page-id-14497 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14497 .main .section:nth-child(11) .cookie-notice-container {
  align-items: center;
  z-index: 2;
}
body.page-id-14303 .main .section:nth-child(11) .wrapper .column:first-child, body.page-id-14303 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:first-child, #cookie-notice body.page-id-14303 .main .section:nth-child(11) .cookie-notice-container .column:first-child,
body.page-id-14495 .main .section:nth-child(11) .wrapper .column:first-child,
body.page-id-14495 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:first-child,
#cookie-notice body.page-id-14495 .main .section:nth-child(11) .cookie-notice-container .column:first-child,
body.page-id-14496 .main .section:nth-child(11) .wrapper .column:first-child,
body.page-id-14496 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:first-child,
#cookie-notice body.page-id-14496 .main .section:nth-child(11) .cookie-notice-container .column:first-child,
body.page-id-14497 .main .section:nth-child(11) .wrapper .column:first-child,
body.page-id-14497 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:first-child,
#cookie-notice body.page-id-14497 .main .section:nth-child(11) .cookie-notice-container .column:first-child {
  padding: 32px 0;
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section:nth-child(11) .wrapper .column:first-child, body.page-id-14303 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:first-child, #cookie-notice body.page-id-14303 .main .section:nth-child(11) .cookie-notice-container .column:first-child,
body.page-id-14495 .main .section:nth-child(11) .wrapper .column:first-child,
body.page-id-14495 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:first-child,
#cookie-notice body.page-id-14495 .main .section:nth-child(11) .cookie-notice-container .column:first-child,
body.page-id-14496 .main .section:nth-child(11) .wrapper .column:first-child,
body.page-id-14496 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:first-child,
#cookie-notice body.page-id-14496 .main .section:nth-child(11) .cookie-notice-container .column:first-child,
body.page-id-14497 .main .section:nth-child(11) .wrapper .column:first-child,
body.page-id-14497 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:first-child,
#cookie-notice body.page-id-14497 .main .section:nth-child(11) .cookie-notice-container .column:first-child {
    padding: 48px 0 0;
  }
}
body.page-id-14303 .main .section:nth-child(11) .wrapper .column h2, body.page-id-14303 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column h2, #cookie-notice body.page-id-14303 .main .section:nth-child(11) .cookie-notice-container .column h2,
body.page-id-14495 .main .section:nth-child(11) .wrapper .column h2,
body.page-id-14495 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14495 .main .section:nth-child(11) .cookie-notice-container .column h2,
body.page-id-14496 .main .section:nth-child(11) .wrapper .column h2,
body.page-id-14496 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14496 .main .section:nth-child(11) .cookie-notice-container .column h2,
body.page-id-14497 .main .section:nth-child(11) .wrapper .column h2,
body.page-id-14497 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14497 .main .section:nth-child(11) .cookie-notice-container .column h2 {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 auto 24px;
  color: #ffffff;
  max-width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section:nth-child(11) .wrapper .column h2, body.page-id-14303 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column h2, #cookie-notice body.page-id-14303 .main .section:nth-child(11) .cookie-notice-container .column h2,
body.page-id-14495 .main .section:nth-child(11) .wrapper .column h2,
body.page-id-14495 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14495 .main .section:nth-child(11) .cookie-notice-container .column h2,
body.page-id-14496 .main .section:nth-child(11) .wrapper .column h2,
body.page-id-14496 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14496 .main .section:nth-child(11) .cookie-notice-container .column h2,
body.page-id-14497 .main .section:nth-child(11) .wrapper .column h2,
body.page-id-14497 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14497 .main .section:nth-child(11) .cookie-notice-container .column h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section:nth-child(11) .wrapper .column h2, body.page-id-14303 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column h2, #cookie-notice body.page-id-14303 .main .section:nth-child(11) .cookie-notice-container .column h2,
body.page-id-14495 .main .section:nth-child(11) .wrapper .column h2,
body.page-id-14495 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14495 .main .section:nth-child(11) .cookie-notice-container .column h2,
body.page-id-14496 .main .section:nth-child(11) .wrapper .column h2,
body.page-id-14496 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14496 .main .section:nth-child(11) .cookie-notice-container .column h2,
body.page-id-14497 .main .section:nth-child(11) .wrapper .column h2,
body.page-id-14497 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column h2,
#cookie-notice body.page-id-14497 .main .section:nth-child(11) .cookie-notice-container .column h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-14303 .main .section:nth-child(11) .wrapper .column p, body.page-id-14303 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column p, #cookie-notice body.page-id-14303 .main .section:nth-child(11) .cookie-notice-container .column p,
body.page-id-14495 .main .section:nth-child(11) .wrapper .column p,
body.page-id-14495 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column p,
#cookie-notice body.page-id-14495 .main .section:nth-child(11) .cookie-notice-container .column p,
body.page-id-14496 .main .section:nth-child(11) .wrapper .column p,
body.page-id-14496 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column p,
#cookie-notice body.page-id-14496 .main .section:nth-child(11) .cookie-notice-container .column p,
body.page-id-14497 .main .section:nth-child(11) .wrapper .column p,
body.page-id-14497 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column p,
#cookie-notice body.page-id-14497 .main .section:nth-child(11) .cookie-notice-container .column p {
  color: #ffffff;
}
body.page-id-14303 .main .section:nth-child(11) .wrapper .column img, body.page-id-14303 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column img, #cookie-notice body.page-id-14303 .main .section:nth-child(11) .cookie-notice-container .column img,
body.page-id-14495 .main .section:nth-child(11) .wrapper .column img,
body.page-id-14495 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-14495 .main .section:nth-child(11) .cookie-notice-container .column img,
body.page-id-14496 .main .section:nth-child(11) .wrapper .column img,
body.page-id-14496 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-14496 .main .section:nth-child(11) .cookie-notice-container .column img,
body.page-id-14497 .main .section:nth-child(11) .wrapper .column img,
body.page-id-14497 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column img,
#cookie-notice body.page-id-14497 .main .section:nth-child(11) .cookie-notice-container .column img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-14303 .main .section.products-columns-3 .wrapper .grid, body.page-id-14303 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-14303 .main .section.products-columns-3 .cookie-notice-container .grid,
body.page-id-14495 .main .section.products-columns-3 .wrapper .grid,
body.page-id-14495 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-14495 .main .section.products-columns-3 .cookie-notice-container .grid,
body.page-id-14496 .main .section.products-columns-3 .wrapper .grid,
body.page-id-14496 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-14496 .main .section.products-columns-3 .cookie-notice-container .grid,
body.page-id-14497 .main .section.products-columns-3 .wrapper .grid,
body.page-id-14497 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-14497 .main .section.products-columns-3 .cookie-notice-container .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 72px;
  }
}
@media (max-width: 768px) {
  body.page-id-14303 .main .section.products-columns-3 .wrapper .grid, body.page-id-14303 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-14303 .main .section.products-columns-3 .cookie-notice-container .grid,
body.page-id-14495 .main .section.products-columns-3 .wrapper .grid,
body.page-id-14495 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-14495 .main .section.products-columns-3 .cookie-notice-container .grid,
body.page-id-14496 .main .section.products-columns-3 .wrapper .grid,
body.page-id-14496 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-14496 .main .section.products-columns-3 .cookie-notice-container .grid,
body.page-id-14497 .main .section.products-columns-3 .wrapper .grid,
body.page-id-14497 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-14497 .main .section.products-columns-3 .cookie-notice-container .grid {
    grid-gap: 40px;
  }
}
@media (max-width: 480px) {
  body.page-id-14303 .main .section.products-columns-3 .wrapper .grid, body.page-id-14303 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-14303 .main .section.products-columns-3 .cookie-notice-container .grid,
body.page-id-14495 .main .section.products-columns-3 .wrapper .grid,
body.page-id-14495 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-14495 .main .section.products-columns-3 .cookie-notice-container .grid,
body.page-id-14496 .main .section.products-columns-3 .wrapper .grid,
body.page-id-14496 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-14496 .main .section.products-columns-3 .cookie-notice-container .grid,
body.page-id-14497 .main .section.products-columns-3 .wrapper .grid,
body.page-id-14497 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-14497 .main .section.products-columns-3 .cookie-notice-container .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 64px;
  }
}
body.page-id-14303 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap:after, body.page-id-14303 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after, #cookie-notice body.page-id-14303 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-14495 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap:after,
body.page-id-14495 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-14495 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-14496 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap:after,
body.page-id-14496 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-14496 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-14497 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap:after,
body.page-id-14497 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-14497 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after {
  padding-top: 50%;
}
body.page-id-14556 .main img.aligncenter,
body.page-id-14770 .main img.aligncenter,
body.page-id-14772 .main img.aligncenter,
body.page-id-14771 .main img.aligncenter {
  margin: 0 auto;
  display: block;
}
body.page-id-14556 .main .section h2,
body.page-id-14770 .main .section h2,
body.page-id-14772 .main .section h2,
body.page-id-14771 .main .section h2 {
  font-size: 32px;
  font-size: 2rem;
  max-width: inherit;
  margin: 0 0 28px;
  color: #000000;
  text-align: left;
  line-height: 1.2;
}
body.page-id-14556 .main .section.text-2-columns-block .wrapper .text ul, body.page-id-14556 .main .section.text-2-columns-block #cookie-notice .cookie-notice-container .text ul, #cookie-notice body.page-id-14556 .main .section.text-2-columns-block .cookie-notice-container .text ul,
body.page-id-14770 .main .section.text-2-columns-block .wrapper .text ul,
body.page-id-14770 .main .section.text-2-columns-block #cookie-notice .cookie-notice-container .text ul,
#cookie-notice body.page-id-14770 .main .section.text-2-columns-block .cookie-notice-container .text ul,
body.page-id-14772 .main .section.text-2-columns-block .wrapper .text ul,
body.page-id-14772 .main .section.text-2-columns-block #cookie-notice .cookie-notice-container .text ul,
#cookie-notice body.page-id-14772 .main .section.text-2-columns-block .cookie-notice-container .text ul,
body.page-id-14771 .main .section.text-2-columns-block .wrapper .text ul,
body.page-id-14771 .main .section.text-2-columns-block #cookie-notice .cookie-notice-container .text ul,
#cookie-notice body.page-id-14771 .main .section.text-2-columns-block .cookie-notice-container .text ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
body.page-id-14556 .main .section.text-2-columns-block .wrapper .text ul li, body.page-id-14556 .main .section.text-2-columns-block #cookie-notice .cookie-notice-container .text ul li, #cookie-notice body.page-id-14556 .main .section.text-2-columns-block .cookie-notice-container .text ul li,
body.page-id-14770 .main .section.text-2-columns-block .wrapper .text ul li,
body.page-id-14770 .main .section.text-2-columns-block #cookie-notice .cookie-notice-container .text ul li,
#cookie-notice body.page-id-14770 .main .section.text-2-columns-block .cookie-notice-container .text ul li,
body.page-id-14772 .main .section.text-2-columns-block .wrapper .text ul li,
body.page-id-14772 .main .section.text-2-columns-block #cookie-notice .cookie-notice-container .text ul li,
#cookie-notice body.page-id-14772 .main .section.text-2-columns-block .cookie-notice-container .text ul li,
body.page-id-14771 .main .section.text-2-columns-block .wrapper .text ul li,
body.page-id-14771 .main .section.text-2-columns-block #cookie-notice .cookie-notice-container .text ul li,
#cookie-notice body.page-id-14771 .main .section.text-2-columns-block .cookie-notice-container .text ul li {
  position: relative;
  padding: 0 0 0 44px;
  margin: 0;
}
body.page-id-14556 .main .section.text-2-columns-block .wrapper .text ul li:before, body.page-id-14556 .main .section.text-2-columns-block #cookie-notice .cookie-notice-container .text ul li:before, #cookie-notice body.page-id-14556 .main .section.text-2-columns-block .cookie-notice-container .text ul li:before,
body.page-id-14770 .main .section.text-2-columns-block .wrapper .text ul li:before,
body.page-id-14770 .main .section.text-2-columns-block #cookie-notice .cookie-notice-container .text ul li:before,
#cookie-notice body.page-id-14770 .main .section.text-2-columns-block .cookie-notice-container .text ul li:before,
body.page-id-14772 .main .section.text-2-columns-block .wrapper .text ul li:before,
body.page-id-14772 .main .section.text-2-columns-block #cookie-notice .cookie-notice-container .text ul li:before,
#cookie-notice body.page-id-14772 .main .section.text-2-columns-block .cookie-notice-container .text ul li:before,
body.page-id-14771 .main .section.text-2-columns-block .wrapper .text ul li:before,
body.page-id-14771 .main .section.text-2-columns-block #cookie-notice .cookie-notice-container .text ul li:before,
#cookie-notice body.page-id-14771 .main .section.text-2-columns-block .cookie-notice-container .text ul li:before {
  width: 25px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url("../images/icon-green-check.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-14556 .main .section.lenovo-servers-block-1,
body.page-id-14770 .main .section.lenovo-servers-block-1,
body.page-id-14772 .main .section.lenovo-servers-block-1,
body.page-id-14771 .main .section.lenovo-servers-block-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 64px;
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-1,
body.page-id-14770 .main .section.lenovo-servers-block-1,
body.page-id-14772 .main .section.lenovo-servers-block-1,
body.page-id-14771 .main .section.lenovo-servers-block-1 {
    padding: 60px 0;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container {
    flex-direction: column;
    grid-gap: 32px;
    align-items: flex-start;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper .left h1, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container .left h1,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper .left h1,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container .left h1,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper .left h1,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container .left h1,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper .left h1,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container .left h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
  color: #ffffff;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper .left h1, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container .left h1,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper .left h1,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container .left h1,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper .left h1,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container .left h1,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper .left h1,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container .left h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper .left h1, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container .left h1,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper .left h1,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container .left h1,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper .left h1,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container .left h1,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper .left h1,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container .left h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper .left p, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left p, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container .left p,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper .left p,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left p,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container .left p,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper .left p,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left p,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container .left p,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper .left p,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left p,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container .left p {
  color: #ffffff;
  font-weight: 600;
  margin: 32px 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0 134px 0 0;
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper .left p, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left p, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container .left p,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper .left p,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left p,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container .left p,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper .left p,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left p,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container .left p,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper .left p,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .left p,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container .left p {
    margin: 24px 0 0;
    padding: 0;
    max-width: 600px;
    width: 100%;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper .right, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container .right,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper .right,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container .right,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper .right,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container .right,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper .right,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container .right {
  flex: none;
  max-width: 375px;
  width: 100%;
}
body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .number, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .number, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .number,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .number,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .number,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .number,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .number,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .number,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .number,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .number,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .number,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .number {
  display: block;
  text-align: center;
  color: #E1140A;
  font-size: 180px;
  font-size: 11.25rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1280px) {
  body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .number, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .number, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .number,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .number,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .number,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .number,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .number,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .number,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .number,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .number,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .number,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .number {
    font-size: 160px;
    font-size: 10rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .number, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .number, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .number,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .number,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .number,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .number,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .number,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .number,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .number,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .number,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .number,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .number {
    font-size: 140px;
    font-size: 8.75rem;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .headline, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .headline, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .headline,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .headline,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .headline,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .headline,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .headline,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .headline,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .headline,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap .headline,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap .headline,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap .headline {
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1;
}
body.page-id-14556 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap p, body.page-id-14556 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap p, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap p,
body.page-id-14770 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap p,
body.page-id-14770 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap p,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap p,
body.page-id-14772 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap p,
body.page-id-14772 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap p,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap p,
body.page-id-14771 .main .section.lenovo-servers-block-1 .wrapper .right .right-wrap p,
body.page-id-14771 .main .section.lenovo-servers-block-1 #cookie-notice .cookie-notice-container .right .right-wrap p,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-1 .cookie-notice-container .right .right-wrap p {
  margin: 16px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1;
}
body.page-id-14556 .main .section.lenovo-servers-block-2,
body.page-id-14770 .main .section.lenovo-servers-block-2,
body.page-id-14772 .main .section.lenovo-servers-block-2,
body.page-id-14771 .main .section.lenovo-servers-block-2 {
  padding: 48px 0 48px;
}
body.page-id-14556 .main .section.lenovo-servers-block-2 .wrapper, body.page-id-14556 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-2 .cookie-notice-container,
body.page-id-14770 .main .section.lenovo-servers-block-2 .wrapper,
body.page-id-14770 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-2 .cookie-notice-container,
body.page-id-14772 .main .section.lenovo-servers-block-2 .wrapper,
body.page-id-14772 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-2 .cookie-notice-container,
body.page-id-14771 .main .section.lenovo-servers-block-2 .wrapper,
body.page-id-14771 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-2 .cookie-notice-container {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-2 .wrapper, body.page-id-14556 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-2 .cookie-notice-container,
body.page-id-14770 .main .section.lenovo-servers-block-2 .wrapper,
body.page-id-14770 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-2 .cookie-notice-container,
body.page-id-14772 .main .section.lenovo-servers-block-2 .wrapper,
body.page-id-14772 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-2 .cookie-notice-container,
body.page-id-14771 .main .section.lenovo-servers-block-2 .wrapper,
body.page-id-14771 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-2 .cookie-notice-container {
    grid-gap: 30px;
  }
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section.lenovo-servers-block-2 .wrapper, body.page-id-14556 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-2 .cookie-notice-container,
body.page-id-14770 .main .section.lenovo-servers-block-2 .wrapper,
body.page-id-14770 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-2 .cookie-notice-container,
body.page-id-14772 .main .section.lenovo-servers-block-2 .wrapper,
body.page-id-14772 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-2 .cookie-notice-container,
body.page-id-14771 .main .section.lenovo-servers-block-2 .wrapper,
body.page-id-14771 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-2 .cookie-notice-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 36px;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-2 .wrapper .single .number, body.page-id-14556 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container .single .number, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-2 .cookie-notice-container .single .number,
body.page-id-14770 .main .section.lenovo-servers-block-2 .wrapper .single .number,
body.page-id-14770 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container .single .number,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-2 .cookie-notice-container .single .number,
body.page-id-14772 .main .section.lenovo-servers-block-2 .wrapper .single .number,
body.page-id-14772 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container .single .number,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-2 .cookie-notice-container .single .number,
body.page-id-14771 .main .section.lenovo-servers-block-2 .wrapper .single .number,
body.page-id-14771 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container .single .number,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-2 .cookie-notice-container .single .number {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  background: #E1140A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
body.page-id-14556 .main .section.lenovo-servers-block-2 .wrapper .single .number span, body.page-id-14556 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container .single .number span, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-2 .cookie-notice-container .single .number span,
body.page-id-14770 .main .section.lenovo-servers-block-2 .wrapper .single .number span,
body.page-id-14770 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container .single .number span,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-2 .cookie-notice-container .single .number span,
body.page-id-14772 .main .section.lenovo-servers-block-2 .wrapper .single .number span,
body.page-id-14772 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container .single .number span,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-2 .cookie-notice-container .single .number span,
body.page-id-14771 .main .section.lenovo-servers-block-2 .wrapper .single .number span,
body.page-id-14771 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container .single .number span,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-2 .cookie-notice-container .single .number span {
  font-size: 48px;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 700;
  display: block;
  text-align: center;
}
body.page-id-14556 .main .section.lenovo-servers-block-2 .wrapper .single p, body.page-id-14556 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container .single p, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-2 .cookie-notice-container .single p,
body.page-id-14770 .main .section.lenovo-servers-block-2 .wrapper .single p,
body.page-id-14770 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container .single p,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-2 .cookie-notice-container .single p,
body.page-id-14772 .main .section.lenovo-servers-block-2 .wrapper .single p,
body.page-id-14772 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container .single p,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-2 .cookie-notice-container .single p,
body.page-id-14771 .main .section.lenovo-servers-block-2 .wrapper .single p,
body.page-id-14771 .main .section.lenovo-servers-block-2 #cookie-notice .cookie-notice-container .single p,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-2 .cookie-notice-container .single p {
  margin: 16px 0 0;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.08;
}
body.page-id-14556 .main .section:nth-child(3),
body.page-id-14770 .main .section:nth-child(3),
body.page-id-14772 .main .section:nth-child(3),
body.page-id-14771 .main .section:nth-child(3) {
  background: linear-gradient(0deg, #222 0%, rgba(0, 0, 0, 0) 115.43%);
  background-color: #000000;
}
body.page-id-14556 .main .section:nth-child(3) .wrapper, body.page-id-14556 .main .section:nth-child(3) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section:nth-child(3) .cookie-notice-container,
body.page-id-14770 .main .section:nth-child(3) .wrapper,
body.page-id-14770 .main .section:nth-child(3) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section:nth-child(3) .cookie-notice-container,
body.page-id-14772 .main .section:nth-child(3) .wrapper,
body.page-id-14772 .main .section:nth-child(3) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section:nth-child(3) .cookie-notice-container,
body.page-id-14771 .main .section:nth-child(3) .wrapper,
body.page-id-14771 .main .section:nth-child(3) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section:nth-child(3) .cookie-notice-container {
  align-items: center;
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section:nth-child(3) .wrapper .column:nth-child(1), body.page-id-14556 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-14556 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1),
body.page-id-14770 .main .section:nth-child(3) .wrapper .column:nth-child(1),
body.page-id-14770 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14770 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1),
body.page-id-14772 .main .section:nth-child(3) .wrapper .column:nth-child(1),
body.page-id-14772 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14772 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1),
body.page-id-14771 .main .section:nth-child(3) .wrapper .column:nth-child(1),
body.page-id-14771 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14771 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) {
    order: 2;
  }
}
body.page-id-14556 .main .section:nth-child(3) .wrapper .column:nth-child(1) .text p, body.page-id-14556 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) .text p,
body.page-id-14770 .main .section:nth-child(3) .wrapper .column:nth-child(1) .text p,
body.page-id-14770 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) .text p,
body.page-id-14772 .main .section:nth-child(3) .wrapper .column:nth-child(1) .text p,
body.page-id-14772 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) .text p,
body.page-id-14771 .main .section:nth-child(3) .wrapper .column:nth-child(1) .text p,
body.page-id-14771 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) .text p {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
}
body.page-id-14556 .main .section:nth-child(3) .wrapper .column:nth-child(1) .text p a, body.page-id-14556 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p a, #cookie-notice body.page-id-14556 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) .text p a,
body.page-id-14770 .main .section:nth-child(3) .wrapper .column:nth-child(1) .text p a,
body.page-id-14770 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p a,
#cookie-notice body.page-id-14770 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) .text p a,
body.page-id-14772 .main .section:nth-child(3) .wrapper .column:nth-child(1) .text p a,
body.page-id-14772 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p a,
#cookie-notice body.page-id-14772 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) .text p a,
body.page-id-14771 .main .section:nth-child(3) .wrapper .column:nth-child(1) .text p a,
body.page-id-14771 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p a,
#cookie-notice body.page-id-14771 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) .text p a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section:nth-child(3) .wrapper .column:nth-child(1) .text p a, body.page-id-14556 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p a, #cookie-notice body.page-id-14556 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) .text p a,
body.page-id-14770 .main .section:nth-child(3) .wrapper .column:nth-child(1) .text p a,
body.page-id-14770 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p a,
#cookie-notice body.page-id-14770 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) .text p a,
body.page-id-14772 .main .section:nth-child(3) .wrapper .column:nth-child(1) .text p a,
body.page-id-14772 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p a,
#cookie-notice body.page-id-14772 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) .text p a,
body.page-id-14771 .main .section:nth-child(3) .wrapper .column:nth-child(1) .text p a,
body.page-id-14771 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p a,
#cookie-notice body.page-id-14771 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) .text p a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section:nth-child(3) .wrapper .column:nth-child(2), body.page-id-14556 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2), #cookie-notice body.page-id-14556 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2),
body.page-id-14770 .main .section:nth-child(3) .wrapper .column:nth-child(2),
body.page-id-14770 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-14770 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2),
body.page-id-14772 .main .section:nth-child(3) .wrapper .column:nth-child(2),
body.page-id-14772 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-14772 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2),
body.page-id-14771 .main .section:nth-child(3) .wrapper .column:nth-child(2),
body.page-id-14771 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-14771 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) {
    order: 1;
  }
}
body.page-id-14556 .main .section:nth-child(3) .wrapper .column:nth-child(2) .text h2, body.page-id-14556 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h2, #cookie-notice body.page-id-14556 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) .text h2,
body.page-id-14770 .main .section:nth-child(3) .wrapper .column:nth-child(2) .text h2,
body.page-id-14770 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h2,
#cookie-notice body.page-id-14770 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) .text h2,
body.page-id-14772 .main .section:nth-child(3) .wrapper .column:nth-child(2) .text h2,
body.page-id-14772 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h2,
#cookie-notice body.page-id-14772 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) .text h2,
body.page-id-14771 .main .section:nth-child(3) .wrapper .column:nth-child(2) .text h2,
body.page-id-14771 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h2,
#cookie-notice body.page-id-14771 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) .text h2 {
  color: #ffffff;
}
body.page-id-14556 .main .section:nth-child(3) .wrapper .column:nth-child(2) .text p, body.page-id-14556 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) .text p, body.page-id-14556 .main .section:nth-child(3) .wrapper .column:nth-child(2) .text ul, body.page-id-14556 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul, #cookie-notice body.page-id-14556 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) .text ul,
body.page-id-14770 .main .section:nth-child(3) .wrapper .column:nth-child(2) .text p,
body.page-id-14770 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) .text p,
body.page-id-14770 .main .section:nth-child(3) .wrapper .column:nth-child(2) .text ul,
body.page-id-14770 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul,
#cookie-notice body.page-id-14770 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) .text ul,
body.page-id-14772 .main .section:nth-child(3) .wrapper .column:nth-child(2) .text p,
body.page-id-14772 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) .text p,
body.page-id-14772 .main .section:nth-child(3) .wrapper .column:nth-child(2) .text ul,
body.page-id-14772 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul,
#cookie-notice body.page-id-14772 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) .text ul,
body.page-id-14771 .main .section:nth-child(3) .wrapper .column:nth-child(2) .text p,
body.page-id-14771 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) .text p,
body.page-id-14771 .main .section:nth-child(3) .wrapper .column:nth-child(2) .text ul,
body.page-id-14771 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul,
#cookie-notice body.page-id-14771 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) .text ul {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
}
body.page-id-14556 .main .section:nth-child(4) .wrapper, body.page-id-14556 .main .section:nth-child(4) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section:nth-child(4) .cookie-notice-container,
body.page-id-14770 .main .section:nth-child(4) .wrapper,
body.page-id-14770 .main .section:nth-child(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section:nth-child(4) .cookie-notice-container,
body.page-id-14772 .main .section:nth-child(4) .wrapper,
body.page-id-14772 .main .section:nth-child(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section:nth-child(4) .cookie-notice-container,
body.page-id-14771 .main .section:nth-child(4) .wrapper,
body.page-id-14771 .main .section:nth-child(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section:nth-child(4) .cookie-notice-container {
  align-items: center;
}
body.page-id-14556 .main .section:nth-child(4) .wrapper .column:nth-of-type(1) .text p, body.page-id-14556 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(1) .text p, body.page-id-14556 .main .section:nth-child(4) .wrapper .column:nth-of-type(1) .text ul, body.page-id-14556 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text ul, #cookie-notice body.page-id-14556 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(1) .text ul,
body.page-id-14770 .main .section:nth-child(4) .wrapper .column:nth-of-type(1) .text p,
body.page-id-14770 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(1) .text p,
body.page-id-14770 .main .section:nth-child(4) .wrapper .column:nth-of-type(1) .text ul,
body.page-id-14770 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text ul,
#cookie-notice body.page-id-14770 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(1) .text ul,
body.page-id-14772 .main .section:nth-child(4) .wrapper .column:nth-of-type(1) .text p,
body.page-id-14772 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(1) .text p,
body.page-id-14772 .main .section:nth-child(4) .wrapper .column:nth-of-type(1) .text ul,
body.page-id-14772 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text ul,
#cookie-notice body.page-id-14772 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(1) .text ul,
body.page-id-14771 .main .section:nth-child(4) .wrapper .column:nth-of-type(1) .text p,
body.page-id-14771 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(1) .text p,
body.page-id-14771 .main .section:nth-child(4) .wrapper .column:nth-of-type(1) .text ul,
body.page-id-14771 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text ul,
#cookie-notice body.page-id-14771 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(1) .text ul {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14556 .main .section:nth-child(4) .wrapper .column:nth-of-type(2) .text p, body.page-id-14556 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(2) .text p,
body.page-id-14770 .main .section:nth-child(4) .wrapper .column:nth-of-type(2) .text p,
body.page-id-14770 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(2) .text p,
body.page-id-14772 .main .section:nth-child(4) .wrapper .column:nth-of-type(2) .text p,
body.page-id-14772 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(2) .text p,
body.page-id-14771 .main .section:nth-child(4) .wrapper .column:nth-of-type(2) .text p,
body.page-id-14771 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(2) .text p {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}
body.page-id-14556 .main .section:nth-child(4) .wrapper .column:nth-of-type(2) .text p a, body.page-id-14556 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p a, #cookie-notice body.page-id-14556 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(2) .text p a,
body.page-id-14770 .main .section:nth-child(4) .wrapper .column:nth-of-type(2) .text p a,
body.page-id-14770 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p a,
#cookie-notice body.page-id-14770 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(2) .text p a,
body.page-id-14772 .main .section:nth-child(4) .wrapper .column:nth-of-type(2) .text p a,
body.page-id-14772 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p a,
#cookie-notice body.page-id-14772 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(2) .text p a,
body.page-id-14771 .main .section:nth-child(4) .wrapper .column:nth-of-type(2) .text p a,
body.page-id-14771 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p a,
#cookie-notice body.page-id-14771 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(2) .text p a {
  color: #000000;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section:nth-child(4) .wrapper .column:nth-of-type(2) .text p a, body.page-id-14556 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p a, #cookie-notice body.page-id-14556 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(2) .text p a,
body.page-id-14770 .main .section:nth-child(4) .wrapper .column:nth-of-type(2) .text p a,
body.page-id-14770 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p a,
#cookie-notice body.page-id-14770 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(2) .text p a,
body.page-id-14772 .main .section:nth-child(4) .wrapper .column:nth-of-type(2) .text p a,
body.page-id-14772 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p a,
#cookie-notice body.page-id-14772 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(2) .text p a,
body.page-id-14771 .main .section:nth-child(4) .wrapper .column:nth-of-type(2) .text p a,
body.page-id-14771 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p a,
#cookie-notice body.page-id-14771 .main .section:nth-child(4) .cookie-notice-container .column:nth-of-type(2) .text p a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.page-id-14556 .main .section:nth-child(5),
body.page-id-14770 .main .section:nth-child(5),
body.page-id-14772 .main .section:nth-child(5),
body.page-id-14771 .main .section:nth-child(5) {
  background: linear-gradient(94deg, #EC61A0 26.08%, #233B71 98.26%);
  position: relative;
  overflow: hidden;
}
body.page-id-14556 .main .section:nth-child(5):after,
body.page-id-14770 .main .section:nth-child(5):after,
body.page-id-14772 .main .section:nth-child(5):after,
body.page-id-14771 .main .section:nth-child(5):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: url("/wp-content/uploads/2025/07/ill-1.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 90% auto;
  mix-blend-mode: soft-light;
}
body.page-id-14556 .main .section:nth-child(5) .wrapper, body.page-id-14556 .main .section:nth-child(5) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section:nth-child(5) .cookie-notice-container,
body.page-id-14770 .main .section:nth-child(5) .wrapper,
body.page-id-14770 .main .section:nth-child(5) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section:nth-child(5) .cookie-notice-container,
body.page-id-14772 .main .section:nth-child(5) .wrapper,
body.page-id-14772 .main .section:nth-child(5) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section:nth-child(5) .cookie-notice-container,
body.page-id-14771 .main .section:nth-child(5) .wrapper,
body.page-id-14771 .main .section:nth-child(5) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section:nth-child(5) .cookie-notice-container {
  align-items: center;
  z-index: 2;
}
body.page-id-14556 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text h2, body.page-id-14556 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text h2, #cookie-notice body.page-id-14556 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text h2,
body.page-id-14770 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text h2,
body.page-id-14770 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text h2,
#cookie-notice body.page-id-14770 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text h2,
body.page-id-14772 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text h2,
body.page-id-14772 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text h2,
#cookie-notice body.page-id-14772 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text h2,
body.page-id-14771 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text h2,
body.page-id-14771 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text h2,
#cookie-notice body.page-id-14771 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text h2 {
  color: #ffffff;
}
body.page-id-14556 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text p, body.page-id-14556 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text p, body.page-id-14556 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text ul, body.page-id-14556 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text ul, #cookie-notice body.page-id-14556 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text ul,
body.page-id-14770 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text p,
body.page-id-14770 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text p,
body.page-id-14770 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text ul,
body.page-id-14770 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text ul,
#cookie-notice body.page-id-14770 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text ul,
body.page-id-14772 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text p,
body.page-id-14772 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text p,
body.page-id-14772 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text ul,
body.page-id-14772 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text ul,
#cookie-notice body.page-id-14772 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text ul,
body.page-id-14771 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text p,
body.page-id-14771 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text p,
body.page-id-14771 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text ul,
body.page-id-14771 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text ul,
#cookie-notice body.page-id-14771 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text ul {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14556 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text p a, body.page-id-14556 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p a, #cookie-notice body.page-id-14556 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text p a, body.page-id-14556 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text ul a, body.page-id-14556 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text ul a, #cookie-notice body.page-id-14556 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text ul a,
body.page-id-14770 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text p a,
body.page-id-14770 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p a,
#cookie-notice body.page-id-14770 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text p a,
body.page-id-14770 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text ul a,
body.page-id-14770 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text ul a,
#cookie-notice body.page-id-14770 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text ul a,
body.page-id-14772 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text p a,
body.page-id-14772 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p a,
#cookie-notice body.page-id-14772 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text p a,
body.page-id-14772 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text ul a,
body.page-id-14772 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text ul a,
#cookie-notice body.page-id-14772 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text ul a,
body.page-id-14771 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text p a,
body.page-id-14771 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text p a,
#cookie-notice body.page-id-14771 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text p a,
body.page-id-14771 .main .section:nth-child(5) .wrapper .column:nth-of-type(1) .text ul a,
body.page-id-14771 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(1) .text ul a,
#cookie-notice body.page-id-14771 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(1) .text ul a {
  color: #ffffff;
}
body.page-id-14556 .main .section:nth-child(5) .wrapper .column:nth-of-type(2) .text img, body.page-id-14556 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text img, #cookie-notice body.page-id-14556 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(2) .text img,
body.page-id-14770 .main .section:nth-child(5) .wrapper .column:nth-of-type(2) .text img,
body.page-id-14770 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text img,
#cookie-notice body.page-id-14770 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(2) .text img,
body.page-id-14772 .main .section:nth-child(5) .wrapper .column:nth-of-type(2) .text img,
body.page-id-14772 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text img,
#cookie-notice body.page-id-14772 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(2) .text img,
body.page-id-14771 .main .section:nth-child(5) .wrapper .column:nth-of-type(2) .text img,
body.page-id-14771 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text img,
#cookie-notice body.page-id-14771 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(2) .text img {
  max-width: 364px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
body.page-id-14556 .main .section:nth-child(5) .wrapper .column:nth-of-type(2) .text p, body.page-id-14556 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(2) .text p,
body.page-id-14770 .main .section:nth-child(5) .wrapper .column:nth-of-type(2) .text p,
body.page-id-14770 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(2) .text p,
body.page-id-14772 .main .section:nth-child(5) .wrapper .column:nth-of-type(2) .text p,
body.page-id-14772 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(2) .text p,
body.page-id-14771 .main .section:nth-child(5) .wrapper .column:nth-of-type(2) .text p,
body.page-id-14771 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-of-type(2) .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(5) .cookie-notice-container .column:nth-of-type(2) .text p {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper h2, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container h2,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper h2,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container h2,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper h2,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container h2,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper h2,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container h2 {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
}
body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper .text, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .text, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container .text,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper .text,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container .text,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper .text,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container .text,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper .text,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container .text {
  max-width: 927px;
  width: 100%;
  margin: 0 auto;
}
body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper .text p, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .text p, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container .text p,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper .text p,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container .text p,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper .text p,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container .text p,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper .text p,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container .text p {
  color: #000000;
  text-align: center;
}
body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper .list, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container .list,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper .list,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container .list,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper .list,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container .list,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper .list,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container .list {
  max-width: 912px;
  width: 100%;
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper .list .single, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper .list .single,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper .list .single,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper .list .single,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single {
  border-radius: 15px;
  background: #F0F0F0;
  padding: 32px 57px;
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper .list .single, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper .list .single,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper .list .single,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper .list .single,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single {
    padding: 24px 24px;
  }
}
@media (max-width: 480px) {
  body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper .list .single, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper .list .single,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper .list .single,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper .list .single,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper .list .single img, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single img, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single img,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper .list .single img,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single img,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single img,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper .list .single img,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single img,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single img,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper .list .single img,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single img,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single img {
  width: 84px;
  height: auto;
  display: block;
  flex: none;
}
body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper .list .single .info, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper .list .single .info,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper .list .single .info,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper .list .single .info,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info {
  width: 100%;
}
body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper .list .single .info span, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info span, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info span,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper .list .single .info span,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info span,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info span,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper .list .single .info span,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info span,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info span,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper .list .single .info span,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info span,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info span {
  display: block;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper .list .single .info span, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info span, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info span,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper .list .single .info span,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info span,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info span,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper .list .single .info span,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info span,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info span,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper .list .single .info span,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info span,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info span {
    text-align: center;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper .list .single .info p, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info p, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info p,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper .list .single .info p,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info p,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info p,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper .list .single .info p,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info p,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info p,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper .list .single .info p,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info p,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info p {
  margin: 6px 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section.lenovo-servers-block-3 .wrapper .list .single .info p, body.page-id-14556 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info p, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info p,
body.page-id-14770 .main .section.lenovo-servers-block-3 .wrapper .list .single .info p,
body.page-id-14770 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info p,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info p,
body.page-id-14772 .main .section.lenovo-servers-block-3 .wrapper .list .single .info p,
body.page-id-14772 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info p,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info p,
body.page-id-14771 .main .section.lenovo-servers-block-3 .wrapper .list .single .info p,
body.page-id-14771 .main .section.lenovo-servers-block-3 #cookie-notice .cookie-notice-container .list .single .info p,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-3 .cookie-notice-container .list .single .info p {
    text-align: center;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-4,
body.page-id-14770 .main .section.lenovo-servers-block-4,
body.page-id-14772 .main .section.lenovo-servers-block-4,
body.page-id-14771 .main .section.lenovo-servers-block-4 {
  background: linear-gradient(0deg, #222 0%, rgba(0, 0, 0, 0) 115.43%);
  background-color: #000000;
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container {
  display: flex;
  align-items: center;
  grid-gap: 64px;
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container {
    grid-gap: 50px;
  }
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container {
    flex-direction: column;
    grid-gap: 40px;
  }
}
@media (max-width: 480px) {
  body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container {
    grid-gap: 30px;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .table, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .table,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .table,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .table,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .table,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .table,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .table,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .table {
  width: calc(54% - 32px);
  background: #E1251B;
  border: 1px solid #000000;
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .table, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .table,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .table,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .table,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .table,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .table,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .table,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .table {
    width: calc(54% - 25px);
  }
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .table, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .table,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .table,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .table,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .table,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .table,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .table,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .table {
    width: 100%;
    order: 2;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .table .row, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .table .row,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .table .row,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .table .row,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row {
  border-bottom: 1px solid #000000;
  display: flex;
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .table .row:first-child div, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row:first-child div, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row:first-child div,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .table .row:first-child div,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row:first-child div,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row:first-child div,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .table .row:first-child div,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row:first-child div,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row:first-child div,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .table .row:first-child div,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row:first-child div,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row:first-child div {
  padding: 16px 20px;
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .table .row:first-child div span, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row:first-child div span, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row:first-child div span,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .table .row:first-child div span,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row:first-child div span,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row:first-child div span,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .table .row:first-child div span,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row:first-child div span,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row:first-child div span,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .table .row:first-child div span,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row:first-child div span,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row:first-child div span {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .table .row:last-child, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row:last-child, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row:last-child,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .table .row:last-child,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row:last-child,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row:last-child,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .table .row:last-child,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row:last-child,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row:last-child,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .table .row:last-child,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row:last-child,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row:last-child {
  border: none;
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .table .row div, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .table .row div,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .table .row div,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .table .row div,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div {
  padding: 10px 20px;
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .table .row div:first-child, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div:first-child, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div:first-child,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .table .row div:first-child,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div:first-child,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div:first-child,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .table .row div:first-child,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div:first-child,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div:first-child,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .table .row div:first-child,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div:first-child,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div:first-child {
  border-right: 1px solid #000000;
  flex: none;
  width: 34%;
  display: flex;
  align-items: center;
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .table .row div:last-child, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div:last-child, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div:last-child,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .table .row div:last-child,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div:last-child,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div:last-child,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .table .row div:last-child,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div:last-child,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div:last-child,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .table .row div:last-child,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div:last-child,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div:last-child {
  width: 66%;
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .table .row div span, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div span, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div span,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .table .row div span,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div span,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div span,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .table .row div span,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div span,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div span,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .table .row div span,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .table .row div span,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .table .row div span {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  line-height: 1.4;
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .right, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .right,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .right,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .right,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .right,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .right,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .right,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .right {
  width: calc(46% - 32px);
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .right, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .right,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .right,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .right,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .right,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .right,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .right,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .right {
    width: calc(46% - 25px);
  }
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .right, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .right,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .right,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .right,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .right,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .right,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .right,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .right {
    width: 100%;
    order: 1;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .right h2, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right h2, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .right h2,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .right h2,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right h2,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .right h2,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .right h2,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right h2,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .right h2,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .right h2,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right h2,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .right h2 {
  color: #ffffff;
}
body.page-id-14556 .main .section.lenovo-servers-block-4 .wrapper .right p, body.page-id-14556 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right p, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-4 .cookie-notice-container .right p,
body.page-id-14770 .main .section.lenovo-servers-block-4 .wrapper .right p,
body.page-id-14770 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right p,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-4 .cookie-notice-container .right p,
body.page-id-14772 .main .section.lenovo-servers-block-4 .wrapper .right p,
body.page-id-14772 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right p,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-4 .cookie-notice-container .right p,
body.page-id-14771 .main .section.lenovo-servers-block-4 .wrapper .right p,
body.page-id-14771 .main .section.lenovo-servers-block-4 #cookie-notice .cookie-notice-container .right p,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-4 .cookie-notice-container .right p {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14556 .main .section:nth-child(8),
body.page-id-14770 .main .section:nth-child(8),
body.page-id-14772 .main .section:nth-child(8),
body.page-id-14771 .main .section:nth-child(8) {
  background: linear-gradient(0deg, #FFF 62.23%, rgba(255, 255, 255, 0) 100%);
  background-color: #D9D9D9;
  position: relative;
  overflow: hidden;
}
body.page-id-14556 .main .section:nth-child(8):before,
body.page-id-14770 .main .section:nth-child(8):before,
body.page-id-14772 .main .section:nth-child(8):before,
body.page-id-14771 .main .section:nth-child(8):before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-image: url("/wp-content/uploads/2025/07/ill-2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  mix-blend-mode: soft-light;
}
body.page-id-14556 .main .section:nth-child(8) .wrapper, body.page-id-14556 .main .section:nth-child(8) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section:nth-child(8) .cookie-notice-container,
body.page-id-14770 .main .section:nth-child(8) .wrapper,
body.page-id-14770 .main .section:nth-child(8) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section:nth-child(8) .cookie-notice-container,
body.page-id-14772 .main .section:nth-child(8) .wrapper,
body.page-id-14772 .main .section:nth-child(8) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section:nth-child(8) .cookie-notice-container,
body.page-id-14771 .main .section:nth-child(8) .wrapper,
body.page-id-14771 .main .section:nth-child(8) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section:nth-child(8) .cookie-notice-container {
  align-items: center;
  grid-gap: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section:nth-child(8) .wrapper, body.page-id-14556 .main .section:nth-child(8) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section:nth-child(8) .cookie-notice-container,
body.page-id-14770 .main .section:nth-child(8) .wrapper,
body.page-id-14770 .main .section:nth-child(8) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section:nth-child(8) .cookie-notice-container,
body.page-id-14772 .main .section:nth-child(8) .wrapper,
body.page-id-14772 .main .section:nth-child(8) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section:nth-child(8) .cookie-notice-container,
body.page-id-14771 .main .section:nth-child(8) .wrapper,
body.page-id-14771 .main .section:nth-child(8) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section:nth-child(8) .cookie-notice-container {
    grid-gap: 40px;
  }
}
@media (max-width: 480px) {
  body.page-id-14556 .main .section:nth-child(8) .wrapper, body.page-id-14556 .main .section:nth-child(8) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section:nth-child(8) .cookie-notice-container,
body.page-id-14770 .main .section:nth-child(8) .wrapper,
body.page-id-14770 .main .section:nth-child(8) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section:nth-child(8) .cookie-notice-container,
body.page-id-14772 .main .section:nth-child(8) .wrapper,
body.page-id-14772 .main .section:nth-child(8) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section:nth-child(8) .cookie-notice-container,
body.page-id-14771 .main .section:nth-child(8) .wrapper,
body.page-id-14771 .main .section:nth-child(8) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section:nth-child(8) .cookie-notice-container {
    grid-gap: 30px;
  }
}
body.page-id-14556 .main .section:nth-child(8) .wrapper .column:nth-child(1), body.page-id-14556 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-14556 .main .section:nth-child(8) .cookie-notice-container .column:nth-child(1),
body.page-id-14770 .main .section:nth-child(8) .wrapper .column:nth-child(1),
body.page-id-14770 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14770 .main .section:nth-child(8) .cookie-notice-container .column:nth-child(1),
body.page-id-14772 .main .section:nth-child(8) .wrapper .column:nth-child(1),
body.page-id-14772 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14772 .main .section:nth-child(8) .cookie-notice-container .column:nth-child(1),
body.page-id-14771 .main .section:nth-child(8) .wrapper .column:nth-child(1),
body.page-id-14771 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14771 .main .section:nth-child(8) .cookie-notice-container .column:nth-child(1) {
  padding: 0 100px 0 0;
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section:nth-child(8) .wrapper .column:nth-child(1), body.page-id-14556 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-14556 .main .section:nth-child(8) .cookie-notice-container .column:nth-child(1),
body.page-id-14770 .main .section:nth-child(8) .wrapper .column:nth-child(1),
body.page-id-14770 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14770 .main .section:nth-child(8) .cookie-notice-container .column:nth-child(1),
body.page-id-14772 .main .section:nth-child(8) .wrapper .column:nth-child(1),
body.page-id-14772 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14772 .main .section:nth-child(8) .cookie-notice-container .column:nth-child(1),
body.page-id-14771 .main .section:nth-child(8) .wrapper .column:nth-child(1),
body.page-id-14771 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14771 .main .section:nth-child(8) .cookie-notice-container .column:nth-child(1) {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section:nth-child(8) .wrapper .column:nth-child(1), body.page-id-14556 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-14556 .main .section:nth-child(8) .cookie-notice-container .column:nth-child(1),
body.page-id-14770 .main .section:nth-child(8) .wrapper .column:nth-child(1),
body.page-id-14770 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14770 .main .section:nth-child(8) .cookie-notice-container .column:nth-child(1),
body.page-id-14772 .main .section:nth-child(8) .wrapper .column:nth-child(1),
body.page-id-14772 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14772 .main .section:nth-child(8) .cookie-notice-container .column:nth-child(1),
body.page-id-14771 .main .section:nth-child(8) .wrapper .column:nth-child(1),
body.page-id-14771 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14771 .main .section:nth-child(8) .cookie-notice-container .column:nth-child(1) {
    padding: 0;
  }
}
body.page-id-14556 .main .section:nth-child(8) .wrapper .column .text p, body.page-id-14556 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(8) .cookie-notice-container .column .text p,
body.page-id-14770 .main .section:nth-child(8) .wrapper .column .text p,
body.page-id-14770 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(8) .cookie-notice-container .column .text p,
body.page-id-14772 .main .section:nth-child(8) .wrapper .column .text p,
body.page-id-14772 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(8) .cookie-notice-container .column .text p,
body.page-id-14771 .main .section:nth-child(8) .wrapper .column .text p,
body.page-id-14771 .main .section:nth-child(8) #cookie-notice .cookie-notice-container .column .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(8) .cookie-notice-container .column .text p {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14556 .main .section:nth-child(9),
body.page-id-14770 .main .section:nth-child(9),
body.page-id-14772 .main .section:nth-child(9),
body.page-id-14771 .main .section:nth-child(9) {
  background: rgba(0, 0, 0, 0.15);
  background-image: url("/wp-content/uploads/2025/07/bg-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-14556 .main .section:nth-child(9) .wrapper, body.page-id-14556 .main .section:nth-child(9) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section:nth-child(9) .cookie-notice-container,
body.page-id-14770 .main .section:nth-child(9) .wrapper,
body.page-id-14770 .main .section:nth-child(9) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section:nth-child(9) .cookie-notice-container,
body.page-id-14772 .main .section:nth-child(9) .wrapper,
body.page-id-14772 .main .section:nth-child(9) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section:nth-child(9) .cookie-notice-container,
body.page-id-14771 .main .section:nth-child(9) .wrapper,
body.page-id-14771 .main .section:nth-child(9) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section:nth-child(9) .cookie-notice-container {
  align-items: center;
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section:nth-child(9) .wrapper .column:nth-child(1), body.page-id-14556 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-14556 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(1),
body.page-id-14770 .main .section:nth-child(9) .wrapper .column:nth-child(1),
body.page-id-14770 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14770 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(1),
body.page-id-14772 .main .section:nth-child(9) .wrapper .column:nth-child(1),
body.page-id-14772 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14772 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(1),
body.page-id-14771 .main .section:nth-child(9) .wrapper .column:nth-child(1),
body.page-id-14771 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14771 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section:nth-child(9) .wrapper .column:nth-child(2), body.page-id-14556 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2), #cookie-notice body.page-id-14556 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2),
body.page-id-14770 .main .section:nth-child(9) .wrapper .column:nth-child(2),
body.page-id-14770 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-14770 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2),
body.page-id-14772 .main .section:nth-child(9) .wrapper .column:nth-child(2),
body.page-id-14772 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-14772 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2),
body.page-id-14771 .main .section:nth-child(9) .wrapper .column:nth-child(2),
body.page-id-14771 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-14771 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2) {
    order: 1;
  }
}
body.page-id-14556 .main .section:nth-child(9) .wrapper .column:nth-child(2) .text h2, body.page-id-14556 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h2, #cookie-notice body.page-id-14556 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2) .text h2,
body.page-id-14770 .main .section:nth-child(9) .wrapper .column:nth-child(2) .text h2,
body.page-id-14770 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h2,
#cookie-notice body.page-id-14770 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2) .text h2,
body.page-id-14772 .main .section:nth-child(9) .wrapper .column:nth-child(2) .text h2,
body.page-id-14772 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h2,
#cookie-notice body.page-id-14772 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2) .text h2,
body.page-id-14771 .main .section:nth-child(9) .wrapper .column:nth-child(2) .text h2,
body.page-id-14771 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h2,
#cookie-notice body.page-id-14771 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2) .text h2 {
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
}
body.page-id-14556 .main .section:nth-child(9) .wrapper .column:nth-child(2) .text p, body.page-id-14556 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2) .text p,
body.page-id-14770 .main .section:nth-child(9) .wrapper .column:nth-child(2) .text p,
body.page-id-14770 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2) .text p,
body.page-id-14772 .main .section:nth-child(9) .wrapper .column:nth-child(2) .text p,
body.page-id-14772 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2) .text p,
body.page-id-14771 .main .section:nth-child(9) .wrapper .column:nth-child(2) .text p,
body.page-id-14771 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(9) .cookie-notice-container .column:nth-child(2) .text p {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
body.page-id-14556 .main .section.lenovo-servers-block-5,
body.page-id-14770 .main .section.lenovo-servers-block-5,
body.page-id-14772 .main .section.lenovo-servers-block-5,
body.page-id-14771 .main .section.lenovo-servers-block-5 {
  background: #EEE;
  padding-bottom: 0;
}
body.page-id-14556 .main .section.lenovo-servers-block-5 .wrapper h2, body.page-id-14556 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-5 .cookie-notice-container h2,
body.page-id-14770 .main .section.lenovo-servers-block-5 .wrapper h2,
body.page-id-14770 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-5 .cookie-notice-container h2,
body.page-id-14772 .main .section.lenovo-servers-block-5 .wrapper h2,
body.page-id-14772 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-5 .cookie-notice-container h2,
body.page-id-14771 .main .section.lenovo-servers-block-5 .wrapper h2,
body.page-id-14771 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-5 .cookie-notice-container h2 {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 0 37px;
}
body.page-id-14556 .main .section.lenovo-servers-block-5 .wrapper .wrap, body.page-id-14556 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap,
body.page-id-14770 .main .section.lenovo-servers-block-5 .wrapper .wrap,
body.page-id-14770 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap,
body.page-id-14772 .main .section.lenovo-servers-block-5 .wrapper .wrap,
body.page-id-14772 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap,
body.page-id-14771 .main .section.lenovo-servers-block-5 .wrapper .wrap,
body.page-id-14771 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap {
  display: grid;
  grid-gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 600px) {
  body.page-id-14556 .main .section.lenovo-servers-block-5 .wrapper .wrap, body.page-id-14556 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap,
body.page-id-14770 .main .section.lenovo-servers-block-5 .wrapper .wrap,
body.page-id-14770 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap,
body.page-id-14772 .main .section.lenovo-servers-block-5 .wrapper .wrap,
body.page-id-14772 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap,
body.page-id-14771 .main .section.lenovo-servers-block-5 .wrapper .wrap,
body.page-id-14771 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-5 .wrapper .wrap .single, body.page-id-14556 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single,
body.page-id-14770 .main .section.lenovo-servers-block-5 .wrapper .wrap .single,
body.page-id-14770 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single,
body.page-id-14772 .main .section.lenovo-servers-block-5 .wrapper .wrap .single,
body.page-id-14772 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single,
body.page-id-14771 .main .section.lenovo-servers-block-5 .wrapper .wrap .single,
body.page-id-14771 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single {
  border: 1px solid #D9D9D9;
  background: #ffffff;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  grid-gap: 22px;
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section.lenovo-servers-block-5 .wrapper .wrap .single, body.page-id-14556 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single,
body.page-id-14770 .main .section.lenovo-servers-block-5 .wrapper .wrap .single,
body.page-id-14770 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single,
body.page-id-14772 .main .section.lenovo-servers-block-5 .wrapper .wrap .single,
body.page-id-14772 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single,
body.page-id-14771 .main .section.lenovo-servers-block-5 .wrapper .wrap .single,
body.page-id-14771 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single {
    padding: 10px 10px;
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-5 .wrapper .wrap .single:nth-child(1) .top img, body.page-id-14556 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single:nth-child(1) .top img, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single:nth-child(1) .top img,
body.page-id-14770 .main .section.lenovo-servers-block-5 .wrapper .wrap .single:nth-child(1) .top img,
body.page-id-14770 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single:nth-child(1) .top img,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single:nth-child(1) .top img,
body.page-id-14772 .main .section.lenovo-servers-block-5 .wrapper .wrap .single:nth-child(1) .top img,
body.page-id-14772 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single:nth-child(1) .top img,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single:nth-child(1) .top img,
body.page-id-14771 .main .section.lenovo-servers-block-5 .wrapper .wrap .single:nth-child(1) .top img,
body.page-id-14771 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single:nth-child(1) .top img,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single:nth-child(1) .top img {
  width: 85%;
}
body.page-id-14556 .main .section.lenovo-servers-block-5 .wrapper .wrap .single:nth-child(3) .top img, body.page-id-14556 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single:nth-child(3) .top img, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single:nth-child(3) .top img,
body.page-id-14770 .main .section.lenovo-servers-block-5 .wrapper .wrap .single:nth-child(3) .top img,
body.page-id-14770 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single:nth-child(3) .top img,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single:nth-child(3) .top img,
body.page-id-14772 .main .section.lenovo-servers-block-5 .wrapper .wrap .single:nth-child(3) .top img,
body.page-id-14772 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single:nth-child(3) .top img,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single:nth-child(3) .top img,
body.page-id-14771 .main .section.lenovo-servers-block-5 .wrapper .wrap .single:nth-child(3) .top img,
body.page-id-14771 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single:nth-child(3) .top img,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single:nth-child(3) .top img {
  width: 80%;
}
body.page-id-14556 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .top, body.page-id-14556 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .top, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .top,
body.page-id-14770 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .top,
body.page-id-14770 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .top,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .top,
body.page-id-14772 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .top,
body.page-id-14772 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .top,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .top,
body.page-id-14771 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .top,
body.page-id-14771 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .top,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .top {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
body.page-id-14556 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .top span, body.page-id-14556 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .top span, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .top span,
body.page-id-14770 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .top span,
body.page-id-14770 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .top span,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .top span,
body.page-id-14772 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .top span,
body.page-id-14772 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .top span,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .top span,
body.page-id-14771 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .top span,
body.page-id-14771 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .top span,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .top span {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  color: #000000;
  text-align: center;
  font-weight: 700;
}
body.page-id-14556 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .top img, body.page-id-14556 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .top img, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .top img,
body.page-id-14770 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .top img,
body.page-id-14770 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .top img,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .top img,
body.page-id-14772 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .top img,
body.page-id-14772 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .top img,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .top img,
body.page-id-14771 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .top img,
body.page-id-14771 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .top img,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .top img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
body.page-id-14556 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .hardware-logo, body.page-id-14556 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .hardware-logo, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .hardware-logo,
body.page-id-14770 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .hardware-logo,
body.page-id-14770 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .hardware-logo,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .hardware-logo,
body.page-id-14772 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .hardware-logo,
body.page-id-14772 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .hardware-logo,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .hardware-logo,
body.page-id-14771 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .hardware-logo,
body.page-id-14771 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .hardware-logo,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .hardware-logo {
  height: 68px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .hardware-logo, body.page-id-14556 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .hardware-logo, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .hardware-logo,
body.page-id-14770 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .hardware-logo,
body.page-id-14770 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .hardware-logo,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .hardware-logo,
body.page-id-14772 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .hardware-logo,
body.page-id-14772 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .hardware-logo,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .hardware-logo,
body.page-id-14771 .main .section.lenovo-servers-block-5 .wrapper .wrap .single .hardware-logo,
body.page-id-14771 .main .section.lenovo-servers-block-5 #cookie-notice .cookie-notice-container .wrap .single .hardware-logo,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-5 .cookie-notice-container .wrap .single .hardware-logo {
    height: 40px;
  }
}
body.page-id-14556 .main .section:nth-child(12),
body.page-id-14770 .main .section:nth-child(12),
body.page-id-14772 .main .section:nth-child(12),
body.page-id-14771 .main .section:nth-child(12) {
  background: #EEE;
  position: relative;
}
body.page-id-14556 .main .section:nth-child(12):before,
body.page-id-14770 .main .section:nth-child(12):before,
body.page-id-14772 .main .section:nth-child(12):before,
body.page-id-14771 .main .section:nth-child(12):before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/07/ill-3.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  mix-blend-mode: soft-light;
}
body.page-id-14556 .main .section:nth-child(12) .wrapper, body.page-id-14556 .main .section:nth-child(12) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section:nth-child(12) .cookie-notice-container,
body.page-id-14770 .main .section:nth-child(12) .wrapper,
body.page-id-14770 .main .section:nth-child(12) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section:nth-child(12) .cookie-notice-container,
body.page-id-14772 .main .section:nth-child(12) .wrapper,
body.page-id-14772 .main .section:nth-child(12) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section:nth-child(12) .cookie-notice-container,
body.page-id-14771 .main .section:nth-child(12) .wrapper,
body.page-id-14771 .main .section:nth-child(12) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section:nth-child(12) .cookie-notice-container {
  align-items: center;
  z-index: 2;
}
body.page-id-14556 .main .section:nth-child(12) .wrapper .column .text p, body.page-id-14556 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(12) .cookie-notice-container .column .text p, body.page-id-14556 .main .section:nth-child(12) .wrapper .column .text ul, body.page-id-14556 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column .text ul, #cookie-notice body.page-id-14556 .main .section:nth-child(12) .cookie-notice-container .column .text ul,
body.page-id-14770 .main .section:nth-child(12) .wrapper .column .text p,
body.page-id-14770 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(12) .cookie-notice-container .column .text p,
body.page-id-14770 .main .section:nth-child(12) .wrapper .column .text ul,
body.page-id-14770 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column .text ul,
#cookie-notice body.page-id-14770 .main .section:nth-child(12) .cookie-notice-container .column .text ul,
body.page-id-14772 .main .section:nth-child(12) .wrapper .column .text p,
body.page-id-14772 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(12) .cookie-notice-container .column .text p,
body.page-id-14772 .main .section:nth-child(12) .wrapper .column .text ul,
body.page-id-14772 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column .text ul,
#cookie-notice body.page-id-14772 .main .section:nth-child(12) .cookie-notice-container .column .text ul,
body.page-id-14771 .main .section:nth-child(12) .wrapper .column .text p,
body.page-id-14771 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(12) .cookie-notice-container .column .text p,
body.page-id-14771 .main .section:nth-child(12) .wrapper .column .text ul,
body.page-id-14771 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .column .text ul,
#cookie-notice body.page-id-14771 .main .section:nth-child(12) .cookie-notice-container .column .text ul {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14556 .main .section:nth-child(14),
body.page-id-14770 .main .section:nth-child(14),
body.page-id-14772 .main .section:nth-child(14),
body.page-id-14771 .main .section:nth-child(14) {
  background: #EEE;
  position: relative;
}
body.page-id-14556 .main .section:nth-child(14):before,
body.page-id-14770 .main .section:nth-child(14):before,
body.page-id-14772 .main .section:nth-child(14):before,
body.page-id-14771 .main .section:nth-child(14):before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/07/ill-4.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  mix-blend-mode: soft-light;
}
body.page-id-14556 .main .section:nth-child(14) .wrapper, body.page-id-14556 .main .section:nth-child(14) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section:nth-child(14) .cookie-notice-container,
body.page-id-14770 .main .section:nth-child(14) .wrapper,
body.page-id-14770 .main .section:nth-child(14) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section:nth-child(14) .cookie-notice-container,
body.page-id-14772 .main .section:nth-child(14) .wrapper,
body.page-id-14772 .main .section:nth-child(14) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section:nth-child(14) .cookie-notice-container,
body.page-id-14771 .main .section:nth-child(14) .wrapper,
body.page-id-14771 .main .section:nth-child(14) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section:nth-child(14) .cookie-notice-container {
  align-items: center;
  z-index: 2;
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section:nth-child(14) .wrapper .column:nth-child(1), body.page-id-14556 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-14556 .main .section:nth-child(14) .cookie-notice-container .column:nth-child(1),
body.page-id-14770 .main .section:nth-child(14) .wrapper .column:nth-child(1),
body.page-id-14770 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14770 .main .section:nth-child(14) .cookie-notice-container .column:nth-child(1),
body.page-id-14772 .main .section:nth-child(14) .wrapper .column:nth-child(1),
body.page-id-14772 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14772 .main .section:nth-child(14) .cookie-notice-container .column:nth-child(1),
body.page-id-14771 .main .section:nth-child(14) .wrapper .column:nth-child(1),
body.page-id-14771 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-14771 .main .section:nth-child(14) .cookie-notice-container .column:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section:nth-child(14) .wrapper .column:nth-child(2), body.page-id-14556 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-child(2), #cookie-notice body.page-id-14556 .main .section:nth-child(14) .cookie-notice-container .column:nth-child(2),
body.page-id-14770 .main .section:nth-child(14) .wrapper .column:nth-child(2),
body.page-id-14770 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-14770 .main .section:nth-child(14) .cookie-notice-container .column:nth-child(2),
body.page-id-14772 .main .section:nth-child(14) .wrapper .column:nth-child(2),
body.page-id-14772 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-14772 .main .section:nth-child(14) .cookie-notice-container .column:nth-child(2),
body.page-id-14771 .main .section:nth-child(14) .wrapper .column:nth-child(2),
body.page-id-14771 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-14771 .main .section:nth-child(14) .cookie-notice-container .column:nth-child(2) {
    order: 1;
  }
}
body.page-id-14556 .main .section:nth-child(14) .wrapper .column .text p, body.page-id-14556 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(14) .cookie-notice-container .column .text p, body.page-id-14556 .main .section:nth-child(14) .wrapper .column .text ul, body.page-id-14556 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column .text ul, #cookie-notice body.page-id-14556 .main .section:nth-child(14) .cookie-notice-container .column .text ul,
body.page-id-14770 .main .section:nth-child(14) .wrapper .column .text p,
body.page-id-14770 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(14) .cookie-notice-container .column .text p,
body.page-id-14770 .main .section:nth-child(14) .wrapper .column .text ul,
body.page-id-14770 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column .text ul,
#cookie-notice body.page-id-14770 .main .section:nth-child(14) .cookie-notice-container .column .text ul,
body.page-id-14772 .main .section:nth-child(14) .wrapper .column .text p,
body.page-id-14772 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(14) .cookie-notice-container .column .text p,
body.page-id-14772 .main .section:nth-child(14) .wrapper .column .text ul,
body.page-id-14772 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column .text ul,
#cookie-notice body.page-id-14772 .main .section:nth-child(14) .cookie-notice-container .column .text ul,
body.page-id-14771 .main .section:nth-child(14) .wrapper .column .text p,
body.page-id-14771 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(14) .cookie-notice-container .column .text p,
body.page-id-14771 .main .section:nth-child(14) .wrapper .column .text ul,
body.page-id-14771 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .column .text ul,
#cookie-notice body.page-id-14771 .main .section:nth-child(14) .cookie-notice-container .column .text ul {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14556 .main .section:nth-child(16),
body.page-id-14770 .main .section:nth-child(16),
body.page-id-14772 .main .section:nth-child(16),
body.page-id-14771 .main .section:nth-child(16) {
  background: #EEE;
  position: relative;
  overflow: hidden;
}
body.page-id-14556 .main .section:nth-child(16):before,
body.page-id-14770 .main .section:nth-child(16):before,
body.page-id-14772 .main .section:nth-child(16):before,
body.page-id-14771 .main .section:nth-child(16):before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 75%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/07/ill-3.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  mix-blend-mode: soft-light;
}
body.page-id-14556 .main .section:nth-child(16) .wrapper, body.page-id-14556 .main .section:nth-child(16) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14556 .main .section:nth-child(16) .cookie-notice-container,
body.page-id-14770 .main .section:nth-child(16) .wrapper,
body.page-id-14770 .main .section:nth-child(16) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14770 .main .section:nth-child(16) .cookie-notice-container,
body.page-id-14772 .main .section:nth-child(16) .wrapper,
body.page-id-14772 .main .section:nth-child(16) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14772 .main .section:nth-child(16) .cookie-notice-container,
body.page-id-14771 .main .section:nth-child(16) .wrapper,
body.page-id-14771 .main .section:nth-child(16) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-14771 .main .section:nth-child(16) .cookie-notice-container {
  align-items: center;
  z-index: 2;
}
body.page-id-14556 .main .section:nth-child(16) .wrapper .column .text p, body.page-id-14556 .main .section:nth-child(16) #cookie-notice .cookie-notice-container .column .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(16) .cookie-notice-container .column .text p, body.page-id-14556 .main .section:nth-child(16) .wrapper .column .text ul, body.page-id-14556 .main .section:nth-child(16) #cookie-notice .cookie-notice-container .column .text ul, #cookie-notice body.page-id-14556 .main .section:nth-child(16) .cookie-notice-container .column .text ul,
body.page-id-14770 .main .section:nth-child(16) .wrapper .column .text p,
body.page-id-14770 .main .section:nth-child(16) #cookie-notice .cookie-notice-container .column .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(16) .cookie-notice-container .column .text p,
body.page-id-14770 .main .section:nth-child(16) .wrapper .column .text ul,
body.page-id-14770 .main .section:nth-child(16) #cookie-notice .cookie-notice-container .column .text ul,
#cookie-notice body.page-id-14770 .main .section:nth-child(16) .cookie-notice-container .column .text ul,
body.page-id-14772 .main .section:nth-child(16) .wrapper .column .text p,
body.page-id-14772 .main .section:nth-child(16) #cookie-notice .cookie-notice-container .column .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(16) .cookie-notice-container .column .text p,
body.page-id-14772 .main .section:nth-child(16) .wrapper .column .text ul,
body.page-id-14772 .main .section:nth-child(16) #cookie-notice .cookie-notice-container .column .text ul,
#cookie-notice body.page-id-14772 .main .section:nth-child(16) .cookie-notice-container .column .text ul,
body.page-id-14771 .main .section:nth-child(16) .wrapper .column .text p,
body.page-id-14771 .main .section:nth-child(16) #cookie-notice .cookie-notice-container .column .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(16) .cookie-notice-container .column .text p,
body.page-id-14771 .main .section:nth-child(16) .wrapper .column .text ul,
body.page-id-14771 .main .section:nth-child(16) #cookie-notice .cookie-notice-container .column .text ul,
#cookie-notice body.page-id-14771 .main .section:nth-child(16) .cookie-notice-container .column .text ul {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14556 .main .section.lenovo-servers-block-6,
body.page-id-14770 .main .section.lenovo-servers-block-6,
body.page-id-14772 .main .section.lenovo-servers-block-6,
body.page-id-14771 .main .section.lenovo-servers-block-6 {
  background: linear-gradient(94deg, rgba(236, 97, 160, 0.2) 26.08%, rgba(35, 59, 113, 0.2) 98.26%);
  padding: 50px 0 50px;
}
body.page-id-14556 .main .section.lenovo-servers-block-6 .wrapper h2, body.page-id-14556 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-6 .cookie-notice-container h2,
body.page-id-14770 .main .section.lenovo-servers-block-6 .wrapper h2,
body.page-id-14770 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-6 .cookie-notice-container h2,
body.page-id-14772 .main .section.lenovo-servers-block-6 .wrapper h2,
body.page-id-14772 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-6 .cookie-notice-container h2,
body.page-id-14771 .main .section.lenovo-servers-block-6 .wrapper h2,
body.page-id-14771 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-6 .cookie-notice-container h2 {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
}
body.page-id-14556 .main .section.lenovo-servers-block-6 .wrapper .logos, body.page-id-14556 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos,
body.page-id-14770 .main .section.lenovo-servers-block-6 .wrapper .logos,
body.page-id-14770 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos,
body.page-id-14772 .main .section.lenovo-servers-block-6 .wrapper .logos,
body.page-id-14772 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos,
body.page-id-14771 .main .section.lenovo-servers-block-6 .wrapper .logos,
body.page-id-14771 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-gap: 24px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (max-width: 1280px) {
  body.page-id-14556 .main .section.lenovo-servers-block-6 .wrapper .logos, body.page-id-14556 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos,
body.page-id-14770 .main .section.lenovo-servers-block-6 .wrapper .logos,
body.page-id-14770 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos,
body.page-id-14772 .main .section.lenovo-servers-block-6 .wrapper .logos,
body.page-id-14772 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos,
body.page-id-14771 .main .section.lenovo-servers-block-6 .wrapper .logos,
body.page-id-14771 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos {
    grid-gap: 16px;
  }
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-6 .wrapper .logos, body.page-id-14556 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos,
body.page-id-14770 .main .section.lenovo-servers-block-6 .wrapper .logos,
body.page-id-14770 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos,
body.page-id-14772 .main .section.lenovo-servers-block-6 .wrapper .logos,
body.page-id-14772 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos,
body.page-id-14771 .main .section.lenovo-servers-block-6 .wrapper .logos,
body.page-id-14771 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  body.page-id-14556 .main .section.lenovo-servers-block-6 .wrapper .logos, body.page-id-14556 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos,
body.page-id-14770 .main .section.lenovo-servers-block-6 .wrapper .logos,
body.page-id-14770 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos,
body.page-id-14772 .main .section.lenovo-servers-block-6 .wrapper .logos,
body.page-id-14772 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos,
body.page-id-14771 .main .section.lenovo-servers-block-6 .wrapper .logos,
body.page-id-14771 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap, body.page-id-14556 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap,
body.page-id-14770 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap,
body.page-id-14770 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap,
body.page-id-14772 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap,
body.page-id-14772 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap,
body.page-id-14771 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap,
body.page-id-14771 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 16px;
}
@media (max-width: 1280px) {
  body.page-id-14556 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap, body.page-id-14556 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap,
body.page-id-14770 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap,
body.page-id-14770 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap,
body.page-id-14772 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap,
body.page-id-14772 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap,
body.page-id-14771 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap,
body.page-id-14771 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap {
    padding: 8px 8px;
  }
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap, body.page-id-14556 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap,
body.page-id-14770 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap,
body.page-id-14770 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap,
body.page-id-14772 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap,
body.page-id-14772 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap,
body.page-id-14771 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap,
body.page-id-14771 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap {
    max-width: 124px;
    margin: 0 auto;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap img, body.page-id-14556 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap img, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap img,
body.page-id-14770 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap img,
body.page-id-14770 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap img,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap img,
body.page-id-14772 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap img,
body.page-id-14772 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap img,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap img,
body.page-id-14771 .main .section.lenovo-servers-block-6 .wrapper .logos .logo-wrap img,
body.page-id-14771 .main .section.lenovo-servers-block-6 #cookie-notice .cookie-notice-container .logos .logo-wrap img,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-6 .cookie-notice-container .logos .logo-wrap img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
body.page-id-14556 .main .section:nth-child(18),
body.page-id-14770 .main .section:nth-child(18),
body.page-id-14772 .main .section:nth-child(18),
body.page-id-14771 .main .section:nth-child(18) {
  padding-bottom: 0;
}
body.page-id-14556 .main .section:nth-child(18) .wrapper .text h2, body.page-id-14556 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .text h2, #cookie-notice body.page-id-14556 .main .section:nth-child(18) .cookie-notice-container .text h2,
body.page-id-14770 .main .section:nth-child(18) .wrapper .text h2,
body.page-id-14770 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .text h2,
#cookie-notice body.page-id-14770 .main .section:nth-child(18) .cookie-notice-container .text h2,
body.page-id-14772 .main .section:nth-child(18) .wrapper .text h2,
body.page-id-14772 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .text h2,
#cookie-notice body.page-id-14772 .main .section:nth-child(18) .cookie-notice-container .text h2,
body.page-id-14771 .main .section:nth-child(18) .wrapper .text h2,
body.page-id-14771 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .text h2,
#cookie-notice body.page-id-14771 .main .section:nth-child(18) .cookie-notice-container .text h2 {
  font-size: 40px;
  font-size: 2.5rem;
}
body.page-id-14556 .main .section:nth-child(18) .wrapper .text p, body.page-id-14556 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(18) .cookie-notice-container .text p,
body.page-id-14770 .main .section:nth-child(18) .wrapper .text p,
body.page-id-14770 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(18) .cookie-notice-container .text p,
body.page-id-14772 .main .section:nth-child(18) .wrapper .text p,
body.page-id-14772 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(18) .cookie-notice-container .text p,
body.page-id-14771 .main .section:nth-child(18) .wrapper .text p,
body.page-id-14771 .main .section:nth-child(18) #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(18) .cookie-notice-container .text p {
  color: #000000;
}
body.page-id-14556 .main .section:nth-child(19),
body.page-id-14770 .main .section:nth-child(19),
body.page-id-14772 .main .section:nth-child(19),
body.page-id-14771 .main .section:nth-child(19) {
  padding-top: 40px;
}
body.page-id-14556 .main .section:nth-child(19) .wrapper .column:nth-child(2) .text h3, body.page-id-14556 .main .section:nth-child(19) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h3, #cookie-notice body.page-id-14556 .main .section:nth-child(19) .cookie-notice-container .column:nth-child(2) .text h3,
body.page-id-14770 .main .section:nth-child(19) .wrapper .column:nth-child(2) .text h3,
body.page-id-14770 .main .section:nth-child(19) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h3,
#cookie-notice body.page-id-14770 .main .section:nth-child(19) .cookie-notice-container .column:nth-child(2) .text h3,
body.page-id-14772 .main .section:nth-child(19) .wrapper .column:nth-child(2) .text h3,
body.page-id-14772 .main .section:nth-child(19) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h3,
#cookie-notice body.page-id-14772 .main .section:nth-child(19) .cookie-notice-container .column:nth-child(2) .text h3,
body.page-id-14771 .main .section:nth-child(19) .wrapper .column:nth-child(2) .text h3,
body.page-id-14771 .main .section:nth-child(19) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h3,
#cookie-notice body.page-id-14771 .main .section:nth-child(19) .cookie-notice-container .column:nth-child(2) .text h3 {
  font-size: 32px;
  font-size: 2rem;
  color: #000000;
}
body.page-id-14556 .main .section:nth-child(19) .wrapper .column:nth-child(2) .text p, body.page-id-14556 .main .section:nth-child(19) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p, #cookie-notice body.page-id-14556 .main .section:nth-child(19) .cookie-notice-container .column:nth-child(2) .text p,
body.page-id-14770 .main .section:nth-child(19) .wrapper .column:nth-child(2) .text p,
body.page-id-14770 .main .section:nth-child(19) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p,
#cookie-notice body.page-id-14770 .main .section:nth-child(19) .cookie-notice-container .column:nth-child(2) .text p,
body.page-id-14772 .main .section:nth-child(19) .wrapper .column:nth-child(2) .text p,
body.page-id-14772 .main .section:nth-child(19) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p,
#cookie-notice body.page-id-14772 .main .section:nth-child(19) .cookie-notice-container .column:nth-child(2) .text p,
body.page-id-14771 .main .section:nth-child(19) .wrapper .column:nth-child(2) .text p,
body.page-id-14771 .main .section:nth-child(19) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p,
#cookie-notice body.page-id-14771 .main .section:nth-child(19) .cookie-notice-container .column:nth-child(2) .text p {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14556 .main .section:nth-child(19) .wrapper .column:nth-child(2) .text p strong, body.page-id-14556 .main .section:nth-child(19) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p strong, #cookie-notice body.page-id-14556 .main .section:nth-child(19) .cookie-notice-container .column:nth-child(2) .text p strong,
body.page-id-14770 .main .section:nth-child(19) .wrapper .column:nth-child(2) .text p strong,
body.page-id-14770 .main .section:nth-child(19) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p strong,
#cookie-notice body.page-id-14770 .main .section:nth-child(19) .cookie-notice-container .column:nth-child(2) .text p strong,
body.page-id-14772 .main .section:nth-child(19) .wrapper .column:nth-child(2) .text p strong,
body.page-id-14772 .main .section:nth-child(19) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p strong,
#cookie-notice body.page-id-14772 .main .section:nth-child(19) .cookie-notice-container .column:nth-child(2) .text p strong,
body.page-id-14771 .main .section:nth-child(19) .wrapper .column:nth-child(2) .text p strong,
body.page-id-14771 .main .section:nth-child(19) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p strong,
#cookie-notice body.page-id-14771 .main .section:nth-child(19) .cookie-notice-container .column:nth-child(2) .text p strong {
  font-size: 26px;
  font-size: 1.625rem;
}
body.page-id-14556 .main .section.lenovo-servers-block-7,
body.page-id-14770 .main .section.lenovo-servers-block-7,
body.page-id-14772 .main .section.lenovo-servers-block-7,
body.page-id-14771 .main .section.lenovo-servers-block-7 {
  padding-top: 0;
}
body.page-id-14556 .main .section.lenovo-servers-block-7 .wrapper .wrap, body.page-id-14556 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap,
body.page-id-14770 .main .section.lenovo-servers-block-7 .wrapper .wrap,
body.page-id-14770 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap,
body.page-id-14772 .main .section.lenovo-servers-block-7 .wrapper .wrap,
body.page-id-14772 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap,
body.page-id-14771 .main .section.lenovo-servers-block-7 .wrapper .wrap,
body.page-id-14771 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap {
  background-image: url("/wp-content/uploads/2025/07/bg-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 100px;
  padding: 74px 90px 70px;
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-7 .wrapper .wrap, body.page-id-14556 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap,
body.page-id-14770 .main .section.lenovo-servers-block-7 .wrapper .wrap,
body.page-id-14770 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap,
body.page-id-14772 .main .section.lenovo-servers-block-7 .wrapper .wrap,
body.page-id-14772 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap,
body.page-id-14771 .main .section.lenovo-servers-block-7 .wrapper .wrap,
body.page-id-14771 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap {
    padding: 50px 50px 50px;
    grid-gap: 50px;
  }
}
@media (max-width: 768px) {
  body.page-id-14556 .main .section.lenovo-servers-block-7 .wrapper .wrap, body.page-id-14556 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap,
body.page-id-14770 .main .section.lenovo-servers-block-7 .wrapper .wrap,
body.page-id-14770 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap,
body.page-id-14772 .main .section.lenovo-servers-block-7 .wrapper .wrap,
body.page-id-14772 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap,
body.page-id-14771 .main .section.lenovo-servers-block-7 .wrapper .wrap,
body.page-id-14771 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 32px 32px 32px;
    grid-gap: 40px;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-7 .wrapper .wrap .single, body.page-id-14556 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single,
body.page-id-14770 .main .section.lenovo-servers-block-7 .wrapper .wrap .single,
body.page-id-14770 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single,
body.page-id-14772 .main .section.lenovo-servers-block-7 .wrapper .wrap .single,
body.page-id-14772 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single,
body.page-id-14771 .main .section.lenovo-servers-block-7 .wrapper .wrap .single,
body.page-id-14771 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-14556 .main .section.lenovo-servers-block-7 .wrapper .wrap .single, body.page-id-14556 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single,
body.page-id-14770 .main .section.lenovo-servers-block-7 .wrapper .wrap .single,
body.page-id-14770 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single,
body.page-id-14772 .main .section.lenovo-servers-block-7 .wrapper .wrap .single,
body.page-id-14772 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single,
body.page-id-14771 .main .section.lenovo-servers-block-7 .wrapper .wrap .single,
body.page-id-14771 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single {
    max-width: inherit;
  }
}
body.page-id-14556 .main .section.lenovo-servers-block-7 .wrapper .wrap .single img, body.page-id-14556 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single img, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single img,
body.page-id-14770 .main .section.lenovo-servers-block-7 .wrapper .wrap .single img,
body.page-id-14770 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single img,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single img,
body.page-id-14772 .main .section.lenovo-servers-block-7 .wrapper .wrap .single img,
body.page-id-14772 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single img,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single img,
body.page-id-14771 .main .section.lenovo-servers-block-7 .wrapper .wrap .single img,
body.page-id-14771 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single img,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single img {
  height: 84px;
  width: auto;
  display: block;
  margin: 0 auto;
}
body.page-id-14556 .main .section.lenovo-servers-block-7 .wrapper .wrap .single span, body.page-id-14556 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single span, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single span,
body.page-id-14770 .main .section.lenovo-servers-block-7 .wrapper .wrap .single span,
body.page-id-14770 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single span,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single span,
body.page-id-14772 .main .section.lenovo-servers-block-7 .wrapper .wrap .single span,
body.page-id-14772 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single span,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single span,
body.page-id-14771 .main .section.lenovo-servers-block-7 .wrapper .wrap .single span,
body.page-id-14771 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single span,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single span {
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 10px auto 0;
  line-height: 1.2;
}
body.page-id-14556 .main .section.lenovo-servers-block-7 .wrapper .wrap .single p, body.page-id-14556 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single p, #cookie-notice body.page-id-14556 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single p,
body.page-id-14770 .main .section.lenovo-servers-block-7 .wrapper .wrap .single p,
body.page-id-14770 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single p,
#cookie-notice body.page-id-14770 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single p,
body.page-id-14772 .main .section.lenovo-servers-block-7 .wrapper .wrap .single p,
body.page-id-14772 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single p,
#cookie-notice body.page-id-14772 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single p,
body.page-id-14771 .main .section.lenovo-servers-block-7 .wrapper .wrap .single p,
body.page-id-14771 .main .section.lenovo-servers-block-7 #cookie-notice .cookie-notice-container .wrap .single p,
#cookie-notice body.page-id-14771 .main .section.lenovo-servers-block-7 .cookie-notice-container .wrap .single p {
  margin: 10px auto 0;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1rem;
}

body.page-id-14981 .main .wrapper, body.page-id-14981 .main #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14981 .main .cookie-notice-container,
body.page-id-15015 .main .wrapper,
body.page-id-15015 .main #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15015 .main .cookie-notice-container,
body.page-id-15016 .main .wrapper,
body.page-id-15016 .main #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15016 .main .cookie-notice-container,
body.page-id-15017 .main .wrapper,
body.page-id-15017 .main #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15017 .main .cookie-notice-container {
  padding: 0 !important;
  max-width: 1280px !important;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-1,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 62px 0 38px;
}
@media (max-width: 980px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-1,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 {
    background-position: center left;
    background-size: auto 100%;
  }
}
@media (max-width: 980px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-1:after,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1:after,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1:after,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000F1E;
    background: linear-gradient(-90deg, rgba(0, 15, 30, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .wrapper, body.page-id-14981 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .wrapper,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .wrapper,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .wrapper,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container {
  z-index: 2;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .wrapper .left, body.page-id-14981 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .wrapper .left,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .wrapper .left,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .wrapper .left,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left {
  max-width: 585px;
  width: 100%;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .wrapper .left h1, body.page-id-14981 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .wrapper .left h1,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .wrapper .left h1,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .wrapper .left h1,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left h1 {
  color: #ffffff;
  margin: 0;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1.1;
}
@media (max-width: 1440px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .wrapper .left h1, body.page-id-14981 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .wrapper .left h1,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .wrapper .left h1,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .wrapper .left h1,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .wrapper .left h1, body.page-id-14981 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .wrapper .left h1,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .wrapper .left h1,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .wrapper .left h1,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .wrapper .left .desc, body.page-id-14981 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left .desc,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .wrapper .left .desc,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left .desc,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .wrapper .left .desc,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left .desc,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .wrapper .left .desc,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left .desc {
  margin: 16px 0 0;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .wrapper .left .desc p, body.page-id-14981 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc p, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .wrapper .left .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .wrapper .left .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .wrapper .left .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left .desc p {
  color: #ffffff;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .wrapper .left img, body.page-id-14981 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .wrapper .left img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .wrapper .left img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .wrapper .left img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img {
  height: 64px;
  width: auto;
  display: block;
  margin: 40px 0 0;
}
@media (max-width: 1440px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .wrapper .left img, body.page-id-14981 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .wrapper .left img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .wrapper .left img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .wrapper .left img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img {
    height: 56px;
  }
}
@media (max-width: 1280px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .wrapper .left img, body.page-id-14981 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .wrapper .left img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .wrapper .left img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .wrapper .left img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img {
    height: 48px;
  }
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .wrapper .left img, body.page-id-14981 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .wrapper .left img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .wrapper .left img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .wrapper .left img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-1 #cookie-notice .cookie-notice-container .left img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-1 .cookie-notice-container .left img {
    height: 40px;
    margin: 32px 0 0;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-2,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 {
  background-position: center 75%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 49px 0 49px;
}
@media (max-width: 1024px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-2,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 {
    background-position: center 50%;
  }
}
@media (max-width: 850px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-2,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 {
    background-position: center 0%;
  }
}
@media (max-width: 800px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-2,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 {
    background-position: center -25%;
  }
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-2,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 {
    background-position: center top;
    background-size: auto 100%;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .wrapper, body.page-id-14981 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container {
  display: flex;
  align-items: flex-start;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .wrapper, body.page-id-14981 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container {
    flex-direction: column;
    grid-gap: 32px;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .wrapper .left, body.page-id-14981 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper .left,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper .left,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper .left,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left {
  text-align: center;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .wrapper .left h2, body.page-id-14981 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left h2, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left h2,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper .left h2,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left h2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper .left h2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left h2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper .left h2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left h2 {
  margin: 0;
  font-size: 48px;
  font-size: 3rem;
  color: #5A1D5D;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .wrapper .left h2, body.page-id-14981 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left h2, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left h2,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper .left h2,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left h2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper .left h2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left h2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper .left h2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .wrapper .left h2, body.page-id-14981 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left h2, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left h2,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper .left h2,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left h2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper .left h2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left h2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper .left h2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left h2,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .wrapper .left .desc, body.page-id-14981 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left .desc, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left .desc,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper .left .desc,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left .desc,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper .left .desc,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left .desc,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper .left .desc,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left .desc {
  margin: 24px 0 0;
  text-align: center;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .wrapper .left .desc p, body.page-id-14981 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left .desc p, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper .left .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper .left .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper .left .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .left .desc p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #5A1D5D;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .wrapper .right, body.page-id-14981 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper .right,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper .right,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper .right,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right {
  width: 340px;
  flex: none;
}
@media (max-width: 1024px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .wrapper .right, body.page-id-14981 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper .right,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper .right,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper .right,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right {
    width: 280px;
  }
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .wrapper .right, body.page-id-14981 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper .right,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper .right,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper .right,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right {
    margin: 0 auto;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .wrapper .right img, body.page-id-14981 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper .right img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper .right img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper .right img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 {
  padding: 46px 0 0;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container {
  display: grid;
  grid-gap: 27px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single {
  border-radius: 15px;
  padding: 46px 38px;
}
@media (max-width: 1024px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single {
    padding: 32px 24px;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single h3, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single h3, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single h3,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single h3,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single h3,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single h3,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single h3,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single h3,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single h3,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single h3,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single h3,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single h3 {
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.1;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single .desc, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single .desc, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single .desc,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single .desc,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single .desc,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single .desc,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single .desc,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single .desc,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single .desc,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single .desc,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single .desc,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single .desc {
  margin: 16px 0 0;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single .desc p, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single .desc p, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single .desc p,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single .desc p,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single .desc p,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single .desc p {
  color: #ffffff;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single img, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single img {
  margin: 16px auto 0;
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single img, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single img {
    max-width: 293px;
    width: 100%;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(1), body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(1), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(1),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(1),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(1),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(1),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(1),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(1),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(1),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(1),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(1),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(1) {
  background: #5A1D5D;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2), body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2) {
  background: #E8D0E1;
  grid-column: span 2;
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2), body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2) {
    grid-column: span 1;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2) h3, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2) h3, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2) h3,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2) h3,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2) h3,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2) h3,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2) h3,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2) h3,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2) h3,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2) h3,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2) h3,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2) h3 {
  color: #4D144A;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2) .desc p, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2) .desc p, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2) .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2) .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2) .desc p,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2) .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2) .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2) .desc p,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2) .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(2) .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(2) .desc p,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(2) .desc p {
  color: #000000;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3), body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3) {
  background: #E8D0E1;
  grid-column: span 2;
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3), body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3) {
    grid-column: span 1;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3) h3, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3) h3, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3) h3,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3) h3,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3) h3,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3) h3,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3) h3,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3) h3,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3) h3,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3) h3,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3) h3,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3) h3 {
  color: #4D144A;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3) .desc p, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3) .desc p, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3) .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3) .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3) .desc p,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3) .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3) .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3) .desc p,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3) .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(3) .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(3) .desc p,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(3) .desc p {
  color: #000000;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(4), body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(4), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(4),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(4),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(4),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(4),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(4),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(4),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(4),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(4),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(4),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(4) {
  background: #5A1D5D;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(5), body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(5), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(5),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(5),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(5),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(5),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(5),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(5),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(5),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(5),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(5),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(5) {
  background: #5A1D5D;
  grid-column: span 3;
  display: flex;
  align-items: center;
  grid-gap: 64px;
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(5), body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(5), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(5),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(5),
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(5),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(5),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(5),
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(5),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(5),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(5),
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(5),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(5) {
    grid-column: span 1;
    grid-gap: 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(5) img, body.page-id-14981 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(5) img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(5) img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(5) img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(5) img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(5) img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(5) img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(5) img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(5) img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .wrapper .single:nth-child(5) img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-3 #cookie-notice .cookie-notice-container .single:nth-child(5) img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-3 .cookie-notice-container .single:nth-child(5) img {
  margin: 0;
  flex: none;
}
body.page-id-14981 .main .section:nth-child(4),
body.page-id-15015 .main .section:nth-child(4),
body.page-id-15016 .main .section:nth-child(4),
body.page-id-15017 .main .section:nth-child(4) {
  padding: 47px 0 64px;
}
body.page-id-14981 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text *, body.page-id-14981 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text *, #cookie-notice body.page-id-14981 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text *,
body.page-id-15015 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text *,
body.page-id-15015 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text *,
#cookie-notice body.page-id-15015 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text *,
body.page-id-15016 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text *,
body.page-id-15016 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text *,
#cookie-notice body.page-id-15016 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text *,
body.page-id-15017 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text *,
body.page-id-15017 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text *,
#cookie-notice body.page-id-15017 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text * {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14981 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text h3, body.page-id-14981 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text h3, #cookie-notice body.page-id-14981 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text h3,
body.page-id-15015 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text h3,
body.page-id-15015 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text h3,
#cookie-notice body.page-id-15015 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text h3,
body.page-id-15016 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text h3,
body.page-id-15016 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text h3,
#cookie-notice body.page-id-15016 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text h3,
body.page-id-15017 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text h3,
body.page-id-15017 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text h3,
#cookie-notice body.page-id-15017 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text h3 {
  color: #000000;
  font-size: 32px;
  font-size: 2rem;
}
body.page-id-14981 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text ul, body.page-id-14981 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul, #cookie-notice body.page-id-14981 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text ul,
body.page-id-15015 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text ul,
body.page-id-15015 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul,
#cookie-notice body.page-id-15015 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text ul,
body.page-id-15016 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text ul,
body.page-id-15016 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul,
#cookie-notice body.page-id-15016 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text ul,
body.page-id-15017 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text ul,
body.page-id-15017 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul,
#cookie-notice body.page-id-15017 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
body.page-id-14981 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text ul li, body.page-id-14981 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li, #cookie-notice body.page-id-14981 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text ul li,
body.page-id-15015 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text ul li,
body.page-id-15015 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li,
#cookie-notice body.page-id-15015 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text ul li,
body.page-id-15016 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text ul li,
body.page-id-15016 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li,
#cookie-notice body.page-id-15016 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text ul li,
body.page-id-15017 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text ul li,
body.page-id-15017 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li,
#cookie-notice body.page-id-15017 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text ul li {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0;
}
body.page-id-14981 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text ul li:before, body.page-id-14981 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li:before, #cookie-notice body.page-id-14981 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text ul li:before,
body.page-id-15015 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text ul li:before,
body.page-id-15015 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li:before,
#cookie-notice body.page-id-15015 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text ul li:before,
body.page-id-15016 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text ul li:before,
body.page-id-15016 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li:before,
#cookie-notice body.page-id-15016 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text ul li:before,
body.page-id-15017 .main .section:nth-child(4) .wrapper .column:nth-child(1) .text ul li:before,
body.page-id-15017 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li:before,
#cookie-notice body.page-id-15017 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) .text ul li:before {
  width: 25px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../images/icon-green-check.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-14981 .main .section:nth-child(4) .wrapper .column:nth-child(2) img, body.page-id-14981 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) img, #cookie-notice body.page-id-14981 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) img,
body.page-id-15015 .main .section:nth-child(4) .wrapper .column:nth-child(2) img,
body.page-id-15015 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) img,
#cookie-notice body.page-id-15015 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) img,
body.page-id-15016 .main .section:nth-child(4) .wrapper .column:nth-child(2) img,
body.page-id-15016 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) img,
#cookie-notice body.page-id-15016 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) img,
body.page-id-15017 .main .section:nth-child(4) .wrapper .column:nth-child(2) img,
body.page-id-15017 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) img,
#cookie-notice body.page-id-15017 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
body.page-id-14981 .main .section:nth-child(5),
body.page-id-15015 .main .section:nth-child(5),
body.page-id-15016 .main .section:nth-child(5),
body.page-id-15017 .main .section:nth-child(5) {
  padding: 64px 0 64px;
  background: #F3F3F3;
}
@media (max-width: 768px) {
  body.page-id-14981 .main .section:nth-child(5) .wrapper .column:nth-child(2), body.page-id-14981 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2), #cookie-notice body.page-id-14981 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2),
body.page-id-15015 .main .section:nth-child(5) .wrapper .column:nth-child(2),
body.page-id-15015 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15015 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2),
body.page-id-15016 .main .section:nth-child(5) .wrapper .column:nth-child(2),
body.page-id-15016 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15016 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2),
body.page-id-15017 .main .section:nth-child(5) .wrapper .column:nth-child(2),
body.page-id-15017 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15017 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) {
    order: 1;
  }
}
body.page-id-14981 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text *, body.page-id-14981 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text *, #cookie-notice body.page-id-14981 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text *,
body.page-id-15015 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text *,
body.page-id-15015 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text *,
#cookie-notice body.page-id-15015 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text *,
body.page-id-15016 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text *,
body.page-id-15016 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text *,
#cookie-notice body.page-id-15016 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text *,
body.page-id-15017 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text *,
body.page-id-15017 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text *,
#cookie-notice body.page-id-15017 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text * {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14981 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text p:first-child, body.page-id-14981 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p:first-child, #cookie-notice body.page-id-14981 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text p:first-child,
body.page-id-15015 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text p:first-child,
body.page-id-15015 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p:first-child,
#cookie-notice body.page-id-15015 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text p:first-child,
body.page-id-15016 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text p:first-child,
body.page-id-15016 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p:first-child,
#cookie-notice body.page-id-15016 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text p:first-child,
body.page-id-15017 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text p:first-child,
body.page-id-15017 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text p:first-child,
#cookie-notice body.page-id-15017 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text p:first-child {
  font-size: 15px;
  font-size: 0.9375rem;
}
body.page-id-14981 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text h3, body.page-id-14981 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h3, #cookie-notice body.page-id-14981 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text h3,
body.page-id-15015 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text h3,
body.page-id-15015 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h3,
#cookie-notice body.page-id-15015 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text h3,
body.page-id-15016 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text h3,
body.page-id-15016 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h3,
#cookie-notice body.page-id-15016 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text h3,
body.page-id-15017 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text h3,
body.page-id-15017 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text h3,
#cookie-notice body.page-id-15017 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text h3 {
  color: #000000;
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
}
body.page-id-14981 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text ul, body.page-id-14981 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul, #cookie-notice body.page-id-14981 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text ul,
body.page-id-15015 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text ul,
body.page-id-15015 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul,
#cookie-notice body.page-id-15015 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text ul,
body.page-id-15016 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text ul,
body.page-id-15016 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul,
#cookie-notice body.page-id-15016 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text ul,
body.page-id-15017 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text ul,
body.page-id-15017 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul,
#cookie-notice body.page-id-15017 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
body.page-id-14981 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text ul li, body.page-id-14981 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul li, #cookie-notice body.page-id-14981 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text ul li,
body.page-id-15015 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text ul li,
body.page-id-15015 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul li,
#cookie-notice body.page-id-15015 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text ul li,
body.page-id-15016 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text ul li,
body.page-id-15016 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul li,
#cookie-notice body.page-id-15016 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text ul li,
body.page-id-15017 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text ul li,
body.page-id-15017 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul li,
#cookie-notice body.page-id-15017 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text ul li {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0;
}
body.page-id-14981 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text ul li:before, body.page-id-14981 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul li:before, #cookie-notice body.page-id-14981 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text ul li:before,
body.page-id-15015 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text ul li:before,
body.page-id-15015 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul li:before,
#cookie-notice body.page-id-15015 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text ul li:before,
body.page-id-15016 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text ul li:before,
body.page-id-15016 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul li:before,
#cookie-notice body.page-id-15016 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text ul li:before,
body.page-id-15017 .main .section:nth-child(5) .wrapper .column:nth-child(2) .text ul li:before,
body.page-id-15017 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(2) .text ul li:before,
#cookie-notice body.page-id-15017 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(2) .text ul li:before {
  width: 25px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../images/icon-green-check.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body.page-id-14981 .main .section:nth-child(5) .wrapper .column:nth-child(1), body.page-id-14981 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-14981 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(1),
body.page-id-15015 .main .section:nth-child(5) .wrapper .column:nth-child(1),
body.page-id-15015 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15015 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(1),
body.page-id-15016 .main .section:nth-child(5) .wrapper .column:nth-child(1),
body.page-id-15016 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15016 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(1),
body.page-id-15017 .main .section:nth-child(5) .wrapper .column:nth-child(1),
body.page-id-15017 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15017 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(1) {
    order: 2;
  }
}
body.page-id-14981 .main .section:nth-child(5) .wrapper .column:nth-child(1) img, body.page-id-14981 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-14981 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15015 .main .section:nth-child(5) .wrapper .column:nth-child(1) img,
body.page-id-15015 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15015 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15016 .main .section:nth-child(5) .wrapper .column:nth-child(1) img,
body.page-id-15016 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15016 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15017 .main .section:nth-child(5) .wrapper .column:nth-child(1) img,
body.page-id-15017 .main .section:nth-child(5) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15017 .main .section:nth-child(5) .cookie-notice-container .column:nth-child(1) img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
body.page-id-14981 .main .section:nth-child(6), body.page-id-14981 .main .section:nth-child(8),
body.page-id-15015 .main .section:nth-child(6),
body.page-id-15015 .main .section:nth-child(8),
body.page-id-15016 .main .section:nth-child(6),
body.page-id-15016 .main .section:nth-child(8),
body.page-id-15017 .main .section:nth-child(6),
body.page-id-15017 .main .section:nth-child(8) {
  padding: 40px 0 40px;
  background-image: url("/wp-content/uploads/2025/09/bg-2.jpg") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
body.page-id-14981 .main .section:nth-child(6) .wrapper h2, body.page-id-14981 .main .section:nth-child(6) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14981 .main .section:nth-child(6) .cookie-notice-container h2, body.page-id-14981 .main .section:nth-child(8) .wrapper h2, body.page-id-14981 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14981 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15015 .main .section:nth-child(6) .wrapper h2,
body.page-id-15015 .main .section:nth-child(6) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(6) .cookie-notice-container h2,
body.page-id-15015 .main .section:nth-child(8) .wrapper h2,
body.page-id-15015 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15016 .main .section:nth-child(6) .wrapper h2,
body.page-id-15016 .main .section:nth-child(6) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(6) .cookie-notice-container h2,
body.page-id-15016 .main .section:nth-child(8) .wrapper h2,
body.page-id-15016 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15017 .main .section:nth-child(6) .wrapper h2,
body.page-id-15017 .main .section:nth-child(6) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(6) .cookie-notice-container h2,
body.page-id-15017 .main .section:nth-child(8) .wrapper h2,
body.page-id-15017 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(8) .cookie-notice-container h2 {
  color: #ffffff;
  margin: 0 auto;
  line-height: 1.2;
  width: 100%;
  max-width: 800px;
  display: block;
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  body.page-id-14981 .main .section:nth-child(6) .wrapper h2, body.page-id-14981 .main .section:nth-child(6) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14981 .main .section:nth-child(6) .cookie-notice-container h2, body.page-id-14981 .main .section:nth-child(8) .wrapper h2, body.page-id-14981 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14981 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15015 .main .section:nth-child(6) .wrapper h2,
body.page-id-15015 .main .section:nth-child(6) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(6) .cookie-notice-container h2,
body.page-id-15015 .main .section:nth-child(8) .wrapper h2,
body.page-id-15015 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15016 .main .section:nth-child(6) .wrapper h2,
body.page-id-15016 .main .section:nth-child(6) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(6) .cookie-notice-container h2,
body.page-id-15016 .main .section:nth-child(8) .wrapper h2,
body.page-id-15016 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15017 .main .section:nth-child(6) .wrapper h2,
body.page-id-15017 .main .section:nth-child(6) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(6) .cookie-notice-container h2,
body.page-id-15017 .main .section:nth-child(8) .wrapper h2,
body.page-id-15017 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(8) .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  body.page-id-14981 .main .section:nth-child(6) .wrapper h2, body.page-id-14981 .main .section:nth-child(6) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14981 .main .section:nth-child(6) .cookie-notice-container h2, body.page-id-14981 .main .section:nth-child(8) .wrapper h2, body.page-id-14981 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14981 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15015 .main .section:nth-child(6) .wrapper h2,
body.page-id-15015 .main .section:nth-child(6) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(6) .cookie-notice-container h2,
body.page-id-15015 .main .section:nth-child(8) .wrapper h2,
body.page-id-15015 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15016 .main .section:nth-child(6) .wrapper h2,
body.page-id-15016 .main .section:nth-child(6) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(6) .cookie-notice-container h2,
body.page-id-15016 .main .section:nth-child(8) .wrapper h2,
body.page-id-15016 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15017 .main .section:nth-child(6) .wrapper h2,
body.page-id-15017 .main .section:nth-child(6) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(6) .cookie-notice-container h2,
body.page-id-15017 .main .section:nth-child(8) .wrapper h2,
body.page-id-15017 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(8) .cookie-notice-container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-14981 .main .section:nth-child(7), body.page-id-14981 .main .section:nth-child(9), body.page-id-14981 .main .section:nth-child(12), body.page-id-14981 .main .section:nth-child(14),
body.page-id-15015 .main .section:nth-child(7),
body.page-id-15015 .main .section:nth-child(9),
body.page-id-15015 .main .section:nth-child(12),
body.page-id-15015 .main .section:nth-child(14),
body.page-id-15016 .main .section:nth-child(7),
body.page-id-15016 .main .section:nth-child(9),
body.page-id-15016 .main .section:nth-child(12),
body.page-id-15016 .main .section:nth-child(14),
body.page-id-15017 .main .section:nth-child(7),
body.page-id-15017 .main .section:nth-child(9),
body.page-id-15017 .main .section:nth-child(12),
body.page-id-15017 .main .section:nth-child(14) {
  padding: 60px 0 60px;
}
body.page-id-14981 .main .section:nth-child(7) .wrapper .grid .single .photo-wrap:after, body.page-id-14981 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after, #cookie-notice body.page-id-14981 .main .section:nth-child(7) .cookie-notice-container .grid .single .photo-wrap:after, body.page-id-14981 .main .section:nth-child(9) .wrapper .grid .single .photo-wrap:after, body.page-id-14981 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after, #cookie-notice body.page-id-14981 .main .section:nth-child(9) .cookie-notice-container .grid .single .photo-wrap:after, body.page-id-14981 .main .section:nth-child(12) .wrapper .grid .single .photo-wrap:after, body.page-id-14981 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after, #cookie-notice body.page-id-14981 .main .section:nth-child(12) .cookie-notice-container .grid .single .photo-wrap:after, body.page-id-14981 .main .section:nth-child(14) .wrapper .grid .single .photo-wrap:after, body.page-id-14981 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after, #cookie-notice body.page-id-14981 .main .section:nth-child(14) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15015 .main .section:nth-child(7) .wrapper .grid .single .photo-wrap:after,
body.page-id-15015 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15015 .main .section:nth-child(7) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15015 .main .section:nth-child(9) .wrapper .grid .single .photo-wrap:after,
body.page-id-15015 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15015 .main .section:nth-child(9) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15015 .main .section:nth-child(12) .wrapper .grid .single .photo-wrap:after,
body.page-id-15015 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15015 .main .section:nth-child(12) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15015 .main .section:nth-child(14) .wrapper .grid .single .photo-wrap:after,
body.page-id-15015 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15015 .main .section:nth-child(14) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15016 .main .section:nth-child(7) .wrapper .grid .single .photo-wrap:after,
body.page-id-15016 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15016 .main .section:nth-child(7) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15016 .main .section:nth-child(9) .wrapper .grid .single .photo-wrap:after,
body.page-id-15016 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15016 .main .section:nth-child(9) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15016 .main .section:nth-child(12) .wrapper .grid .single .photo-wrap:after,
body.page-id-15016 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15016 .main .section:nth-child(12) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15016 .main .section:nth-child(14) .wrapper .grid .single .photo-wrap:after,
body.page-id-15016 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15016 .main .section:nth-child(14) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15017 .main .section:nth-child(7) .wrapper .grid .single .photo-wrap:after,
body.page-id-15017 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15017 .main .section:nth-child(7) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15017 .main .section:nth-child(9) .wrapper .grid .single .photo-wrap:after,
body.page-id-15017 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15017 .main .section:nth-child(9) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15017 .main .section:nth-child(12) .wrapper .grid .single .photo-wrap:after,
body.page-id-15017 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15017 .main .section:nth-child(12) .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15017 .main .section:nth-child(14) .wrapper .grid .single .photo-wrap:after,
body.page-id-15017 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15017 .main .section:nth-child(14) .cookie-notice-container .grid .single .photo-wrap:after {
  padding-top: 50%;
}
body.page-id-14981 .main .section:nth-child(7) .wrapper .grid .single .title, body.page-id-14981 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .title, #cookie-notice body.page-id-14981 .main .section:nth-child(7) .cookie-notice-container .grid .single .title, body.page-id-14981 .main .section:nth-child(9) .wrapper .grid .single .title, body.page-id-14981 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .title, #cookie-notice body.page-id-14981 .main .section:nth-child(9) .cookie-notice-container .grid .single .title, body.page-id-14981 .main .section:nth-child(12) .wrapper .grid .single .title, body.page-id-14981 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .title, #cookie-notice body.page-id-14981 .main .section:nth-child(12) .cookie-notice-container .grid .single .title, body.page-id-14981 .main .section:nth-child(14) .wrapper .grid .single .title, body.page-id-14981 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .title, #cookie-notice body.page-id-14981 .main .section:nth-child(14) .cookie-notice-container .grid .single .title,
body.page-id-15015 .main .section:nth-child(7) .wrapper .grid .single .title,
body.page-id-15015 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15015 .main .section:nth-child(7) .cookie-notice-container .grid .single .title,
body.page-id-15015 .main .section:nth-child(9) .wrapper .grid .single .title,
body.page-id-15015 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15015 .main .section:nth-child(9) .cookie-notice-container .grid .single .title,
body.page-id-15015 .main .section:nth-child(12) .wrapper .grid .single .title,
body.page-id-15015 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15015 .main .section:nth-child(12) .cookie-notice-container .grid .single .title,
body.page-id-15015 .main .section:nth-child(14) .wrapper .grid .single .title,
body.page-id-15015 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15015 .main .section:nth-child(14) .cookie-notice-container .grid .single .title,
body.page-id-15016 .main .section:nth-child(7) .wrapper .grid .single .title,
body.page-id-15016 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15016 .main .section:nth-child(7) .cookie-notice-container .grid .single .title,
body.page-id-15016 .main .section:nth-child(9) .wrapper .grid .single .title,
body.page-id-15016 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15016 .main .section:nth-child(9) .cookie-notice-container .grid .single .title,
body.page-id-15016 .main .section:nth-child(12) .wrapper .grid .single .title,
body.page-id-15016 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15016 .main .section:nth-child(12) .cookie-notice-container .grid .single .title,
body.page-id-15016 .main .section:nth-child(14) .wrapper .grid .single .title,
body.page-id-15016 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15016 .main .section:nth-child(14) .cookie-notice-container .grid .single .title,
body.page-id-15017 .main .section:nth-child(7) .wrapper .grid .single .title,
body.page-id-15017 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15017 .main .section:nth-child(7) .cookie-notice-container .grid .single .title,
body.page-id-15017 .main .section:nth-child(9) .wrapper .grid .single .title,
body.page-id-15017 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15017 .main .section:nth-child(9) .cookie-notice-container .grid .single .title,
body.page-id-15017 .main .section:nth-child(12) .wrapper .grid .single .title,
body.page-id-15017 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15017 .main .section:nth-child(12) .cookie-notice-container .grid .single .title,
body.page-id-15017 .main .section:nth-child(14) .wrapper .grid .single .title,
body.page-id-15017 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15017 .main .section:nth-child(14) .cookie-notice-container .grid .single .title {
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
}
body.page-id-14981 .main .section:nth-child(7) .wrapper .grid .single .title span, body.page-id-14981 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .title span, #cookie-notice body.page-id-14981 .main .section:nth-child(7) .cookie-notice-container .grid .single .title span, body.page-id-14981 .main .section:nth-child(9) .wrapper .grid .single .title span, body.page-id-14981 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .title span, #cookie-notice body.page-id-14981 .main .section:nth-child(9) .cookie-notice-container .grid .single .title span, body.page-id-14981 .main .section:nth-child(12) .wrapper .grid .single .title span, body.page-id-14981 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .title span, #cookie-notice body.page-id-14981 .main .section:nth-child(12) .cookie-notice-container .grid .single .title span, body.page-id-14981 .main .section:nth-child(14) .wrapper .grid .single .title span, body.page-id-14981 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .title span, #cookie-notice body.page-id-14981 .main .section:nth-child(14) .cookie-notice-container .grid .single .title span,
body.page-id-15015 .main .section:nth-child(7) .wrapper .grid .single .title span,
body.page-id-15015 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15015 .main .section:nth-child(7) .cookie-notice-container .grid .single .title span,
body.page-id-15015 .main .section:nth-child(9) .wrapper .grid .single .title span,
body.page-id-15015 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15015 .main .section:nth-child(9) .cookie-notice-container .grid .single .title span,
body.page-id-15015 .main .section:nth-child(12) .wrapper .grid .single .title span,
body.page-id-15015 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15015 .main .section:nth-child(12) .cookie-notice-container .grid .single .title span,
body.page-id-15015 .main .section:nth-child(14) .wrapper .grid .single .title span,
body.page-id-15015 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15015 .main .section:nth-child(14) .cookie-notice-container .grid .single .title span,
body.page-id-15016 .main .section:nth-child(7) .wrapper .grid .single .title span,
body.page-id-15016 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15016 .main .section:nth-child(7) .cookie-notice-container .grid .single .title span,
body.page-id-15016 .main .section:nth-child(9) .wrapper .grid .single .title span,
body.page-id-15016 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15016 .main .section:nth-child(9) .cookie-notice-container .grid .single .title span,
body.page-id-15016 .main .section:nth-child(12) .wrapper .grid .single .title span,
body.page-id-15016 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15016 .main .section:nth-child(12) .cookie-notice-container .grid .single .title span,
body.page-id-15016 .main .section:nth-child(14) .wrapper .grid .single .title span,
body.page-id-15016 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15016 .main .section:nth-child(14) .cookie-notice-container .grid .single .title span,
body.page-id-15017 .main .section:nth-child(7) .wrapper .grid .single .title span,
body.page-id-15017 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15017 .main .section:nth-child(7) .cookie-notice-container .grid .single .title span,
body.page-id-15017 .main .section:nth-child(9) .wrapper .grid .single .title span,
body.page-id-15017 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15017 .main .section:nth-child(9) .cookie-notice-container .grid .single .title span,
body.page-id-15017 .main .section:nth-child(12) .wrapper .grid .single .title span,
body.page-id-15017 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15017 .main .section:nth-child(12) .cookie-notice-container .grid .single .title span,
body.page-id-15017 .main .section:nth-child(14) .wrapper .grid .single .title span,
body.page-id-15017 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15017 .main .section:nth-child(14) .cookie-notice-container .grid .single .title span {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
}
body.page-id-14981 .main .section:nth-child(7) .wrapper .grid .single .text *, body.page-id-14981 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .text *, #cookie-notice body.page-id-14981 .main .section:nth-child(7) .cookie-notice-container .grid .single .text *, body.page-id-14981 .main .section:nth-child(9) .wrapper .grid .single .text *, body.page-id-14981 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .text *, #cookie-notice body.page-id-14981 .main .section:nth-child(9) .cookie-notice-container .grid .single .text *, body.page-id-14981 .main .section:nth-child(12) .wrapper .grid .single .text *, body.page-id-14981 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .text *, #cookie-notice body.page-id-14981 .main .section:nth-child(12) .cookie-notice-container .grid .single .text *, body.page-id-14981 .main .section:nth-child(14) .wrapper .grid .single .text *, body.page-id-14981 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .text *, #cookie-notice body.page-id-14981 .main .section:nth-child(14) .cookie-notice-container .grid .single .text *,
body.page-id-15015 .main .section:nth-child(7) .wrapper .grid .single .text *,
body.page-id-15015 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15015 .main .section:nth-child(7) .cookie-notice-container .grid .single .text *,
body.page-id-15015 .main .section:nth-child(9) .wrapper .grid .single .text *,
body.page-id-15015 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15015 .main .section:nth-child(9) .cookie-notice-container .grid .single .text *,
body.page-id-15015 .main .section:nth-child(12) .wrapper .grid .single .text *,
body.page-id-15015 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15015 .main .section:nth-child(12) .cookie-notice-container .grid .single .text *,
body.page-id-15015 .main .section:nth-child(14) .wrapper .grid .single .text *,
body.page-id-15015 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15015 .main .section:nth-child(14) .cookie-notice-container .grid .single .text *,
body.page-id-15016 .main .section:nth-child(7) .wrapper .grid .single .text *,
body.page-id-15016 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15016 .main .section:nth-child(7) .cookie-notice-container .grid .single .text *,
body.page-id-15016 .main .section:nth-child(9) .wrapper .grid .single .text *,
body.page-id-15016 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15016 .main .section:nth-child(9) .cookie-notice-container .grid .single .text *,
body.page-id-15016 .main .section:nth-child(12) .wrapper .grid .single .text *,
body.page-id-15016 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15016 .main .section:nth-child(12) .cookie-notice-container .grid .single .text *,
body.page-id-15016 .main .section:nth-child(14) .wrapper .grid .single .text *,
body.page-id-15016 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15016 .main .section:nth-child(14) .cookie-notice-container .grid .single .text *,
body.page-id-15017 .main .section:nth-child(7) .wrapper .grid .single .text *,
body.page-id-15017 .main .section:nth-child(7) #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15017 .main .section:nth-child(7) .cookie-notice-container .grid .single .text *,
body.page-id-15017 .main .section:nth-child(9) .wrapper .grid .single .text *,
body.page-id-15017 .main .section:nth-child(9) #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15017 .main .section:nth-child(9) .cookie-notice-container .grid .single .text *,
body.page-id-15017 .main .section:nth-child(12) .wrapper .grid .single .text *,
body.page-id-15017 .main .section:nth-child(12) #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15017 .main .section:nth-child(12) .cookie-notice-container .grid .single .text *,
body.page-id-15017 .main .section:nth-child(14) .wrapper .grid .single .text *,
body.page-id-15017 .main .section:nth-child(14) #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15017 .main .section:nth-child(14) .cookie-notice-container .grid .single .text * {
  color: #000000;
}
body.page-id-14981 .main .section:nth-child(10),
body.page-id-15015 .main .section:nth-child(10),
body.page-id-15016 .main .section:nth-child(10),
body.page-id-15017 .main .section:nth-child(10) {
  background: #F3F3F3;
  padding: 80px 0 72px;
}
body.page-id-14981 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text *, body.page-id-14981 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text *, #cookie-notice body.page-id-14981 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text *,
body.page-id-15015 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text *,
body.page-id-15015 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text *,
#cookie-notice body.page-id-15015 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text *,
body.page-id-15016 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text *,
body.page-id-15016 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text *,
#cookie-notice body.page-id-15016 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text *,
body.page-id-15017 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text *,
body.page-id-15017 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text *,
#cookie-notice body.page-id-15017 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text * {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-14981 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text p:first-child, body.page-id-14981 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p:first-child, #cookie-notice body.page-id-14981 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text p:first-child,
body.page-id-15015 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text p:first-child,
body.page-id-15015 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p:first-child,
#cookie-notice body.page-id-15015 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text p:first-child,
body.page-id-15016 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text p:first-child,
body.page-id-15016 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p:first-child,
#cookie-notice body.page-id-15016 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text p:first-child,
body.page-id-15017 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text p:first-child,
body.page-id-15017 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text p:first-child,
#cookie-notice body.page-id-15017 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text p:first-child {
  font-size: 15px;
  font-size: 0.9375rem;
}
body.page-id-14981 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text h3, body.page-id-14981 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text h3, #cookie-notice body.page-id-14981 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text h3,
body.page-id-15015 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text h3,
body.page-id-15015 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text h3,
#cookie-notice body.page-id-15015 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text h3,
body.page-id-15016 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text h3,
body.page-id-15016 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text h3,
#cookie-notice body.page-id-15016 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text h3,
body.page-id-15017 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text h3,
body.page-id-15017 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text h3,
#cookie-notice body.page-id-15017 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text h3 {
  color: #000000;
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
}
body.page-id-14981 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text ul, body.page-id-14981 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul, #cookie-notice body.page-id-14981 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text ul,
body.page-id-15015 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text ul,
body.page-id-15015 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul,
#cookie-notice body.page-id-15015 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text ul,
body.page-id-15016 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text ul,
body.page-id-15016 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul,
#cookie-notice body.page-id-15016 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text ul,
body.page-id-15017 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text ul,
body.page-id-15017 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul,
#cookie-notice body.page-id-15017 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
body.page-id-14981 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text ul li, body.page-id-14981 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li, #cookie-notice body.page-id-14981 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text ul li,
body.page-id-15015 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text ul li,
body.page-id-15015 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li,
#cookie-notice body.page-id-15015 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text ul li,
body.page-id-15016 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text ul li,
body.page-id-15016 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li,
#cookie-notice body.page-id-15016 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text ul li,
body.page-id-15017 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text ul li,
body.page-id-15017 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li,
#cookie-notice body.page-id-15017 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text ul li {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0;
}
body.page-id-14981 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text ul li:before, body.page-id-14981 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li:before, #cookie-notice body.page-id-14981 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text ul li:before,
body.page-id-15015 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text ul li:before,
body.page-id-15015 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li:before,
#cookie-notice body.page-id-15015 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text ul li:before,
body.page-id-15016 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text ul li:before,
body.page-id-15016 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li:before,
#cookie-notice body.page-id-15016 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text ul li:before,
body.page-id-15017 .main .section:nth-child(10) .wrapper .column:nth-child(1) .text ul li:before,
body.page-id-15017 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(1) .text ul li:before,
#cookie-notice body.page-id-15017 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(1) .text ul li:before {
  width: 25px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../images/icon-green-check.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-14981 .main .section:nth-child(10) .wrapper .column:nth-child(2) img, body.page-id-14981 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(2) img, #cookie-notice body.page-id-14981 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(2) img,
body.page-id-15015 .main .section:nth-child(10) .wrapper .column:nth-child(2) img,
body.page-id-15015 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(2) img,
#cookie-notice body.page-id-15015 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(2) img,
body.page-id-15016 .main .section:nth-child(10) .wrapper .column:nth-child(2) img,
body.page-id-15016 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(2) img,
#cookie-notice body.page-id-15016 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(2) img,
body.page-id-15017 .main .section:nth-child(10) .wrapper .column:nth-child(2) img,
body.page-id-15017 .main .section:nth-child(10) #cookie-notice .cookie-notice-container .column:nth-child(2) img,
#cookie-notice body.page-id-15017 .main .section:nth-child(10) .cookie-notice-container .column:nth-child(2) img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
body.page-id-14981 .main .section:nth-child(11), body.page-id-14981 .main .section:nth-child(13),
body.page-id-15015 .main .section:nth-child(11),
body.page-id-15015 .main .section:nth-child(13),
body.page-id-15016 .main .section:nth-child(11),
body.page-id-15016 .main .section:nth-child(13),
body.page-id-15017 .main .section:nth-child(11),
body.page-id-15017 .main .section:nth-child(13) {
  padding: 40px 0 40px;
  background-image: url("/wp-content/uploads/2025/09/bg-3.jpg") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
body.page-id-14981 .main .section:nth-child(11) .wrapper h2, body.page-id-14981 .main .section:nth-child(11) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14981 .main .section:nth-child(11) .cookie-notice-container h2, body.page-id-14981 .main .section:nth-child(13) .wrapper h2, body.page-id-14981 .main .section:nth-child(13) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14981 .main .section:nth-child(13) .cookie-notice-container h2,
body.page-id-15015 .main .section:nth-child(11) .wrapper h2,
body.page-id-15015 .main .section:nth-child(11) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(11) .cookie-notice-container h2,
body.page-id-15015 .main .section:nth-child(13) .wrapper h2,
body.page-id-15015 .main .section:nth-child(13) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(13) .cookie-notice-container h2,
body.page-id-15016 .main .section:nth-child(11) .wrapper h2,
body.page-id-15016 .main .section:nth-child(11) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(11) .cookie-notice-container h2,
body.page-id-15016 .main .section:nth-child(13) .wrapper h2,
body.page-id-15016 .main .section:nth-child(13) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(13) .cookie-notice-container h2,
body.page-id-15017 .main .section:nth-child(11) .wrapper h2,
body.page-id-15017 .main .section:nth-child(11) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(11) .cookie-notice-container h2,
body.page-id-15017 .main .section:nth-child(13) .wrapper h2,
body.page-id-15017 .main .section:nth-child(13) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(13) .cookie-notice-container h2 {
  color: #4D144A;
  margin: 0 auto;
  line-height: 1.2;
  width: 100%;
  max-width: 800px;
  display: block;
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  body.page-id-14981 .main .section:nth-child(11) .wrapper h2, body.page-id-14981 .main .section:nth-child(11) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14981 .main .section:nth-child(11) .cookie-notice-container h2, body.page-id-14981 .main .section:nth-child(13) .wrapper h2, body.page-id-14981 .main .section:nth-child(13) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14981 .main .section:nth-child(13) .cookie-notice-container h2,
body.page-id-15015 .main .section:nth-child(11) .wrapper h2,
body.page-id-15015 .main .section:nth-child(11) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(11) .cookie-notice-container h2,
body.page-id-15015 .main .section:nth-child(13) .wrapper h2,
body.page-id-15015 .main .section:nth-child(13) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(13) .cookie-notice-container h2,
body.page-id-15016 .main .section:nth-child(11) .wrapper h2,
body.page-id-15016 .main .section:nth-child(11) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(11) .cookie-notice-container h2,
body.page-id-15016 .main .section:nth-child(13) .wrapper h2,
body.page-id-15016 .main .section:nth-child(13) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(13) .cookie-notice-container h2,
body.page-id-15017 .main .section:nth-child(11) .wrapper h2,
body.page-id-15017 .main .section:nth-child(11) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(11) .cookie-notice-container h2,
body.page-id-15017 .main .section:nth-child(13) .wrapper h2,
body.page-id-15017 .main .section:nth-child(13) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(13) .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  body.page-id-14981 .main .section:nth-child(11) .wrapper h2, body.page-id-14981 .main .section:nth-child(11) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14981 .main .section:nth-child(11) .cookie-notice-container h2, body.page-id-14981 .main .section:nth-child(13) .wrapper h2, body.page-id-14981 .main .section:nth-child(13) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-14981 .main .section:nth-child(13) .cookie-notice-container h2,
body.page-id-15015 .main .section:nth-child(11) .wrapper h2,
body.page-id-15015 .main .section:nth-child(11) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(11) .cookie-notice-container h2,
body.page-id-15015 .main .section:nth-child(13) .wrapper h2,
body.page-id-15015 .main .section:nth-child(13) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(13) .cookie-notice-container h2,
body.page-id-15016 .main .section:nth-child(11) .wrapper h2,
body.page-id-15016 .main .section:nth-child(11) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(11) .cookie-notice-container h2,
body.page-id-15016 .main .section:nth-child(13) .wrapper h2,
body.page-id-15016 .main .section:nth-child(13) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(13) .cookie-notice-container h2,
body.page-id-15017 .main .section:nth-child(11) .wrapper h2,
body.page-id-15017 .main .section:nth-child(11) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(11) .cookie-notice-container h2,
body.page-id-15017 .main .section:nth-child(13) .wrapper h2,
body.page-id-15017 .main .section:nth-child(13) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(13) .cookie-notice-container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-14981 .main .section:nth-child(15),
body.page-id-15015 .main .section:nth-child(15),
body.page-id-15016 .main .section:nth-child(15),
body.page-id-15017 .main .section:nth-child(15) {
  padding: 0;
}
body.page-id-14981 .main .section:nth-child(15) .wrapper .text, body.page-id-14981 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text, #cookie-notice body.page-id-14981 .main .section:nth-child(15) .cookie-notice-container .text,
body.page-id-15015 .main .section:nth-child(15) .wrapper .text,
body.page-id-15015 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-15015 .main .section:nth-child(15) .cookie-notice-container .text,
body.page-id-15016 .main .section:nth-child(15) .wrapper .text,
body.page-id-15016 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-15016 .main .section:nth-child(15) .cookie-notice-container .text,
body.page-id-15017 .main .section:nth-child(15) .wrapper .text,
body.page-id-15017 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-15017 .main .section:nth-child(15) .cookie-notice-container .text {
  padding: 50px 90px;
  border-radius: 15px;
  background: linear-gradient(180deg, #61162B 0%, #6B1C71 100%);
}
@media (max-width: 1024px) {
  body.page-id-14981 .main .section:nth-child(15) .wrapper .text, body.page-id-14981 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text, #cookie-notice body.page-id-14981 .main .section:nth-child(15) .cookie-notice-container .text,
body.page-id-15015 .main .section:nth-child(15) .wrapper .text,
body.page-id-15015 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-15015 .main .section:nth-child(15) .cookie-notice-container .text,
body.page-id-15016 .main .section:nth-child(15) .wrapper .text,
body.page-id-15016 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-15016 .main .section:nth-child(15) .cookie-notice-container .text,
body.page-id-15017 .main .section:nth-child(15) .wrapper .text,
body.page-id-15017 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text,
#cookie-notice body.page-id-15017 .main .section:nth-child(15) .cookie-notice-container .text {
    padding: 32px 24px;
  }
}
body.page-id-14981 .main .section:nth-child(15) .wrapper .text *, body.page-id-14981 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text *, #cookie-notice body.page-id-14981 .main .section:nth-child(15) .cookie-notice-container .text *,
body.page-id-15015 .main .section:nth-child(15) .wrapper .text *,
body.page-id-15015 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text *,
#cookie-notice body.page-id-15015 .main .section:nth-child(15) .cookie-notice-container .text *,
body.page-id-15016 .main .section:nth-child(15) .wrapper .text *,
body.page-id-15016 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text *,
#cookie-notice body.page-id-15016 .main .section:nth-child(15) .cookie-notice-container .text *,
body.page-id-15017 .main .section:nth-child(15) .wrapper .text *,
body.page-id-15017 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text *,
#cookie-notice body.page-id-15017 .main .section:nth-child(15) .cookie-notice-container .text * {
  color: #ffffff;
}
body.page-id-14981 .main .section:nth-child(15) .wrapper .text h2, body.page-id-14981 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text h2, #cookie-notice body.page-id-14981 .main .section:nth-child(15) .cookie-notice-container .text h2,
body.page-id-15015 .main .section:nth-child(15) .wrapper .text h2,
body.page-id-15015 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(15) .cookie-notice-container .text h2,
body.page-id-15016 .main .section:nth-child(15) .wrapper .text h2,
body.page-id-15016 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(15) .cookie-notice-container .text h2,
body.page-id-15017 .main .section:nth-child(15) .wrapper .text h2,
body.page-id-15017 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(15) .cookie-notice-container .text h2 {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 auto;
  width: 100%;
  line-height: 1.1;
  max-width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  body.page-id-14981 .main .section:nth-child(15) .wrapper .text h2, body.page-id-14981 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text h2, #cookie-notice body.page-id-14981 .main .section:nth-child(15) .cookie-notice-container .text h2,
body.page-id-15015 .main .section:nth-child(15) .wrapper .text h2,
body.page-id-15015 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(15) .cookie-notice-container .text h2,
body.page-id-15016 .main .section:nth-child(15) .wrapper .text h2,
body.page-id-15016 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(15) .cookie-notice-container .text h2,
body.page-id-15017 .main .section:nth-child(15) .wrapper .text h2,
body.page-id-15017 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(15) .cookie-notice-container .text h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  body.page-id-14981 .main .section:nth-child(15) .wrapper .text h2, body.page-id-14981 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text h2, #cookie-notice body.page-id-14981 .main .section:nth-child(15) .cookie-notice-container .text h2,
body.page-id-15015 .main .section:nth-child(15) .wrapper .text h2,
body.page-id-15015 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text h2,
#cookie-notice body.page-id-15015 .main .section:nth-child(15) .cookie-notice-container .text h2,
body.page-id-15016 .main .section:nth-child(15) .wrapper .text h2,
body.page-id-15016 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text h2,
#cookie-notice body.page-id-15016 .main .section:nth-child(15) .cookie-notice-container .text h2,
body.page-id-15017 .main .section:nth-child(15) .wrapper .text h2,
body.page-id-15017 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text h2,
#cookie-notice body.page-id-15017 .main .section:nth-child(15) .cookie-notice-container .text h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-14981 .main .section:nth-child(15) .wrapper .text p, body.page-id-14981 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text p, #cookie-notice body.page-id-14981 .main .section:nth-child(15) .cookie-notice-container .text p,
body.page-id-15015 .main .section:nth-child(15) .wrapper .text p,
body.page-id-15015 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-15015 .main .section:nth-child(15) .cookie-notice-container .text p,
body.page-id-15016 .main .section:nth-child(15) .wrapper .text p,
body.page-id-15016 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-15016 .main .section:nth-child(15) .cookie-notice-container .text p,
body.page-id-15017 .main .section:nth-child(15) .wrapper .text p,
body.page-id-15017 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text p,
#cookie-notice body.page-id-15017 .main .section:nth-child(15) .cookie-notice-container .text p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
}
body.page-id-14981 .main .section:nth-child(15) .wrapper .text img, body.page-id-14981 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text img, #cookie-notice body.page-id-14981 .main .section:nth-child(15) .cookie-notice-container .text img,
body.page-id-15015 .main .section:nth-child(15) .wrapper .text img,
body.page-id-15015 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text img,
#cookie-notice body.page-id-15015 .main .section:nth-child(15) .cookie-notice-container .text img,
body.page-id-15016 .main .section:nth-child(15) .wrapper .text img,
body.page-id-15016 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text img,
#cookie-notice body.page-id-15016 .main .section:nth-child(15) .cookie-notice-container .text img,
body.page-id-15017 .main .section:nth-child(15) .wrapper .text img,
body.page-id-15017 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text img,
#cookie-notice body.page-id-15017 .main .section:nth-child(15) .cookie-notice-container .text img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
@media (max-width: 768px) {
  body.page-id-14981 .main .section:nth-child(15) .wrapper .text img, body.page-id-14981 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text img, #cookie-notice body.page-id-14981 .main .section:nth-child(15) .cookie-notice-container .text img,
body.page-id-15015 .main .section:nth-child(15) .wrapper .text img,
body.page-id-15015 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text img,
#cookie-notice body.page-id-15015 .main .section:nth-child(15) .cookie-notice-container .text img,
body.page-id-15016 .main .section:nth-child(15) .wrapper .text img,
body.page-id-15016 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text img,
#cookie-notice body.page-id-15016 .main .section:nth-child(15) .cookie-notice-container .text img,
body.page-id-15017 .main .section:nth-child(15) .wrapper .text img,
body.page-id-15017 .main .section:nth-child(15) #cookie-notice .cookie-notice-container .text img,
#cookie-notice body.page-id-15017 .main .section:nth-child(15) .cookie-notice-container .text img {
    max-width: 293px;
    width: 100%;
    margin: 0 auto;
  }
}
body.page-id-14981 .main .section:nth-child(17),
body.page-id-15015 .main .section:nth-child(17),
body.page-id-15016 .main .section:nth-child(17),
body.page-id-15017 .main .section:nth-child(17) {
  padding: 40px 0 40px;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 {
  padding: 27px 0 16px;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container {
  display: grid;
  grid-gap: 27px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single {
  border-radius: 15px;
  padding: 46px 38px;
}
@media (max-width: 1024px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single {
    padding: 32px 24px;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single h3, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single h3, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single h3,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single h3,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single h3,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single h3,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single h3,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single h3,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single h3,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single h3,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single h3,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single h3 {
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.1;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single .desc, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single .desc, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single .desc,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single .desc,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single .desc,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single .desc,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single .desc,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single .desc,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single .desc,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single .desc,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single .desc,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single .desc {
  margin: 16px 0 0;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single .desc p, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single .desc p, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single .desc p,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single .desc p,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single .desc p,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single .desc p {
  color: #ffffff;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single img, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single img {
  margin: 16px auto 0;
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single img, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single img {
    max-width: 293px;
    width: 100%;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1), body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1),
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1),
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1),
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1),
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1),
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1),
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1) {
  grid-column: span 2;
  background: #E8D0E1;
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1), body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1),
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1),
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1),
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1),
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1),
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1),
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1) {
    grid-column: span 1;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1) h3, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1) h3, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1) h3,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1) h3,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1) h3,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1) h3,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1) h3,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1) h3,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1) h3,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1) h3,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1) h3,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1) h3 {
  color: #4D144A;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1) .desc p, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1) .desc p, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1) .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1) .desc p,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1) .desc p,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1) .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1) .desc p,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1) .desc p,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1) .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(1) .desc p,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(1) .desc p,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(1) .desc p {
  color: #000000;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(2), body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(2), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(2),
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(2),
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(2),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(2),
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(2),
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(2),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(2),
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(2),
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(2),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(2) {
  background: #5A1D5D;
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(2) img, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(2) img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(2) img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(2) img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(2) img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(2) img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(2) img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(2) img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(2) img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(2) img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(2) img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(2) img {
  width: 160px;
  margin: 32px auto 0;
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(2) img, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(2) img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(2) img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(2) img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(2) img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(2) img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(2) img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(2) img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(2) img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(2) img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(2) img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(2) img {
    margin: 16px auto 0;
    width: 120px;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3), body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3),
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3),
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3),
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3),
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3),
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3),
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) {
  background: #5A1D5D;
  grid-column: span 3;
  display: flex;
  align-items: center;
  grid-gap: 64px;
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3), body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3), #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3),
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3),
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3),
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3),
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3),
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3),
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3),
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3),
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3),
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) {
    grid-column: span 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 16px;
  }
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3) .info, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3) .info, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) .info,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3) .info,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3) .info,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) .info,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3) .info,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3) .info,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) .info,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3) .info,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3) .info,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) .info {
    order: 1;
  }
}
body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3) img, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3) img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3) img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3) img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3) img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3) img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3) img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3) img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) img {
  margin: 0;
  width: 160px;
  flex: none;
}
@media (max-width: 768px) {
  body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3) img, body.page-id-14981 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3) img, #cookie-notice body.page-id-14981 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3) img,
body.page-id-15015 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3) img,
#cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3) img,
body.page-id-15016 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3) img,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .wrapper .single:nth-child(3) img,
body.page-id-15017 .main section.thinkpad-thinkvision-block-4 #cookie-notice .cookie-notice-container .single:nth-child(3) img,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-4 .cookie-notice-container .single:nth-child(3) img {
    order: 2;
    width: 120px;
  }
}

body.page-id-15015 .main section.thinkpad-thinkvision-block-2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 {
  background-position: center 65%;
}
@media (max-width: 1280px) {
  body.page-id-15015 .main section.thinkpad-thinkvision-block-2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 {
    background-position: center 56%;
  }
}
@media (max-width: 1024px) {
  body.page-id-15015 .main section.thinkpad-thinkvision-block-2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 {
    background-position: center 30%;
  }
}
@media (max-width: 880px) {
  body.page-id-15015 .main section.thinkpad-thinkvision-block-2,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 {
    background-position: center top;
    background-size: auto 100%;
  }
}
@media (max-width: 880px) {
  body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper, body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container {
    flex-direction: column;
    grid-gap: 32px;
  }
}
@media (max-width: 880px) {
  body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .wrapper .right, body.page-id-15015 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-15015 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .wrapper .right,
body.page-id-15016 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15016 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .wrapper .right,
body.page-id-15017 .main section.thinkpad-thinkvision-block-2 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15017 .main section.thinkpad-thinkvision-block-2 .cookie-notice-container .right {
    margin: 0 auto;
  }
}

body.page-id-15141 .main .wrapper, body.page-id-15141 .main #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .cookie-notice-container,
body.page-id-15333 .main .wrapper,
body.page-id-15333 .main #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .cookie-notice-container,
body.page-id-15334 .main .wrapper,
body.page-id-15334 .main #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .cookie-notice-container,
body.page-id-15335 .main .wrapper,
body.page-id-15335 .main #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .cookie-notice-container {
  padding: 0 !important;
  max-width: 1280px !important;
}
body.page-id-15141 .main section.thinkpad-tl-block-1,
body.page-id-15333 .main section.thinkpad-tl-block-1,
body.page-id-15334 .main section.thinkpad-tl-block-1,
body.page-id-15335 .main section.thinkpad-tl-block-1 {
  padding: 97px 0 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
body.page-id-15141 .main section.thinkpad-tl-block-1:before,
body.page-id-15333 .main section.thinkpad-tl-block-1:before,
body.page-id-15334 .main section.thinkpad-tl-block-1:before,
body.page-id-15335 .main section.thinkpad-tl-block-1:before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2025/11/bg-1b.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
}
body.page-id-15141 .main section.thinkpad-tl-block-1:after,
body.page-id-15333 .main section.thinkpad-tl-block-1:after,
body.page-id-15334 .main section.thinkpad-tl-block-1:after,
body.page-id-15335 .main section.thinkpad-tl-block-1:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  body.page-id-15141 .main section.thinkpad-tl-block-1:after,
body.page-id-15333 .main section.thinkpad-tl-block-1:after,
body.page-id-15334 .main section.thinkpad-tl-block-1:after,
body.page-id-15335 .main section.thinkpad-tl-block-1:after {
    display: block;
  }
}
body.page-id-15141 .main section.thinkpad-tl-block-1 .wrapper, body.page-id-15141 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-1 .cookie-notice-container,
body.page-id-15333 .main section.thinkpad-tl-block-1 .wrapper,
body.page-id-15333 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-1 .cookie-notice-container,
body.page-id-15334 .main section.thinkpad-tl-block-1 .wrapper,
body.page-id-15334 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-1 .cookie-notice-container,
body.page-id-15335 .main section.thinkpad-tl-block-1 .wrapper,
body.page-id-15335 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-1 .cookie-notice-container {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  z-index: 2;
}
body.page-id-15141 .main section.thinkpad-tl-block-1 .wrapper h1, body.page-id-15141 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container h1, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-1 .cookie-notice-container h1,
body.page-id-15333 .main section.thinkpad-tl-block-1 .wrapper h1,
body.page-id-15333 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-1 .cookie-notice-container h1,
body.page-id-15334 .main section.thinkpad-tl-block-1 .wrapper h1,
body.page-id-15334 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-1 .cookie-notice-container h1,
body.page-id-15335 .main section.thinkpad-tl-block-1 .wrapper h1,
body.page-id-15335 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-1 .cookie-notice-container h1 {
  max-width: 662px;
  width: 100%;
  color: #ffffff;
  margin: 0;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1.1;
}
@media (max-width: 1440px) {
  body.page-id-15141 .main section.thinkpad-tl-block-1 .wrapper h1, body.page-id-15141 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container h1, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-1 .cookie-notice-container h1,
body.page-id-15333 .main section.thinkpad-tl-block-1 .wrapper h1,
body.page-id-15333 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-1 .cookie-notice-container h1,
body.page-id-15334 .main section.thinkpad-tl-block-1 .wrapper h1,
body.page-id-15334 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-1 .cookie-notice-container h1,
body.page-id-15335 .main section.thinkpad-tl-block-1 .wrapper h1,
body.page-id-15335 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-1 .cookie-notice-container h1 {
    font-size: 56px;
    font-size: 3.5rem;
    max-width: 490px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body.page-id-15141 .main section.thinkpad-tl-block-1 .wrapper h1, body.page-id-15141 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container h1, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-1 .cookie-notice-container h1,
body.page-id-15333 .main section.thinkpad-tl-block-1 .wrapper h1,
body.page-id-15333 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-1 .cookie-notice-container h1,
body.page-id-15334 .main section.thinkpad-tl-block-1 .wrapper h1,
body.page-id-15334 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-1 .cookie-notice-container h1,
body.page-id-15335 .main section.thinkpad-tl-block-1 .wrapper h1,
body.page-id-15335 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-1 .cookie-notice-container h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
body.page-id-15141 .main section.thinkpad-tl-block-1 .wrapper .desc, body.page-id-15141 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-1 .cookie-notice-container .desc,
body.page-id-15333 .main section.thinkpad-tl-block-1 .wrapper .desc,
body.page-id-15333 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-1 .cookie-notice-container .desc,
body.page-id-15334 .main section.thinkpad-tl-block-1 .wrapper .desc,
body.page-id-15334 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-1 .cookie-notice-container .desc,
body.page-id-15335 .main section.thinkpad-tl-block-1 .wrapper .desc,
body.page-id-15335 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-1 .cookie-notice-container .desc {
  margin: 16px 0 0;
  max-width: 620px;
  width: 100%;
}
body.page-id-15141 .main section.thinkpad-tl-block-1 .wrapper .desc p, body.page-id-15141 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-1 .cookie-notice-container .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-1 .wrapper .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-1 .cookie-notice-container .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-1 .wrapper .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-1 .cookie-notice-container .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-1 .wrapper .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-1 .cookie-notice-container .desc p {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1440px) {
  body.page-id-15141 .main section.thinkpad-tl-block-1 .wrapper .desc p, body.page-id-15141 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-1 .cookie-notice-container .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-1 .wrapper .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-1 .cookie-notice-container .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-1 .wrapper .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-1 .cookie-notice-container .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-1 .wrapper .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-1 .cookie-notice-container .desc p {
    max-width: 490px;
    width: 100%;
  }
}
body.page-id-15141 .main section.thinkpad-tl-block-1 .wrapper .btn, body.page-id-15141 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .btn, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-1 .cookie-notice-container .btn,
body.page-id-15333 .main section.thinkpad-tl-block-1 .wrapper .btn,
body.page-id-15333 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .btn,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-1 .cookie-notice-container .btn,
body.page-id-15334 .main section.thinkpad-tl-block-1 .wrapper .btn,
body.page-id-15334 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .btn,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-1 .cookie-notice-container .btn,
body.page-id-15335 .main section.thinkpad-tl-block-1 .wrapper .btn,
body.page-id-15335 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .btn,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-1 .cookie-notice-container .btn {
  display: inline-block;
  margin: 13px 0 0;
  color: #ffffff;
  background: #4D144A;
  padding: 10px 17px;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  align-self: flex-start;
}
body.page-id-15141 .main section.thinkpad-tl-block-1 .wrapper .amd, body.page-id-15141 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .amd, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-1 .cookie-notice-container .amd,
body.page-id-15333 .main section.thinkpad-tl-block-1 .wrapper .amd,
body.page-id-15333 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .amd,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-1 .cookie-notice-container .amd,
body.page-id-15334 .main section.thinkpad-tl-block-1 .wrapper .amd,
body.page-id-15334 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .amd,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-1 .cookie-notice-container .amd,
body.page-id-15335 .main section.thinkpad-tl-block-1 .wrapper .amd,
body.page-id-15335 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .amd,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-1 .cookie-notice-container .amd {
  height: 64px;
  width: auto;
  display: block;
  margin: 34px 0 0;
  align-self: flex-start;
}
@media (max-width: 1280px) {
  body.page-id-15141 .main section.thinkpad-tl-block-1 .wrapper .amd, body.page-id-15141 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .amd, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-1 .cookie-notice-container .amd,
body.page-id-15333 .main section.thinkpad-tl-block-1 .wrapper .amd,
body.page-id-15333 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .amd,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-1 .cookie-notice-container .amd,
body.page-id-15334 .main section.thinkpad-tl-block-1 .wrapper .amd,
body.page-id-15334 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .amd,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-1 .cookie-notice-container .amd,
body.page-id-15335 .main section.thinkpad-tl-block-1 .wrapper .amd,
body.page-id-15335 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .amd,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-1 .cookie-notice-container .amd {
    height: 54px;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main section.thinkpad-tl-block-1 .wrapper .amd, body.page-id-15141 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .amd, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-1 .cookie-notice-container .amd,
body.page-id-15333 .main section.thinkpad-tl-block-1 .wrapper .amd,
body.page-id-15333 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .amd,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-1 .cookie-notice-container .amd,
body.page-id-15334 .main section.thinkpad-tl-block-1 .wrapper .amd,
body.page-id-15334 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .amd,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-1 .cookie-notice-container .amd,
body.page-id-15335 .main section.thinkpad-tl-block-1 .wrapper .amd,
body.page-id-15335 .main section.thinkpad-tl-block-1 #cookie-notice .cookie-notice-container .amd,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-1 .cookie-notice-container .amd {
    height: 44px;
  }
}
body.page-id-15141 .main section.thinkpad-tl-block-2,
body.page-id-15333 .main section.thinkpad-tl-block-2,
body.page-id-15334 .main section.thinkpad-tl-block-2,
body.page-id-15335 .main section.thinkpad-tl-block-2 {
  padding: 65px 0 0;
}
body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container {
  padding: 48px 60px !important;
  background: #E8D0E1;
  border-radius: 15px;
}
@media (max-width: 1280px) {
  body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container {
    padding: 40px 40px !important;
  }
}
@media (max-width: 480px) {
  body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container {
    padding: 24px 24px !important;
  }
}
body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper h2, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container h2,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper h2,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container h2,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper h2,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container h2,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper h2,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container h2 {
  color: #4F1A59;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
}
body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper .desc, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container .desc,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper .desc,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container .desc,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper .desc,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container .desc,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper .desc,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 1008px;
  width: 100%;
  text-align: center;
}
body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper .wrap, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper .wrap,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper .wrap,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper .wrap,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 26px;
}
@media (max-width: 1024px) {
  body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper .wrap, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper .wrap,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper .wrap,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper .wrap,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper .wrap .single, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper .wrap .single,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper .wrap .single,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper .wrap .single,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single {
  background: #4F1744;
  border-radius: 15px;
  padding: 36px 36px;
}
@media (max-width: 1280px) {
  body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper .wrap .single, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper .wrap .single,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper .wrap .single,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper .wrap .single,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single {
    padding: 24px 24px;
  }
}
@media (max-width: 480px) {
  body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper .wrap .single, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper .wrap .single,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper .wrap .single,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper .wrap .single,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single {
    padding: 16px 16px;
  }
}
body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper .wrap .single img, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single img, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single img,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper .wrap .single img,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single img,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single img,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper .wrap .single img,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single img,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single img,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper .wrap .single img,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single img,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single img {
  height: 87px;
  width: auto;
  display: block;
  margin: 0 auto;
}
body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper .wrap .single span, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single span, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single span,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper .wrap .single span,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single span,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single span,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper .wrap .single span,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single span,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single span,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper .wrap .single span,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single span,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single span {
  margin: 24px 0 0;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
body.page-id-15141 .main section.thinkpad-tl-block-2 .wrapper .wrap .single p, body.page-id-15141 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single p, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single p,
body.page-id-15333 .main section.thinkpad-tl-block-2 .wrapper .wrap .single p,
body.page-id-15333 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single p,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single p,
body.page-id-15334 .main section.thinkpad-tl-block-2 .wrapper .wrap .single p,
body.page-id-15334 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single p,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single p,
body.page-id-15335 .main section.thinkpad-tl-block-2 .wrapper .wrap .single p,
body.page-id-15335 .main section.thinkpad-tl-block-2 #cookie-notice .cookie-notice-container .wrap .single p,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-2 .cookie-notice-container .wrap .single p {
  margin: 24px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-15141 .main .section:nth-child(3),
body.page-id-15333 .main .section:nth-child(3),
body.page-id-15334 .main .section:nth-child(3),
body.page-id-15335 .main .section:nth-child(3) {
  padding: 65px 0 65px;
}
body.page-id-15141 .main .section:nth-child(3) .wrapper, body.page-id-15141 .main .section:nth-child(3) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(3) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(3) .wrapper,
body.page-id-15333 .main .section:nth-child(3) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(3) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(3) .wrapper,
body.page-id-15334 .main .section:nth-child(3) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(3) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(3) .wrapper,
body.page-id-15335 .main .section:nth-child(3) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(3) .cookie-notice-container {
  align-items: center;
}
body.page-id-15141 .main .section:nth-child(3) .wrapper .column:nth-child(1) h2, body.page-id-15141 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) h2, #cookie-notice body.page-id-15141 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) h2,
body.page-id-15333 .main .section:nth-child(3) .wrapper .column:nth-child(1) h2,
body.page-id-15333 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) h2,
#cookie-notice body.page-id-15333 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) h2,
body.page-id-15334 .main .section:nth-child(3) .wrapper .column:nth-child(1) h2,
body.page-id-15334 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) h2,
#cookie-notice body.page-id-15334 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) h2,
body.page-id-15335 .main .section:nth-child(3) .wrapper .column:nth-child(1) h2,
body.page-id-15335 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) h2,
#cookie-notice body.page-id-15335 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 32px;
  text-align: left;
  color: #000000;
}
body.page-id-15141 .main .section:nth-child(3) .wrapper .column:nth-child(1) *, body.page-id-15141 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) *, #cookie-notice body.page-id-15141 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) *,
body.page-id-15333 .main .section:nth-child(3) .wrapper .column:nth-child(1) *,
body.page-id-15333 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) *,
#cookie-notice body.page-id-15333 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) *,
body.page-id-15334 .main .section:nth-child(3) .wrapper .column:nth-child(1) *,
body.page-id-15334 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) *,
#cookie-notice body.page-id-15334 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) *,
body.page-id-15335 .main .section:nth-child(3) .wrapper .column:nth-child(1) *,
body.page-id-15335 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) *,
#cookie-notice body.page-id-15335 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) * {
  color: #000000;
}
body.page-id-15141 .main .section:nth-child(3) .wrapper .column:nth-child(1) ul, body.page-id-15141 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) ul, #cookie-notice body.page-id-15141 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) ul,
body.page-id-15333 .main .section:nth-child(3) .wrapper .column:nth-child(1) ul,
body.page-id-15333 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) ul,
#cookie-notice body.page-id-15333 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) ul,
body.page-id-15334 .main .section:nth-child(3) .wrapper .column:nth-child(1) ul,
body.page-id-15334 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) ul,
#cookie-notice body.page-id-15334 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) ul,
body.page-id-15335 .main .section:nth-child(3) .wrapper .column:nth-child(1) ul,
body.page-id-15335 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) ul,
#cookie-notice body.page-id-15335 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
body.page-id-15141 .main .section:nth-child(3) .wrapper .column:nth-child(1) ul li, body.page-id-15141 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) ul li, #cookie-notice body.page-id-15141 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) ul li,
body.page-id-15333 .main .section:nth-child(3) .wrapper .column:nth-child(1) ul li,
body.page-id-15333 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) ul li,
#cookie-notice body.page-id-15333 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) ul li,
body.page-id-15334 .main .section:nth-child(3) .wrapper .column:nth-child(1) ul li,
body.page-id-15334 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) ul li,
#cookie-notice body.page-id-15334 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) ul li,
body.page-id-15335 .main .section:nth-child(3) .wrapper .column:nth-child(1) ul li,
body.page-id-15335 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) ul li,
#cookie-notice body.page-id-15335 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) ul li {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0;
}
body.page-id-15141 .main .section:nth-child(3) .wrapper .column:nth-child(1) ul li:before, body.page-id-15141 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) ul li:before, #cookie-notice body.page-id-15141 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) ul li:before,
body.page-id-15333 .main .section:nth-child(3) .wrapper .column:nth-child(1) ul li:before,
body.page-id-15333 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) ul li:before,
#cookie-notice body.page-id-15333 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) ul li:before,
body.page-id-15334 .main .section:nth-child(3) .wrapper .column:nth-child(1) ul li:before,
body.page-id-15334 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) ul li:before,
#cookie-notice body.page-id-15334 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) ul li:before,
body.page-id-15335 .main .section:nth-child(3) .wrapper .column:nth-child(1) ul li:before,
body.page-id-15335 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(1) ul li:before,
#cookie-notice body.page-id-15335 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(1) ul li:before {
  width: 25px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../images/icon-green-check.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-15141 .main .section:nth-child(3) .wrapper .column:nth-child(2) p, body.page-id-15141 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) p, #cookie-notice body.page-id-15141 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) p,
body.page-id-15333 .main .section:nth-child(3) .wrapper .column:nth-child(2) p,
body.page-id-15333 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) p,
#cookie-notice body.page-id-15333 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) p,
body.page-id-15334 .main .section:nth-child(3) .wrapper .column:nth-child(2) p,
body.page-id-15334 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) p,
#cookie-notice body.page-id-15334 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) p,
body.page-id-15335 .main .section:nth-child(3) .wrapper .column:nth-child(2) p,
body.page-id-15335 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) p,
#cookie-notice body.page-id-15335 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(3) .wrapper .column:nth-child(2) p, body.page-id-15141 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) p, #cookie-notice body.page-id-15141 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) p,
body.page-id-15333 .main .section:nth-child(3) .wrapper .column:nth-child(2) p,
body.page-id-15333 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) p,
#cookie-notice body.page-id-15333 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) p,
body.page-id-15334 .main .section:nth-child(3) .wrapper .column:nth-child(2) p,
body.page-id-15334 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) p,
#cookie-notice body.page-id-15334 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) p,
body.page-id-15335 .main .section:nth-child(3) .wrapper .column:nth-child(2) p,
body.page-id-15335 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) p,
#cookie-notice body.page-id-15335 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(3) .wrapper .column:nth-child(2) img, body.page-id-15141 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) img, #cookie-notice body.page-id-15141 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) img,
body.page-id-15333 .main .section:nth-child(3) .wrapper .column:nth-child(2) img,
body.page-id-15333 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) img,
body.page-id-15334 .main .section:nth-child(3) .wrapper .column:nth-child(2) img,
body.page-id-15334 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) img,
body.page-id-15335 .main .section:nth-child(3) .wrapper .column:nth-child(2) img,
body.page-id-15335 .main .section:nth-child(3) #cookie-notice .cookie-notice-container .column:nth-child(2) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(3) .cookie-notice-container .column:nth-child(2) img {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
}
body.page-id-15141 .main .section:nth-child(4),
body.page-id-15333 .main .section:nth-child(4),
body.page-id-15334 .main .section:nth-child(4),
body.page-id-15335 .main .section:nth-child(4) {
  padding: 0;
}
body.page-id-15141 .main .section:nth-child(4) .wrapper, body.page-id-15141 .main .section:nth-child(4) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(4) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(4) .wrapper,
body.page-id-15333 .main .section:nth-child(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(4) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(4) .wrapper,
body.page-id-15334 .main .section:nth-child(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(4) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(4) .wrapper,
body.page-id-15335 .main .section:nth-child(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(4) .cookie-notice-container {
  padding: 60px 60px !important;
  background: #4D144A;
  border-radius: 15px;
}
@media (max-width: 1280px) {
  body.page-id-15141 .main .section:nth-child(4) .wrapper, body.page-id-15141 .main .section:nth-child(4) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(4) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(4) .wrapper,
body.page-id-15333 .main .section:nth-child(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(4) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(4) .wrapper,
body.page-id-15334 .main .section:nth-child(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(4) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(4) .wrapper,
body.page-id-15335 .main .section:nth-child(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(4) .cookie-notice-container {
    padding: 40px 40px !important;
  }
}
@media (max-width: 480px) {
  body.page-id-15141 .main .section:nth-child(4) .wrapper, body.page-id-15141 .main .section:nth-child(4) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(4) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(4) .wrapper,
body.page-id-15333 .main .section:nth-child(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(4) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(4) .wrapper,
body.page-id-15334 .main .section:nth-child(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(4) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(4) .wrapper,
body.page-id-15335 .main .section:nth-child(4) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(4) .cookie-notice-container {
    padding: 24px 24px !important;
  }
}
body.page-id-15141 .main .section:nth-child(4) .wrapper .column:nth-child(1) h2, body.page-id-15141 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) h2, #cookie-notice body.page-id-15141 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) h2,
body.page-id-15333 .main .section:nth-child(4) .wrapper .column:nth-child(1) h2,
body.page-id-15333 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) h2,
#cookie-notice body.page-id-15333 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) h2,
body.page-id-15334 .main .section:nth-child(4) .wrapper .column:nth-child(1) h2,
body.page-id-15334 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) h2,
#cookie-notice body.page-id-15334 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) h2,
body.page-id-15335 .main .section:nth-child(4) .wrapper .column:nth-child(1) h2,
body.page-id-15335 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) h2,
#cookie-notice body.page-id-15335 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 32px;
  text-align: left;
  color: #ffffff;
}
body.page-id-15141 .main .section:nth-child(4) .wrapper .column:nth-child(1) *, body.page-id-15141 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) *, #cookie-notice body.page-id-15141 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) *,
body.page-id-15333 .main .section:nth-child(4) .wrapper .column:nth-child(1) *,
body.page-id-15333 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) *,
#cookie-notice body.page-id-15333 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) *,
body.page-id-15334 .main .section:nth-child(4) .wrapper .column:nth-child(1) *,
body.page-id-15334 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) *,
#cookie-notice body.page-id-15334 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) *,
body.page-id-15335 .main .section:nth-child(4) .wrapper .column:nth-child(1) *,
body.page-id-15335 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(1) *,
#cookie-notice body.page-id-15335 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(1) * {
  color: #ffffff;
}
body.page-id-15141 .main .section:nth-child(4) .wrapper .column:nth-child(2), body.page-id-15141 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2), #cookie-notice body.page-id-15141 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2),
body.page-id-15333 .main .section:nth-child(4) .wrapper .column:nth-child(2),
body.page-id-15333 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15333 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2),
body.page-id-15334 .main .section:nth-child(4) .wrapper .column:nth-child(2),
body.page-id-15334 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15334 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2),
body.page-id-15335 .main .section:nth-child(4) .wrapper .column:nth-child(2),
body.page-id-15335 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15335 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) {
  position: relative;
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(4) .wrapper .column:nth-child(2) p, body.page-id-15141 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) p, #cookie-notice body.page-id-15141 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) p,
body.page-id-15333 .main .section:nth-child(4) .wrapper .column:nth-child(2) p,
body.page-id-15333 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) p,
#cookie-notice body.page-id-15333 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) p,
body.page-id-15334 .main .section:nth-child(4) .wrapper .column:nth-child(2) p,
body.page-id-15334 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) p,
#cookie-notice body.page-id-15334 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) p,
body.page-id-15335 .main .section:nth-child(4) .wrapper .column:nth-child(2) p,
body.page-id-15335 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) p,
#cookie-notice body.page-id-15335 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(4) .wrapper .column:nth-child(2) img, body.page-id-15141 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) img, #cookie-notice body.page-id-15141 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) img,
body.page-id-15333 .main .section:nth-child(4) .wrapper .column:nth-child(2) img,
body.page-id-15333 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) img,
body.page-id-15334 .main .section:nth-child(4) .wrapper .column:nth-child(2) img,
body.page-id-15334 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) img,
body.page-id-15335 .main .section:nth-child(4) .wrapper .column:nth-child(2) img,
body.page-id-15335 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
body.page-id-15141 .main .section:nth-child(4) .wrapper .column:nth-child(2) .text, body.page-id-15141 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) .text, #cookie-notice body.page-id-15141 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) .text,
body.page-id-15333 .main .section:nth-child(4) .wrapper .column:nth-child(2) .text,
body.page-id-15333 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) .text,
#cookie-notice body.page-id-15333 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) .text,
body.page-id-15334 .main .section:nth-child(4) .wrapper .column:nth-child(2) .text,
body.page-id-15334 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) .text,
#cookie-notice body.page-id-15334 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) .text,
body.page-id-15335 .main .section:nth-child(4) .wrapper .column:nth-child(2) .text,
body.page-id-15335 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2) .text,
#cookie-notice body.page-id-15335 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2) .text {
  position: relative;
  z-index: 2;
}
body.page-id-15141 .main .section:nth-child(4) .wrapper .column:nth-child(2):before, body.page-id-15141 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2):before, #cookie-notice body.page-id-15141 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2):before,
body.page-id-15333 .main .section:nth-child(4) .wrapper .column:nth-child(2):before,
body.page-id-15333 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2):before,
#cookie-notice body.page-id-15333 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2):before,
body.page-id-15334 .main .section:nth-child(4) .wrapper .column:nth-child(2):before,
body.page-id-15334 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2):before,
#cookie-notice body.page-id-15334 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2):before,
body.page-id-15335 .main .section:nth-child(4) .wrapper .column:nth-child(2):before,
body.page-id-15335 .main .section:nth-child(4) #cookie-notice .cookie-notice-container .column:nth-child(2):before,
#cookie-notice body.page-id-15335 .main .section:nth-child(4) .cookie-notice-container .column:nth-child(2):before {
  content: "";
  width: 350px;
  height: 350px;
  position: absolute;
  filter: blur(100px);
  border-radius: 50%;
  background-color: rgba(225, 27, 182, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 {
  padding: 65px 0 0;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-3,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-3,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-3,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 {
  padding: 38px 0 0;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .wrapper .column-big, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 #cookie-notice .cookie-notice-container .column-big, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .cookie-notice-container .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .wrapper .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .cookie-notice-container .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .wrapper .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .cookie-notice-container .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .wrapper .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .cookie-notice-container .column-big {
  align-items: flex-start;
  grid-gap: 0;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .wrapper .column-big img, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 #cookie-notice .cookie-notice-container .column-big img, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .cookie-notice-container .column-big img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .wrapper .column-big img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .cookie-notice-container .column-big img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .wrapper .column-big img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .cookie-notice-container .column-big img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .wrapper .column-big img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-3 .cookie-notice-container .column-big img {
  align-self: flex-end;
  max-width: 46%;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 {
  padding: 38px 0 48px;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big {
  grid-gap: 8px;
}
@media (max-width: 768px) {
  body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big {
    grid-gap: 24px;
  }
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big:before, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big:before, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big:before,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big:before,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big:before,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big:before {
  left: inherit !important;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big img, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big img, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .wrapper .column-big img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-4 .cookie-notice-container .column-big img {
  max-width: 50%;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .wrapper .column-big:before, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 #cookie-notice .cookie-notice-container .column-big:before, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .cookie-notice-container .column-big:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .wrapper .column-big:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 #cookie-notice .cookie-notice-container .column-big:before,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .cookie-notice-container .column-big:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .wrapper .column-big:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 #cookie-notice .cookie-notice-container .column-big:before,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .cookie-notice-container .column-big:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .wrapper .column-big:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 #cookie-notice .cookie-notice-container .column-big:before,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .cookie-notice-container .column-big:before {
  left: inherit !important;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .wrapper .column-big img, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 #cookie-notice .cookie-notice-container .column-big img, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .cookie-notice-container .column-big img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .wrapper .column-big img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .cookie-notice-container .column-big img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .wrapper .column-big img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .cookie-notice-container .column-big img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .wrapper .column-big img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 .cookie-notice-container .column-big img {
  max-width: 50%;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-5,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-5,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-5,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-5 {
  padding: 32px 0 0;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.number-7,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.number-7,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.number-7,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.number-7 {
  padding: 38px 0 38px;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big {
  background: #E8D0E1;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big:before, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big:before, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big:before,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big:before,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big:before,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big:before {
  display: none;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big .info h2, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big .info h2, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big .info h2,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big .info h2,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big .info h2,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big .info h2,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big .info h2,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big .info h2,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big .info h2,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big .info h2,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big .info h2,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big .info h2 {
  color: #4D144A;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big .info .desc p, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big .info .desc p, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big .info .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big .info .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big .info .desc p,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big .info .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big .info .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big .info .desc p,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big .info .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-big .info .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-big .info .desc p,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-big .info .desc p {
  color: #000000;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small {
  background: #4D144A;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small:before, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small:before, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small:before,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small:before,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small:before,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small:before {
  content: "";
  width: 178px;
  height: 178px;
  position: absolute;
  filter: blur(100px);
  border-radius: 50%;
  background-color: #e11bb6;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small h2, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small h2, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small h2,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small h2,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small h2,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small h2,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small h2,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small h2,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small h2,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small h2,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small h2,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small h2 {
  color: #ffffff;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small .desc p, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small .desc p, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small .desc p,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small .desc p,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .wrapper .column-small .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed #cookie-notice .cookie-notice-container .column-small .desc p,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right.colors-reversed .cookie-notice-container .column-small .desc p {
  color: #ffffff;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big {
  order: 2;
  background: #4D144A;
  position: relative;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big .info h2, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big .info h2, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big .info h2,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big .info h2,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big .info h2,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big .info h2,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big .info h2,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big .info h2,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big .info h2,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big .info h2,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big .info h2,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big .info h2 {
  color: #ffffff;
  z-index: 2;
  position: relative;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big .info .desc, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big .info .desc, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big .info .desc,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big .info .desc,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big .info .desc,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big .info .desc,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big .info .desc,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big .info .desc,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big .info .desc,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big .info .desc,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big .info .desc,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big .info .desc {
  z-index: 2;
  position: relative;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big .info .desc p, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big .info .desc p, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big .info .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big .info .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big .info .desc p,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big .info .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big .info .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big .info .desc p,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big .info .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big .info .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big .info .desc p,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big .info .desc p {
  color: #ffffff;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big img, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big img, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big img {
  z-index: 2;
  position: relative;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big:before, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big:before, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big:before,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big:before,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-big:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-big:before,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-big:before {
  content: "";
  width: 350px;
  height: 350px;
  position: absolute;
  filter: blur(100px);
  border-radius: 50%;
  background-color: rgba(225, 27, 182, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 60px;
  margin: auto;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small {
  order: 1;
  background: #E8D0E1;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small:before, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small:before, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small:before,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small:before,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small:before,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small:before {
  display: none;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small h2, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small h2, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small h2,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small h2,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small h2,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small h2,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small h2,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small h2,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small h2,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small h2,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small h2,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small h2 {
  color: #4D144A;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small .desc p, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small .desc p, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small .desc p,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small .desc p,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .wrapper .column-small .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right #cookie-notice .cookie-notice-container .column-small .desc p,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7.big-right .cookie-notice-container .column-small .desc p {
  color: #000000;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container {
  display: flex;
  justify-content: space-between;
  grid-gap: 28px;
}
@media (max-width: 1024px) {
  body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container {
    grid-gap: 24px;
    flex-direction: column;
    align-items: center;
  }
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big {
  width: calc(66.6666666667% - 14px);
  flex: none;
  background: #E8D0E1;
  border-radius: 15px;
  padding: 60px 60px;
  display: flex;
  align-items: center;
  grid-gap: 32px;
}
@media (max-width: 1280px) {
  body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big {
    padding: 40px 40px;
  }
}
@media (max-width: 1024px) {
  body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 24px;
  }
}
@media (max-width: 480px) {
  body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big {
    padding: 24px 24px;
  }
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big .info h2, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big .info h2, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big .info h2,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big .info h2,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big .info h2,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big .info h2,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big .info h2,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big .info h2,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big .info h2,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big .info h2,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big .info h2,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big .info h2 {
  color: #4D144A;
  margin: 0 0 16px;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: left;
  line-height: 1.2;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big .info .desc p, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big .info .desc p, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big .info .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big .info .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big .info .desc p,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big .info .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big .info .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big .info .desc p,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big .info .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big .info .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big .info .desc p,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big .info .desc p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big img, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big img, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big img {
  width: auto;
  max-width: 35%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big img, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big img, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-big img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-big img,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-big img {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small {
  width: calc(33.3333333333% - 14px);
  flex: none;
  background: #5A1D5D;
  border-radius: 15px;
  padding: 60px 60px;
  position: relative;
}
@media (max-width: 1280px) {
  body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small {
    padding: 40px 40px;
  }
}
@media (max-width: 1024px) {
  body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small {
    width: 100%;
  }
}
@media (max-width: 480px) {
  body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small {
    padding: 24px 24px;
  }
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small:before, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small:before, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small:before,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small:before,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small:before,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small:before,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small:before,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small:before,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small:before {
  content: "";
  width: 178px;
  height: 178px;
  position: absolute;
  filter: blur(100px);
  border-radius: 50%;
  background-color: #e11bb6;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small h2, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small h2, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small h2,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small h2,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small h2,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small h2,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small h2,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small h2,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small h2,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small h2,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small h2,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small h2 {
  color: #ffffff;
  margin: 0 0 20px;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: left;
  line-height: 1.2;
  z-index: 2;
  position: relative;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small .desc, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small .desc, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small .desc,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small .desc,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small .desc,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small .desc,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small .desc,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small .desc,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small .desc,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small .desc,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small .desc,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small .desc {
  z-index: 2;
  position: relative;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small .desc p, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small .desc p, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small .desc p,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small .desc p,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small .desc p,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small .desc p,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small .desc p,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small .desc p,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small .desc p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
}
body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small img, body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small img, #cookie-notice body.page-id-15141 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small img,
body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small img,
#cookie-notice body.page-id-15333 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small img,
body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small img,
#cookie-notice body.page-id-15334 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .wrapper .column-small img,
body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 #cookie-notice .cookie-notice-container .column-small img,
#cookie-notice body.page-id-15335 .main section.thinkpad-tl-block-3-4-5-6-7 .cookie-notice-container .column-small img {
  margin: 20px auto 0;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  position: relative;
}
body.page-id-15141 .main .section,
body.page-id-15333 .main .section,
body.page-id-15334 .main .section,
body.page-id-15335 .main .section {
  padding: 38px 0 0;
}
body.page-id-15141 .main .section:nth-child(6) .wrapper, body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(6) .wrapper,
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(6) .wrapper,
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(6) .wrapper,
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container {
  padding: 38px 60px !important;
  border-radius: 15px;
  background: #5A1D5D;
  display: flex;
  grid-gap: 65px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  body.page-id-15141 .main .section:nth-child(6) .wrapper, body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(6) .wrapper,
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(6) .wrapper,
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(6) .wrapper,
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(6) .wrapper, body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(6) .wrapper,
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(6) .wrapper,
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(6) .wrapper,
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container {
    flex-direction: column;
  }
}
body.page-id-15141 .main .section:nth-child(6) .wrapper .column:nth-child(1), body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1),
body.page-id-15333 .main .section:nth-child(6) .wrapper .column:nth-child(1),
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1),
body.page-id-15334 .main .section:nth-child(6) .wrapper .column:nth-child(1),
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1),
body.page-id-15335 .main .section:nth-child(6) .wrapper .column:nth-child(1),
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) {
  flex: none;
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(6) .wrapper .column:nth-child(1), body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1),
body.page-id-15333 .main .section:nth-child(6) .wrapper .column:nth-child(1),
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1),
body.page-id-15334 .main .section:nth-child(6) .wrapper .column:nth-child(1),
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1),
body.page-id-15335 .main .section:nth-child(6) .wrapper .column:nth-child(1),
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(6) .wrapper .column:nth-child(1) p, body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) p, #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) p,
body.page-id-15333 .main .section:nth-child(6) .wrapper .column:nth-child(1) p,
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) p,
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) p,
body.page-id-15334 .main .section:nth-child(6) .wrapper .column:nth-child(1) p,
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) p,
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) p,
body.page-id-15335 .main .section:nth-child(6) .wrapper .column:nth-child(1) p,
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) p,
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) p {
    text-align: center;
  }
}
body.page-id-15141 .main .section:nth-child(6) .wrapper .column:nth-child(1) img, body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(6) .wrapper .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(6) .wrapper .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(6) .wrapper .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img {
  width: auto;
  max-width: 372px;
  height: auto;
  display: block;
}
@media (max-width: 1280px) {
  body.page-id-15141 .main .section:nth-child(6) .wrapper .column:nth-child(1) img, body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(6) .wrapper .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(6) .wrapper .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(6) .wrapper .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img {
    max-width: 298px;
  }
}
@media (max-width: 1024px) {
  body.page-id-15141 .main .section:nth-child(6) .wrapper .column:nth-child(1) img, body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(6) .wrapper .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(6) .wrapper .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(6) .wrapper .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img {
    max-width: 239px;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(6) .wrapper .column:nth-child(1) img, body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(6) .wrapper .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(6) .wrapper .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(6) .wrapper .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(1) img {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(6) .wrapper .column:nth-child(2), body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(2), #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(2),
body.page-id-15333 .main .section:nth-child(6) .wrapper .column:nth-child(2),
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(2),
body.page-id-15334 .main .section:nth-child(6) .wrapper .column:nth-child(2),
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(2),
body.page-id-15335 .main .section:nth-child(6) .wrapper .column:nth-child(2),
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(2) {
    order: 1;
  }
}
body.page-id-15141 .main .section:nth-child(6) .wrapper .column:nth-child(2) h2, body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(2) h2, #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(2) h2,
body.page-id-15333 .main .section:nth-child(6) .wrapper .column:nth-child(2) h2,
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(2) h2,
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(2) h2,
body.page-id-15334 .main .section:nth-child(6) .wrapper .column:nth-child(2) h2,
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(2) h2,
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(2) h2,
body.page-id-15335 .main .section:nth-child(6) .wrapper .column:nth-child(2) h2,
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(2) h2,
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(2) h2 {
  color: #ffffff;
  margin: 0 0 20px;
  font-size: 32px;
  font-size: 2rem;
  text-align: left;
  line-height: 1.2;
}
body.page-id-15141 .main .section:nth-child(6) .wrapper .column:nth-child(2) *, body.page-id-15141 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(2) *, #cookie-notice body.page-id-15141 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(2) *,
body.page-id-15333 .main .section:nth-child(6) .wrapper .column:nth-child(2) *,
body.page-id-15333 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(2) *,
#cookie-notice body.page-id-15333 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(2) *,
body.page-id-15334 .main .section:nth-child(6) .wrapper .column:nth-child(2) *,
body.page-id-15334 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(2) *,
#cookie-notice body.page-id-15334 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(2) *,
body.page-id-15335 .main .section:nth-child(6) .wrapper .column:nth-child(2) *,
body.page-id-15335 .main .section:nth-child(6) #cookie-notice .cookie-notice-container .column:nth-child(2) *,
#cookie-notice body.page-id-15335 .main .section:nth-child(6) .cookie-notice-container .column:nth-child(2) * {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-15141 .main .section:nth-child(8),
body.page-id-15333 .main .section:nth-child(8),
body.page-id-15334 .main .section:nth-child(8),
body.page-id-15335 .main .section:nth-child(8) {
  padding: 65px 0 !important;
  background-image: url("/wp-content/uploads/2025/11/bg-2.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-id-15141 .main .section:nth-child(8) .wrapper h2, body.page-id-15141 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15141 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15333 .main .section:nth-child(8) .wrapper h2,
body.page-id-15333 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15333 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15334 .main .section:nth-child(8) .wrapper h2,
body.page-id-15334 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15334 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15335 .main .section:nth-child(8) .wrapper h2,
body.page-id-15335 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15335 .main .section:nth-child(8) .cookie-notice-container h2 {
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  display: block;
}
@media (max-width: 1024px) {
  body.page-id-15141 .main .section:nth-child(8) .wrapper h2, body.page-id-15141 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15141 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15333 .main .section:nth-child(8) .wrapper h2,
body.page-id-15333 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15333 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15334 .main .section:nth-child(8) .wrapper h2,
body.page-id-15334 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15334 .main .section:nth-child(8) .cookie-notice-container h2,
body.page-id-15335 .main .section:nth-child(8) .wrapper h2,
body.page-id-15335 .main .section:nth-child(8) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15335 .main .section:nth-child(8) .cookie-notice-container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-15141 .main .section.products-columns-3,
body.page-id-15333 .main .section.products-columns-3,
body.page-id-15334 .main .section.products-columns-3,
body.page-id-15335 .main .section.products-columns-3 {
  padding: 60px 0;
}
body.page-id-15141 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap:after, body.page-id-15141 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after, #cookie-notice body.page-id-15141 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15333 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap:after,
body.page-id-15333 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15333 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15334 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap:after,
body.page-id-15334 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15334 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after,
body.page-id-15335 .main .section.products-columns-3 .wrapper .grid .single .photo-wrap:after,
body.page-id-15335 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .photo-wrap:after,
#cookie-notice body.page-id-15335 .main .section.products-columns-3 .cookie-notice-container .grid .single .photo-wrap:after {
  padding-top: 50%;
}
body.page-id-15141 .main .section.products-columns-3 .wrapper .grid .single .title, body.page-id-15141 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .title, #cookie-notice body.page-id-15141 .main .section.products-columns-3 .cookie-notice-container .grid .single .title,
body.page-id-15333 .main .section.products-columns-3 .wrapper .grid .single .title,
body.page-id-15333 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15333 .main .section.products-columns-3 .cookie-notice-container .grid .single .title,
body.page-id-15334 .main .section.products-columns-3 .wrapper .grid .single .title,
body.page-id-15334 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15334 .main .section.products-columns-3 .cookie-notice-container .grid .single .title,
body.page-id-15335 .main .section.products-columns-3 .wrapper .grid .single .title,
body.page-id-15335 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .title,
#cookie-notice body.page-id-15335 .main .section.products-columns-3 .cookie-notice-container .grid .single .title {
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
}
body.page-id-15141 .main .section.products-columns-3 .wrapper .grid .single .title span, body.page-id-15141 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .title span, #cookie-notice body.page-id-15141 .main .section.products-columns-3 .cookie-notice-container .grid .single .title span,
body.page-id-15333 .main .section.products-columns-3 .wrapper .grid .single .title span,
body.page-id-15333 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15333 .main .section.products-columns-3 .cookie-notice-container .grid .single .title span,
body.page-id-15334 .main .section.products-columns-3 .wrapper .grid .single .title span,
body.page-id-15334 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15334 .main .section.products-columns-3 .cookie-notice-container .grid .single .title span,
body.page-id-15335 .main .section.products-columns-3 .wrapper .grid .single .title span,
body.page-id-15335 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .title span,
#cookie-notice body.page-id-15335 .main .section.products-columns-3 .cookie-notice-container .grid .single .title span {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
}
body.page-id-15141 .main .section.products-columns-3 .wrapper .grid .single .text *, body.page-id-15141 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .text *, #cookie-notice body.page-id-15141 .main .section.products-columns-3 .cookie-notice-container .grid .single .text *,
body.page-id-15333 .main .section.products-columns-3 .wrapper .grid .single .text *,
body.page-id-15333 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15333 .main .section.products-columns-3 .cookie-notice-container .grid .single .text *,
body.page-id-15334 .main .section.products-columns-3 .wrapper .grid .single .text *,
body.page-id-15334 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15334 .main .section.products-columns-3 .cookie-notice-container .grid .single .text *,
body.page-id-15335 .main .section.products-columns-3 .wrapper .grid .single .text *,
body.page-id-15335 .main .section.products-columns-3 #cookie-notice .cookie-notice-container .grid .single .text *,
#cookie-notice body.page-id-15335 .main .section.products-columns-3 .cookie-notice-container .grid .single .text * {
  color: #000000;
}
body.page-id-15141 .main .section:nth-child(11),
body.page-id-15333 .main .section:nth-child(11),
body.page-id-15334 .main .section:nth-child(11),
body.page-id-15335 .main .section:nth-child(11) {
  padding: 65px 0 0;
}
body.page-id-15141 .main .section:nth-child(11) .wrapper, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(11) .wrapper,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(11) .wrapper,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(11) .wrapper,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container {
  display: flex;
  grid-gap: 60px;
}
@media (max-width: 1024px) {
  body.page-id-15141 .main .section:nth-child(11) .wrapper, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(11) .wrapper,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(11) .wrapper,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(11) .wrapper,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(11) .wrapper, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(11) .wrapper,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(11) .wrapper,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(11) .wrapper,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container {
    flex-direction: column;
  }
}
body.page-id-15141 .main .section:nth-child(11) .wrapper .column, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column,
body.page-id-15333 .main .section:nth-child(11) .wrapper .column,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column,
body.page-id-15334 .main .section:nth-child(11) .wrapper .column,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column,
body.page-id-15335 .main .section:nth-child(11) .wrapper .column,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column {
  width: auto;
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(11) .wrapper .column, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column,
body.page-id-15333 .main .section:nth-child(11) .wrapper .column,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column,
body.page-id-15334 .main .section:nth-child(11) .wrapper .column,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column,
body.page-id-15335 .main .section:nth-child(11) .wrapper .column,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column {
    width: 100%;
  }
}
body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(1), body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1),
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(1),
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1),
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(1),
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1),
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(1),
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) {
  flex: none;
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(1), body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1),
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(1),
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1),
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(1),
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1),
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(1),
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(1) p, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) p, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) p,
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(1) p,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) p,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) p,
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(1) p,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) p,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) p,
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(1) p,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) p,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) p {
    text-align: center;
  }
}
body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(1) img, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img {
  width: auto;
  max-width: 535px;
  height: auto;
  display: block;
  border-radius: 15px;
}
@media (max-width: 1280px) {
  body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(1) img, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img {
    max-width: 428px;
  }
}
@media (max-width: 1024px) {
  body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(1) img, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img {
    max-width: 342px;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(1) img, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(1) img {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(2), body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2), #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2),
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(2),
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2),
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(2),
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2),
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(2),
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) {
    order: 1;
  }
}
body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(2) h2, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) h2, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) h2,
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(2) h2,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) h2,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) h2,
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(2) h2,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) h2,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) h2,
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(2) h2,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) h2,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 32px;
  text-align: left;
  color: #000000;
}
body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(2) *, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) *, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) *,
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(2) *,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) *,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) *,
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(2) *,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) *,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) *,
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(2) *,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) *,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) * {
  color: #000000;
}
body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(2) ul, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) ul, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) ul,
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(2) ul,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) ul,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) ul,
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(2) ul,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) ul,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) ul,
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(2) ul,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) ul,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(2) ul li, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) ul li, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) ul li,
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(2) ul li,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) ul li,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) ul li,
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(2) ul li,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) ul li,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) ul li,
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(2) ul li,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) ul li,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) ul li {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0;
}
body.page-id-15141 .main .section:nth-child(11) .wrapper .column:nth-child(2) ul li:before, body.page-id-15141 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) ul li:before, #cookie-notice body.page-id-15141 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) ul li:before,
body.page-id-15333 .main .section:nth-child(11) .wrapper .column:nth-child(2) ul li:before,
body.page-id-15333 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) ul li:before,
#cookie-notice body.page-id-15333 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) ul li:before,
body.page-id-15334 .main .section:nth-child(11) .wrapper .column:nth-child(2) ul li:before,
body.page-id-15334 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) ul li:before,
#cookie-notice body.page-id-15334 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) ul li:before,
body.page-id-15335 .main .section:nth-child(11) .wrapper .column:nth-child(2) ul li:before,
body.page-id-15335 .main .section:nth-child(11) #cookie-notice .cookie-notice-container .column:nth-child(2) ul li:before,
#cookie-notice body.page-id-15335 .main .section:nth-child(11) .cookie-notice-container .column:nth-child(2) ul li:before {
  width: 25px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../images/icon-green-check.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-15141 .main .section:nth-child(13),
body.page-id-15333 .main .section:nth-child(13),
body.page-id-15334 .main .section:nth-child(13),
body.page-id-15335 .main .section:nth-child(13) {
  padding: 38px 0 0;
}
body.page-id-15141 .main .section:nth-child(13) .wrapper, body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(13) .wrapper,
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(13) .wrapper,
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(13) .wrapper,
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container {
  padding: 38px 60px !important;
  border-radius: 15px;
  background: #5A1D5D;
  display: flex;
  grid-gap: 65px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  body.page-id-15141 .main .section:nth-child(13) .wrapper, body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(13) .wrapper,
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(13) .wrapper,
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(13) .wrapper,
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(13) .wrapper, body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container,
body.page-id-15333 .main .section:nth-child(13) .wrapper,
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container,
body.page-id-15334 .main .section:nth-child(13) .wrapper,
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container,
body.page-id-15335 .main .section:nth-child(13) .wrapper,
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container {
    flex-direction: column;
  }
}
body.page-id-15141 .main .section:nth-child(13) .wrapper .column:nth-child(1), body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1),
body.page-id-15333 .main .section:nth-child(13) .wrapper .column:nth-child(1),
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1),
body.page-id-15334 .main .section:nth-child(13) .wrapper .column:nth-child(1),
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1),
body.page-id-15335 .main .section:nth-child(13) .wrapper .column:nth-child(1),
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) {
  flex: none;
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(13) .wrapper .column:nth-child(1), body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1), #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1),
body.page-id-15333 .main .section:nth-child(13) .wrapper .column:nth-child(1),
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1),
body.page-id-15334 .main .section:nth-child(13) .wrapper .column:nth-child(1),
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1),
body.page-id-15335 .main .section:nth-child(13) .wrapper .column:nth-child(1),
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1),
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(13) .wrapper .column:nth-child(1) p, body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) p, #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) p,
body.page-id-15333 .main .section:nth-child(13) .wrapper .column:nth-child(1) p,
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) p,
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) p,
body.page-id-15334 .main .section:nth-child(13) .wrapper .column:nth-child(1) p,
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) p,
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) p,
body.page-id-15335 .main .section:nth-child(13) .wrapper .column:nth-child(1) p,
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) p,
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) p {
    text-align: center;
  }
}
body.page-id-15141 .main .section:nth-child(13) .wrapper .column:nth-child(1) img, body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(13) .wrapper .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(13) .wrapper .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(13) .wrapper .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img {
  width: auto;
  max-width: 372px;
  height: auto;
  display: block;
}
@media (max-width: 1280px) {
  body.page-id-15141 .main .section:nth-child(13) .wrapper .column:nth-child(1) img, body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(13) .wrapper .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(13) .wrapper .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(13) .wrapper .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img {
    max-width: 298px;
  }
}
@media (max-width: 1024px) {
  body.page-id-15141 .main .section:nth-child(13) .wrapper .column:nth-child(1) img, body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(13) .wrapper .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(13) .wrapper .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(13) .wrapper .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img {
    max-width: 239px;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(13) .wrapper .column:nth-child(1) img, body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img, #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(13) .wrapper .column:nth-child(1) img,
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(13) .wrapper .column:nth-child(1) img,
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(13) .wrapper .column:nth-child(1) img,
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(1) img,
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(1) img {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body.page-id-15141 .main .section:nth-child(13) .wrapper .column:nth-child(2), body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(2), #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(2),
body.page-id-15333 .main .section:nth-child(13) .wrapper .column:nth-child(2),
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(2),
body.page-id-15334 .main .section:nth-child(13) .wrapper .column:nth-child(2),
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(2),
body.page-id-15335 .main .section:nth-child(13) .wrapper .column:nth-child(2),
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(2),
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(2) {
    order: 1;
  }
}
body.page-id-15141 .main .section:nth-child(13) .wrapper .column:nth-child(2) h2, body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(2) h2, #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(2) h2,
body.page-id-15333 .main .section:nth-child(13) .wrapper .column:nth-child(2) h2,
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(2) h2,
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(2) h2,
body.page-id-15334 .main .section:nth-child(13) .wrapper .column:nth-child(2) h2,
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(2) h2,
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(2) h2,
body.page-id-15335 .main .section:nth-child(13) .wrapper .column:nth-child(2) h2,
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(2) h2,
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(2) h2 {
  color: #ffffff;
  margin: 0 0 20px;
  font-size: 32px;
  font-size: 2rem;
  text-align: left;
  line-height: 1.2;
}
body.page-id-15141 .main .section:nth-child(13) .wrapper .column:nth-child(2) *, body.page-id-15141 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(2) *, #cookie-notice body.page-id-15141 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(2) *,
body.page-id-15333 .main .section:nth-child(13) .wrapper .column:nth-child(2) *,
body.page-id-15333 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(2) *,
#cookie-notice body.page-id-15333 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(2) *,
body.page-id-15334 .main .section:nth-child(13) .wrapper .column:nth-child(2) *,
body.page-id-15334 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(2) *,
#cookie-notice body.page-id-15334 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(2) *,
body.page-id-15335 .main .section:nth-child(13) .wrapper .column:nth-child(2) *,
body.page-id-15335 .main .section:nth-child(13) #cookie-notice .cookie-notice-container .column:nth-child(2) *,
#cookie-notice body.page-id-15335 .main .section:nth-child(13) .cookie-notice-container .column:nth-child(2) * {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-15141 .main .section:nth-child(15),
body.page-id-15333 .main .section:nth-child(15),
body.page-id-15334 .main .section:nth-child(15),
body.page-id-15335 .main .section:nth-child(15) {
  padding: 65px 0 !important;
  background-image: url("/wp-content/uploads/2025/11/bg-3.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-id-15141 .main .section:nth-child(15) .wrapper h2, body.page-id-15141 .main .section:nth-child(15) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15141 .main .section:nth-child(15) .cookie-notice-container h2,
body.page-id-15333 .main .section:nth-child(15) .wrapper h2,
body.page-id-15333 .main .section:nth-child(15) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15333 .main .section:nth-child(15) .cookie-notice-container h2,
body.page-id-15334 .main .section:nth-child(15) .wrapper h2,
body.page-id-15334 .main .section:nth-child(15) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15334 .main .section:nth-child(15) .cookie-notice-container h2,
body.page-id-15335 .main .section:nth-child(15) .wrapper h2,
body.page-id-15335 .main .section:nth-child(15) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15335 .main .section:nth-child(15) .cookie-notice-container h2 {
  margin: 0 auto;
  color: #4D144A;
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  display: block;
}
@media (max-width: 1024px) {
  body.page-id-15141 .main .section:nth-child(15) .wrapper h2, body.page-id-15141 .main .section:nth-child(15) #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15141 .main .section:nth-child(15) .cookie-notice-container h2,
body.page-id-15333 .main .section:nth-child(15) .wrapper h2,
body.page-id-15333 .main .section:nth-child(15) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15333 .main .section:nth-child(15) .cookie-notice-container h2,
body.page-id-15334 .main .section:nth-child(15) .wrapper h2,
body.page-id-15334 .main .section:nth-child(15) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15334 .main .section:nth-child(15) .cookie-notice-container h2,
body.page-id-15335 .main .section:nth-child(15) .wrapper h2,
body.page-id-15335 .main .section:nth-child(15) #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15335 .main .section:nth-child(15) .cookie-notice-container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-15141 .main .section.logos-block,
body.page-id-15333 .main .section.logos-block,
body.page-id-15334 .main .section.logos-block,
body.page-id-15335 .main .section.logos-block {
  padding: 0 0 65px !important;
}

body.page-id-15568 .main .workstation-block-1,
body.page-id-15632 .main .workstation-block-1,
body.page-id-15633 .main .workstation-block-1,
body.page-id-15634 .main .workstation-block-1 {
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  padding: 78px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-1,
body.page-id-15632 .main .workstation-block-1,
body.page-id-15633 .main .workstation-block-1,
body.page-id-15634 .main .workstation-block-1 {
    padding: 64px 0;
  }
}
body.page-id-15568 .main .workstation-block-1:after,
body.page-id-15632 .main .workstation-block-1:after,
body.page-id-15633 .main .workstation-block-1:after,
body.page-id-15634 .main .workstation-block-1:after {
  content: "";
  display: block;
  background: linear-gradient(269.59deg, rgba(217, 217, 217, 0), rgba(0, 0, 0, 0.6) 65.74%);
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-1:after,
body.page-id-15632 .main .workstation-block-1:after,
body.page-id-15633 .main .workstation-block-1:after,
body.page-id-15634 .main .workstation-block-1:after {
    width: 100%;
  }
}
body.page-id-15568 .main .workstation-block-1 .wrapper, body.page-id-15568 .main .workstation-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15568 .main .workstation-block-1 .cookie-notice-container,
body.page-id-15632 .main .workstation-block-1 .wrapper,
body.page-id-15632 .main .workstation-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15632 .main .workstation-block-1 .cookie-notice-container,
body.page-id-15633 .main .workstation-block-1 .wrapper,
body.page-id-15633 .main .workstation-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15633 .main .workstation-block-1 .cookie-notice-container,
body.page-id-15634 .main .workstation-block-1 .wrapper,
body.page-id-15634 .main .workstation-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15634 .main .workstation-block-1 .cookie-notice-container {
  z-index: 3;
}
body.page-id-15568 .main .workstation-block-1 .wrapper h1, body.page-id-15568 .main .workstation-block-1 #cookie-notice .cookie-notice-container h1, #cookie-notice body.page-id-15568 .main .workstation-block-1 .cookie-notice-container h1,
body.page-id-15632 .main .workstation-block-1 .wrapper h1,
body.page-id-15632 .main .workstation-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15632 .main .workstation-block-1 .cookie-notice-container h1,
body.page-id-15633 .main .workstation-block-1 .wrapper h1,
body.page-id-15633 .main .workstation-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15633 .main .workstation-block-1 .cookie-notice-container h1,
body.page-id-15634 .main .workstation-block-1 .wrapper h1,
body.page-id-15634 .main .workstation-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15634 .main .workstation-block-1 .cookie-notice-container h1 {
  color: #ffffff;
  letter-spacing: -0.3px;
  font-size: 56px;
  font-size: 3.5rem;
  margin: 0;
  max-width: 662px;
  line-height: 1.1;
}
@media (max-width: 1440px) {
  body.page-id-15568 .main .workstation-block-1 .wrapper h1, body.page-id-15568 .main .workstation-block-1 #cookie-notice .cookie-notice-container h1, #cookie-notice body.page-id-15568 .main .workstation-block-1 .cookie-notice-container h1,
body.page-id-15632 .main .workstation-block-1 .wrapper h1,
body.page-id-15632 .main .workstation-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15632 .main .workstation-block-1 .cookie-notice-container h1,
body.page-id-15633 .main .workstation-block-1 .wrapper h1,
body.page-id-15633 .main .workstation-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15633 .main .workstation-block-1 .cookie-notice-container h1,
body.page-id-15634 .main .workstation-block-1 .wrapper h1,
body.page-id-15634 .main .workstation-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15634 .main .workstation-block-1 .cookie-notice-container h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-1 .wrapper h1, body.page-id-15568 .main .workstation-block-1 #cookie-notice .cookie-notice-container h1, #cookie-notice body.page-id-15568 .main .workstation-block-1 .cookie-notice-container h1,
body.page-id-15632 .main .workstation-block-1 .wrapper h1,
body.page-id-15632 .main .workstation-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15632 .main .workstation-block-1 .cookie-notice-container h1,
body.page-id-15633 .main .workstation-block-1 .wrapper h1,
body.page-id-15633 .main .workstation-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15633 .main .workstation-block-1 .cookie-notice-container h1,
body.page-id-15634 .main .workstation-block-1 .wrapper h1,
body.page-id-15634 .main .workstation-block-1 #cookie-notice .cookie-notice-container h1,
#cookie-notice body.page-id-15634 .main .workstation-block-1 .cookie-notice-container h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-15568 .main .workstation-block-1 .wrapper .desc, body.page-id-15568 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15568 .main .workstation-block-1 .cookie-notice-container .desc,
body.page-id-15632 .main .workstation-block-1 .wrapper .desc,
body.page-id-15632 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15632 .main .workstation-block-1 .cookie-notice-container .desc,
body.page-id-15633 .main .workstation-block-1 .wrapper .desc,
body.page-id-15633 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15633 .main .workstation-block-1 .cookie-notice-container .desc,
body.page-id-15634 .main .workstation-block-1 .wrapper .desc,
body.page-id-15634 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15634 .main .workstation-block-1 .cookie-notice-container .desc {
  margin: 48px 0 0;
  max-width: 620px;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-1 .wrapper .desc, body.page-id-15568 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15568 .main .workstation-block-1 .cookie-notice-container .desc,
body.page-id-15632 .main .workstation-block-1 .wrapper .desc,
body.page-id-15632 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15632 .main .workstation-block-1 .cookie-notice-container .desc,
body.page-id-15633 .main .workstation-block-1 .wrapper .desc,
body.page-id-15633 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15633 .main .workstation-block-1 .cookie-notice-container .desc,
body.page-id-15634 .main .workstation-block-1 .wrapper .desc,
body.page-id-15634 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15634 .main .workstation-block-1 .cookie-notice-container .desc {
    margin: 40px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-1 .wrapper .desc, body.page-id-15568 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15568 .main .workstation-block-1 .cookie-notice-container .desc,
body.page-id-15632 .main .workstation-block-1 .wrapper .desc,
body.page-id-15632 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15632 .main .workstation-block-1 .cookie-notice-container .desc,
body.page-id-15633 .main .workstation-block-1 .wrapper .desc,
body.page-id-15633 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15633 .main .workstation-block-1 .cookie-notice-container .desc,
body.page-id-15634 .main .workstation-block-1 .wrapper .desc,
body.page-id-15634 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15634 .main .workstation-block-1 .cookie-notice-container .desc {
    margin: 32px 0 0;
  }
}
body.page-id-15568 .main .workstation-block-1 .wrapper .desc p, body.page-id-15568 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15568 .main .workstation-block-1 .cookie-notice-container .desc p,
body.page-id-15632 .main .workstation-block-1 .wrapper .desc p,
body.page-id-15632 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15632 .main .workstation-block-1 .cookie-notice-container .desc p,
body.page-id-15633 .main .workstation-block-1 .wrapper .desc p,
body.page-id-15633 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15633 .main .workstation-block-1 .cookie-notice-container .desc p,
body.page-id-15634 .main .workstation-block-1 .wrapper .desc p,
body.page-id-15634 .main .workstation-block-1 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15634 .main .workstation-block-1 .cookie-notice-container .desc p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}
body.page-id-15568 .main .workstation-block-1 .wrapper img, body.page-id-15568 .main .workstation-block-1 #cookie-notice .cookie-notice-container img, #cookie-notice body.page-id-15568 .main .workstation-block-1 .cookie-notice-container img,
body.page-id-15632 .main .workstation-block-1 .wrapper img,
body.page-id-15632 .main .workstation-block-1 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15632 .main .workstation-block-1 .cookie-notice-container img,
body.page-id-15633 .main .workstation-block-1 .wrapper img,
body.page-id-15633 .main .workstation-block-1 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15633 .main .workstation-block-1 .cookie-notice-container img,
body.page-id-15634 .main .workstation-block-1 .wrapper img,
body.page-id-15634 .main .workstation-block-1 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15634 .main .workstation-block-1 .cookie-notice-container img {
  height: 64px;
  width: auto;
  display: block;
  margin: 48px 0 0;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-1 .wrapper img, body.page-id-15568 .main .workstation-block-1 #cookie-notice .cookie-notice-container img, #cookie-notice body.page-id-15568 .main .workstation-block-1 .cookie-notice-container img,
body.page-id-15632 .main .workstation-block-1 .wrapper img,
body.page-id-15632 .main .workstation-block-1 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15632 .main .workstation-block-1 .cookie-notice-container img,
body.page-id-15633 .main .workstation-block-1 .wrapper img,
body.page-id-15633 .main .workstation-block-1 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15633 .main .workstation-block-1 .cookie-notice-container img,
body.page-id-15634 .main .workstation-block-1 .wrapper img,
body.page-id-15634 .main .workstation-block-1 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15634 .main .workstation-block-1 .cookie-notice-container img {
    height: 48px;
    margin: 40px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-1 .wrapper img, body.page-id-15568 .main .workstation-block-1 #cookie-notice .cookie-notice-container img, #cookie-notice body.page-id-15568 .main .workstation-block-1 .cookie-notice-container img,
body.page-id-15632 .main .workstation-block-1 .wrapper img,
body.page-id-15632 .main .workstation-block-1 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15632 .main .workstation-block-1 .cookie-notice-container img,
body.page-id-15633 .main .workstation-block-1 .wrapper img,
body.page-id-15633 .main .workstation-block-1 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15633 .main .workstation-block-1 .cookie-notice-container img,
body.page-id-15634 .main .workstation-block-1 .wrapper img,
body.page-id-15634 .main .workstation-block-1 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15634 .main .workstation-block-1 .cookie-notice-container img {
    height: 40px;
    margin: 32px 0 0;
  }
}
body.page-id-15568 .main .workstation-block-2,
body.page-id-15632 .main .workstation-block-2,
body.page-id-15633 .main .workstation-block-2,
body.page-id-15634 .main .workstation-block-2 {
  padding: 70px 0 55px;
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-2,
body.page-id-15632 .main .workstation-block-2,
body.page-id-15633 .main .workstation-block-2,
body.page-id-15634 .main .workstation-block-2 {
    padding: 48px 0 56px;
  }
}
body.page-id-15568 .main .workstation-block-2 .wrapper .first-desc, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .first-desc, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .first-desc,
body.page-id-15632 .main .workstation-block-2 .wrapper .first-desc,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .first-desc,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .first-desc,
body.page-id-15633 .main .workstation-block-2 .wrapper .first-desc,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .first-desc,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .first-desc,
body.page-id-15634 .main .workstation-block-2 .wrapper .first-desc,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .first-desc,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .first-desc {
  max-width: 1008px;
  width: 100%;
  margin: 0 auto;
}
body.page-id-15568 .main .workstation-block-2 .wrapper .first-desc p, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .first-desc p, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .first-desc p,
body.page-id-15632 .main .workstation-block-2 .wrapper .first-desc p,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .first-desc p,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .first-desc p,
body.page-id-15633 .main .workstation-block-2 .wrapper .first-desc p,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .first-desc p,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .first-desc p,
body.page-id-15634 .main .workstation-block-2 .wrapper .first-desc p,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .first-desc p,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .first-desc p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
  text-align: center;
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap {
  margin: 70px 0 0;
  background: #4D144A;
  padding: 110px 60px 48px;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-2 .wrapper .wrap, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap {
    padding: 70px 40px 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-2 .wrapper .wrap, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap {
    margin: 48px 0 0;
    padding: 64px 32px 32px;
  }
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top {
  display: flex;
  grid-gap: 40px;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top {
    grid-gap: 24px;
  }
}
@media (max-width: 900px) {
  body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1), body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1),
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1),
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1),
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1),
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1),
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1),
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) {
  width: 45%;
  position: relative;
}
@media (max-width: 900px) {
  body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1), body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1),
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1),
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1),
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1),
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1),
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1),
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .laptop, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .laptop, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .laptop,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .laptop,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .laptop,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .laptop,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .laptop,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .laptop,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .laptop,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .laptop,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .laptop,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .laptop {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 3;
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 2;
  width: 70%;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg {
    width: 60%;
    top: -40px;
  }
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg-circle, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg-circle,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg-circle,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg-circle,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: blur(100px);
  border-radius: 50%;
  background-color: rgba(225, 27, 182, 0.5);
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg-circle:after, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle:after, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle:after,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg-circle:after,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle:after,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle:after,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg-circle:after,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle:after,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle:after,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(1) .bg-circle:after,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle:after,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(1) .bg-circle:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2), body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2),
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2),
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2),
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2),
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2),
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2),
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) {
  width: 55%;
}
@media (max-width: 900px) {
  body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2), body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2),
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2),
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2),
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2),
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2),
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2),
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) {
    width: 100%;
  }
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) h2, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) h2, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) h2,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) h2,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) h2,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) h2,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) h2,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) h2,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) h2,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) h2,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) h2,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) h2 {
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  max-width: 100%;
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .desc, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .desc, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .desc,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .desc,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .desc,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .desc,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .desc,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .desc,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .desc,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .desc,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .desc,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .desc {
  margin: 28px 0 0;
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .desc p, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .desc p, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .desc p,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .desc p,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .desc p,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .desc p,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .desc p,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .desc p,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .desc p,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .desc p,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .desc p,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .desc p {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points {
  margin: 48px 0 0;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points {
    margin: 40px 0 0;
  }
}
@media (max-width: 640px) {
  body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points .single, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points .single, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points .single,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points .single,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points .single,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points .single,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points .single,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points .single,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points .single,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points .single,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points .single,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points .single {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  width: 100%;
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points .single span:nth-child(1), body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(1) {
  width: 35px;
  height: 35px;
  background: #E1251B;
  line-height: 35px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  border-radius: 100%;
  flex: none;
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points .single span:nth-child(2), body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(2),
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points .single span:nth-child(2),
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(2),
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points .single span:nth-child(2),
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(2),
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .top .col:nth-child(2) .points .single span:nth-child(2),
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .top .col:nth-child(2) .points .single span:nth-child(2) {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .features, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .features, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .features,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .features,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .features,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .features,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .features,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .features,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .features,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .features,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .features,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .features {
  margin: 64px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 12px;
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .features, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .features, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .features,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .features,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .features,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .features,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .features,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .features,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .features,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .features,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .features,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .features {
    margin: 48px 0 0;
  }
}
body.page-id-15568 .main .workstation-block-2 .wrapper .wrap .features span, body.page-id-15568 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .features span, #cookie-notice body.page-id-15568 .main .workstation-block-2 .cookie-notice-container .wrap .features span,
body.page-id-15632 .main .workstation-block-2 .wrapper .wrap .features span,
body.page-id-15632 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .features span,
#cookie-notice body.page-id-15632 .main .workstation-block-2 .cookie-notice-container .wrap .features span,
body.page-id-15633 .main .workstation-block-2 .wrapper .wrap .features span,
body.page-id-15633 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .features span,
#cookie-notice body.page-id-15633 .main .workstation-block-2 .cookie-notice-container .wrap .features span,
body.page-id-15634 .main .workstation-block-2 .wrapper .wrap .features span,
body.page-id-15634 .main .workstation-block-2 #cookie-notice .cookie-notice-container .wrap .features span,
#cookie-notice body.page-id-15634 .main .workstation-block-2 .cookie-notice-container .wrap .features span {
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
  padding: 11px 21px;
  border: 1px solid #E11BB6;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
}
body.page-id-15568 .main .workstation-block-3,
body.page-id-15632 .main .workstation-block-3,
body.page-id-15633 .main .workstation-block-3,
body.page-id-15634 .main .workstation-block-3 {
  padding: 96px 0;
  position: relative;
}
@media (max-width: 1440px) {
  body.page-id-15568 .main .workstation-block-3,
body.page-id-15632 .main .workstation-block-3,
body.page-id-15633 .main .workstation-block-3,
body.page-id-15634 .main .workstation-block-3 {
    padding: 80px 0;
  }
}
@media (max-width: 1280px) {
  body.page-id-15568 .main .workstation-block-3,
body.page-id-15632 .main .workstation-block-3,
body.page-id-15633 .main .workstation-block-3,
body.page-id-15634 .main .workstation-block-3 {
    padding: 72px 0;
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-3,
body.page-id-15632 .main .workstation-block-3,
body.page-id-15633 .main .workstation-block-3,
body.page-id-15634 .main .workstation-block-3 {
    padding: 64px 0;
  }
}
body.page-id-15568 .main .workstation-block-3:after,
body.page-id-15632 .main .workstation-block-3:after,
body.page-id-15633 .main .workstation-block-3:after,
body.page-id-15634 .main .workstation-block-3:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0), rgba(0, 0, 0, 0.6) 65.74%);
}
body.page-id-15568 .main .workstation-block-3 .wrapper, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container,
body.page-id-15632 .main .workstation-block-3 .wrapper,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container,
body.page-id-15633 .main .workstation-block-3 .wrapper,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container,
body.page-id-15634 .main .workstation-block-3 .wrapper,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container {
  z-index: 2;
}
body.page-id-15568 .main .workstation-block-3 .wrapper h2, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15632 .main .workstation-block-3 .wrapper h2,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15633 .main .workstation-block-3 .wrapper h2,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15634 .main .workstation-block-3 .wrapper h2,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container h2 {
  font-size: 110px;
  font-size: 6.875rem;
  color: #ffffff;
  letter-spacing: -3px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1440px) {
  body.page-id-15568 .main .workstation-block-3 .wrapper h2, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15632 .main .workstation-block-3 .wrapper h2,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15633 .main .workstation-block-3 .wrapper h2,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15634 .main .workstation-block-3 .wrapper h2,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container h2 {
    font-size: 105px;
    font-size: 6.5625rem;
  }
}
@media (max-width: 1280px) {
  body.page-id-15568 .main .workstation-block-3 .wrapper h2, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15632 .main .workstation-block-3 .wrapper h2,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15633 .main .workstation-block-3 .wrapper h2,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15634 .main .workstation-block-3 .wrapper h2,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container h2 {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-3 .wrapper h2, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15632 .main .workstation-block-3 .wrapper h2,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15633 .main .workstation-block-3 .wrapper h2,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15634 .main .workstation-block-3 .wrapper h2,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container h2 {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-3 .wrapper h2, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15632 .main .workstation-block-3 .wrapper h2,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15633 .main .workstation-block-3 .wrapper h2,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15634 .main .workstation-block-3 .wrapper h2,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container h2 {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media (max-width: 480px) {
  body.page-id-15568 .main .workstation-block-3 .wrapper h2, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15632 .main .workstation-block-3 .wrapper h2,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15633 .main .workstation-block-3 .wrapper h2,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container h2,
body.page-id-15634 .main .workstation-block-3 .wrapper h2,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
body.page-id-15568 .main .workstation-block-3 .wrapper h2 span, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container h2 span,
body.page-id-15632 .main .workstation-block-3 .wrapper h2 span,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container h2 span,
body.page-id-15633 .main .workstation-block-3 .wrapper h2 span,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container h2 span,
body.page-id-15634 .main .workstation-block-3 .wrapper h2 span,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container h2 span {
  color: #E22319;
}
body.page-id-15568 .main .workstation-block-3 .wrapper .desc, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .desc,
body.page-id-15632 .main .workstation-block-3 .wrapper .desc,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .desc,
body.page-id-15633 .main .workstation-block-3 .wrapper .desc,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .desc,
body.page-id-15634 .main .workstation-block-3 .wrapper .desc,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .desc {
  margin: 32px auto 0;
  max-width: 900px;
}
body.page-id-15568 .main .workstation-block-3 .wrapper .desc p, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .desc p,
body.page-id-15632 .main .workstation-block-3 .wrapper .desc p,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .desc p,
body.page-id-15633 .main .workstation-block-3 .wrapper .desc p,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .desc p,
body.page-id-15634 .main .workstation-block-3 .wrapper .desc p,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .desc p {
  line-height: 1.6;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
body.page-id-15568 .main .workstation-block-3 .wrapper .grid, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15632 .main .workstation-block-3 .wrapper .grid,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15633 .main .workstation-block-3 .wrapper .grid,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15634 .main .workstation-block-3 .wrapper .grid,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid {
  margin: 80px 0 0;
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1340px) {
  body.page-id-15568 .main .workstation-block-3 .wrapper .grid, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15632 .main .workstation-block-3 .wrapper .grid,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15633 .main .workstation-block-3 .wrapper .grid,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15634 .main .workstation-block-3 .wrapper .grid,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-3 .wrapper .grid, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15632 .main .workstation-block-3 .wrapper .grid,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15633 .main .workstation-block-3 .wrapper .grid,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15634 .main .workstation-block-3 .wrapper .grid,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid {
    margin: 48px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-3 .wrapper .grid, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15632 .main .workstation-block-3 .wrapper .grid,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15633 .main .workstation-block-3 .wrapper .grid,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15634 .main .workstation-block-3 .wrapper .grid,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  body.page-id-15568 .main .workstation-block-3 .wrapper .grid, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15632 .main .workstation-block-3 .wrapper .grid,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15633 .main .workstation-block-3 .wrapper .grid,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid,
body.page-id-15634 .main .workstation-block-3 .wrapper .grid,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-15568 .main .workstation-block-3 .wrapper .grid .single, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid .single,
body.page-id-15632 .main .workstation-block-3 .wrapper .grid .single,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid .single,
body.page-id-15633 .main .workstation-block-3 .wrapper .grid .single,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid .single,
body.page-id-15634 .main .workstation-block-3 .wrapper .grid .single,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid .single {
  background: rgba(255, 255, 255, 0.05);
  padding: 23px 28px;
  display: flex;
  align-items: flex-start;
  grid-gap: 36px;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-3 .wrapper .grid .single, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid .single,
body.page-id-15632 .main .workstation-block-3 .wrapper .grid .single,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid .single,
body.page-id-15633 .main .workstation-block-3 .wrapper .grid .single,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid .single,
body.page-id-15634 .main .workstation-block-3 .wrapper .grid .single,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid .single {
    padding: 20px 20px;
    grid-gap: 20px;
  }
}
body.page-id-15568 .main .workstation-block-3 .wrapper .grid .single img, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single img, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid .single img,
body.page-id-15632 .main .workstation-block-3 .wrapper .grid .single img,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single img,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid .single img,
body.page-id-15633 .main .workstation-block-3 .wrapper .grid .single img,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single img,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid .single img,
body.page-id-15634 .main .workstation-block-3 .wrapper .grid .single img,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single img,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid .single img {
  width: 54px;
  height: auto;
  display: block;
  flex: none;
}
body.page-id-15568 .main .workstation-block-3 .wrapper .grid .single .info span, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info span, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid .single .info span,
body.page-id-15632 .main .workstation-block-3 .wrapper .grid .single .info span,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info span,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid .single .info span,
body.page-id-15633 .main .workstation-block-3 .wrapper .grid .single .info span,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info span,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid .single .info span,
body.page-id-15634 .main .workstation-block-3 .wrapper .grid .single .info span,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info span,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid .single .info span {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  grid-gap: 3px;
  min-height: 50px;
}
body.page-id-15568 .main .workstation-block-3 .wrapper .grid .single .info span span, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info span span, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid .single .info span span,
body.page-id-15632 .main .workstation-block-3 .wrapper .grid .single .info span span,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info span span,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid .single .info span span,
body.page-id-15633 .main .workstation-block-3 .wrapper .grid .single .info span span,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info span span,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid .single .info span span,
body.page-id-15634 .main .workstation-block-3 .wrapper .grid .single .info span span,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info span span,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid .single .info span span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #E22319;
  font-weight: 500;
  min-height: inherit;
}
body.page-id-15568 .main .workstation-block-3 .wrapper .grid .single .info p, body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info p, #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid .single .info p,
body.page-id-15632 .main .workstation-block-3 .wrapper .grid .single .info p,
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info p,
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid .single .info p,
body.page-id-15633 .main .workstation-block-3 .wrapper .grid .single .info p,
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info p,
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid .single .info p,
body.page-id-15634 .main .workstation-block-3 .wrapper .grid .single .info p,
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info p,
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid .single .info p {
  margin: 0;
}
body.page-id-15568 .main .workstation-block-3 .wrapper .grid .single .info p:nth-child(2), body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info p:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid .single .info p:nth-child(2),
body.page-id-15632 .main .workstation-block-3 .wrapper .grid .single .info p:nth-child(2),
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info p:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid .single .info p:nth-child(2),
body.page-id-15633 .main .workstation-block-3 .wrapper .grid .single .info p:nth-child(2),
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info p:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid .single .info p:nth-child(2),
body.page-id-15634 .main .workstation-block-3 .wrapper .grid .single .info p:nth-child(2),
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info p:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid .single .info p:nth-child(2) {
  margin: 12px 0 0;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
body.page-id-15568 .main .workstation-block-3 .wrapper .grid .single .info p:nth-child(3), body.page-id-15568 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info p:nth-child(3), #cookie-notice body.page-id-15568 .main .workstation-block-3 .cookie-notice-container .grid .single .info p:nth-child(3),
body.page-id-15632 .main .workstation-block-3 .wrapper .grid .single .info p:nth-child(3),
body.page-id-15632 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info p:nth-child(3),
#cookie-notice body.page-id-15632 .main .workstation-block-3 .cookie-notice-container .grid .single .info p:nth-child(3),
body.page-id-15633 .main .workstation-block-3 .wrapper .grid .single .info p:nth-child(3),
body.page-id-15633 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info p:nth-child(3),
#cookie-notice body.page-id-15633 .main .workstation-block-3 .cookie-notice-container .grid .single .info p:nth-child(3),
body.page-id-15634 .main .workstation-block-3 .wrapper .grid .single .info p:nth-child(3),
body.page-id-15634 .main .workstation-block-3 #cookie-notice .cookie-notice-container .grid .single .info p:nth-child(3),
#cookie-notice body.page-id-15634 .main .workstation-block-3 .cookie-notice-container .grid .single .info p:nth-child(3) {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 7px 0 0;
}
body.page-id-15568 .main .workstation-block-4,
body.page-id-15632 .main .workstation-block-4,
body.page-id-15633 .main .workstation-block-4,
body.page-id-15634 .main .workstation-block-4 {
  padding: 52px 0 0;
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-4,
body.page-id-15632 .main .workstation-block-4,
body.page-id-15633 .main .workstation-block-4,
body.page-id-15634 .main .workstation-block-4 {
    padding: 48px 0 0;
  }
}
body.page-id-15568 .main .workstation-block-4 .wrapper, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container,
body.page-id-15632 .main .workstation-block-4 .wrapper,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container,
body.page-id-15633 .main .workstation-block-4 .wrapper,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container,
body.page-id-15634 .main .workstation-block-4 .wrapper,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container {
  background: #220724;
  border-radius: 15px;
  padding: 48px 60px;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-4 .wrapper, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container,
body.page-id-15632 .main .workstation-block-4 .wrapper,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container,
body.page-id-15633 .main .workstation-block-4 .wrapper,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container,
body.page-id-15634 .main .workstation-block-4 .wrapper,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container {
    padding: 40px 48px;
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-4 .wrapper, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container,
body.page-id-15632 .main .workstation-block-4 .wrapper,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container,
body.page-id-15633 .main .workstation-block-4 .wrapper,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container,
body.page-id-15634 .main .workstation-block-4 .wrapper,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container {
    padding: 40px 40px;
  }
}
@media (max-width: 480px) {
  body.page-id-15568 .main .workstation-block-4 .wrapper, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container,
body.page-id-15632 .main .workstation-block-4 .wrapper,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container,
body.page-id-15633 .main .workstation-block-4 .wrapper,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container,
body.page-id-15634 .main .workstation-block-4 .wrapper,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container {
    padding: 32px 32px;
  }
}
body.page-id-15568 .main .workstation-block-4 .wrapper .top, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .top,
body.page-id-15632 .main .workstation-block-4 .wrapper .top,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .top,
body.page-id-15633 .main .workstation-block-4 .wrapper .top,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .top,
body.page-id-15634 .main .workstation-block-4 .wrapper .top,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-id-15568 .main .workstation-block-4 .wrapper .top .left, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .left, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .top .left,
body.page-id-15632 .main .workstation-block-4 .wrapper .top .left,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .left,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .top .left,
body.page-id-15633 .main .workstation-block-4 .wrapper .top .left,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .left,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .top .left,
body.page-id-15634 .main .workstation-block-4 .wrapper .top .left,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .left,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .top .left {
  display: flex;
  align-items: center;
  grid-gap: 21px;
}
body.page-id-15568 .main .workstation-block-4 .wrapper .top .left span, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .left span, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .top .left span,
body.page-id-15632 .main .workstation-block-4 .wrapper .top .left span,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .left span,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .top .left span,
body.page-id-15633 .main .workstation-block-4 .wrapper .top .left span,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .left span,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .top .left span,
body.page-id-15634 .main .workstation-block-4 .wrapper .top .left span,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .left span,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .top .left span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E22319;
  font-weight: 700;
}
body.page-id-15568 .main .workstation-block-4 .wrapper .top .left img, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .left img, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .top .left img,
body.page-id-15632 .main .workstation-block-4 .wrapper .top .left img,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .left img,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .top .left img,
body.page-id-15633 .main .workstation-block-4 .wrapper .top .left img,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .left img,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .top .left img,
body.page-id-15634 .main .workstation-block-4 .wrapper .top .left img,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .left img,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .top .left img {
  height: 43px;
  width: auto;
  display: block;
}
body.page-id-15568 .main .workstation-block-4 .wrapper .top .right span, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .right span, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .top .right span,
body.page-id-15632 .main .workstation-block-4 .wrapper .top .right span,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .right span,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .top .right span,
body.page-id-15633 .main .workstation-block-4 .wrapper .top .right span,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .right span,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .top .right span,
body.page-id-15634 .main .workstation-block-4 .wrapper .top .right span,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .top .right span,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .top .right span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
}
body.page-id-15568 .main .workstation-block-4 .wrapper .list, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .list,
body.page-id-15632 .main .workstation-block-4 .wrapper .list,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .list,
body.page-id-15633 .main .workstation-block-4 .wrapper .list,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .list,
body.page-id-15634 .main .workstation-block-4 .wrapper .list,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .list {
  margin: 45px 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-4 .wrapper .list, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .list,
body.page-id-15632 .main .workstation-block-4 .wrapper .list,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .list,
body.page-id-15633 .main .workstation-block-4 .wrapper .list,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .list,
body.page-id-15634 .main .workstation-block-4 .wrapper .list,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .list {
    flex-wrap: wrap;
    grid-gap: 40px;
    max-width: 600px;
    margin: 40px auto 0;
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-4 .wrapper .list, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .list,
body.page-id-15632 .main .workstation-block-4 .wrapper .list,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .list,
body.page-id-15633 .main .workstation-block-4 .wrapper .list,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .list,
body.page-id-15634 .main .workstation-block-4 .wrapper .list,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .list {
    grid-gap: 24px;
  }
}
body.page-id-15568 .main .workstation-block-4 .wrapper .list .single, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .list .single,
body.page-id-15632 .main .workstation-block-4 .wrapper .list .single,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .list .single,
body.page-id-15633 .main .workstation-block-4 .wrapper .list .single,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .list .single,
body.page-id-15634 .main .workstation-block-4 .wrapper .list .single,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .list .single {
  max-width: 187px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-4 .wrapper .list .single, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .list .single,
body.page-id-15632 .main .workstation-block-4 .wrapper .list .single,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .list .single,
body.page-id-15633 .main .workstation-block-4 .wrapper .list .single,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .list .single,
body.page-id-15634 .main .workstation-block-4 .wrapper .list .single,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .list .single {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-4 .wrapper .list .single, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .list .single,
body.page-id-15632 .main .workstation-block-4 .wrapper .list .single,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .list .single,
body.page-id-15633 .main .workstation-block-4 .wrapper .list .single,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .list .single,
body.page-id-15634 .main .workstation-block-4 .wrapper .list .single,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .list .single {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 480px) {
  body.page-id-15568 .main .workstation-block-4 .wrapper .list .single, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .list .single,
body.page-id-15632 .main .workstation-block-4 .wrapper .list .single,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .list .single,
body.page-id-15633 .main .workstation-block-4 .wrapper .list .single,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .list .single,
body.page-id-15634 .main .workstation-block-4 .wrapper .list .single,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .list .single {
    width: calc(50% - 12px);
  }
}
body.page-id-15568 .main .workstation-block-4 .wrapper .list .single .icon-wrap, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single .icon-wrap, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .list .single .icon-wrap,
body.page-id-15632 .main .workstation-block-4 .wrapper .list .single .icon-wrap,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single .icon-wrap,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .list .single .icon-wrap,
body.page-id-15633 .main .workstation-block-4 .wrapper .list .single .icon-wrap,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single .icon-wrap,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .list .single .icon-wrap,
body.page-id-15634 .main .workstation-block-4 .wrapper .list .single .icon-wrap,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single .icon-wrap,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .list .single .icon-wrap {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #E2231933;
}
body.page-id-15568 .main .workstation-block-4 .wrapper .list .single .icon-wrap img, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single .icon-wrap img, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .list .single .icon-wrap img,
body.page-id-15632 .main .workstation-block-4 .wrapper .list .single .icon-wrap img,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single .icon-wrap img,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .list .single .icon-wrap img,
body.page-id-15633 .main .workstation-block-4 .wrapper .list .single .icon-wrap img,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single .icon-wrap img,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .list .single .icon-wrap img,
body.page-id-15634 .main .workstation-block-4 .wrapper .list .single .icon-wrap img,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single .icon-wrap img,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .list .single .icon-wrap img {
  height: 22px;
  width: auto;
  display: block;
}
body.page-id-15568 .main .workstation-block-4 .wrapper .list .single span, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single span, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .list .single span,
body.page-id-15632 .main .workstation-block-4 .wrapper .list .single span,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single span,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .list .single span,
body.page-id-15633 .main .workstation-block-4 .wrapper .list .single span,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single span,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .list .single span,
body.page-id-15634 .main .workstation-block-4 .wrapper .list .single span,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single span,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .list .single span {
  margin: 14px 0 0;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28;
  font-weight: 700;
}
body.page-id-15568 .main .workstation-block-4 .wrapper .list .single p, body.page-id-15568 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single p, #cookie-notice body.page-id-15568 .main .workstation-block-4 .cookie-notice-container .list .single p,
body.page-id-15632 .main .workstation-block-4 .wrapper .list .single p,
body.page-id-15632 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single p,
#cookie-notice body.page-id-15632 .main .workstation-block-4 .cookie-notice-container .list .single p,
body.page-id-15633 .main .workstation-block-4 .wrapper .list .single p,
body.page-id-15633 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single p,
#cookie-notice body.page-id-15633 .main .workstation-block-4 .cookie-notice-container .list .single p,
body.page-id-15634 .main .workstation-block-4 .wrapper .list .single p,
body.page-id-15634 .main .workstation-block-4 #cookie-notice .cookie-notice-container .list .single p,
#cookie-notice body.page-id-15634 .main .workstation-block-4 .cookie-notice-container .list .single p {
  margin: 8px 0 0;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
}
body.page-id-15568 .main .workstation-block-5,
body.page-id-15632 .main .workstation-block-5,
body.page-id-15633 .main .workstation-block-5,
body.page-id-15634 .main .workstation-block-5 {
  margin: 52px 0 0;
  padding: 0;
}
body.page-id-15568 .main .workstation-block-5 .wrapper .wrap, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap {
  background: #000000;
  border-radius: 15px;
  padding: 43px 41px 50px;
  display: flex;
  grid-gap: 78px;
}
@media (max-width: 1280px) {
  body.page-id-15568 .main .workstation-block-5 .wrapper .wrap, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap {
    grid-gap: 40px;
    padding: 40px 40px 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-5 .wrapper .wrap, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap {
    flex-direction: column;
    padding: 32px 32px 32px;
  }
}
body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col {
  width: calc(50% - 39px);
}
@media (max-width: 1280px) {
  body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col {
    width: 100%;
  }
}
body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(1) .photo, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(1) .photo, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(1) .photo,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(1) .photo,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(1) .photo,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(1) .photo,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(1) .photo,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(1) .photo,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(1) .photo,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(1) .photo,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(1) .photo,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  border-radius: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(1) .photo, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(1) .photo, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(1) .photo,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(1) .photo,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(1) .photo,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(1) .photo,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(1) .photo,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(1) .photo,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(1) .photo,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(1) .photo,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(1) .photo,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(1) .photo {
    height: auto;
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(1) .photo:after, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(1) .photo:after, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(1) .photo:after,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(1) .photo:after,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(1) .photo:after,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(1) .photo:after,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(1) .photo:after,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(1) .photo:after,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(1) .photo:after,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(1) .photo:after,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(1) .photo:after,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(1) .photo:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%;
  }
}
body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .small-headline, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .small-headline, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .small-headline,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .small-headline,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .small-headline,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .small-headline,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .small-headline,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .small-headline,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .small-headline,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .small-headline,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .small-headline,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .small-headline {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E22319;
  font-weight: 700;
  margin: 22px 0 0;
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .small-headline, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .small-headline, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .small-headline,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .small-headline,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .small-headline,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .small-headline,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .small-headline,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .small-headline,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .small-headline,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .small-headline,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .small-headline,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .small-headline {
    margin: 0;
  }
}
body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) h2, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) h2, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) h2,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) h2,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) h2,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) h2,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) h2,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) h2,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) h2,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) h2,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) h2,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) h2 {
  margin: 30px 0 0;
  width: 100%;
  color: #ffffff;
  font-size: 48px;
  font-size: 3rem;
  text-align: left;
  line-height: 1.1;
  max-width: 441px;
}
body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .desc, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .desc, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .desc,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .desc,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .desc,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .desc,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .desc,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .desc,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .desc,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .desc,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .desc,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .desc {
  margin: 12px 0 0;
  max-width: 441px;
}
body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .desc p, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .desc p, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .desc p,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .desc p,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .desc p,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .desc p,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .desc p,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .desc p,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .desc p,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .desc p,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .desc p,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .desc p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.66;
}
body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 48px 0 0;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap {
    margin: 32px 0 0;
    flex-direction: column;
    grid-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single .number, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  display: block;
}
@media (max-width: 1440px) {
  body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single .number, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media (max-width: 1280px) {
  body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single .number, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single .number,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single .number {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: flex-end;
}
body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p span, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 900;
  color: #E22319;
  line-height: 1;
  display: block;
}
@media (max-width: 1440px) {
  body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p span, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media (max-width: 1280px) {
  body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p span, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .w-wrap .single p span,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .w-wrap .single p span {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
body.page-id-15568 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .disclaimer, body.page-id-15568 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .disclaimer, #cookie-notice body.page-id-15568 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .disclaimer,
body.page-id-15632 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .disclaimer,
body.page-id-15632 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .disclaimer,
#cookie-notice body.page-id-15632 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .disclaimer,
body.page-id-15633 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .disclaimer,
body.page-id-15633 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .disclaimer,
#cookie-notice body.page-id-15633 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .disclaimer,
body.page-id-15634 .main .workstation-block-5 .wrapper .wrap .col:nth-child(2) .disclaimer,
body.page-id-15634 .main .workstation-block-5 #cookie-notice .cookie-notice-container .wrap .col:nth-child(2) .disclaimer,
#cookie-notice body.page-id-15634 .main .workstation-block-5 .cookie-notice-container .wrap .col:nth-child(2) .disclaimer {
  margin: 52px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
}
body.page-id-15568 .main .workstation-block-6,
body.page-id-15632 .main .workstation-block-6,
body.page-id-15633 .main .workstation-block-6,
body.page-id-15634 .main .workstation-block-6 {
  padding: 64px 0 48px;
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-6,
body.page-id-15632 .main .workstation-block-6,
body.page-id-15633 .main .workstation-block-6,
body.page-id-15634 .main .workstation-block-6 {
    padding: 64px 0;
  }
}
body.page-id-15568 .main .workstation-block-6 .wrapper h2, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container h2,
body.page-id-15632 .main .workstation-block-6 .wrapper h2,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container h2,
body.page-id-15633 .main .workstation-block-6 .wrapper h2,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container h2,
body.page-id-15634 .main .workstation-block-6 .wrapper h2,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container h2 {
  margin: 0 auto;
  max-width: 100%;
  font-size: 44px;
  font-size: 2.75rem;
  color: #161616;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .desc, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .desc,
body.page-id-15632 .main .workstation-block-6 .wrapper .desc,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .desc,
body.page-id-15633 .main .workstation-block-6 .wrapper .desc,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .desc,
body.page-id-15634 .main .workstation-block-6 .wrapper .desc,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .desc {
  max-width: 644px;
  margin: 40px auto 0;
  text-align: center;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .desc p, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .desc p,
body.page-id-15632 .main .workstation-block-6 .wrapper .desc p,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .desc p,
body.page-id-15633 .main .workstation-block-6 .wrapper .desc p,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .desc p,
body.page-id-15634 .main .workstation-block-6 .wrapper .desc p,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .desc p {
  color: #888888;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated {
  margin: 52px 0 0;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated {
    margin: 40px 0 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col {
  border-radius: 15px;
  overflow: hidden;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .headline, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .headline,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .headline,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .headline,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline {
  background: #E8E8E8;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .headline span, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline span, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline span,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .headline span,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline span,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline span,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .headline span,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline span,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline span,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .headline span,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline span,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .headline span {
  color: #888888;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows {
  background: #F3F3F3;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows .single, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows .single,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows .single,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows .single,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single {
  border-bottom: 1px solid #E8E8E8;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1), body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1) {
  color: #AAAAAA;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1), body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(1) .rows .single span:nth-child(1) {
  color: #999999;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .headline, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .headline,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .headline,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .headline,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline {
  background: #161616;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .headline span, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline span, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline span,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .headline span,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline span,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline span,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .headline span,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline span,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline span,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .headline span,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline span,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .headline span {
  color: #ffffff;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows {
  background: #ffffff;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows .single, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows .single,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows .single,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows .single,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single {
  border-bottom: 1px solid #F0F0F0;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1), body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1) {
  color: #161616;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1), body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col:nth-child(2) .rows .single span:nth-child(1) {
  color: #424242;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col .headline, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .headline, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .headline,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col .headline,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .headline,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .headline,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col .headline,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .headline,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .headline,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col .headline,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .headline,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .headline {
  padding: 28px 36px;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col .headline, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .headline, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .headline,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col .headline,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .headline,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .headline,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col .headline,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .headline,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .headline,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col .headline,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .headline,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .headline {
    padding: 20px 28px;
  }
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single {
  height: 68px;
  padding: 0 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single {
    padding: 0 28px;
    height: 80px;
  }
}
@media (max-width: 900px) {
  body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single {
    height: 90px;
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single {
    height: auto;
    padding: 16px 28px;
  }
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single:last-child, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single:last-child, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single:last-child,
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single:last-child,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single:last-child,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single:last-child,
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single:last-child,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single:last-child,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single:last-child,
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single:last-child,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single:last-child,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single:last-child {
  border: none;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single span:nth-child(1), body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(1) {
  display: block;
  width: 140px;
  flex: none;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single span:nth-child(2), body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(2),
body.page-id-15632 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single span:nth-child(2),
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(2),
body.page-id-15633 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single span:nth-child(2),
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(2),
body.page-id-15634 .main .workstation-block-6 .wrapper .integrated-dedicated .col .rows .single span:nth-child(2),
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .integrated-dedicated .col .rows .single span:nth-child(2) {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .disclaimers, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .disclaimers,
body.page-id-15632 .main .workstation-block-6 .wrapper .disclaimers,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .disclaimers,
body.page-id-15633 .main .workstation-block-6 .wrapper .disclaimers,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .disclaimers,
body.page-id-15634 .main .workstation-block-6 .wrapper .disclaimers,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .disclaimers {
  margin: 67px 0 0;
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-6 .wrapper .disclaimers, body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers, #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .disclaimers,
body.page-id-15632 .main .workstation-block-6 .wrapper .disclaimers,
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers,
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .disclaimers,
body.page-id-15633 .main .workstation-block-6 .wrapper .disclaimers,
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers,
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .disclaimers,
body.page-id-15634 .main .workstation-block-6 .wrapper .disclaimers,
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers,
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .disclaimers {
    margin: 40px 0 0;
  }
}
body.page-id-15568 .main .workstation-block-6 .wrapper .disclaimers p:nth-child(1), body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers p:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .disclaimers p:nth-child(1),
body.page-id-15632 .main .workstation-block-6 .wrapper .disclaimers p:nth-child(1),
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers p:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .disclaimers p:nth-child(1),
body.page-id-15633 .main .workstation-block-6 .wrapper .disclaimers p:nth-child(1),
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers p:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .disclaimers p:nth-child(1),
body.page-id-15634 .main .workstation-block-6 .wrapper .disclaimers p:nth-child(1),
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers p:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .disclaimers p:nth-child(1) {
  max-width: 885px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #999999;
  line-height: 1.7;
  text-align: center;
}
body.page-id-15568 .main .workstation-block-6 .wrapper .disclaimers p:nth-child(2), body.page-id-15568 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers p:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-6 .cookie-notice-container .disclaimers p:nth-child(2),
body.page-id-15632 .main .workstation-block-6 .wrapper .disclaimers p:nth-child(2),
body.page-id-15632 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers p:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-6 .cookie-notice-container .disclaimers p:nth-child(2),
body.page-id-15633 .main .workstation-block-6 .wrapper .disclaimers p:nth-child(2),
body.page-id-15633 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers p:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-6 .cookie-notice-container .disclaimers p:nth-child(2),
body.page-id-15634 .main .workstation-block-6 .wrapper .disclaimers p:nth-child(2),
body.page-id-15634 .main .workstation-block-6 #cookie-notice .cookie-notice-container .disclaimers p:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-6 .cookie-notice-container .disclaimers p:nth-child(2) {
  margin: 15px auto 0;
  max-width: 320px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #BBBBBB;
  font-style: italic;
  text-align: center;
}
body.page-id-15568 .main .workstation-block-7,
body.page-id-15632 .main .workstation-block-7,
body.page-id-15633 .main .workstation-block-7,
body.page-id-15634 .main .workstation-block-7 {
  padding: 53px 0;
  background: #000000;
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-7,
body.page-id-15632 .main .workstation-block-7,
body.page-id-15633 .main .workstation-block-7,
body.page-id-15634 .main .workstation-block-7 {
    padding: 56px 0;
  }
}
body.page-id-15568 .main .workstation-block-7 .wrapper .top, body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top, #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .top,
body.page-id-15632 .main .workstation-block-7 .wrapper .top,
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .top,
body.page-id-15633 .main .workstation-block-7 .wrapper .top,
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .top,
body.page-id-15634 .main .workstation-block-7 .wrapper .top,
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .top {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 22px;
}
@media (max-width: 480px) {
  body.page-id-15568 .main .workstation-block-7 .wrapper .top, body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top, #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .top,
body.page-id-15632 .main .workstation-block-7 .wrapper .top,
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .top,
body.page-id-15633 .main .workstation-block-7 .wrapper .top,
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .top,
body.page-id-15634 .main .workstation-block-7 .wrapper .top,
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .top {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 24px;
  }
}
body.page-id-15568 .main .workstation-block-7 .wrapper .top .left h2, body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .left h2, #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .top .left h2,
body.page-id-15632 .main .workstation-block-7 .wrapper .top .left h2,
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .left h2,
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .top .left h2,
body.page-id-15633 .main .workstation-block-7 .wrapper .top .left h2,
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .left h2,
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .top .left h2,
body.page-id-15634 .main .workstation-block-7 .wrapper .top .left h2,
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .left h2,
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .top .left h2 {
  color: #ffffff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  width: 100%;
  text-align: left;
}
body.page-id-15568 .main .workstation-block-7 .wrapper .top .right, body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .right, #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .top .right,
body.page-id-15632 .main .workstation-block-7 .wrapper .top .right,
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .right,
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .top .right,
body.page-id-15633 .main .workstation-block-7 .wrapper .top .right,
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .right,
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .top .right,
body.page-id-15634 .main .workstation-block-7 .wrapper .top .right,
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .right,
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .top .right {
  grid-column: span 2;
}
@media (max-width: 480px) {
  body.page-id-15568 .main .workstation-block-7 .wrapper .top .right, body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .right, #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .top .right,
body.page-id-15632 .main .workstation-block-7 .wrapper .top .right,
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .right,
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .top .right,
body.page-id-15633 .main .workstation-block-7 .wrapper .top .right,
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .right,
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .top .right,
body.page-id-15634 .main .workstation-block-7 .wrapper .top .right,
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .right,
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .top .right {
    grid-column: span 1;
  }
}
body.page-id-15568 .main .workstation-block-7 .wrapper .top .right p, body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .right p, #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .top .right p,
body.page-id-15632 .main .workstation-block-7 .wrapper .top .right p,
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .right p,
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .top .right p,
body.page-id-15633 .main .workstation-block-7 .wrapper .top .right p,
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .right p,
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .top .right p,
body.page-id-15634 .main .workstation-block-7 .wrapper .top .right p,
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .top .right p,
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .top .right p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}
body.page-id-15568 .main .workstation-block-7 .wrapper .bottom, body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom, #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .bottom,
body.page-id-15632 .main .workstation-block-7 .wrapper .bottom,
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .bottom,
body.page-id-15633 .main .workstation-block-7 .wrapper .bottom,
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .bottom,
body.page-id-15634 .main .workstation-block-7 .wrapper .bottom,
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 22px;
  margin: 18px 0 0;
}
@media (max-width: 480px) {
  body.page-id-15568 .main .workstation-block-7 .wrapper .bottom, body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom, #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .bottom,
body.page-id-15632 .main .workstation-block-7 .wrapper .bottom,
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .bottom,
body.page-id-15633 .main .workstation-block-7 .wrapper .bottom,
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .bottom,
body.page-id-15634 .main .workstation-block-7 .wrapper .bottom,
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .bottom {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-15568 .main .workstation-block-7 .wrapper .bottom .single, body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single, #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .bottom .single,
body.page-id-15632 .main .workstation-block-7 .wrapper .bottom .single,
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single,
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .bottom .single,
body.page-id-15633 .main .workstation-block-7 .wrapper .bottom .single,
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single,
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .bottom .single,
body.page-id-15634 .main .workstation-block-7 .wrapper .bottom .single,
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single,
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .bottom .single {
  border-radius: 10px;
  background: #ffffff;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 16px;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-7 .wrapper .bottom .single, body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single, #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .bottom .single,
body.page-id-15632 .main .workstation-block-7 .wrapper .bottom .single,
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single,
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .bottom .single,
body.page-id-15633 .main .workstation-block-7 .wrapper .bottom .single,
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single,
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .bottom .single,
body.page-id-15634 .main .workstation-block-7 .wrapper .bottom .single,
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single,
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .bottom .single {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
body.page-id-15568 .main .workstation-block-7 .wrapper .bottom .single span, body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span, #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .bottom .single span,
body.page-id-15632 .main .workstation-block-7 .wrapper .bottom .single span,
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span,
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .bottom .single span,
body.page-id-15633 .main .workstation-block-7 .wrapper .bottom .single span,
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span,
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .bottom .single span,
body.page-id-15634 .main .workstation-block-7 .wrapper .bottom .single span,
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span,
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .bottom .single span {
  display: block;
}
body.page-id-15568 .main .workstation-block-7 .wrapper .bottom .single span:nth-child(1), body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .bottom .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-7 .wrapper .bottom .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .bottom .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-7 .wrapper .bottom .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .bottom .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-7 .wrapper .bottom .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .bottom .single span:nth-child(1) {
  color: #161616;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-7 .wrapper .bottom .single span:nth-child(1), body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .bottom .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-7 .wrapper .bottom .single span:nth-child(1),
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .bottom .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-7 .wrapper .bottom .single span:nth-child(1),
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .bottom .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-7 .wrapper .bottom .single span:nth-child(1),
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .bottom .single span:nth-child(1) {
    text-align: center;
  }
}
body.page-id-15568 .main .workstation-block-7 .wrapper .bottom .single span:nth-child(2), body.page-id-15568 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-7 .cookie-notice-container .bottom .single span:nth-child(2),
body.page-id-15632 .main .workstation-block-7 .wrapper .bottom .single span:nth-child(2),
body.page-id-15632 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-7 .cookie-notice-container .bottom .single span:nth-child(2),
body.page-id-15633 .main .workstation-block-7 .wrapper .bottom .single span:nth-child(2),
body.page-id-15633 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-7 .cookie-notice-container .bottom .single span:nth-child(2),
body.page-id-15634 .main .workstation-block-7 .wrapper .bottom .single span:nth-child(2),
body.page-id-15634 .main .workstation-block-7 #cookie-notice .cookie-notice-container .bottom .single span:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-7 .cookie-notice-container .bottom .single span:nth-child(2) {
  background: #F3F3F3;
  color: #777777;
  border-radius: 5px;
  padding: 6px 24px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
body.page-id-15568 .main .workstation-block-8,
body.page-id-15632 .main .workstation-block-8,
body.page-id-15633 .main .workstation-block-8,
body.page-id-15634 .main .workstation-block-8 {
  padding: 0;
}
body.page-id-15568 .main .workstation-block-8 .single,
body.page-id-15632 .main .workstation-block-8 .single,
body.page-id-15633 .main .workstation-block-8 .single,
body.page-id-15634 .main .workstation-block-8 .single {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-8 .single,
body.page-id-15632 .main .workstation-block-8 .single,
body.page-id-15633 .main .workstation-block-8 .single,
body.page-id-15634 .main .workstation-block-8 .single {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-15568 .main .workstation-block-8 .single:nth-child(2n+2) .col.photo-col,
body.page-id-15632 .main .workstation-block-8 .single:nth-child(2n+2) .col.photo-col,
body.page-id-15633 .main .workstation-block-8 .single:nth-child(2n+2) .col.photo-col,
body.page-id-15634 .main .workstation-block-8 .single:nth-child(2n+2) .col.photo-col {
  order: 2;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-8 .single:nth-child(2n+2) .col.photo-col,
body.page-id-15632 .main .workstation-block-8 .single:nth-child(2n+2) .col.photo-col,
body.page-id-15633 .main .workstation-block-8 .single:nth-child(2n+2) .col.photo-col,
body.page-id-15634 .main .workstation-block-8 .single:nth-child(2n+2) .col.photo-col {
    order: 1;
    justify-content: center;
  }
}
body.page-id-15568 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col,
body.page-id-15632 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col,
body.page-id-15633 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col,
body.page-id-15634 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col {
  order: 1;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col,
body.page-id-15632 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col,
body.page-id-15633 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col,
body.page-id-15634 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col {
    order: 2;
  }
}
body.page-id-15568 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top,
body.page-id-15632 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top,
body.page-id-15633 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top,
body.page-id-15634 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top,
body.page-id-15632 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top,
body.page-id-15633 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top,
body.page-id-15634 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top {
    justify-content: center;
  }
}
body.page-id-15568 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top .wrap .features .single:nth-child(1) span,
body.page-id-15632 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top .wrap .features .single:nth-child(1) span,
body.page-id-15633 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top .wrap .features .single:nth-child(1) span,
body.page-id-15634 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top .wrap .features .single:nth-child(1) span {
  align-items: baseline;
}
body.page-id-15568 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top .wrap .features .single:nth-child(1) span span,
body.page-id-15632 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top .wrap .features .single:nth-child(1) span span,
body.page-id-15633 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top .wrap .features .single:nth-child(1) span span,
body.page-id-15634 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .top .wrap .features .single:nth-child(1) span span {
  font-size: 18px;
  font-size: 1.125rem;
}
body.page-id-15568 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .bottom,
body.page-id-15632 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .bottom,
body.page-id-15633 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .bottom,
body.page-id-15634 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .bottom {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .bottom,
body.page-id-15632 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .bottom,
body.page-id-15633 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .bottom,
body.page-id-15634 .main .workstation-block-8 .single:nth-child(2n+2) .col.info-col .bottom {
    justify-content: center;
  }
}
body.page-id-15568 .main .workstation-block-8 .single .col,
body.page-id-15632 .main .workstation-block-8 .single .col,
body.page-id-15633 .main .workstation-block-8 .single .col,
body.page-id-15634 .main .workstation-block-8 .single .col {
  position: relative;
}
body.page-id-15568 .main .workstation-block-8 .single .col.photo-col,
body.page-id-15632 .main .workstation-block-8 .single .col.photo-col,
body.page-id-15633 .main .workstation-block-8 .single .col.photo-col,
body.page-id-15634 .main .workstation-block-8 .single .col.photo-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #4D144A;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-8 .single .col.photo-col,
body.page-id-15632 .main .workstation-block-8 .single .col.photo-col,
body.page-id-15633 .main .workstation-block-8 .single .col.photo-col,
body.page-id-15634 .main .workstation-block-8 .single .col.photo-col {
    justify-content: center;
  }
}
body.page-id-15568 .main .workstation-block-8 .single .col.photo-col:after,
body.page-id-15632 .main .workstation-block-8 .single .col.photo-col:after,
body.page-id-15633 .main .workstation-block-8 .single .col.photo-col:after,
body.page-id-15634 .main .workstation-block-8 .single .col.photo-col:after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(-86.46deg, rgba(217, 217, 217, 0), rgba(0, 0, 0, 0.28) 65.74%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-id-15568 .main .workstation-block-8 .single .col.photo-col .wrap,
body.page-id-15632 .main .workstation-block-8 .single .col.photo-col .wrap,
body.page-id-15633 .main .workstation-block-8 .single .col.photo-col .wrap,
body.page-id-15634 .main .workstation-block-8 .single .col.photo-col .wrap {
  max-width: 631px;
  padding: 79px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-8 .single .col.photo-col .wrap,
body.page-id-15632 .main .workstation-block-8 .single .col.photo-col .wrap,
body.page-id-15633 .main .workstation-block-8 .single .col.photo-col .wrap,
body.page-id-15634 .main .workstation-block-8 .single .col.photo-col .wrap {
    padding: 56px 40px;
  }
}
@media (max-width: 480px) {
  body.page-id-15568 .main .workstation-block-8 .single .col.photo-col .wrap,
body.page-id-15632 .main .workstation-block-8 .single .col.photo-col .wrap,
body.page-id-15633 .main .workstation-block-8 .single .col.photo-col .wrap,
body.page-id-15634 .main .workstation-block-8 .single .col.photo-col .wrap {
    padding: 56px 32px;
  }
}
body.page-id-15568 .main .workstation-block-8 .single .col.photo-col .wrap h2,
body.page-id-15632 .main .workstation-block-8 .single .col.photo-col .wrap h2,
body.page-id-15633 .main .workstation-block-8 .single .col.photo-col .wrap h2,
body.page-id-15634 .main .workstation-block-8 .single .col.photo-col .wrap h2 {
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
body.page-id-15568 .main .workstation-block-8 .single .col.photo-col .wrap span,
body.page-id-15632 .main .workstation-block-8 .single .col.photo-col .wrap span,
body.page-id-15633 .main .workstation-block-8 .single .col.photo-col .wrap span,
body.page-id-15634 .main .workstation-block-8 .single .col.photo-col .wrap span {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin: 8px 0 0;
  position: relative;
  z-index: 2;
}
body.page-id-15568 .main .workstation-block-8 .single .col.photo-col .wrap img,
body.page-id-15632 .main .workstation-block-8 .single .col.photo-col .wrap img,
body.page-id-15633 .main .workstation-block-8 .single .col.photo-col .wrap img,
body.page-id-15634 .main .workstation-block-8 .single .col.photo-col .wrap img {
  width: auto;
  height: auto;
  display: block;
  margin: 56px auto 0;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
body.page-id-15568 .main .workstation-block-8 .single .col.photo-col .wrap .bg-circle,
body.page-id-15632 .main .workstation-block-8 .single .col.photo-col .wrap .bg-circle,
body.page-id-15633 .main .workstation-block-8 .single .col.photo-col .wrap .bg-circle,
body.page-id-15634 .main .workstation-block-8 .single .col.photo-col .wrap .bg-circle {
  filter: blur(100px);
  border-radius: 50%;
  background-color: rgba(225, 27, 182, 0.5);
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
body.page-id-15568 .main .workstation-block-8 .single .col.photo-col .wrap .bg-circle:after,
body.page-id-15632 .main .workstation-block-8 .single .col.photo-col .wrap .bg-circle:after,
body.page-id-15633 .main .workstation-block-8 .single .col.photo-col .wrap .bg-circle:after,
body.page-id-15634 .main .workstation-block-8 .single .col.photo-col .wrap .bg-circle:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top {
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top {
    justify-content: center;
  }
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap {
  max-width: 631px;
  width: 100%;
  padding: 79px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap {
    padding: 56px 40px;
  }
}
@media (max-width: 480px) {
  body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap {
    padding: 56px 32px;
  }
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .features,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .features,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .features,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .features {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 508px;
  grid-gap: 32px;
}
@media (max-width: 400px) {
  body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .features,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .features,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .features,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .features {
    flex-direction: column;
    grid-gap: 20px;
    align-items: flex-start;
  }
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single {
  display: flex;
  flex-direction: column;
  grid-gap: 0;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(1) span,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(1) span,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(1) span,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(1) span {
  align-items: flex-start;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(1) span span,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(1) span span,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(1) span span,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(1) span span {
  font-size: 40px;
  font-size: 2.5rem;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(2) span,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(2) span,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(2) span,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(2) span {
  max-width: 117px;
  font-size: 40px;
  font-size: 2.5rem;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(3) span,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(3) span,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(3) span,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single:nth-child(3) span {
  align-items: baseline;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single span,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single span,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single span,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single span {
  display: flex;
  align-items: flex-end;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 900;
  color: #161616;
  line-height: 1;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single span span,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single span span,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single span span,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single span span {
  display: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  color: #E22319;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single p,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single p,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single p,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .features .single p {
  color: #424242;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  margin: 8px 0 0;
  opacity: 0.5;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .desc,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .desc,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .desc,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .desc {
  margin: 44px 0 0;
  max-width: 508px;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .desc p,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .desc p,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .desc p,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .desc p {
  color: #424242;
  font-size: 16px;
  font-size: 1rem;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .specs,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .specs,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .specs,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .specs {
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .top .wrap .specs span,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .top .wrap .specs span,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .top .wrap .specs span,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .top .wrap .specs span {
  display: block;
  color: #161616;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 9px 15px;
  background: #F0F0F0;
  border: 1px solid #D9D9D9;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom {
  background: #EEEEEE;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom {
    justify-content: center;
  }
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom .wrap,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom .wrap,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom .wrap,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom .wrap {
  max-width: 631px;
  width: 100%;
  padding: 70px 40px 60px;
  position: relative;
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom .wrap,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom .wrap,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom .wrap,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom .wrap {
    padding: 56px 40px;
  }
}
@media (max-width: 480px) {
  body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom .wrap,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom .wrap,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom .wrap,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom .wrap {
    padding: 56px 32px;
  }
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom .wrap .tops,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom .wrap .tops,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom .wrap .tops,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom .wrap .tops {
  display: flex;
  align-items: baseline;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom .wrap .tops span:nth-child(1),
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom .wrap .tops span:nth-child(1),
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom .wrap .tops span:nth-child(1),
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom .wrap .tops span:nth-child(1) {
  color: #E1140A;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom .wrap .tops span:nth-child(2),
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom .wrap .tops span:nth-child(2),
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom .wrap .tops span:nth-child(2),
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom .wrap .tops span:nth-child(2) {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #E1140A;
  line-height: 1;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom .wrap .total,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom .wrap .total,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom .wrap .total,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom .wrap .total {
  display: block;
  margin: 8px 0 0;
  color: #424242;
  opacity: 0.4;
  letter-spacing: 2px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  font-weight: 700;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc {
  margin: 19px 0 0;
  max-width: 480px;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc p,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc p,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc p,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc p {
  color: #424242;
  opacity: 0.7;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc-2,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc-2,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc-2,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc-2 {
  margin: 19px 0 0;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc-2 p,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc-2 p,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc-2 p,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc-2 p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #424242;
  line-height: 1.4;
}
body.page-id-15568 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc-2 p a,
body.page-id-15632 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc-2 p a,
body.page-id-15633 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc-2 p a,
body.page-id-15634 .main .workstation-block-8 .single .col.info-col .bottom .wrap .desc-2 p a {
  color: #E1140A;
  text-decoration: none;
}
body.page-id-15568 .main .workstation-block-9,
body.page-id-15632 .main .workstation-block-9,
body.page-id-15633 .main .workstation-block-9,
body.page-id-15634 .main .workstation-block-9 {
  padding: 76px 0 0;
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-9,
body.page-id-15632 .main .workstation-block-9,
body.page-id-15633 .main .workstation-block-9,
body.page-id-15634 .main .workstation-block-9 {
    padding: 64px 0 0;
  }
}
body.page-id-15568 .main .workstation-block-9 .wrapper h2, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container h2,
body.page-id-15632 .main .workstation-block-9 .wrapper h2,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container h2,
body.page-id-15633 .main .workstation-block-9 .wrapper h2,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container h2,
body.page-id-15634 .main .workstation-block-9 .wrapper h2,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container h2 {
  font-size: 44px;
  font-size: 2.75rem;
  width: 100%;
  max-width: 100%;
  text-align: left;
  color: #161616;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .desc, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .desc,
body.page-id-15632 .main .workstation-block-9 .wrapper .desc,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .desc,
body.page-id-15633 .main .workstation-block-9 .wrapper .desc,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .desc,
body.page-id-15634 .main .workstation-block-9 .wrapper .desc,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .desc {
  margin: 16px 0 0;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .desc p, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .desc p,
body.page-id-15632 .main .workstation-block-9 .wrapper .desc p,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .desc p,
body.page-id-15633 .main .workstation-block-9 .wrapper .desc p,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .desc p,
body.page-id-15634 .main .workstation-block-9 .wrapper .desc p,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .desc p {
  color: #424242;
  max-width: 602px;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid,
body.page-id-15632 .main .workstation-block-9 .wrapper .grid,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid,
body.page-id-15633 .main .workstation-block-9 .wrapper .grid,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid,
body.page-id-15634 .main .workstation-block-9 .wrapper .grid,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid {
  margin: 48px 0 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 14px;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single,
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single,
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single,
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single {
  background: #F3F3F3;
  padding: 15px 20px;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(1), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(2), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(3), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(4), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(1),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(2),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(3),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(4),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(1),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(2),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(3),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(4),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(1),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(2),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(3),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(4),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4) {
  width: calc(25% - 10.5px);
}
@media (max-width: 1024px) {
  body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(1), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(2), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(3), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(4), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(1),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(2),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(3),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(4),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(1),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(2),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(3),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(4),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(1),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(2),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(3),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(4),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4) {
    width: calc(33.3333333333% - 9.3333333333px);
  }
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(1), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(2), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(3), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(4), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(1),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(2),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(3),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(4),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(1),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(2),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(3),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(4),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(1),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(2),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(3),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(4),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4) {
    width: calc(50% - 7px);
  }
}
@media (max-width: 480px) {
  body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(1), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(2), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(3), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(4), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(1),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(2),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(3),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(4),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(1),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(2),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(3),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(4),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(1),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(1),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(2),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(2),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(3),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(3),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(3),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(4),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(4),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(4) {
    width: 100%;
  }
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(5), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(5), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(5), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(6), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(6), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(6), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(7), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(7), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(7),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(5),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(5),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(5),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(6),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(6),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(6),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(7),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(7),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(7),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(5),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(5),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(5),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(6),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(6),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(6),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(7),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(7),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(7),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(5),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(5),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(5),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(6),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(6),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(6),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(7),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(7),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(7) {
  width: calc(33.3333333333% - 9.3333333333px);
}
@media (max-width: 768px) {
  body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(5), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(5), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(5), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(6), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(6), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(6), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(7), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(7), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(7),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(5),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(5),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(5),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(6),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(6),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(6),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(7),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(7),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(7),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(5),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(5),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(5),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(6),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(6),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(6),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(7),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(7),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(7),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(5),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(5),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(5),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(6),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(6),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(6),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(7),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(7),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(7) {
    width: calc(50% - 7px);
  }
}
@media (max-width: 480px) {
  body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(5), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(5), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(5), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(6), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(6), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(6), body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single:nth-child(7), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(7), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(7),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(5),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(5),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(5),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(6),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(6),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(6),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single:nth-child(7),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(7),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(7),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(5),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(5),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(5),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(6),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(6),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(6),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single:nth-child(7),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(7),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(7),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(5),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(5),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(5),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(6),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(6),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(6),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single:nth-child(7),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single:nth-child(7),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single:nth-child(7) {
    width: 100%;
  }
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .tag, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .tag, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .tag,
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .tag,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .tag,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .tag,
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .tag,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .tag,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .tag,
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .tag,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .tag,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .tag {
  display: block;
  margin: 8px 0 0;
  color: #424242;
  opacity: 0.4;
  letter-spacing: 2px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  font-weight: 700;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .photo-wrap, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .photo-wrap, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .photo-wrap,
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .photo-wrap,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .photo-wrap,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .photo-wrap,
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .photo-wrap,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .photo-wrap,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .photo-wrap,
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .photo-wrap,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .photo-wrap,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .photo-wrap {
  margin: 32px auto 24px;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .photo-wrap img, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .photo-wrap img, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .photo-wrap img,
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .photo-wrap img,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .photo-wrap img,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .photo-wrap img,
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .photo-wrap img,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .photo-wrap img,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .photo-wrap img,
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .photo-wrap img,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .photo-wrap img,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .photo-wrap img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .line:nth-of-type(3), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line:nth-of-type(3), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .line:nth-of-type(3),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .line:nth-of-type(3),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line:nth-of-type(3),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .line:nth-of-type(3),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .line:nth-of-type(3),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line:nth-of-type(3),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .line:nth-of-type(3),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .line:nth-of-type(3),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line:nth-of-type(3),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .line:nth-of-type(3) {
  margin: 12px 0 18px;
  padding: 12px 0 12px;
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .line span, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line span, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .line span,
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .line span,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line span,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .line span,
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .line span,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line span,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .line span,
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .line span,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line span,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .line span {
  display: block;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .line span:nth-child(1), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line span:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .line span:nth-child(1),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .line span:nth-child(1),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line span:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .line span:nth-child(1),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .line span:nth-child(1),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line span:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .line span:nth-child(1),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .line span:nth-child(1),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line span:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .line span:nth-child(1) {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #161616;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .line span:nth-child(2), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line span:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .line span:nth-child(2),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .line span:nth-child(2),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line span:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .line span:nth-child(2),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .line span:nth-child(2),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line span:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .line span:nth-child(2),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .line span:nth-child(2),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .line span:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .line span:nth-child(2) {
  color: #424242;
  opacity: 0.55;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 3px 0 0;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .specs, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .specs,
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .specs,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .specs,
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .specs,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .specs,
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .specs,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .specs {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  padding: 0 0 16px;
  border-bottom: 1px solid #D9D9D9;
  margin: 0 0 10px;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs,
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs,
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs,
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs span, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs span, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs span,
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs span,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs span,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs span,
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs span,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs span,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs span,
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs span,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs span,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs span {
  display: block;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs span:nth-child(1), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs span:nth-child(1), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs span:nth-child(1),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs span:nth-child(1),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs span:nth-child(1),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs span:nth-child(1),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs span:nth-child(1),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs span:nth-child(1),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs span:nth-child(1),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs span:nth-child(1),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs span:nth-child(1),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs span:nth-child(1) {
  opacity: 0.5;
  color: #424242;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.5px;
  font-weight: 500;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs span:nth-child(2), body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs span:nth-child(2), #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs span:nth-child(2),
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs span:nth-child(2),
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs span:nth-child(2),
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs span:nth-child(2),
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs span:nth-child(2),
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs span:nth-child(2),
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs span:nth-child(2),
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .specs .single-specs span:nth-child(2),
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .specs .single-specs span:nth-child(2),
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .specs .single-specs span:nth-child(2) {
  color: #161616;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: 700;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .features, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .features, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .features,
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .features,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .features,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .features,
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .features,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .features,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .features,
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .features,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .features,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .features {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .grid .single .features span, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .features span, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .grid .single .features span,
body.page-id-15632 .main .workstation-block-9 .wrapper .grid .single .features span,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .features span,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .grid .single .features span,
body.page-id-15633 .main .workstation-block-9 .wrapper .grid .single .features span,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .features span,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .grid .single .features span,
body.page-id-15634 .main .workstation-block-9 .wrapper .grid .single .features span,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .grid .single .features span,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .grid .single .features span {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 4px 8px;
  background: #161616;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .disclaimer, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .disclaimer,
body.page-id-15632 .main .workstation-block-9 .wrapper .disclaimer,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .disclaimer,
body.page-id-15633 .main .workstation-block-9 .wrapper .disclaimer,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .disclaimer,
body.page-id-15634 .main .workstation-block-9 .wrapper .disclaimer,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .disclaimer {
  margin: 41px auto 0;
  max-width: 1200px;
}
body.page-id-15568 .main .workstation-block-9 .wrapper .disclaimer p, body.page-id-15568 .main .workstation-block-9 #cookie-notice .cookie-notice-container .disclaimer p, #cookie-notice body.page-id-15568 .main .workstation-block-9 .cookie-notice-container .disclaimer p,
body.page-id-15632 .main .workstation-block-9 .wrapper .disclaimer p,
body.page-id-15632 .main .workstation-block-9 #cookie-notice .cookie-notice-container .disclaimer p,
#cookie-notice body.page-id-15632 .main .workstation-block-9 .cookie-notice-container .disclaimer p,
body.page-id-15633 .main .workstation-block-9 .wrapper .disclaimer p,
body.page-id-15633 .main .workstation-block-9 #cookie-notice .cookie-notice-container .disclaimer p,
#cookie-notice body.page-id-15633 .main .workstation-block-9 .cookie-notice-container .disclaimer p,
body.page-id-15634 .main .workstation-block-9 .wrapper .disclaimer p,
body.page-id-15634 .main .workstation-block-9 #cookie-notice .cookie-notice-container .disclaimer p,
#cookie-notice body.page-id-15634 .main .workstation-block-9 .cookie-notice-container .disclaimer p {
  color: #424242;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

body.page-id-15849 .main .three-blocks-wrap,
body.page-id-15928 .main .three-blocks-wrap,
body.page-id-15930 .main .three-blocks-wrap,
body.page-id-15929 .main .three-blocks-wrap {
  background: linear-gradient(180deg, #e8dbe5, #d6cade);
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .headline-wrap, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .headline-wrap, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .headline-wrap,
body.page-id-15928 .main .thinkvision-products-section .wrapper .headline-wrap,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .headline-wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .headline-wrap,
body.page-id-15930 .main .thinkvision-products-section .wrapper .headline-wrap,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .headline-wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .headline-wrap,
body.page-id-15929 .main .thinkvision-products-section .wrapper .headline-wrap,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .headline-wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .headline-wrap {
  display: flex;
  align-items: baseline;
  grid-gap: 9px;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .headline-wrap h2, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .headline-wrap h2, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .headline-wrap h2,
body.page-id-15928 .main .thinkvision-products-section .wrapper .headline-wrap h2,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .headline-wrap h2,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .headline-wrap h2,
body.page-id-15930 .main .thinkvision-products-section .wrapper .headline-wrap h2,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .headline-wrap h2,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .headline-wrap h2,
body.page-id-15929 .main .thinkvision-products-section .wrapper .headline-wrap h2,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .headline-wrap h2,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .headline-wrap h2 {
  width: auto;
  max-width: inherit;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: left;
  color: #000000;
  margin: 0;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .headline-wrap span, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .headline-wrap span, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .headline-wrap span,
body.page-id-15928 .main .thinkvision-products-section .wrapper .headline-wrap span,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .headline-wrap span,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .headline-wrap span,
body.page-id-15930 .main .thinkvision-products-section .wrapper .headline-wrap span,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .headline-wrap span,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .headline-wrap span,
body.page-id-15929 .main .thinkvision-products-section .wrapper .headline-wrap span,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .headline-wrap span,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .headline-wrap span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .desc, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .desc,
body.page-id-15928 .main .thinkvision-products-section .wrapper .desc,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .desc,
body.page-id-15930 .main .thinkvision-products-section .wrapper .desc,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .desc,
body.page-id-15929 .main .thinkvision-products-section .wrapper .desc,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .desc {
  margin: 14px 0 0;
  max-width: 664px;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .desc p, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .desc p,
body.page-id-15928 .main .thinkvision-products-section .wrapper .desc p,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .desc p,
body.page-id-15930 .main .thinkvision-products-section .wrapper .desc p,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .desc p,
body.page-id-15929 .main .thinkvision-products-section .wrapper .desc p,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .desc p {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid {
  margin: 74px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 23px;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 48px 0 0;
  }
}
@media (max-width: 600px) {
  body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap {
  padding: 40px 24px 0;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap {
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap {
    height: 160px;
  }
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap img, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap img,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap img,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap img,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .title, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title {
  display: block;
  color: #000000;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 24px 0 0;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .desc, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc {
  color: #888888;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 5px 0 0;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech {
  margin: 14px 0 40px;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  grid-gap: 12px;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span {
  display: block;
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2), body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2), #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2) {
  color: #000000;
  text-align: right;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.red, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.red,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.red,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.red,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red {
  color: #E60012;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey {
  color: #555555;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .link, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .link,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .link,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .link,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .link,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .link,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .link,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .link {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  padding: 15px 0;
  display: flex;
  justify-content: center;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .link a, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .link a,
body.page-id-15928 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .link a,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .link a,
body.page-id-15930 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .link a,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .link a,
body.page-id-15929 .main .thinkvision-products-section .wrapper .thinkvision-products-grid .single .link a,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .thinkvision-products-grid .single .link a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #E60012;
}
body.page-id-15849 .main .thinkvision-products-section .wrapper .disclaimer, body.page-id-15849 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-15849 .main .thinkvision-products-section .cookie-notice-container .disclaimer,
body.page-id-15928 .main .thinkvision-products-section .wrapper .disclaimer,
body.page-id-15928 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15928 .main .thinkvision-products-section .cookie-notice-container .disclaimer,
body.page-id-15930 .main .thinkvision-products-section .wrapper .disclaimer,
body.page-id-15930 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15930 .main .thinkvision-products-section .cookie-notice-container .disclaimer,
body.page-id-15929 .main .thinkvision-products-section .wrapper .disclaimer,
body.page-id-15929 .main .thinkvision-products-section #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15929 .main .thinkvision-products-section .cookie-notice-container .disclaimer {
  display: block;
  margin: 26px 0 0;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
body.page-id-15849 .main .thinkvision-block-1,
body.page-id-15928 .main .thinkvision-block-1,
body.page-id-15930 .main .thinkvision-block-1,
body.page-id-15929 .main .thinkvision-block-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 93px 0;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-1,
body.page-id-15928 .main .thinkvision-block-1,
body.page-id-15930 .main .thinkvision-block-1,
body.page-id-15929 .main .thinkvision-block-1 {
    padding: 64px 0;
  }
}
body.page-id-15849 .main .thinkvision-block-1 .wrapper, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container,
body.page-id-15928 .main .thinkvision-block-1 .wrapper,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container,
body.page-id-15930 .main .thinkvision-block-1 .wrapper,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container,
body.page-id-15929 .main .thinkvision-block-1 .wrapper,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  grid-gap: 32px;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-1 .wrapper, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container,
body.page-id-15928 .main .thinkvision-block-1 .wrapper,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container,
body.page-id-15930 .main .thinkvision-block-1 .wrapper,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container,
body.page-id-15929 .main .thinkvision-block-1 .wrapper,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container {
    flex-direction: column;
    grid-gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body.page-id-15849 .main .thinkvision-block-1 .wrapper .left, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container .left,
body.page-id-15928 .main .thinkvision-block-1 .wrapper .left,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container .left,
body.page-id-15930 .main .thinkvision-block-1 .wrapper .left,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container .left,
body.page-id-15929 .main .thinkvision-block-1 .wrapper .left,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container .left {
  max-width: 756px;
  width: 100%;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-1 .wrapper .left, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container .left,
body.page-id-15928 .main .thinkvision-block-1 .wrapper .left,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container .left,
body.page-id-15930 .main .thinkvision-block-1 .wrapper .left,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container .left,
body.page-id-15929 .main .thinkvision-block-1 .wrapper .left,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container .left {
    max-width: 100%;
  }
}
body.page-id-15849 .main .thinkvision-block-1 .wrapper .left h1, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15928 .main .thinkvision-block-1 .wrapper .left h1,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15930 .main .thinkvision-block-1 .wrapper .left h1,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15929 .main .thinkvision-block-1 .wrapper .left h1,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container .left h1 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.05;
}
@media (max-width: 1440px) {
  body.page-id-15849 .main .thinkvision-block-1 .wrapper .left h1, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15928 .main .thinkvision-block-1 .wrapper .left h1,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15930 .main .thinkvision-block-1 .wrapper .left h1,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15929 .main .thinkvision-block-1 .wrapper .left h1,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container .left h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-1 .wrapper .left h1, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15928 .main .thinkvision-block-1 .wrapper .left h1,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15930 .main .thinkvision-block-1 .wrapper .left h1,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container .left h1,
body.page-id-15929 .main .thinkvision-block-1 .wrapper .left h1,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container .left h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.page-id-15849 .main .thinkvision-block-1 .wrapper .left h1 span, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1 span, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container .left h1 span,
body.page-id-15928 .main .thinkvision-block-1 .wrapper .left h1 span,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1 span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container .left h1 span,
body.page-id-15930 .main .thinkvision-block-1 .wrapper .left h1 span,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1 span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container .left h1 span,
body.page-id-15929 .main .thinkvision-block-1 .wrapper .left h1 span,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left h1 span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container .left h1 span {
  color: #E60012;
}
body.page-id-15849 .main .thinkvision-block-1 .wrapper .left .desc, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container .left .desc,
body.page-id-15928 .main .thinkvision-block-1 .wrapper .left .desc,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container .left .desc,
body.page-id-15930 .main .thinkvision-block-1 .wrapper .left .desc,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container .left .desc,
body.page-id-15929 .main .thinkvision-block-1 .wrapper .left .desc,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container .left .desc {
  margin: 32px 0 0;
  max-width: 674px;
  width: 100%;
}
body.page-id-15849 .main .thinkvision-block-1 .wrapper .left .desc p, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc p, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container .left .desc p,
body.page-id-15928 .main .thinkvision-block-1 .wrapper .left .desc p,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container .left .desc p,
body.page-id-15930 .main .thinkvision-block-1 .wrapper .left .desc p,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container .left .desc p,
body.page-id-15929 .main .thinkvision-block-1 .wrapper .left .desc p,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container .left .desc p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
body.page-id-15849 .main .thinkvision-block-1 .wrapper .right, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container .right,
body.page-id-15928 .main .thinkvision-block-1 .wrapper .right,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container .right,
body.page-id-15930 .main .thinkvision-block-1 .wrapper .right,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container .right,
body.page-id-15929 .main .thinkvision-block-1 .wrapper .right,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container .right {
  flex: none;
}
body.page-id-15849 .main .thinkvision-block-1 .wrapper .right img, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right img, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container .right img,
body.page-id-15928 .main .thinkvision-block-1 .wrapper .right img,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container .right img,
body.page-id-15930 .main .thinkvision-block-1 .wrapper .right img,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container .right img,
body.page-id-15929 .main .thinkvision-block-1 .wrapper .right img,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container .right img {
  height: 63px;
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-1 .wrapper .right img, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right img, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container .right img,
body.page-id-15928 .main .thinkvision-block-1 .wrapper .right img,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container .right img,
body.page-id-15930 .main .thinkvision-block-1 .wrapper .right img,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container .right img,
body.page-id-15929 .main .thinkvision-block-1 .wrapper .right img,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container .right img {
    height: 53px;
  }
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-1 .wrapper .right img, body.page-id-15849 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right img, #cookie-notice body.page-id-15849 .main .thinkvision-block-1 .cookie-notice-container .right img,
body.page-id-15928 .main .thinkvision-block-1 .wrapper .right img,
body.page-id-15928 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-15928 .main .thinkvision-block-1 .cookie-notice-container .right img,
body.page-id-15930 .main .thinkvision-block-1 .wrapper .right img,
body.page-id-15930 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-15930 .main .thinkvision-block-1 .cookie-notice-container .right img,
body.page-id-15929 .main .thinkvision-block-1 .wrapper .right img,
body.page-id-15929 .main .thinkvision-block-1 #cookie-notice .cookie-notice-container .right img,
#cookie-notice body.page-id-15929 .main .thinkvision-block-1 .cookie-notice-container .right img {
    height: 43px;
  }
}
body.page-id-15849 .main .thinkvision-block-2,
body.page-id-15928 .main .thinkvision-block-2,
body.page-id-15930 .main .thinkvision-block-2,
body.page-id-15929 .main .thinkvision-block-2 {
  background: linear-gradient(180deg, #e8dbe5, #d6cade);
  padding: 54px 0;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-2,
body.page-id-15928 .main .thinkvision-block-2,
body.page-id-15930 .main .thinkvision-block-2,
body.page-id-15929 .main .thinkvision-block-2 {
    padding: 64px 0;
  }
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper h2, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container h2,
body.page-id-15928 .main .thinkvision-block-2 .wrapper h2,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container h2,
body.page-id-15930 .main .thinkvision-block-2 .wrapper h2,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container h2,
body.page-id-15929 .main .thinkvision-block-2 .wrapper h2,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container h2 {
  text-align: center;
  max-width: 100%;
  width: 100%;
  color: #161616;
  margin: 0;
  font-size: 36px;
  font-size: 2.25rem;
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 32px;
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small {
    grid-gap: 0;
  }
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-1, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-1,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-1,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-1,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 {
    order: 2;
    width: calc(50% - 16px);
    margin: 0 32px 0 0;
  }
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-1, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-1,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-1,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-1,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 {
    width: 100%;
    margin: 0;
  }
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single {
  text-align: right;
  border-right: 2px solid rgba(230, 0, 18, 0.15);
  padding: 0 26px 0 0;
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single {
    text-align: left;
  }
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single:last-child, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single:last-child, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single:last-child,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single:last-child,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single:last-child,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single:last-child,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single:last-child,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single:last-child,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single:last-child,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single:last-child,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single:last-child,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single:last-child {
    border: none;
    border-bottom: 2px solid rgba(230, 0, 18, 0.15);
  }
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single {
    padding: 0 0 26px;
    border: none;
    border-bottom: 2px solid rgba(230, 0, 18, 0.15);
  }
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single {
    padding: 20px 0;
  }
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single span, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single span,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single span,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single span,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single span,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single span,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single span,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single span {
  justify-content: flex-end;
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single span, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single span,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single span,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single span,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single span,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single span,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-1 .single span,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-1 .single span {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-2, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-2,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-2,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-2,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 {
    order: 3;
    width: calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-2, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-2,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-2,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-2,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 {
    width: 100%;
  }
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single {
  border-left: 2px solid rgba(230, 0, 18, 0.15);
  padding: 0 0 0 26px;
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single:last-child, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single:last-child, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single:last-child,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single:last-child,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single:last-child,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single:last-child,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single:last-child,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single:last-child,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single:last-child,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single:last-child,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single:last-child,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single:last-child {
    border: none;
  }
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single {
    padding: 0 0 26px;
    border: none;
    border-bottom: 2px solid rgba(230, 0, 18, 0.15);
  }
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small.small-2 .single,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small.small-2 .single {
    padding: 20px 0;
  }
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small .single, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small .single,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small .single,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small .single,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single {
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  width: 286px;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small .single, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small .single,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small .single,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small .single,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single {
    width: auto;
  }
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small .single span, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single span, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single span,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small .single span,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single span,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small .single span,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single span,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small .single span,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single span {
  display: flex;
  align-items: baseline;
  color: #e60012;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 900;
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small .single span span, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single span span, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single span span,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small .single span span,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single span span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single span span,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small .single span span,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single span span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single span span,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small .single span span,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single span span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single span span {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  font-weight: 400;
  margin: 0 0 0 2px;
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .small .single p, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single p, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single p,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .small .single p,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single p,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single p,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .small .single p,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single p,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single p,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .small .single p,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .small .single p,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .small .single p {
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .big, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .big,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .big,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .big,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .big,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .big,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .big,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .big {
  padding: 24px 40px 0;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .big, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .big,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .big,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .big,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .big,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .big,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .big,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .big {
    order: 1;
    width: 100%;
    margin: 0 0 32px;
    max-width: 500px;
  }
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .big img, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big img, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .big img,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .big img,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big img,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .big img,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .big img,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big img,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .big img,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .big img,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big img,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .big img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-2 .wrapper .wrap .big img, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big img, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .wrap .big img,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .wrap .big img,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big img,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .wrap .big img,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .wrap .big img,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big img,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .wrap .big img,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .wrap .big img,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .wrap .big img,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .wrap .big img {
    margin: 0 auto;
  }
}
body.page-id-15849 .main .thinkvision-block-2 .wrapper .disclaimer, body.page-id-15849 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-15849 .main .thinkvision-block-2 .cookie-notice-container .disclaimer,
body.page-id-15928 .main .thinkvision-block-2 .wrapper .disclaimer,
body.page-id-15928 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15928 .main .thinkvision-block-2 .cookie-notice-container .disclaimer,
body.page-id-15930 .main .thinkvision-block-2 .wrapper .disclaimer,
body.page-id-15930 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15930 .main .thinkvision-block-2 .cookie-notice-container .disclaimer,
body.page-id-15929 .main .thinkvision-block-2 .wrapper .disclaimer,
body.page-id-15929 .main .thinkvision-block-2 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15929 .main .thinkvision-block-2 .cookie-notice-container .disclaimer {
  display: block;
  width: 100%;
  max-width: 557px;
  margin: 24px auto 0;
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.56;
  text-align: center;
}
body.page-id-15849 .main .thinkvision-block-3,
body.page-id-15928 .main .thinkvision-block-3,
body.page-id-15930 .main .thinkvision-block-3,
body.page-id-15929 .main .thinkvision-block-3 {
  padding: 68px 0;
  background: linear-gradient(90deg, #4e1347, #6d1522);
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-3,
body.page-id-15928 .main .thinkvision-block-3,
body.page-id-15930 .main .thinkvision-block-3,
body.page-id-15929 .main .thinkvision-block-3 {
    padding: 64px 0;
  }
}
body.page-id-15849 .main .thinkvision-block-3 .wrapper h2, body.page-id-15849 .main .thinkvision-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15849 .main .thinkvision-block-3 .cookie-notice-container h2,
body.page-id-15928 .main .thinkvision-block-3 .wrapper h2,
body.page-id-15928 .main .thinkvision-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15928 .main .thinkvision-block-3 .cookie-notice-container h2,
body.page-id-15930 .main .thinkvision-block-3 .wrapper h2,
body.page-id-15930 .main .thinkvision-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15930 .main .thinkvision-block-3 .cookie-notice-container h2,
body.page-id-15929 .main .thinkvision-block-3 .wrapper h2,
body.page-id-15929 .main .thinkvision-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15929 .main .thinkvision-block-3 .cookie-notice-container h2 {
  color: #ffffff;
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}
body.page-id-15849 .main .thinkvision-block-3 .wrapper .video-wrap, body.page-id-15849 .main .thinkvision-block-3 #cookie-notice .cookie-notice-container .video-wrap, #cookie-notice body.page-id-15849 .main .thinkvision-block-3 .cookie-notice-container .video-wrap,
body.page-id-15928 .main .thinkvision-block-3 .wrapper .video-wrap,
body.page-id-15928 .main .thinkvision-block-3 #cookie-notice .cookie-notice-container .video-wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-block-3 .cookie-notice-container .video-wrap,
body.page-id-15930 .main .thinkvision-block-3 .wrapper .video-wrap,
body.page-id-15930 .main .thinkvision-block-3 #cookie-notice .cookie-notice-container .video-wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-block-3 .cookie-notice-container .video-wrap,
body.page-id-15929 .main .thinkvision-block-3 .wrapper .video-wrap,
body.page-id-15929 .main .thinkvision-block-3 #cookie-notice .cookie-notice-container .video-wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-block-3 .cookie-notice-container .video-wrap {
  margin: 60px auto 0;
  width: 100%;
  max-width: 958px;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-3 .wrapper .video-wrap, body.page-id-15849 .main .thinkvision-block-3 #cookie-notice .cookie-notice-container .video-wrap, #cookie-notice body.page-id-15849 .main .thinkvision-block-3 .cookie-notice-container .video-wrap,
body.page-id-15928 .main .thinkvision-block-3 .wrapper .video-wrap,
body.page-id-15928 .main .thinkvision-block-3 #cookie-notice .cookie-notice-container .video-wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-block-3 .cookie-notice-container .video-wrap,
body.page-id-15930 .main .thinkvision-block-3 .wrapper .video-wrap,
body.page-id-15930 .main .thinkvision-block-3 #cookie-notice .cookie-notice-container .video-wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-block-3 .cookie-notice-container .video-wrap,
body.page-id-15929 .main .thinkvision-block-3 .wrapper .video-wrap,
body.page-id-15929 .main .thinkvision-block-3 #cookie-notice .cookie-notice-container .video-wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-block-3 .cookie-notice-container .video-wrap {
    margin: 40px auto 0;
  }
}
body.page-id-15849 .main .thinkvision-block-4,
body.page-id-15928 .main .thinkvision-block-4,
body.page-id-15930 .main .thinkvision-block-4,
body.page-id-15929 .main .thinkvision-block-4 {
  background: linear-gradient(180deg, #e8dbe5, #d6cade);
  padding: 0;
}
body.page-id-15849 .main .thinkvision-block-4 .single-row,
body.page-id-15928 .main .thinkvision-block-4 .single-row,
body.page-id-15930 .main .thinkvision-block-4 .single-row,
body.page-id-15929 .main .thinkvision-block-4 .single-row {
  padding: 68px 0;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-4 .single-row,
body.page-id-15928 .main .thinkvision-block-4 .single-row,
body.page-id-15930 .main .thinkvision-block-4 .single-row,
body.page-id-15929 .main .thinkvision-block-4 .single-row {
    padding: 56px 0;
  }
}
body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2),
body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2),
body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2),
body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) {
  background-color: rgba(0, 0, 0, 0.02);
}
body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-photo, body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-photo, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-photo,
body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-photo,
body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-photo,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-photo,
body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-photo,
body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-photo,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-photo,
body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-photo,
body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-photo,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-photo {
  order: 2;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-photo, body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-photo, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-photo,
body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-photo,
body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-photo,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-photo,
body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-photo,
body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-photo,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-photo,
body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-photo,
body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-photo,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-photo {
    order: 1;
  }
}
body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-info, body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-info, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-info,
body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-info,
body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-info,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-info,
body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-info,
body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-info,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-info,
body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-info,
body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-info,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-info {
  order: 1;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-info, body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-info, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-info,
body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-info,
body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-info,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-info,
body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-info,
body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-info,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-info,
body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .wrapper .wrap .col-info,
body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) #cookie-notice .cookie-notice-container .wrap .col-info,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row:nth-of-type(2n + 2) .cookie-notice-container .wrap .col-info {
    order: 2;
  }
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper h2, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container h2,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper h2,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container h2,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper h2,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container h2,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper h2,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container h2 {
  max-width: 770px;
  width: 100%;
  text-align: left;
  color: #161616;
  margin: 0 0 48px;
  font-size: 36px;
  font-size: 2.25rem;
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap {
  display: grid;
  grid-gap: 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 24px;
  }
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo {
    max-width: 500px;
    margin: 0 auto;
  }
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo img, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo img, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo img,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo img,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo img,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo img,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo img,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo img,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo img,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo img,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo img,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  align-self: center;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo img, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo img, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo img,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo img,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo img,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo img,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo img,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo img,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo img,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo img,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo img,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo img {
    margin: 0 auto;
  }
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons {
  display: flex;
  align-items: flex-start;
  grid-gap: 44px;
  align-self: center;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons {
    grid-gap: 24px;
  }
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons .single img, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons .single img, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons .single img,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons .single img,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons .single img,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons .single img,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons .single img,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons .single img,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons .single img,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons .single img,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons .single img,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons .single img {
  width: 116px;
  height: auto;
  display: block;
  margin: 0 auto;
  align-self: inherit;
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons .single span, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons .single span, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons .single span,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons .single span,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons .single span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons .single span,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons .single span,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons .single span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons .single span,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-photo .icons .single span,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-photo .icons .single span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-photo .icons .single span {
  display: block;
  margin: 18px 0 0;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666;
  max-width: 116px;
  width: 100%;
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info {
  align-self: center;
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .red, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .red, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .red,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .red,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .red,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .red,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .red,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .red,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .red,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .red,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .red,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .red {
  display: block;
  color: #E60012;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .red-disclaimer, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .red-disclaimer, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .red-disclaimer,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .red-disclaimer,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .red-disclaimer,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .red-disclaimer,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .red-disclaimer,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .red-disclaimer,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .red-disclaimer,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .red-disclaimer,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .red-disclaimer,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .red-disclaimer {
  display: block;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin: 4px 0 21px;
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .feature, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .feature, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .feature,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .feature,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .feature,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .feature,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .feature,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .feature,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .feature,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .feature,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .feature,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .feature {
  color: #1A1A1A;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .desc, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .desc, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .desc,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .desc,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .desc,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .desc,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .desc,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .desc,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .desc,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .desc,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .desc,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .desc {
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .desc p, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .desc p, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .desc p,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .desc p,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .desc p,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .desc p,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .desc p,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .desc p,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .desc p,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .desc p,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .desc p,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .desc p {
  color: #555555;
  line-height: 1.5;
  margin: 0;
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .tags, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .tags, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .tags,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .tags,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .tags,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .tags,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .tags,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .tags,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .tags,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .tags,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .tags,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .tags {
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .tags span, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .tags span, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .tags span,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .tags span,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .tags span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .tags span,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .tags span,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .tags span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .tags span,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .tags span,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .tags span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .tags span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-weight: 500;
  line-height: 1;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background: #ffffff;
}
body.page-id-15849 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .disclaimer, body.page-id-15849 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .disclaimer, #cookie-notice body.page-id-15849 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .disclaimer,
body.page-id-15928 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .disclaimer,
body.page-id-15928 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .disclaimer,
#cookie-notice body.page-id-15928 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .disclaimer,
body.page-id-15930 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .disclaimer,
body.page-id-15930 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .disclaimer,
#cookie-notice body.page-id-15930 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .disclaimer,
body.page-id-15929 .main .thinkvision-block-4 .single-row .wrapper .wrap .col-info .disclaimer,
body.page-id-15929 .main .thinkvision-block-4 .single-row #cookie-notice .cookie-notice-container .wrap .col-info .disclaimer,
#cookie-notice body.page-id-15929 .main .thinkvision-block-4 .single-row .cookie-notice-container .wrap .col-info .disclaimer {
  display: block;
  width: 100%;
  max-width: 545px;
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
  line-height: 1.5;
}
body.page-id-15849 .main .thinkvision-block-5,
body.page-id-15928 .main .thinkvision-block-5,
body.page-id-15930 .main .thinkvision-block-5,
body.page-id-15929 .main .thinkvision-block-5 {
  padding: 68px 0;
  background: #220724;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-5,
body.page-id-15928 .main .thinkvision-block-5,
body.page-id-15930 .main .thinkvision-block-5,
body.page-id-15929 .main .thinkvision-block-5 {
    padding: 64px 0;
  }
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper h2, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container h2,
body.page-id-15928 .main .thinkvision-block-5 .wrapper h2,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container h2,
body.page-id-15930 .main .thinkvision-block-5 .wrapper h2,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container h2,
body.page-id-15929 .main .thinkvision-block-5 .wrapper h2,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container h2 {
  color: #ffffff;
  text-align: center;
  max-width: 700px;
  width: 100%;
  line-height: 1.1;
  font-size: 36px;
  font-size: 2.25rem;
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 32px;
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small {
    grid-gap: 0;
  }
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-1, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-1,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-1,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-1,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 {
    order: 2;
    width: calc(50% - 16px);
    margin: 0 32px 0 0;
  }
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-1, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-1,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-1,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-1,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 {
    width: 100%;
    margin: 0;
  }
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single {
  text-align: right;
  border-right: 2px solid #E60012;
  padding: 0 26px 0 0;
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single {
    text-align: left;
  }
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single:last-child, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single:last-child, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single:last-child,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single:last-child,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single:last-child,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single:last-child,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single:last-child,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single:last-child,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single:last-child,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single:last-child,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single:last-child,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single:last-child {
    border: none;
    border-bottom: 2px solid #E60012;
  }
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single {
    padding: 0 0 26px;
    border: none;
    border-bottom: 2px solid #E60012;
  }
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single {
    padding: 20px 0;
  }
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single span, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single span,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single span,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single span,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single span,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single span,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single span,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single span {
  justify-content: flex-end;
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single span, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single span,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single span,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single span,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single span,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single span,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-1 .single span,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-1 .single span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-1 .single span {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-2, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-2,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-2,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-2,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 {
    order: 3;
    width: calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-2, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-2,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-2,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-2,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 {
    width: 100%;
  }
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single {
  border-left: 2px solid #E60012;
  padding: 0 0 0 26px;
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single:last-child, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single:last-child, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single:last-child,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single:last-child,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single:last-child,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single:last-child,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single:last-child,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single:last-child,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single:last-child,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single:last-child,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single:last-child,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single:last-child {
    border: none;
  }
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single {
    padding: 0 0 26px;
    border: none;
    border-bottom: 2px solid #E60012;
  }
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small.small-2 .single,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small.small-2 .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small.small-2 .single {
    padding: 20px 0;
  }
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small .single, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small .single,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small .single,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small .single,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single {
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  width: 404px;
}
@media (max-width: 1280px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small .single, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small .single,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small .single,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small .single,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single {
    width: 330px;
  }
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small .single, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small .single,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small .single,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small .single,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single {
    width: auto;
  }
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small .single span, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single span, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single span,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small .single span,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single span,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small .single span,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single span,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small .single span,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single span {
  display: flex;
  align-items: baseline;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .small .single p, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single p, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single p,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .small .single p,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single p,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single p,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .small .single p,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single p,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single p,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .small .single p,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .small .single p,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .small .single p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.1;
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .big, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .big,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .big,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .big,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .big,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .big,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .big,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .big {
  padding: 0 48px;
  width: 100%;
  max-width: 381px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .big, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .big,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .big,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .big,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .big,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .big,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .big,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .big {
    order: 1;
    width: 100%;
    margin: 0 0 32px;
    max-width: 500px;
  }
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .big span, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .big span,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .big span,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .big span,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span {
  display: block;
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1), body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1), #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1),
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1),
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1),
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1),
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1),
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1),
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1),
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1),
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1),
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1) {
  font-size: 120px;
  font-size: 7.5rem;
  display: inline-flex;
  color: #E60012;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.8px;
  grid-gap: 4px;
  align-items: baseline;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1), body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1), #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1),
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1),
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1),
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1),
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1),
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1),
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1),
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1),
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1),
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1) {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1) span, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1) span, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1) span,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1) span,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1) span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1) span,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1) span,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1) span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1) span,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1) span,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1) span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1) span {
  display: inherit;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1) span, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1) span, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1) span,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1) span,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1) span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1) span,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1) span,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1) span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1) span,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(1) span,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(1) span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(1) span {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(2), body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(2), #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(2),
body.page-id-15928 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(2),
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(2),
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(2),
body.page-id-15930 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(2),
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(2),
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(2),
body.page-id-15929 .main .thinkvision-block-5 .wrapper .wrap .big span:nth-child(2),
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .wrap .big span:nth-child(2),
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .wrap .big span:nth-child(2) {
  margin: 8px 0 0;
  text-align: center;
  max-width: 154px;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}
body.page-id-15849 .main .thinkvision-block-5 .wrapper .disclaimer, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .disclaimer,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .disclaimer,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .disclaimer,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .disclaimer,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .disclaimer,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .disclaimer,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .disclaimer {
  display: block;
  width: 100%;
  margin: 64px auto 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.56;
  text-align: center;
}
@media (max-width: 480px) {
  body.page-id-15849 .main .thinkvision-block-5 .wrapper .disclaimer, body.page-id-15849 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-15849 .main .thinkvision-block-5 .cookie-notice-container .disclaimer,
body.page-id-15928 .main .thinkvision-block-5 .wrapper .disclaimer,
body.page-id-15928 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15928 .main .thinkvision-block-5 .cookie-notice-container .disclaimer,
body.page-id-15930 .main .thinkvision-block-5 .wrapper .disclaimer,
body.page-id-15930 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15930 .main .thinkvision-block-5 .cookie-notice-container .disclaimer,
body.page-id-15929 .main .thinkvision-block-5 .wrapper .disclaimer,
body.page-id-15929 .main .thinkvision-block-5 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15929 .main .thinkvision-block-5 .cookie-notice-container .disclaimer {
    margin: 32px auto 0;
  }
}
body.page-id-15849 .main .thinkvision-block-6,
body.page-id-15928 .main .thinkvision-block-6,
body.page-id-15930 .main .thinkvision-block-6,
body.page-id-15929 .main .thinkvision-block-6 {
  padding: 110px 0 0;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-6,
body.page-id-15928 .main .thinkvision-block-6,
body.page-id-15930 .main .thinkvision-block-6,
body.page-id-15929 .main .thinkvision-block-6 {
    padding: 80px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-6,
body.page-id-15928 .main .thinkvision-block-6,
body.page-id-15930 .main .thinkvision-block-6,
body.page-id-15929 .main .thinkvision-block-6 {
    padding: 64px 0 0;
  }
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper h2, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container h2,
body.page-id-15928 .main .thinkvision-block-6 .wrapper h2,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container h2,
body.page-id-15930 .main .thinkvision-block-6 .wrapper h2,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container h2,
body.page-id-15929 .main .thinkvision-block-6 .wrapper h2,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container h2 {
  max-width: 719px;
  width: 100%;
  text-align: left;
  font-size: 36px;
  font-size: 2.25rem;
  color: #000000;
  margin: 0;
  line-height: 1.1;
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap {
  margin: 49px 0 0;
  display: flex;
  align-items: flex-start;
  grid-gap: 70px;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap {
    flex-direction: column;
  }
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .left, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .left,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .left,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .left,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .left,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .left,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .left,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .left {
  width: calc(47% - 35px);
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .left, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .left,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .left,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .left,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .left,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .left,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .left,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .left {
    width: 100%;
  }
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(1) .line, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(1) .line, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(1) .line,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(1) .line,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(1) .line,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(1) .line,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(1) .line,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(1) .line,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(1) .line,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(1) .line,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(1) .line,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(1) .line {
  background: #E60012;
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(2) .line, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(2) .line, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(2) .line,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(2) .line,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(2) .line,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(2) .line,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(2) .line,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(2) .line,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(2) .line,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(2) .line,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(2) .line,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(2) .line {
  background: #E60012;
  width: 95%;
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(3) .line, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(3) .line, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(3) .line,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(3) .line,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(3) .line,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(3) .line,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(3) .line,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(3) .line,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(3) .line,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(3) .line,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(3) .line,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(3) .line {
  background: rgba(230, 0, 18, 0.6);
  width: 60%;
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(4) .line, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(4) .line, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(4) .line,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(4) .line,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(4) .line,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(4) .line,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(4) .line,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(4) .line,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(4) .line,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .left .single:nth-child(4) .line,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single:nth-child(4) .line,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single:nth-child(4) .line {
  background: rgba(230, 0, 18, 0.35);
  width: 50%;
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .left .single span, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single span, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single span,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .left .single span,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single span,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .left .single span,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single span,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .left .single span,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.1;
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .left .single .line, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single .line, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single .line,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .left .single .line,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single .line,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single .line,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .left .single .line,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single .line,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single .line,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .left .single .line,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single .line,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single .line {
  margin: 6px 0 0;
  padding: 9px 14px;
  border-radius: 6px;
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .left .single .line span, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single .line span, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single .line span,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .left .single .line span,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single .line span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single .line span,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .left .single .line span,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single .line span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single .line span,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .left .single .line span,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single .line span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single .line span {
  display: block;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .left .single .line-disclaimer, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single .line-disclaimer, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single .line-disclaimer,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .left .single .line-disclaimer,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single .line-disclaimer,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single .line-disclaimer,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .left .single .line-disclaimer,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single .line-disclaimer,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single .line-disclaimer,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .left .single .line-disclaimer,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .left .single .line-disclaimer,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .left .single .line-disclaimer {
  margin: 6px 0 0;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.1;
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .right, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .right,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .right,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .right,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .right,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .right,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .right,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .right {
  width: calc(53% - 35px);
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .right, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .right,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .right,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .right,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .right,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .right,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .right,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .right {
    width: 100%;
  }
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .right .desc p, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .desc p, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .desc p,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .right .desc p,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .desc p,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .desc p,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .right .desc p,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .desc p,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .desc p,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .right .desc p,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .desc p,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .desc p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  color: #000000;
  line-height: 1.5;
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .right .grid, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .right .grid,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .right .grid,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .right .grid,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid {
  margin: 42px 0 0;
  grid-gap: 60px;
  grid-row-gap: 55px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .right .grid, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .right .grid,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .right .grid,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .right .grid,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid {
    grid-row-gap: 32px;
    grid-gap: 32px;
  }
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .right .grid .single span, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid .single span, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid .single span,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .right .grid .single span,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid .single span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid .single span,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .right .grid .single span,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid .single span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid .single span,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .right .grid .single span,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid .single span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid .single span {
  display: block;
  color: #7A126B;
  font-weight: 700;
  line-height: 1.1;
  font-size: 16px;
  font-size: 1rem;
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .wrap .right .grid .single p, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid .single p, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid .single p,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .wrap .right .grid .single p,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid .single p,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid .single p,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .wrap .right .grid .single p,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid .single p,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid .single p,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .wrap .right .grid .single p,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .wrap .right .grid .single p,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .wrap .right .grid .single p {
  margin: 5px 0 0;
  line-height: 1.42;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 256px;
}
body.page-id-15849 .main .thinkvision-block-6 .wrapper .disclaimer, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .disclaimer,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .disclaimer,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .disclaimer,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .disclaimer,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .disclaimer,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .disclaimer,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .disclaimer {
  margin: 83px 0 0;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-6 .wrapper .disclaimer, body.page-id-15849 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-15849 .main .thinkvision-block-6 .cookie-notice-container .disclaimer,
body.page-id-15928 .main .thinkvision-block-6 .wrapper .disclaimer,
body.page-id-15928 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15928 .main .thinkvision-block-6 .cookie-notice-container .disclaimer,
body.page-id-15930 .main .thinkvision-block-6 .wrapper .disclaimer,
body.page-id-15930 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15930 .main .thinkvision-block-6 .cookie-notice-container .disclaimer,
body.page-id-15929 .main .thinkvision-block-6 .wrapper .disclaimer,
body.page-id-15929 .main .thinkvision-block-6 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15929 .main .thinkvision-block-6 .cookie-notice-container .disclaimer {
    margin: 56px 0 0;
  }
}
body.page-id-15849 .main .thinkvision-block-7 .wrapper .top, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container .top,
body.page-id-15928 .main .thinkvision-block-7 .wrapper .top,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container .top,
body.page-id-15930 .main .thinkvision-block-7 .wrapper .top,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container .top,
body.page-id-15929 .main .thinkvision-block-7 .wrapper .top,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container .top {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-7 .wrapper .top, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container .top,
body.page-id-15928 .main .thinkvision-block-7 .wrapper .top,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container .top,
body.page-id-15930 .main .thinkvision-block-7 .wrapper .top,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container .top,
body.page-id-15929 .main .thinkvision-block-7 .wrapper .top,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container .top {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0;
  }
}
body.page-id-15849 .main .thinkvision-block-7 .wrapper .top .number, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container .top .number,
body.page-id-15928 .main .thinkvision-block-7 .wrapper .top .number,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container .top .number,
body.page-id-15930 .main .thinkvision-block-7 .wrapper .top .number,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container .top .number,
body.page-id-15929 .main .thinkvision-block-7 .wrapper .top .number,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container .top .number {
  display: inline-flex;
  font-size: 110px;
  font-size: 6.875rem;
  font-weight: 900;
  color: #E60012;
  letter-spacing: -4.4px;
  align-items: baseline;
  grid-gap: 3px;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-7 .wrapper .top .number, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container .top .number,
body.page-id-15928 .main .thinkvision-block-7 .wrapper .top .number,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container .top .number,
body.page-id-15930 .main .thinkvision-block-7 .wrapper .top .number,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container .top .number,
body.page-id-15929 .main .thinkvision-block-7 .wrapper .top .number,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container .top .number {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
body.page-id-15849 .main .thinkvision-block-7 .wrapper .top .number span, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number span, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container .top .number span,
body.page-id-15928 .main .thinkvision-block-7 .wrapper .top .number span,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container .top .number span,
body.page-id-15930 .main .thinkvision-block-7 .wrapper .top .number span,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container .top .number span,
body.page-id-15929 .main .thinkvision-block-7 .wrapper .top .number span,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container .top .number span {
  display: inline;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-7 .wrapper .top .number span, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number span, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container .top .number span,
body.page-id-15928 .main .thinkvision-block-7 .wrapper .top .number span,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container .top .number span,
body.page-id-15930 .main .thinkvision-block-7 .wrapper .top .number span,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container .top .number span,
body.page-id-15929 .main .thinkvision-block-7 .wrapper .top .number span,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .number span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container .top .number span {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
body.page-id-15849 .main .thinkvision-block-7 .wrapper .top .info h2, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .info h2, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container .top .info h2,
body.page-id-15928 .main .thinkvision-block-7 .wrapper .top .info h2,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .info h2,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container .top .info h2,
body.page-id-15930 .main .thinkvision-block-7 .wrapper .top .info h2,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .info h2,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container .top .info h2,
body.page-id-15929 .main .thinkvision-block-7 .wrapper .top .info h2,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .info h2,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container .top .info h2 {
  max-width: 800px;
  width: 100%;
  text-align: left;
  color: #000000;
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 0;
}
body.page-id-15849 .main .thinkvision-block-7 .wrapper .top .info .desc, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .info .desc, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container .top .info .desc,
body.page-id-15928 .main .thinkvision-block-7 .wrapper .top .info .desc,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .info .desc,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container .top .info .desc,
body.page-id-15930 .main .thinkvision-block-7 .wrapper .top .info .desc,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .info .desc,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container .top .info .desc,
body.page-id-15929 .main .thinkvision-block-7 .wrapper .top .info .desc,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .info .desc,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container .top .info .desc {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  margin: 24px 0 0;
}
body.page-id-15849 .main .thinkvision-block-7 .wrapper .top .info .desc p, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .info .desc p, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container .top .info .desc p,
body.page-id-15928 .main .thinkvision-block-7 .wrapper .top .info .desc p,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .info .desc p,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container .top .info .desc p,
body.page-id-15930 .main .thinkvision-block-7 .wrapper .top .info .desc p,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .info .desc p,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container .top .info .desc p,
body.page-id-15929 .main .thinkvision-block-7 .wrapper .top .info .desc p,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .top .info .desc p,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container .top .info .desc p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  max-width: 591px;
}
body.page-id-15849 .main .thinkvision-block-7 .wrapper img, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container img, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container img,
body.page-id-15928 .main .thinkvision-block-7 .wrapper img,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container img,
body.page-id-15930 .main .thinkvision-block-7 .wrapper img,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container img,
body.page-id-15929 .main .thinkvision-block-7 .wrapper img,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container img {
  margin: 24px 0 0 190px;
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100% - 190px);
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-7 .wrapper img, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container img, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container img,
body.page-id-15928 .main .thinkvision-block-7 .wrapper img,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container img,
body.page-id-15930 .main .thinkvision-block-7 .wrapper img,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container img,
body.page-id-15929 .main .thinkvision-block-7 .wrapper img,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container img,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container img {
    max-width: 100%;
    margin: 24px 0 0;
  }
}
body.page-id-15849 .main .thinkvision-block-7 .wrapper .disclaimer, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container .disclaimer,
body.page-id-15928 .main .thinkvision-block-7 .wrapper .disclaimer,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container .disclaimer,
body.page-id-15930 .main .thinkvision-block-7 .wrapper .disclaimer,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container .disclaimer,
body.page-id-15929 .main .thinkvision-block-7 .wrapper .disclaimer,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container .disclaimer {
  display: block;
  margin: 36px 0 0;
  color: #444444;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-7 .wrapper .disclaimer, body.page-id-15849 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-15849 .main .thinkvision-block-7 .cookie-notice-container .disclaimer,
body.page-id-15928 .main .thinkvision-block-7 .wrapper .disclaimer,
body.page-id-15928 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15928 .main .thinkvision-block-7 .cookie-notice-container .disclaimer,
body.page-id-15930 .main .thinkvision-block-7 .wrapper .disclaimer,
body.page-id-15930 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15930 .main .thinkvision-block-7 .cookie-notice-container .disclaimer,
body.page-id-15929 .main .thinkvision-block-7 .wrapper .disclaimer,
body.page-id-15929 .main .thinkvision-block-7 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-15929 .main .thinkvision-block-7 .cookie-notice-container .disclaimer {
    margin: 24px 0 0;
  }
}
body.page-id-15849 .main .thinkvision-block-8,
body.page-id-15928 .main .thinkvision-block-8,
body.page-id-15930 .main .thinkvision-block-8,
body.page-id-15929 .main .thinkvision-block-8 {
  padding: 0 0 100px;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-8,
body.page-id-15928 .main .thinkvision-block-8,
body.page-id-15930 .main .thinkvision-block-8,
body.page-id-15929 .main .thinkvision-block-8 {
    padding: 0 0 64px;
  }
}
body.page-id-15849 .main .thinkvision-block-8 .wrapper .thinkvision-products-grid, body.page-id-15849 .main .thinkvision-block-8 #cookie-notice .cookie-notice-container .thinkvision-products-grid, #cookie-notice body.page-id-15849 .main .thinkvision-block-8 .cookie-notice-container .thinkvision-products-grid,
body.page-id-15928 .main .thinkvision-block-8 .wrapper .thinkvision-products-grid,
body.page-id-15928 .main .thinkvision-block-8 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15928 .main .thinkvision-block-8 .cookie-notice-container .thinkvision-products-grid,
body.page-id-15930 .main .thinkvision-block-8 .wrapper .thinkvision-products-grid,
body.page-id-15930 .main .thinkvision-block-8 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15930 .main .thinkvision-block-8 .cookie-notice-container .thinkvision-products-grid,
body.page-id-15929 .main .thinkvision-block-8 .wrapper .thinkvision-products-grid,
body.page-id-15929 .main .thinkvision-block-8 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15929 .main .thinkvision-block-8 .cookie-notice-container .thinkvision-products-grid {
  margin: 24px 0 0;
  padding: 49px 0 0;
  border-top: 3px solid #E60012;
}
@media (max-width: 1024px) {
  body.page-id-15849 .main .thinkvision-block-8 .wrapper .thinkvision-products-grid, body.page-id-15849 .main .thinkvision-block-8 #cookie-notice .cookie-notice-container .thinkvision-products-grid, #cookie-notice body.page-id-15849 .main .thinkvision-block-8 .cookie-notice-container .thinkvision-products-grid,
body.page-id-15928 .main .thinkvision-block-8 .wrapper .thinkvision-products-grid,
body.page-id-15928 .main .thinkvision-block-8 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15928 .main .thinkvision-block-8 .cookie-notice-container .thinkvision-products-grid,
body.page-id-15930 .main .thinkvision-block-8 .wrapper .thinkvision-products-grid,
body.page-id-15930 .main .thinkvision-block-8 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15930 .main .thinkvision-block-8 .cookie-notice-container .thinkvision-products-grid,
body.page-id-15929 .main .thinkvision-block-8 .wrapper .thinkvision-products-grid,
body.page-id-15929 .main .thinkvision-block-8 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-15929 .main .thinkvision-block-8 .cookie-notice-container .thinkvision-products-grid {
    margin: 16px 0 0;
    padding: 33px 0 0;
  }
}
body.page-id-15849 .main .thinkvision-block-8 .wrapper .thinkvision-products-grid .single, body.page-id-15849 .main .thinkvision-block-8 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-8 .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-15928 .main .thinkvision-block-8 .wrapper .thinkvision-products-grid .single,
body.page-id-15928 .main .thinkvision-block-8 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-8 .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-15930 .main .thinkvision-block-8 .wrapper .thinkvision-products-grid .single,
body.page-id-15930 .main .thinkvision-block-8 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-8 .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-15929 .main .thinkvision-block-8 .wrapper .thinkvision-products-grid .single,
body.page-id-15929 .main .thinkvision-block-8 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-8 .cookie-notice-container .thinkvision-products-grid .single {
  background-color: rgba(243, 243, 243, 0.4);
  border: 1px solid transparent;
}
body.page-id-15849 .main .thinkvision-block-9,
body.page-id-15928 .main .thinkvision-block-9,
body.page-id-15930 .main .thinkvision-block-9,
body.page-id-15929 .main .thinkvision-block-9 {
  padding: 82px 0 82px;
  background: #F4F2EF;
  border-bottom: 3px solid #BBBBBB;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-9,
body.page-id-15928 .main .thinkvision-block-9,
body.page-id-15930 .main .thinkvision-block-9,
body.page-id-15929 .main .thinkvision-block-9 {
    padding: 64px 0 64px;
  }
}
body.page-id-15849 .main .thinkvision-block-9 .wrapper .headline-wrap h2, body.page-id-15849 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .headline-wrap h2, #cookie-notice body.page-id-15849 .main .thinkvision-block-9 .cookie-notice-container .headline-wrap h2,
body.page-id-15928 .main .thinkvision-block-9 .wrapper .headline-wrap h2,
body.page-id-15928 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .headline-wrap h2,
#cookie-notice body.page-id-15928 .main .thinkvision-block-9 .cookie-notice-container .headline-wrap h2,
body.page-id-15930 .main .thinkvision-block-9 .wrapper .headline-wrap h2,
body.page-id-15930 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .headline-wrap h2,
#cookie-notice body.page-id-15930 .main .thinkvision-block-9 .cookie-notice-container .headline-wrap h2,
body.page-id-15929 .main .thinkvision-block-9 .wrapper .headline-wrap h2,
body.page-id-15929 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .headline-wrap h2,
#cookie-notice body.page-id-15929 .main .thinkvision-block-9 .cookie-notice-container .headline-wrap h2 {
  color: #1A1A1A;
}
body.page-id-15849 .main .thinkvision-block-9 .wrapper .headline-wrap span, body.page-id-15849 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .headline-wrap span, #cookie-notice body.page-id-15849 .main .thinkvision-block-9 .cookie-notice-container .headline-wrap span,
body.page-id-15928 .main .thinkvision-block-9 .wrapper .headline-wrap span,
body.page-id-15928 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .headline-wrap span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-9 .cookie-notice-container .headline-wrap span,
body.page-id-15930 .main .thinkvision-block-9 .wrapper .headline-wrap span,
body.page-id-15930 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .headline-wrap span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-9 .cookie-notice-container .headline-wrap span,
body.page-id-15929 .main .thinkvision-block-9 .wrapper .headline-wrap span,
body.page-id-15929 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .headline-wrap span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-9 .cookie-notice-container .headline-wrap span {
  color: #999999;
}
body.page-id-15849 .main .thinkvision-block-9 .wrapper .desc p, body.page-id-15849 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15849 .main .thinkvision-block-9 .cookie-notice-container .desc p,
body.page-id-15928 .main .thinkvision-block-9 .wrapper .desc p,
body.page-id-15928 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15928 .main .thinkvision-block-9 .cookie-notice-container .desc p,
body.page-id-15930 .main .thinkvision-block-9 .wrapper .desc p,
body.page-id-15930 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15930 .main .thinkvision-block-9 .cookie-notice-container .desc p,
body.page-id-15929 .main .thinkvision-block-9 .wrapper .desc p,
body.page-id-15929 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15929 .main .thinkvision-block-9 .cookie-notice-container .desc p {
  color: #666666;
}
body.page-id-15849 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single, body.page-id-15849 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-15928 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single,
body.page-id-15928 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-15930 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single,
body.page-id-15930 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-15929 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single,
body.page-id-15929 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #e3e3e3;
}
body.page-id-15849 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .title, body.page-id-15849 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title, #cookie-notice body.page-id-15849 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15928 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15928 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
#cookie-notice body.page-id-15928 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15930 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15930 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
#cookie-notice body.page-id-15930 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15929 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15929 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
#cookie-notice body.page-id-15929 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title {
  color: #1A1A1A;
}
body.page-id-15849 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .desc, body.page-id-15849 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc, #cookie-notice body.page-id-15849 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15928 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15928 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
#cookie-notice body.page-id-15928 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15930 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15930 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
#cookie-notice body.page-id-15930 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15929 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15929 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
#cookie-notice body.page-id-15929 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc {
  color: #888888;
}
body.page-id-15849 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row, body.page-id-15849 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row, #cookie-notice body.page-id-15849 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15928 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15928 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
#cookie-notice body.page-id-15928 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15930 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15930 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
#cookie-notice body.page-id-15930 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15929 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15929 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
#cookie-notice body.page-id-15929 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
body.page-id-15849 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1), body.page-id-15849 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1), #cookie-notice body.page-id-15849 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
body.page-id-15928 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
body.page-id-15928 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
#cookie-notice body.page-id-15928 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
body.page-id-15930 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
body.page-id-15930 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
#cookie-notice body.page-id-15930 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
body.page-id-15929 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
body.page-id-15929 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
#cookie-notice body.page-id-15929 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1) {
  color: #999999;
}
body.page-id-15849 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2), body.page-id-15849 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2), #cookie-notice body.page-id-15849 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15928 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15928 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
#cookie-notice body.page-id-15928 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15930 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15930 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
#cookie-notice body.page-id-15930 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15929 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15929 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
#cookie-notice body.page-id-15929 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2) {
  color: #444444;
}
body.page-id-15849 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey, body.page-id-15849 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey, #cookie-notice body.page-id-15849 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15928 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15928 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
#cookie-notice body.page-id-15928 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15930 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15930 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
#cookie-notice body.page-id-15930 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15929 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15929 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
#cookie-notice body.page-id-15929 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey {
  color: #bbb;
}
body.page-id-15849 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .link a, body.page-id-15849 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a, #cookie-notice body.page-id-15849 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .link a,
body.page-id-15928 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .link a,
body.page-id-15928 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a,
#cookie-notice body.page-id-15928 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .link a,
body.page-id-15930 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .link a,
body.page-id-15930 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a,
#cookie-notice body.page-id-15930 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .link a,
body.page-id-15929 .main .thinkvision-block-9 .wrapper .thinkvision-products-grid .single .link a,
body.page-id-15929 .main .thinkvision-block-9 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a,
#cookie-notice body.page-id-15929 .main .thinkvision-block-9 .cookie-notice-container .thinkvision-products-grid .single .link a {
  color: #666666;
}
body.page-id-15849 .main .thinkvision-block-10,
body.page-id-15928 .main .thinkvision-block-10,
body.page-id-15930 .main .thinkvision-block-10,
body.page-id-15929 .main .thinkvision-block-10 {
  padding: 82px 0 82px;
  background: #F4F2EF;
}
@media (max-width: 768px) {
  body.page-id-15849 .main .thinkvision-block-10,
body.page-id-15928 .main .thinkvision-block-10,
body.page-id-15930 .main .thinkvision-block-10,
body.page-id-15929 .main .thinkvision-block-10 {
    padding: 64px 0 64px;
  }
}
body.page-id-15849 .main .thinkvision-block-10 .wrapper .headline-wrap h2, body.page-id-15849 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .headline-wrap h2, #cookie-notice body.page-id-15849 .main .thinkvision-block-10 .cookie-notice-container .headline-wrap h2,
body.page-id-15928 .main .thinkvision-block-10 .wrapper .headline-wrap h2,
body.page-id-15928 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .headline-wrap h2,
#cookie-notice body.page-id-15928 .main .thinkvision-block-10 .cookie-notice-container .headline-wrap h2,
body.page-id-15930 .main .thinkvision-block-10 .wrapper .headline-wrap h2,
body.page-id-15930 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .headline-wrap h2,
#cookie-notice body.page-id-15930 .main .thinkvision-block-10 .cookie-notice-container .headline-wrap h2,
body.page-id-15929 .main .thinkvision-block-10 .wrapper .headline-wrap h2,
body.page-id-15929 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .headline-wrap h2,
#cookie-notice body.page-id-15929 .main .thinkvision-block-10 .cookie-notice-container .headline-wrap h2 {
  color: #1A1A1A;
}
body.page-id-15849 .main .thinkvision-block-10 .wrapper .headline-wrap span, body.page-id-15849 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .headline-wrap span, #cookie-notice body.page-id-15849 .main .thinkvision-block-10 .cookie-notice-container .headline-wrap span,
body.page-id-15928 .main .thinkvision-block-10 .wrapper .headline-wrap span,
body.page-id-15928 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .headline-wrap span,
#cookie-notice body.page-id-15928 .main .thinkvision-block-10 .cookie-notice-container .headline-wrap span,
body.page-id-15930 .main .thinkvision-block-10 .wrapper .headline-wrap span,
body.page-id-15930 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .headline-wrap span,
#cookie-notice body.page-id-15930 .main .thinkvision-block-10 .cookie-notice-container .headline-wrap span,
body.page-id-15929 .main .thinkvision-block-10 .wrapper .headline-wrap span,
body.page-id-15929 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .headline-wrap span,
#cookie-notice body.page-id-15929 .main .thinkvision-block-10 .cookie-notice-container .headline-wrap span {
  color: #999999;
}
body.page-id-15849 .main .thinkvision-block-10 .wrapper .desc p, body.page-id-15849 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15849 .main .thinkvision-block-10 .cookie-notice-container .desc p,
body.page-id-15928 .main .thinkvision-block-10 .wrapper .desc p,
body.page-id-15928 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15928 .main .thinkvision-block-10 .cookie-notice-container .desc p,
body.page-id-15930 .main .thinkvision-block-10 .wrapper .desc p,
body.page-id-15930 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15930 .main .thinkvision-block-10 .cookie-notice-container .desc p,
body.page-id-15929 .main .thinkvision-block-10 .wrapper .desc p,
body.page-id-15929 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-15929 .main .thinkvision-block-10 .cookie-notice-container .desc p {
  color: #666666;
}
body.page-id-15849 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single, body.page-id-15849 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single, #cookie-notice body.page-id-15849 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-15928 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single,
body.page-id-15928 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-15928 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-15930 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single,
body.page-id-15930 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-15930 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-15929 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single,
body.page-id-15929 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-15929 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #e3e3e3;
}
body.page-id-15849 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .title, body.page-id-15849 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title, #cookie-notice body.page-id-15849 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15928 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15928 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
#cookie-notice body.page-id-15928 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15930 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15930 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
#cookie-notice body.page-id-15930 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15929 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .title,
body.page-id-15929 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
#cookie-notice body.page-id-15929 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title {
  color: #1A1A1A;
}
body.page-id-15849 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .desc, body.page-id-15849 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc, #cookie-notice body.page-id-15849 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15928 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15928 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
#cookie-notice body.page-id-15928 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15930 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15930 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
#cookie-notice body.page-id-15930 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15929 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-15929 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
#cookie-notice body.page-id-15929 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc {
  color: #888888;
}
body.page-id-15849 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row, body.page-id-15849 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row, #cookie-notice body.page-id-15849 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15928 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15928 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
#cookie-notice body.page-id-15928 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15930 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15930 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
#cookie-notice body.page-id-15930 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15929 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-15929 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
#cookie-notice body.page-id-15929 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
body.page-id-15849 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1), body.page-id-15849 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1), #cookie-notice body.page-id-15849 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
body.page-id-15928 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
body.page-id-15928 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
#cookie-notice body.page-id-15928 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
body.page-id-15930 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
body.page-id-15930 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
#cookie-notice body.page-id-15930 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
body.page-id-15929 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
body.page-id-15929 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1),
#cookie-notice body.page-id-15929 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(1) {
  color: #999999;
}
body.page-id-15849 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2), body.page-id-15849 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2), #cookie-notice body.page-id-15849 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15928 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15928 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
#cookie-notice body.page-id-15928 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15930 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15930 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
#cookie-notice body.page-id-15930 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15929 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-15929 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
#cookie-notice body.page-id-15929 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2) {
  color: #444444;
}
body.page-id-15849 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey, body.page-id-15849 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey, #cookie-notice body.page-id-15849 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15928 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15928 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
#cookie-notice body.page-id-15928 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15930 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15930 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
#cookie-notice body.page-id-15930 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15929 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-15929 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
#cookie-notice body.page-id-15929 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey {
  color: #bbb;
}
body.page-id-15849 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .link a, body.page-id-15849 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a, #cookie-notice body.page-id-15849 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .link a,
body.page-id-15928 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .link a,
body.page-id-15928 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a,
#cookie-notice body.page-id-15928 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .link a,
body.page-id-15930 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .link a,
body.page-id-15930 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a,
#cookie-notice body.page-id-15930 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .link a,
body.page-id-15929 .main .thinkvision-block-10 .wrapper .thinkvision-products-grid .single .link a,
body.page-id-15929 .main .thinkvision-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a,
#cookie-notice body.page-id-15929 .main .thinkvision-block-10 .cookie-notice-container .thinkvision-products-grid .single .link a {
  color: #666666;
}
body.page-id-15991 .main .thinksmart-2026-block-1,
body.page-id-16307 .main .thinksmart-2026-block-1,
body.page-id-16308 .main .thinksmart-2026-block-1,
body.page-id-16309 .main .thinksmart-2026-block-1 {
  height: 566px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 0;
  position: relative;
}
body.page-id-15991 .main .thinksmart-2026-block-1:before,
body.page-id-16307 .main .thinksmart-2026-block-1:before,
body.page-id-16308 .main .thinksmart-2026-block-1:before,
body.page-id-16309 .main .thinksmart-2026-block-1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 65%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -5.08%, rgba(0, 0, 0, 0.14) 50.5%);
  background-blend-mode: multiply;
}
body.page-id-15991 .main .thinksmart-2026-block-1 .wrapper, body.page-id-15991 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-1 .cookie-notice-container,
body.page-id-16307 .main .thinksmart-2026-block-1 .wrapper,
body.page-id-16307 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-1 .cookie-notice-container,
body.page-id-16308 .main .thinksmart-2026-block-1 .wrapper,
body.page-id-16308 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-1 .cookie-notice-container,
body.page-id-16309 .main .thinksmart-2026-block-1 .wrapper,
body.page-id-16309 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-1 .cookie-notice-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 86px;
  grid-gap: 32px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-1 .wrapper, body.page-id-15991 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-1 .cookie-notice-container,
body.page-id-16307 .main .thinksmart-2026-block-1 .wrapper,
body.page-id-16307 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-1 .cookie-notice-container,
body.page-id-16308 .main .thinksmart-2026-block-1 .wrapper,
body.page-id-16308 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-1 .cookie-notice-container,
body.page-id-16309 .main .thinksmart-2026-block-1 .wrapper,
body.page-id-16309 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-1 .cookie-notice-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 40px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-1 .wrapper .left, body.page-id-15991 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-1 .cookie-notice-container .left,
body.page-id-16307 .main .thinksmart-2026-block-1 .wrapper .left,
body.page-id-16307 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-1 .cookie-notice-container .left,
body.page-id-16308 .main .thinksmart-2026-block-1 .wrapper .left,
body.page-id-16308 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-1 .cookie-notice-container .left,
body.page-id-16309 .main .thinksmart-2026-block-1 .wrapper .left,
body.page-id-16309 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-1 .cookie-notice-container .left {
  max-width: 671px;
  width: 100%;
}
body.page-id-15991 .main .thinksmart-2026-block-1 .wrapper .left h1, body.page-id-15991 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16307 .main .thinksmart-2026-block-1 .wrapper .left h1,
body.page-id-16307 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16308 .main .thinksmart-2026-block-1 .wrapper .left h1,
body.page-id-16308 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16309 .main .thinksmart-2026-block-1 .wrapper .left h1,
body.page-id-16309 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-1 .cookie-notice-container .left h1 {
  font-size: 74px;
  font-size: 4.625rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.8;
  letter-spacing: -1.84px;
}
@media (max-width: 1440px) {
  body.page-id-15991 .main .thinksmart-2026-block-1 .wrapper .left h1, body.page-id-15991 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16307 .main .thinksmart-2026-block-1 .wrapper .left h1,
body.page-id-16307 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16308 .main .thinksmart-2026-block-1 .wrapper .left h1,
body.page-id-16308 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16309 .main .thinksmart-2026-block-1 .wrapper .left h1,
body.page-id-16309 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-1 .cookie-notice-container .left h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-1 .wrapper .left h1, body.page-id-15991 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16307 .main .thinksmart-2026-block-1 .wrapper .left h1,
body.page-id-16307 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16308 .main .thinksmart-2026-block-1 .wrapper .left h1,
body.page-id-16308 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16309 .main .thinksmart-2026-block-1 .wrapper .left h1,
body.page-id-16309 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-1 .cookie-notice-container .left h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-1 .wrapper .left p, body.page-id-15991 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-1 .cookie-notice-container .left p,
body.page-id-16307 .main .thinksmart-2026-block-1 .wrapper .left p,
body.page-id-16307 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-1 .cookie-notice-container .left p,
body.page-id-16308 .main .thinksmart-2026-block-1 .wrapper .left p,
body.page-id-16308 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-1 .cookie-notice-container .left p,
body.page-id-16309 .main .thinksmart-2026-block-1 .wrapper .left p,
body.page-id-16309 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .left p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-1 .cookie-notice-container .left p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.2;
  margin: 24px 0 0;
}
body.page-id-15991 .main .thinksmart-2026-block-1 .wrapper .logo, body.page-id-15991 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .logo, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-1 .cookie-notice-container .logo,
body.page-id-16307 .main .thinksmart-2026-block-1 .wrapper .logo,
body.page-id-16307 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .logo,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-1 .cookie-notice-container .logo,
body.page-id-16308 .main .thinksmart-2026-block-1 .wrapper .logo,
body.page-id-16308 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .logo,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-1 .cookie-notice-container .logo,
body.page-id-16309 .main .thinksmart-2026-block-1 .wrapper .logo,
body.page-id-16309 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .logo,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-1 .cookie-notice-container .logo {
  height: 69px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-1 .wrapper .logo, body.page-id-15991 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .logo, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-1 .cookie-notice-container .logo,
body.page-id-16307 .main .thinksmart-2026-block-1 .wrapper .logo,
body.page-id-16307 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .logo,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-1 .cookie-notice-container .logo,
body.page-id-16308 .main .thinksmart-2026-block-1 .wrapper .logo,
body.page-id-16308 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .logo,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-1 .cookie-notice-container .logo,
body.page-id-16309 .main .thinksmart-2026-block-1 .wrapper .logo,
body.page-id-16309 .main .thinksmart-2026-block-1 #cookie-notice .cookie-notice-container .logo,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-1 .cookie-notice-container .logo {
    height: 54px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-2,
body.page-id-16307 .main .thinksmart-2026-block-2,
body.page-id-16308 .main .thinksmart-2026-block-2,
body.page-id-16309 .main .thinksmart-2026-block-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 0;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-2,
body.page-id-16307 .main .thinksmart-2026-block-2,
body.page-id-16308 .main .thinksmart-2026-block-2,
body.page-id-16309 .main .thinksmart-2026-block-2 {
    padding: 64px 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container {
  max-width: 1134px;
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container h2 {
  font-size: 50px;
  font-size: 3.125rem;
  max-width: 772px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  line-height: 1.05;
  font-weight: 900;
}
@media (max-width: 1440px) {
  body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 896px;
  width: 100%;
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .desc p, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .desc p,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .desc p,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .desc p,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .desc p,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .desc p,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .desc p,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .desc p {
  color: #9AA0A8;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.6;
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .grid-3, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .grid-3,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .grid-3,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .grid-3,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 22px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .grid-3, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .grid-3,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .grid-3,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .grid-3,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single {
  padding: 35px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single {
    padding: 24px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single img, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single img,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single img,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single img,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single img,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single img,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single img,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single img {
  height: 52px;
  width: auto;
  display: block;
  padding: 12.5px;
  border-radius: 13px;
  background: rgba(230, 0, 18, 0.12);
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single .title, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single .title, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single .title,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single .title,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single .title,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single .title,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single .title,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single .title,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single .title,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single .title,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single .title,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single .title {
  margin: 20px 0 0;
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.205px;
  line-height: 1.5;
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single p, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single p,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single p,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single p,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single p,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single p,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .grid-3 .single p,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .grid-3 .single p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .grid-3 .single p {
  margin: 13px 0 0;
  color: #9AA0A8;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.58;
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .connected-grid, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .connected-grid,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .connected-grid,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .connected-grid,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid {
  margin: 22px 0 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 22px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .connected-grid, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .connected-grid,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .connected-grid,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .connected-grid,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid {
    display: flex;
    grid-gap: 32px;
  }
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .connected-grid, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .connected-grid,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .connected-grid,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .connected-grid,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid {
    flex-direction: column;
    grid-gap: 24px;
    padding: 24px 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single {
  padding: 35px 35px;
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single {
    padding: 24px;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single {
    padding: 0 24px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single:nth-child(2) {
  padding: 24px 0;
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single:nth-child(2) {
    padding: 0 24px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single span, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single span,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single span,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single span,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single span,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single span,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single span,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single span {
  display: block;
  font-size: 48px;
  font-size: 3rem;
  color: #E60012;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.44px;
}
@media (max-width: 1440px) {
  body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single span, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single span,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single span,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single span,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single span,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single span,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single span,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single span {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single span, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single span,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single span,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single span,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single span,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single span,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single span,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single span {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single p, body.page-id-15991 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single p,
body.page-id-16307 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single p,
body.page-id-16307 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single p,
body.page-id-16308 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single p,
body.page-id-16308 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single p,
body.page-id-16309 .main .thinksmart-2026-block-2 .wrapper .connected-grid .single p,
body.page-id-16309 .main .thinksmart-2026-block-2 #cookie-notice .cookie-notice-container .connected-grid .single p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-2 .cookie-notice-container .connected-grid .single p {
  margin: 14px 0 0;
  color: #9AA0A8;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.45;
}
body.page-id-15991 .main .thinksmart-2026-block-3,
body.page-id-16307 .main .thinksmart-2026-block-3,
body.page-id-16308 .main .thinksmart-2026-block-3,
body.page-id-16309 .main .thinksmart-2026-block-3 {
  padding: 72px 0;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-3,
body.page-id-16307 .main .thinksmart-2026-block-3,
body.page-id-16308 .main .thinksmart-2026-block-3,
body.page-id-16309 .main .thinksmart-2026-block-3 {
    padding: 64px 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container {
  max-width: 1290px;
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container h2 {
  font-size: 50px;
  font-size: 3.125rem;
  max-width: 948px;
  width: 100%;
  margin: 0 auto;
  color: #000000;
  line-height: 0.91;
  font-weight: 900;
  letter-spacing: -1.08px;
}
@media (max-width: 1440px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 858px;
  width: 100%;
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .desc p, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .desc p,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .desc p,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .desc p,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .desc p,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .desc p,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .desc p,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .desc p {
  color: #5B616B;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.6;
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap {
  margin: 180px 0 120px;
  position: relative;
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap {
    margin: 140px 0 90px;
  }
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap {
    margin: 130px 0 80px;
  }
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap {
    margin: 110px 0 60px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap:before, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap:before, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap:before,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap:before,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap:before,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap:before,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap:before,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap:before,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap:before,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap:before,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap:before,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap:before {
  content: "";
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap img, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap img,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap img,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap img,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap img,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap img,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap img,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .diagram-svg, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .diagram-svg, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .diagram-svg,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .diagram-svg,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .diagram-svg,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .diagram-svg,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .diagram-svg,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .diagram-svg,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .diagram-svg,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .diagram-svg,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .diagram-svg,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .diagram-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single {
  position: absolute;
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1) {
  top: -89px;
  left: 9%;
  width: 15%;
  text-align: right;
}
@media (max-width: 1280px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1) {
    top: -78px;
  }
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1) {
    left: 3%;
    width: 30%;
  }
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(1) {
    width: 140px;
    left: 0;
    top: -59px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2) {
  top: -89px;
  left: 58%;
  width: 15%;
}
@media (max-width: 1280px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2) {
    top: -78px;
  }
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2) {
    left: 51%;
    width: 30%;
  }
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(2) {
    width: 140px;
    right: 0;
    top: -59px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3) {
  bottom: -82px;
  left: 13%;
  width: 15%;
  text-align: right;
}
@media (max-width: 1280px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3) {
    bottom: -71px;
  }
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3) {
    width: 30%;
    left: 0;
  }
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(3) {
    width: 140px;
    bottom: -57px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4) {
  bottom: -82px;
  left: 77%;
  width: 15%;
  text-align: right;
}
@media (max-width: 1280px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4) {
    bottom: -71px;
  }
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4) {
    width: 30%;
    right: 4%;
    left: initial;
  }
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4), body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single:nth-child(4),
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single:nth-child(4) {
    width: 140px;
    bottom: -57px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single span, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single span,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single span,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single span,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single span,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single span,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single span,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #0C0D0F;
  font-weight: 700;
  line-height: 1.1;
}
body.page-id-15991 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single p, body.page-id-15991 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single p,
body.page-id-16307 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single p,
body.page-id-16307 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single p,
body.page-id-16308 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single p,
body.page-id-16308 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single p,
body.page-id-16309 .main .thinksmart-2026-block-3 .wrapper .img-wrap .info-wrap .single p,
body.page-id-16309 .main .thinksmart-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap .info-wrap .single p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-3 .cookie-notice-container .img-wrap .info-wrap .single p {
  color: #5B616B;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.1;
}
body.page-id-15991 .main .thinksmart-2026-block-4,
body.page-id-16307 .main .thinksmart-2026-block-4,
body.page-id-16308 .main .thinksmart-2026-block-4,
body.page-id-16309 .main .thinksmart-2026-block-4 {
  padding: 72px 0;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-4,
body.page-id-16307 .main .thinksmart-2026-block-4,
body.page-id-16308 .main .thinksmart-2026-block-4,
body.page-id-16309 .main .thinksmart-2026-block-4 {
    padding: 64px 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4.first .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.first .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-4.first .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.first .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-4.first .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.first .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-4.first .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.first .cookie-notice-container h2 {
  text-align: center;
  max-width: 100%;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-4.first .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.first .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-4.first .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.first .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-4.first .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.first .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-4.first .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.first .cookie-notice-container h2 {
    text-align: left;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4.first .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.first .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.first .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.first .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.first .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.first .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.first .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.first .cookie-notice-container .desc {
  max-width: 560px;
  width: 100%;
  text-align: center;
  margin: 24px auto 0;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-4.first .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.first .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.first .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.first .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.first .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.first .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.first .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.first #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.first .cookie-notice-container .desc {
    text-align: left;
    margin: 24px 0 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4.third .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.third .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-4.third .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.third .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-4.third .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.third .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-4.third .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.third .cookie-notice-container h2 {
  text-align: left;
  max-width: 724px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-4.third .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.third .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-4.third .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.third .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-4.third .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.third .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-4.third .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.third .cookie-notice-container h2 {
    max-width: 560px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4.third .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.third .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.third .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.third .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.third .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.third .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.third .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.third .cookie-notice-container .desc {
  max-width: 724px;
  margin: 12px 0 0;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-4.third .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.third .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.third .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.third .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.third .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.third .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.third .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.third #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.third .cookie-notice-container .desc {
    max-width: 560px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4.first, body.page-id-15991 .main .thinksmart-2026-block-4.third,
body.page-id-16307 .main .thinksmart-2026-block-4.first,
body.page-id-16307 .main .thinksmart-2026-block-4.third,
body.page-id-16308 .main .thinksmart-2026-block-4.first,
body.page-id-16308 .main .thinksmart-2026-block-4.third,
body.page-id-16309 .main .thinksmart-2026-block-4.first,
body.page-id-16309 .main .thinksmart-2026-block-4.third {
  background: #F6F6F6;
}
body.page-id-15991 .main .thinksmart-2026-block-4.second, body.page-id-15991 .main .thinksmart-2026-block-4.fourth,
body.page-id-16307 .main .thinksmart-2026-block-4.second,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth,
body.page-id-16308 .main .thinksmart-2026-block-4.second,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth,
body.page-id-16309 .main .thinksmart-2026-block-4.second,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth {
  background: #000000;
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container h2, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container h2 {
  color: #ffffff;
  text-align: left;
  max-width: 616px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container h2, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container h2 {
    max-width: 560px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .desc, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .desc {
  max-width: 616px;
  margin: 12px 0 0;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .desc, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .desc {
    max-width: 560px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .desc p, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .desc p, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .desc p, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .desc p,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .desc p,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .desc p,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .desc p,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .desc p,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .desc p,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .desc p,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .desc p,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .desc p,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .desc p,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .desc p,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .desc p,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .desc p {
  color: #9AA0A8;
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1) {
  order: 2;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1) {
    order: 1;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1) .img-wrap, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1) .img-wrap, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1) .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1) .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1) .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1) .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1) .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1) .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0D0F13;
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(1) .img-wrap .explanation .single span {
  color: #9AA0A8;
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) {
  order: 1;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) {
    order: 2;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .seats p, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .seats p, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p {
  color: #9AA0A8;
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span {
  color: #ffffff;
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p {
  color: #9AA0A8;
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-bottom-2 .col:nth-child(1) .text p, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-bottom-2 .col:nth-child(1) .text p, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p {
  color: #C9CCD1;
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-bottom-2 .col:nth-child(2) .parameters, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-bottom-2 .col:nth-child(2) .parameters, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters {
  background: #111317;
}
body.page-id-15991 .main .thinksmart-2026-block-4.second .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p, body.page-id-15991 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p, body.page-id-15991 .main .thinksmart-2026-block-4.fourth .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p, body.page-id-15991 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16307 .main .thinksmart-2026-block-4.second .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16307 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16307 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16308 .main .thinksmart-2026-block-4.second .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16308 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16308 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16309 .main .thinksmart-2026-block-4.second .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16309 .main .thinksmart-2026-block-4.second #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.second .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16309 .main .thinksmart-2026-block-4.fourth #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4.fourth .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p {
  color: #9AA0A8;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container {
  max-width: 1172px;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container h2 {
  font-size: 50px;
  font-size: 3.125rem;
  color: #0C0D0F;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 1440px) {
  body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .desc p, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .desc p,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .desc p,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .desc p,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .desc p,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .desc p,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .desc p,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .desc p {
  color: #5B616B;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 56px;
  margin: 48px 0 0;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 40px 0 0;
    grid-gap: 40px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFF;
  padding: 29px 29px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap {
    padding: 16px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap img, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap img,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap img,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap img,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap img,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap img,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap img,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation {
  margin: 18px 0 0;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single {
  display: flex;
  align-items: center;
  grid-gap: 7px;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) {
  position: relative;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single:nth-child(1):before, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1):before, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1):before,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single:nth-child(1):before,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1):before,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1):before,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single:nth-child(1):before,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1):before,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1):before,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single:nth-child(1):before,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1):before,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1):before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #E60012;
  position: absolute;
  left: 0;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) img, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) img,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) img,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) img,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) img,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) img,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) img,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single:nth-child(1) img {
  height: 10px;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single img, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single img,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single img,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single img,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single img,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single img,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col .img-wrap .explanation .single img,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col .img-wrap .explanation .single img {
  height: 12px;
  width: auto;
  display: block;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .seats, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .seats,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .seats,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .seats,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .seats span, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats span,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .seats span,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats span,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .seats span,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats span,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .seats span,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats span {
  display: block;
  font-size: 64px;
  font-size: 4rem;
  color: #E60012;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2.56px;
  text-align: right;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .seats p, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .seats p,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .seats p {
  margin: 6px 0 0;
  color: #5B616B;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.525px;
  text-align: right;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .headline, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .headline, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .headline,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .headline,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .headline,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .headline,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .headline,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .headline,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .headline,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .headline,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .headline,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .headline {
  color: #E60012;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1.792px;
  font-weight: 700;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows {
  margin: 7px 0 0;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single img, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single img,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single img,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single img,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single img,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single img,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single img,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single img {
  width: 140px;
  height: auto;
  display: block;
  flex: none;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info span {
  display: block;
  color: #0C0D0F;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.163px;
  font-size: 16px;
  font-size: 1rem;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-top-2 .col:nth-child(2) .the-kit .rows .single .info p {
  margin: 6px 0 0;
  color: #5B616B;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 {
  margin: 48px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 56px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 32px 0 0;
    grid-gap: 32px;
  }
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 {
    margin: 24px 0 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(1) .text p, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(1) .text p,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(1) .text p {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #3A3F47;
  line-height: 1.6;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters {
  background: #F2F3F5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single {
  padding: 20px 22px;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(1) {
  border-right: 1px solid rgba(230, 0, 18, 0.2);
  border-bottom: 1px solid rgba(230, 0, 18, 0.2);
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(2) {
  border-bottom: 1px solid rgba(230, 0, 18, 0.2);
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(3), body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(3), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(3),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(3),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(3),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single:nth-child(3) {
  border-right: 1px solid rgba(230, 0, 18, 0.2);
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p {
  color: #5B616B;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: baseline;
  margin: 0;
}
body.page-id-15991 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p span, body.page-id-15991 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p span,
body.page-id-16307 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p span,
body.page-id-16307 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p span,
body.page-id-16308 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p span,
body.page-id-16308 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p span,
body.page-id-16309 .main .thinksmart-2026-block-4 .wrapper .grid-bottom-2 .col:nth-child(2) .parameters .single p span,
body.page-id-16309 .main .thinksmart-2026-block-4 #cookie-notice .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-4 .cookie-notice-container .grid-bottom-2 .col:nth-child(2) .parameters .single p span {
  color: #E60012;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 900;
  letter-spacing: -1.056px;
  line-height: 1;
  margin: 0 6px 0 0;
  display: inline-block;
}
body.page-id-15991 .main .thinksmart-2026-block-5,
body.page-id-16307 .main .thinksmart-2026-block-5,
body.page-id-16308 .main .thinksmart-2026-block-5,
body.page-id-16309 .main .thinksmart-2026-block-5 {
  background: #4D144A;
  padding: 72px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-5,
body.page-id-16307 .main .thinksmart-2026-block-5,
body.page-id-16308 .main .thinksmart-2026-block-5,
body.page-id-16309 .main .thinksmart-2026-block-5 {
    padding: 64px 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-5 .circle,
body.page-id-16307 .main .thinksmart-2026-block-5 .circle,
body.page-id-16308 .main .thinksmart-2026-block-5 .circle,
body.page-id-16309 .main .thinksmart-2026-block-5 .circle {
  width: 90%;
  max-width: 726px;
  border-radius: 726px;
  background: rgba(225, 27, 182, 0.5);
  filter: blur(50px);
  position: absolute;
  z-index: 0;
}
body.page-id-15991 .main .thinksmart-2026-block-5 .circle:after,
body.page-id-16307 .main .thinksmart-2026-block-5 .circle:after,
body.page-id-16308 .main .thinksmart-2026-block-5 .circle:after,
body.page-id-16309 .main .thinksmart-2026-block-5 .circle:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper, body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container,
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper,
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container,
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper,
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container,
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper,
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container {
  max-width: 1172px;
  z-index: 2;
}
body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper .grid, body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container .grid,
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper .grid,
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container .grid,
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper .grid,
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container .grid,
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper .grid,
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container .grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
@media (max-width: 640px) {
  body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper .grid, body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container .grid,
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper .grid,
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container .grid,
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper .grid,
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container .grid,
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper .grid,
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container .grid {
    max-width: 386px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper .grid .single, body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single,
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper .grid .single,
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single,
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper .grid .single,
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single,
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper .grid .single,
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper .grid .single:first-child, body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:first-child, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:first-child,
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper .grid .single:first-child,
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:first-child,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:first-child,
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper .grid .single:first-child,
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:first-child,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:first-child,
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper .grid .single:first-child,
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:first-child,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:first-child {
  grid-column: 1/9;
  /* 7 iš 12 ≈ 65% */
  grid-row: 1/4;
}
@media (max-width: 640px) {
  body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper .grid .single:first-child:after, body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:first-child:after, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:first-child:after,
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper .grid .single:first-child:after,
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:first-child:after,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:first-child:after,
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper .grid .single:first-child:after,
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:first-child:after,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:first-child:after,
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper .grid .single:first-child:after,
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:first-child:after,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:first-child:after {
    padding-top: 56%;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper .grid .single:not(:first-child), body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:not(:first-child), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:not(:first-child),
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper .grid .single:not(:first-child),
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:not(:first-child),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:not(:first-child),
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper .grid .single:not(:first-child),
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:not(:first-child),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:not(:first-child),
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper .grid .single:not(:first-child),
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:not(:first-child),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:not(:first-child) {
  grid-column: 9/13;
  /* 5 iš 12 ≈ 35% */
}
body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper .grid .single:not(:first-child):after, body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:not(:first-child):after, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:not(:first-child):after,
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper .grid .single:not(:first-child):after,
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:not(:first-child):after,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:not(:first-child):after,
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper .grid .single:not(:first-child):after,
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:not(:first-child):after,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:not(:first-child):after,
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper .grid .single:not(:first-child):after,
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:not(:first-child):after,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:not(:first-child):after {
  padding-top: 56%;
}
body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper .grid .single:after, body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:after, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:after,
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper .grid .single:after,
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:after,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:after,
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper .grid .single:after,
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:after,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:after,
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper .grid .single:after,
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single:after,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single:after {
  content: "";
  display: block;
  width: 100%;
}
body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper .grid .single .info, body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info,
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper .grid .single .info,
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info,
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper .grid .single .info,
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info,
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper .grid .single .info,
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper .grid .single .info, body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info,
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper .grid .single .info,
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info,
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper .grid .single .info,
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info,
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper .grid .single .info,
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info {
    bottom: 14px;
    left: 14px;
    width: calc(100% - 28px);
  }
}
body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper .grid .single .info span, body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info span,
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper .grid .single .info span,
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info span,
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper .grid .single .info span,
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info span,
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper .grid .single .info span,
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
}
body.page-id-15991 .main .thinksmart-2026-block-5 .wrapper .grid .single .info p, body.page-id-15991 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info p,
body.page-id-16307 .main .thinksmart-2026-block-5 .wrapper .grid .single .info p,
body.page-id-16307 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info p,
body.page-id-16308 .main .thinksmart-2026-block-5 .wrapper .grid .single .info p,
body.page-id-16308 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info p,
body.page-id-16309 .main .thinksmart-2026-block-5 .wrapper .grid .single .info p,
body.page-id-16309 .main .thinksmart-2026-block-5 #cookie-notice .cookie-notice-container .grid .single .info p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-5 .cookie-notice-container .grid .single .info p {
  margin: 7px 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  line-height: 1.5;
}
body.page-id-15991 .main .thinksmart-2026-block-6,
body.page-id-16307 .main .thinksmart-2026-block-6,
body.page-id-16308 .main .thinksmart-2026-block-6,
body.page-id-16309 .main .thinksmart-2026-block-6 {
  background: #F6F6F6;
  padding: 72px 0;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-6,
body.page-id-16307 .main .thinksmart-2026-block-6,
body.page-id-16308 .main .thinksmart-2026-block-6,
body.page-id-16309 .main .thinksmart-2026-block-6 {
    padding: 64px 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container {
  max-width: 1172px;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container h2 {
  max-width: 741px;
  width: 100%;
  text-align: left;
  color: #0C0D0F;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.24px;
  margin: 0;
}
@media (max-width: 1440px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper h2 span, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container h2 span,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper h2 span,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container h2 span,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper h2 span,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container h2 span,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper h2 span,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .desc {
  margin: 24px 0 0;
  max-width: 734px;
  width: 100%;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .desc p, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .desc p,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .desc p,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .desc p,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .desc p,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .desc p,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .desc p,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .desc p {
  color: #5B616B;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices {
  margin: 58px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 28px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices {
    margin: 40px 0 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .parameters.hide-mobile, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .parameters.hide-mobile, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .parameters.hide-mobile,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .parameters.hide-mobile,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .parameters.hide-mobile,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .parameters.hide-mobile,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .parameters.hide-mobile,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .parameters.hide-mobile,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .parameters.hide-mobile,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .parameters.hide-mobile,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .parameters.hide-mobile,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .parameters.hide-mobile {
  display: none;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .parameters.hide-mobile, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .parameters.hide-mobile, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .parameters.hide-mobile,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .parameters.hide-mobile,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .parameters.hide-mobile,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .parameters.hide-mobile,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .parameters.hide-mobile,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .parameters.hide-mobile,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .parameters.hide-mobile,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .parameters.hide-mobile,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .parameters.hide-mobile,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .parameters.hide-mobile {
    display: block;
    margin: 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .parameters.hide-mobile .rows .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .parameters.hide-mobile .rows .col:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .parameters.hide-mobile .rows .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .parameters.hide-mobile .rows .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .parameters.hide-mobile .rows .col:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .parameters.hide-mobile .rows .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .parameters.hide-mobile .rows .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .parameters.hide-mobile .rows .col:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .parameters.hide-mobile .rows .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .parameters.hide-mobile .rows .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .parameters.hide-mobile .rows .col:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .parameters.hide-mobile .rows .col:nth-child(2) {
  display: block;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .single-device, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .single-device,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .single-device,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .single-device,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFF;
  padding: 35px 35px;
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .single-device, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .single-device,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .single-device,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .single-device,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device {
    padding: 24px 24px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .photo-wrap, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .photo-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .photo-wrap,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .photo-wrap,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .photo-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .photo-wrap,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .photo-wrap,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .photo-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .photo-wrap,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .photo-wrap,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .photo-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .photo-wrap {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .photo-wrap, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .photo-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .photo-wrap,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .photo-wrap,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .photo-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .photo-wrap,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .photo-wrap,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .photo-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .photo-wrap,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .photo-wrap,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .photo-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .photo-wrap {
    padding: 20px 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .photo-wrap img, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .photo-wrap img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .photo-wrap img,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .photo-wrap img,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .photo-wrap img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .photo-wrap img,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .photo-wrap img,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .photo-wrap img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .photo-wrap img,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .photo-wrap img,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .photo-wrap img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .photo-wrap img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .title, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .title, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .title,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .title,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .title,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .title,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .title,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .title,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .title,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .title,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .title,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .title {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.216px;
  color: #0C0D0F;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .desc, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .desc,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .desc,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .desc,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .desc,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .desc,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .desc,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .desc {
  margin: 12px 0 0;
  color: #5B616B;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .meters, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .meters, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .meters,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .meters,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .meters,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .meters,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .meters,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .meters,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .meters,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .meters,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .meters,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .meters {
  margin: 24px 0 0;
  color: #5B616B;
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .meters span, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .meters span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .meters span,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .meters span,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .meters span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .meters span,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .meters span,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .meters span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .meters span,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .meters span,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .meters span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .meters span {
  display: inline-block;
  color: #E60012;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.44px;
  margin: 0 6px 0 0;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .tag, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .tag, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .tag,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .tag,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .tag,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .tag,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .tag,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .tag,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .tag,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .devices .single-device .tag,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .devices .single-device .tag,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .devices .single-device .tag {
  display: inline-block;
  margin: 16px 0 0;
  border-radius: 20px;
  background: rgba(230, 0, 18, 0.1);
  padding: 9px 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #E60012;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters {
  margin: 40px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters {
    margin: 28px 0 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows {
  display: flex;
  flex-direction: column;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  display: flex;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single:nth-child(1) {
  background: #FAFBFC;
  border-top: none;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single:nth-child(1) .col, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single:nth-child(1) .col, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single:nth-child(1) .col,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single:nth-child(1) .col,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single:nth-child(1) .col,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single:nth-child(1) .col,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single:nth-child(1) .col,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single:nth-child(1) .col,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single:nth-child(1) .col,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single:nth-child(1) .col,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single:nth-child(1) .col,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single:nth-child(1) .col {
  color: #E60012;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.512px;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single:nth-child(1) .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single:nth-child(1) .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single:nth-child(1) .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single:nth-child(1) .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single:nth-child(1) .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single:nth-child(1) .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single:nth-child(1) .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single:nth-child(1) .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single:nth-child(1) .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single:nth-child(1) .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single:nth-child(1) .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single:nth-child(1) .col:nth-child(1) {
  color: #E60012;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.512px;
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col {
  padding: 18px 22px;
  font-size: 16px;
  font-size: 1rem;
  color: #3A3F47;
  line-height: 1.2;
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col, body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col,
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col,
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col,
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col,
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col,
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col,
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col {
    padding: 14px 18px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1) {
  width: 227px;
  color: #0C0D0F;
  font-weight: 700;
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1) {
    width: 180px;
  }
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1) {
    width: 160px;
  }
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(1) {
    width: 135px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(3), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(3), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(3),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(3),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(3),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(3) {
  width: calc((100% - 227px) / 2);
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(3), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(3), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(3),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(3),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(3),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(3) {
    width: calc(100% - 160px);
  }
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(3), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(3), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(3),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(3),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(3),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(3),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(3),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(3),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(3) {
    width: calc(100% - 135px);
  }
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-6 .wrapper .parameters .rows .single .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-6 #cookie-notice .cookie-notice-container .parameters .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-6 .cookie-notice-container .parameters .rows .single .col:nth-child(2) {
    display: none;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-7,
body.page-id-16307 .main .thinksmart-2026-block-7,
body.page-id-16308 .main .thinksmart-2026-block-7,
body.page-id-16309 .main .thinksmart-2026-block-7 {
  background: #4D144A;
  padding: 72px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-7,
body.page-id-16307 .main .thinksmart-2026-block-7,
body.page-id-16308 .main .thinksmart-2026-block-7,
body.page-id-16309 .main .thinksmart-2026-block-7 {
    padding: 64px 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-7 .circle,
body.page-id-16307 .main .thinksmart-2026-block-7 .circle,
body.page-id-16308 .main .thinksmart-2026-block-7 .circle,
body.page-id-16309 .main .thinksmart-2026-block-7 .circle {
  border-radius: 976px;
  background: rgba(225, 27, 182, 0.5);
  filter: blur(50px);
  position: absolute;
  z-index: 0;
  width: 90%;
  max-width: 976px;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .circle:after,
body.page-id-16307 .main .thinksmart-2026-block-7 .circle:after,
body.page-id-16308 .main .thinksmart-2026-block-7 .circle:after,
body.page-id-16309 .main .thinksmart-2026-block-7 .circle:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container {
  max-width: 1172px;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container h2 {
  max-width: 783px;
  width: 100%;
  margin: 0;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1.24px;
  line-height: 1.05;
  text-align: left;
}
@media (max-width: 1440px) {
  body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper h2 span, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container h2 span,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper h2 span,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container h2 span,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper h2 span,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container h2 span,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper h2 span,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .desc {
  margin: 24px 0 0;
  max-width: 777px;
  width: 100%;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .desc p, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .desc p,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .desc p,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .desc p,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .desc p,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .desc p,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .desc p,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .desc p {
  color: #9AA0A8;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-2, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-2,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-2,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-2,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 {
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 28px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-2, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-2,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-2,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-2,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 {
    margin: 40px 0 0;
  }
}
@media (max-width: 640px) {
  body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-2, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-2,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-2,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-2,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
  overflow: hidden;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .photo-wrap, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .photo-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .photo-wrap,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .photo-wrap,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .photo-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .photo-wrap,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .photo-wrap,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .photo-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .photo-wrap,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .photo-wrap,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .photo-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .photo-wrap {
  background: #EEF0F3;
  padding: 16px 16px;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .photo-wrap img, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .photo-wrap img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .photo-wrap img,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .photo-wrap img,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .photo-wrap img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .photo-wrap img,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .photo-wrap img,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .photo-wrap img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .photo-wrap img,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .photo-wrap img,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .photo-wrap img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .photo-wrap img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info {
  padding: 30px;
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info {
    padding: 24px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info .tag, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info .tag, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info .tag,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info .tag,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info .tag,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info .tag,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info .tag,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info .tag,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info .tag,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info .tag,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info .tag,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info .tag {
  color: #E60012;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.184px;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info .title, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info .title, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info .title,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info .title,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info .title,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info .title,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info .title,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info .title,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info .title,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info .title,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info .title,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info .title {
  display: block;
  margin: 14px 0 0;
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
  letter-spacing: -0.224px;
  line-height: 1.5;
  font-weight: 700;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info p, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info p,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info p,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info p,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info p,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info p,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info p,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info p {
  margin: 14px 0 0;
  color: #9AA0A8;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info .serial, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info .serial, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info .serial,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info .serial,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info .serial,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info .serial,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info .serial,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info .serial,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info .serial,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-2 .single .info .serial,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-2 .single .info .serial,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-2 .single .info .serial {
  margin: 16px 0 0;
  color: #5B616B;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.499px;
  display: block;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-3, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-3,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-3,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-3,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 {
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 28px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-3, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-3,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-3,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-3,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
  padding: 30px 30px;
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single {
    padding: 24px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single img, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single img,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single img,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single img,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single img,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single img,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single img,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single img {
  height: 48px;
  width: auto;
  display: block;
  padding: 12px;
  border-radius: 12px;
  background: rgba(230, 0, 18, 0.12);
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single .title, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single .title, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single .title,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single .title,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single .title,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single .title,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single .title,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single .title,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single .title,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single .title,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single .title,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single .title {
  display: block;
  margin: 20px 0 0;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #ffffff;
  letter-spacing: -0.189px;
  line-height: 1.5;
  font-weight: 700;
}
body.page-id-15991 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single p, body.page-id-15991 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single p,
body.page-id-16307 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single p,
body.page-id-16307 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single p,
body.page-id-16308 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single p,
body.page-id-16308 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single p,
body.page-id-16309 .main .thinksmart-2026-block-7 .wrapper .grid-3 .single p,
body.page-id-16309 .main .thinksmart-2026-block-7 #cookie-notice .cookie-notice-container .grid-3 .single p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-7 .cookie-notice-container .grid-3 .single p {
  margin: 16px 0 0;
  color: #9AA0A8;
  line-height: 1.57;
  font-size: 16px;
  font-size: 1rem;
}
body.page-id-15991 .main .thinksmart-2026-block-8,
body.page-id-16307 .main .thinksmart-2026-block-8,
body.page-id-16308 .main .thinksmart-2026-block-8,
body.page-id-16309 .main .thinksmart-2026-block-8 {
  padding: 72px 0;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-8,
body.page-id-16307 .main .thinksmart-2026-block-8,
body.page-id-16308 .main .thinksmart-2026-block-8,
body.page-id-16309 .main .thinksmart-2026-block-8 {
    padding: 64px 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container {
  max-width: 1172px;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container h2 {
  max-width: 510px;
  width: 100%;
  margin: 0;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  color: #0C0D0F;
  letter-spacing: -1.24px;
  line-height: 1.05;
  text-align: left;
}
@media (max-width: 1440px) {
  body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper h2 span, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container h2 span,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper h2 span,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container h2 span,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper h2 span,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container h2 span,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper h2 span,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .desc {
  margin: 24px 0 0;
  max-width: 574px;
  width: 100%;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .desc p, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .desc p,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .desc p,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .desc p,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .desc p,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .desc p,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .desc p,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .desc p {
  color: #5B616B;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap {
  margin: 64px 0 0;
  display: flex;
  align-items: flex-start;
  grid-gap: 44px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap {
    margin: 40px 0 0;
    flex-direction: column;
    grid-gap: 32px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .img-col, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .img-col, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .img-col,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .img-col,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .img-col,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .img-col,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .img-col,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .img-col,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .img-col,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .img-col,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .img-col,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .img-col {
  width: calc(58% - 22px);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #EEF0F3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 8px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .img-col, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .img-col, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .img-col,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .img-col,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .img-col,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .img-col,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .img-col,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .img-col,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .img-col,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .img-col,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .img-col,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .img-col {
    width: 100%;
    padding: 24px 24px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .img-col img, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .img-col img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .img-col img,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .img-col img,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .img-col img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .img-col img,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .img-col img,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .img-col img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .img-col img,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .img-col img,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .img-col img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .img-col img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col {
  width: calc(42% - 22px);
  padding: 10px 0 0;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col {
    width: 100%;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col h3, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col h3, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col h3,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col h3,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col h3,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col h3,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col h3,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col h3,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col h3,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col h3,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col h3,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col h3 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #0C0D0F;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.512px;
  margin: 0;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .text, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .text, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .text,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .text,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .text,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .text,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .text,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .text,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .text,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .text,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .text,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .text {
  margin: 21px 0 0;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .text p, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .text p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .text p,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .text p,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .text p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .text p,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .text p,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .text p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .text p,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .text p,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .text p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .text p {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #3A3F47;
  line-height: 1.6;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags {
  margin: 21px 0 0;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags .headline, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags .headline, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags .headline,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags .headline,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags .headline,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags .headline,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags .headline,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags .headline,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags .headline,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags .headline,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags .headline,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags .headline {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #3A3F47;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.997px;
  text-transform: uppercase;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags .tags-wrap, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags .tags-wrap,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags .tags-wrap,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags .tags-wrap,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0;
  grid-gap: 10px;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags .tags-wrap span, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap span,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags .tags-wrap span,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap span,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags .tags-wrap span,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap span,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .photos-text-wrap .info-col .tags .tags-wrap span,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .photos-text-wrap .info-col .tags .tags-wrap span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0C0D0F;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 11px 24px;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-table, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-table,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-table,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-table,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table {
  margin: 32px 0 0;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFF;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single:last-child, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single:last-child, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single:last-child,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single:last-child,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single:last-child,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single:last-child,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single:last-child,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single:last-child,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single:last-child,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single:last-child,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single:last-child,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single:last-child {
  border-bottom: none;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col {
  font-size: 16px;
  font-size: 1rem;
  padding: 21px 35px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col {
    padding: 21px 24px;
  }
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col {
    padding: 14px 18px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col:nth-child(1) {
  width: 200px;
  color: #E60012;
  font-weight: 700;
  flex: none;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col:nth-child(1) {
    width: 160px;
  }
}
@media (max-width: 480px) {
  body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-table .single .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-table .single .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-table .single .col:nth-child(1) {
    width: 140px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-list, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-list,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-list,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-list,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list {
  margin: 32px 0 0;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-list, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-list,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-list,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-list,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding: 19px 24px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single:nth-child(1) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single:last-child, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single:last-child, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single:last-child,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single:last-child,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single:last-child,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single:last-child,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single:last-child,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single:last-child,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single:last-child,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single:last-child,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single:last-child,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single:last-child {
  border-right: none;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single span, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single span,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single span,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single span,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single span,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single span,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single span,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single span {
  display: block;
  color: #E60012;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.912px;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single p, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single p,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single p,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single p,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single p,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single p,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .parameters-list .single p,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .parameters-list .single p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .parameters-list .single p {
  margin: 8px 0 0;
  color: #5B616B;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 700;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .tags-list, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .tags-list, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .tags-list,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .tags-list,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .tags-list,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .tags-list,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .tags-list,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .tags-list,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .tags-list,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .tags-list,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .tags-list,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .tags-list {
  margin: 23px 0 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}
body.page-id-15991 .main .thinksmart-2026-block-8 .wrapper .tags-list span, body.page-id-15991 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .tags-list span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-8 .cookie-notice-container .tags-list span,
body.page-id-16307 .main .thinksmart-2026-block-8 .wrapper .tags-list span,
body.page-id-16307 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .tags-list span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-8 .cookie-notice-container .tags-list span,
body.page-id-16308 .main .thinksmart-2026-block-8 .wrapper .tags-list span,
body.page-id-16308 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .tags-list span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-8 .cookie-notice-container .tags-list span,
body.page-id-16309 .main .thinksmart-2026-block-8 .wrapper .tags-list span,
body.page-id-16309 .main .thinksmart-2026-block-8 #cookie-notice .cookie-notice-container .tags-list span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-8 .cookie-notice-container .tags-list span {
  display: block;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 10px 16px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 700;
  color: #3A3F47;
}
body.page-id-15991 .main .thinksmart-2026-block-9,
body.page-id-16307 .main .thinksmart-2026-block-9,
body.page-id-16308 .main .thinksmart-2026-block-9,
body.page-id-16309 .main .thinksmart-2026-block-9 {
  padding: 72px 0 0;
  background: #4D144A;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-9,
body.page-id-16307 .main .thinksmart-2026-block-9,
body.page-id-16308 .main .thinksmart-2026-block-9,
body.page-id-16309 .main .thinksmart-2026-block-9 {
    padding: 64px 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container {
  max-width: 1172px;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container h2 {
  margin: 0 auto;
  max-width: 616px;
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1.24px;
  line-height: 1.05;
}
@media (max-width: 1440px) {
  body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper h2 span, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container h2 span,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper h2 span,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container h2 span,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper h2 span,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container h2 span,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper h2 span,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .desc {
  margin: 24px auto 0;
  text-align: center;
  max-width: 733px;
  width: 100%;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .desc p, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .desc p,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .desc p,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .desc p,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .desc p,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .desc p,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .desc p,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .desc p {
  color: #9AA0A8;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .console-wrap, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .console-wrap,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .console-wrap,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .console-wrap,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap {
  margin: 60px 0 0;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .console-wrap, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .console-wrap,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .console-wrap,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .console-wrap,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap {
    margin: 40px 0 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .console-wrap img, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap img,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .console-wrap img,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap img,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .console-wrap img,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap img,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .console-wrap img,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .console-wrap span, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap span,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .console-wrap span,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap span,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .console-wrap span,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap span,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .console-wrap span,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .console-wrap span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .console-wrap span {
  display: block;
  color: #8C9097;
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 14px 0 0;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col {
  padding: 43px 43px;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col:nth-child(2) {
    padding-bottom: 0;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col .headline, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col .headline, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col .headline,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col .headline,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col .headline,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col .headline,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col .headline,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col .headline,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col .headline,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col .headline,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col .headline,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col .headline {
  display: flex;
  align-items: baseline;
  grid-gap: 12px;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col .headline span:nth-child(1), body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col .headline span:nth-child(1), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col .headline span:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col .headline span:nth-child(1),
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col .headline span:nth-child(1),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col .headline span:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col .headline span:nth-child(1),
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col .headline span:nth-child(1),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col .headline span:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col .headline span:nth-child(1),
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col .headline span:nth-child(1),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col .headline span:nth-child(1) {
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.448px;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col .headline span:nth-child(2), body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col .headline span:nth-child(2), #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col .headline span:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col .headline span:nth-child(2),
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col .headline span:nth-child(2),
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col .headline span:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col .headline span:nth-child(2),
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col .headline span:nth-child(2),
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col .headline span:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col .headline span:nth-child(2),
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col .headline span:nth-child(2),
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col .headline span:nth-child(2) {
  letter-spacing: 0.499px;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #E60012;
  font-weight: 700;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col p, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col p,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col p,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col p,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col p,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col p,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col p,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col p {
  margin: 20px 0 0;
  color: #9AA0A8;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col ul, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col ul, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col ul,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col ul,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col ul,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col ul,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col ul,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col ul,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col ul,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col ul,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col ul,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col ul {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col ul li, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col ul li, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col ul li,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col ul li,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col ul li,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col ul li,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col ul li,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col ul li,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col ul li,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col ul li,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col ul li,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col ul li {
  display: flex;
  align-items: flex-start;
  grid-gap: 12px;
  color: #C9CCD1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
body.page-id-15991 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col ul li:before, body.page-id-15991 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col ul li:before, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col ul li:before,
body.page-id-16307 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col ul li:before,
body.page-id-16307 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col ul li:before,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col ul li:before,
body.page-id-16308 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col ul li:before,
body.page-id-16308 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col ul li:before,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col ul li:before,
body.page-id-16309 .main .thinksmart-2026-block-9 .wrapper .basic-premium .col ul li:before,
body.page-id-16309 .main .thinksmart-2026-block-9 #cookie-notice .cookie-notice-container .basic-premium .col ul li:before,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-9 .cookie-notice-container .basic-premium .col ul li:before {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  transform: rotate(-45deg) translateY(5px);
  flex-shrink: 0;
  border-bottom: 2px solid #E60012;
  border-left: 2px solid #E60012;
}
body.page-id-15991 .main .thinksmart-2026-block-10,
body.page-id-16307 .main .thinksmart-2026-block-10,
body.page-id-16308 .main .thinksmart-2026-block-10,
body.page-id-16309 .main .thinksmart-2026-block-10 {
  padding: 48px 0 72px;
  background: #4D144A;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-10,
body.page-id-16307 .main .thinksmart-2026-block-10,
body.page-id-16308 .main .thinksmart-2026-block-10,
body.page-id-16309 .main .thinksmart-2026-block-10 {
    padding: 0 0 64px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container {
  max-width: 1172px;
  padding: 48px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container h2 {
  margin: 0 auto;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1.24px;
  line-height: 1.05;
  text-align: center;
}
@media (max-width: 1440px) {
  body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper h2, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container h2,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper h2,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container h2,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper h2,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container h2,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper h2,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper h2 span, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container h2 span,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper h2 span,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container h2 span,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper h2 span,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container h2 span,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper h2 span,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .desc, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .desc,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .desc,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .desc,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .desc,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .desc,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .desc,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 1060px;
  width: 100%;
  text-align: center;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .desc p, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .desc p,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .desc p,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .desc p,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .desc p,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .desc p,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .desc p,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .desc p {
  color: #9AA0A8;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .grid-2, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .grid-2,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .grid-2,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .grid-2,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 {
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 22px;
}
@media (max-width: 768px) {
  body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .grid-2, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .grid-2,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .grid-2,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .grid-2,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 {
    margin: 40px 0 0;
  }
}
@media (max-width: 640px) {
  body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .grid-2, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .grid-2,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .grid-2,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .grid-2,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single {
  padding: 35px 35px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #16181D;
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single {
    padding: 24px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single img, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single img,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single img,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single img,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single img,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single img,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single img,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single img {
  height: 50px;
  width: auto;
  display: block;
  padding: 12px;
  border-radius: 13px;
  background: rgba(230, 0, 18, 0.12);
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single .title, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single .title, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single .title,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single .title,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single .title,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single .title,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single .title,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single .title,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single .title,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single .title,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single .title,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single .title {
  margin: 23px 0 0;
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.208px;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single p, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single p,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single p,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single p,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single p,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single p,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .grid-2 .single p,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .grid-2 .single p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .grid-2 .single p {
  margin: 18px 0 0;
  color: #9AA0A8;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .included, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .included,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .included,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .included,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .included,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .included,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .included,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .included {
  margin: 22px 0 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #16181D;
  padding: 35px 35px;
}
@media (max-width: 1024px) {
  body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .included, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .included,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .included,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .included,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .included,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .included,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .included,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .included {
    padding: 24px;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .included .headline, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .headline, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .included .headline,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .included .headline,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .headline,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .included .headline,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .included .headline,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .headline,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .included .headline,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .included .headline,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .headline,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .included .headline {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #5B616B;
  font-weight: 700;
  letter-spacing: 1.747px;
  text-transform: uppercase;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .included .wrap, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .included .wrap,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .included .wrap,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .included .wrap,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap {
  display: flex;
  align-items: center;
  grid-gap: 37px;
  margin: 22px 0 0;
}
@media (max-width: 640px) {
  body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .included .wrap, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .included .wrap,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .included .wrap,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .included .wrap,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap {
    flex-direction: column;
    grid-gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single {
  display: flex;
  align-items: center;
  grid-gap: 14px;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single img, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single img,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single img,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single img,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single img,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single img,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single img,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single img {
  height: 34px;
  width: auto;
  padding: 8px;
  border-radius: 17px;
  background: rgba(230, 0, 18, 0.12);
  flex: none;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single .info span, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single .info span, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single .info span,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single .info span,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single .info span,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single .info span,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single .info span,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single .info span,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single .info span,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single .info span,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single .info span,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single .info span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.48px;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single .info p, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single .info p, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single .info p,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single .info p,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single .info p,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single .info p,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single .info p,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single .info p,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single .info p,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .included .wrap .single .info p,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .included .wrap .single .info p,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .included .wrap .single .info p {
  margin: 5px 0 0;
  color: #9AA0A8;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .bottom-img, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .bottom-img,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .bottom-img,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .bottom-img,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img {
  position: relative;
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .bottom-img img, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img img, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img img,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .bottom-img img,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img img,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img img,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .bottom-img img,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img img,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img img,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .bottom-img img,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img img,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .bottom-img .circle, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img .circle, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img .circle,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .bottom-img .circle,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img .circle,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img .circle,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .bottom-img .circle,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img .circle,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img .circle,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .bottom-img .circle,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img .circle,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img .circle {
  position: absolute;
  border-radius: 1073px;
  background: rgba(225, 27, 182, 0.5);
  filter: blur(50px);
  width: 90%;
  max-width: 1073px;
}
body.page-id-15991 .main .thinksmart-2026-block-10 .wrapper .bottom-img .circle:after, body.page-id-15991 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img .circle:after, #cookie-notice body.page-id-15991 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img .circle:after,
body.page-id-16307 .main .thinksmart-2026-block-10 .wrapper .bottom-img .circle:after,
body.page-id-16307 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img .circle:after,
#cookie-notice body.page-id-16307 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img .circle:after,
body.page-id-16308 .main .thinksmart-2026-block-10 .wrapper .bottom-img .circle:after,
body.page-id-16308 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img .circle:after,
#cookie-notice body.page-id-16308 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img .circle:after,
body.page-id-16309 .main .thinksmart-2026-block-10 .wrapper .bottom-img .circle:after,
body.page-id-16309 .main .thinksmart-2026-block-10 #cookie-notice .cookie-notice-container .bottom-img .circle:after,
#cookie-notice body.page-id-16309 .main .thinksmart-2026-block-10 .cookie-notice-container .bottom-img .circle:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 33%;
}

body.page-id-16550 .main .thinkpad-2026-block-1,
body.page-id-16624 .main .thinkpad-2026-block-1,
body.page-id-16625 .main .thinkpad-2026-block-1,
body.page-id-16626 .main .thinkpad-2026-block-1 {
  height: 565px;
  padding: 0;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  grid-gap: 32px;
  padding: 0 0 40px;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left {
  max-width: 734px;
  width: 100%;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left h1, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left h1,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left h1,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left h1,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1 {
  font-size: 60px;
  font-size: 3.75rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.7px;
  margin: 0;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left h1.lt, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1.lt, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1.lt,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left h1.lt,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1.lt,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1.lt,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left h1.lt,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1.lt,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1.lt,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left h1.lt,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1.lt,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1.lt {
  font-size: 56px;
  font-size: 3.5rem;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left h1, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left h1,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left h1,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left h1,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left h1, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left h1,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left h1,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left h1,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left h1 span, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1 span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1 span,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left h1 span,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1 span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1 span,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left h1 span,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1 span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1 span,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left h1 span,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left h1 span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left h1 span {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left .desc, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .desc, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left .desc,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left .desc,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left .desc,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left .desc,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left .desc,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left .desc,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left .desc {
  margin: 16px 0 0;
  max-width: 681px;
  width: 100%;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left .desc p, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .desc p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left .desc p,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left .desc p,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left .desc p,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left .desc p,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left .desc p,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left .desc p,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left .desc p {
  color: #9AA0A8;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left .btns, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left .btns,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left .btns,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left .btns,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns {
  margin: 22px 0 0;
  display: flex;
  align-items: center;
  grid-gap: 14px;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(1), body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(1), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(1),
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(1),
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(1),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(1),
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(1),
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(1),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(1),
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(1),
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(1),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(1) {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  border-radius: 4px;
  background: #E60012;
  padding: 13px 26px;
  border: 1px solid #E60012;
  transition: all 0.2s ease-in-out;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(1):hover, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(1):hover, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(1):hover,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(1):hover,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(1):hover,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(1):hover,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(1):hover,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(1):hover,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(1):hover,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(1):hover,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(1):hover,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(1):hover {
  background: #ffffff;
  color: #E60012;
  border-color: #ffffff;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(2), body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(2), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(2),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(2),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(2),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(2) {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  border-radius: 4px;
  background: transparent;
  padding: 13px 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: all 0.2s ease-in-out;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(2):hover, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(2):hover, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(2):hover,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(2):hover,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(2):hover,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(2):hover,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(2):hover,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(2):hover,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(2):hover,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left .btns .button:nth-child(2):hover,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .btns .button:nth-child(2):hover,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left .btns .button:nth-child(2):hover {
  background: #ffffff;
  color: #E60012;
  border-color: #ffffff;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left .line, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .line, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left .line,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left .line,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .line,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left .line,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left .line,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .line,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left .line,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left .line,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .line,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left .line {
  width: 100%;
  max-width: 426px;
  height: 1px;
  margin: 32px 0 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .left .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .left .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .left .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .left .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .left .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .left .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .left .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .left .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .left .disclaimer {
  color: #9AA0A8;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  line-height: 1.5;
}
body.page-id-16550 .main .thinkpad-2026-block-1 .wrapper .hero-img, body.page-id-16550 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .hero-img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-1 .cookie-notice-container .hero-img,
body.page-id-16624 .main .thinkpad-2026-block-1 .wrapper .hero-img,
body.page-id-16624 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .hero-img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-1 .cookie-notice-container .hero-img,
body.page-id-16625 .main .thinkpad-2026-block-1 .wrapper .hero-img,
body.page-id-16625 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .hero-img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-1 .cookie-notice-container .hero-img,
body.page-id-16626 .main .thinkpad-2026-block-1 .wrapper .hero-img,
body.page-id-16626 .main .thinkpad-2026-block-1 #cookie-notice .cookie-notice-container .hero-img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-1 .cookie-notice-container .hero-img {
  width: 457px;
  height: auto;
  display: block;
  flex: none;
}
body.page-id-16550 .main .thinkpad-2026-block-2,
body.page-id-16624 .main .thinkpad-2026-block-2,
body.page-id-16625 .main .thinkpad-2026-block-2,
body.page-id-16626 .main .thinkpad-2026-block-2 {
  padding: 72px 0;
  background: #FFF;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-2,
body.page-id-16624 .main .thinkpad-2026-block-2,
body.page-id-16625 .main .thinkpad-2026-block-2,
body.page-id-16626 .main .thinkpad-2026-block-2 {
    padding: 64px 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container h2 {
  text-align: center;
  max-width: 773px;
  width: 100%;
  color: #111;
  margin: 0 auto;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.25px;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper h2 span, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container h2 span,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper h2 span,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container h2 span,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper h2 span,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container h2 span,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper h2 span,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .desc, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .desc,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .desc,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .desc,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .desc,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .desc,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .desc,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 821px;
  width: 100%;
  text-align: center;
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .desc p, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .desc p,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .desc p,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .desc p,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .desc p,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .desc p,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .desc p,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .desc p {
  color: #5A5A5A;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows {
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 61px;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows {
    margin: 40px 0 0;
    grid-gap: 48px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single {
  align-items: center;
  grid-gap: 64px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 24px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) img, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) img {
  order: 2;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) img, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) img {
    order: 1;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) .info, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) .info {
  order: 1;
  padding: 0 45px 0 20px;
  text-align: right;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) .info, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) .info {
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) .info, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single:nth-child(2n+2) .info {
    order: 2;
    text-align: left;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single img, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single img,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single img,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single img,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single img,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single img,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single img,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single img {
  width: 100%;
  height: auto;
  display: block;
  flex: none;
  border-radius: 16px;
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single .info, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info {
  width: 100%;
  padding: 0 20px 0 45px;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single .info, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info {
    padding: 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .number, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .number, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .number,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .number,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .number,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .number,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .number,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .number,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .number {
  font-size: 48px;
  font-size: 3rem;
  color: #E60012;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.96px;
  display: block;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .number, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .number, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .number,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .number,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .number,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .number,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .number,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .number,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .number {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .number, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .number, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .number,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .number,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .number,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .number,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .number,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .number,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .number {
    font-size: 32px;
    font-size: 2rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .title, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .title, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .title,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .title,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .title,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .title,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .title,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single .info .title,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info .title {
  display: block;
  margin: 9px 0 0;
  color: #111;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.06;
  letter-spacing: -0.315px;
  font-weight: 700;
}
body.page-id-16550 .main .thinkpad-2026-block-2 .wrapper .rows .single .info p, body.page-id-16550 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info p,
body.page-id-16624 .main .thinkpad-2026-block-2 .wrapper .rows .single .info p,
body.page-id-16624 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info p,
body.page-id-16625 .main .thinkpad-2026-block-2 .wrapper .rows .single .info p,
body.page-id-16625 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info p,
body.page-id-16626 .main .thinkpad-2026-block-2 .wrapper .rows .single .info p,
body.page-id-16626 .main .thinkpad-2026-block-2 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-2 .cookie-notice-container .rows .single .info p {
  margin: 20px 0 0;
  color: #5A5A5A;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-3,
body.page-id-16624 .main .thinkpad-2026-block-3,
body.page-id-16625 .main .thinkpad-2026-block-3,
body.page-id-16626 .main .thinkpad-2026-block-3 {
  padding: 0 0 72px;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-3,
body.page-id-16624 .main .thinkpad-2026-block-3,
body.page-id-16625 .main .thinkpad-2026-block-3,
body.page-id-16626 .main .thinkpad-2026-block-3 {
    padding: 0 0 64px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container h2 {
  text-align: center;
  max-width: 773px;
  width: 100%;
  margin: 0 auto;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.05;
  color: #111;
  letter-spacing: -1.25px;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper h2 span, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container h2 span,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper h2 span,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container h2 span,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper h2 span,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container h2 span,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper h2 span,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .desc, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .desc,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .desc,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .desc,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .desc,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .desc,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .desc,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 821px;
  width: 100%;
  text-align: center;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .desc p, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .desc p,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .desc p,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .desc p,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .desc p,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .desc p,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .desc p,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .desc p {
  color: #5A5A5A;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines {
  margin: 60px 0 0;
  position: relative;
  padding: 74px;
  background: #F4F4F4;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines {
    margin: 40px 0 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .connector-svg, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .connector-svg, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .connector-svg,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .connector-svg,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .connector-svg,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .connector-svg,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .connector-svg,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .connector-svg,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .connector-svg,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .connector-svg,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .connector-svg,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .connector-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img {
  width: 70%;
  position: relative;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img {
    width: 100%;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img img, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img img,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img img,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img img,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img img,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img img,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img img,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-1-start, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-1-start, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-1-start,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-1-start,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-1-start,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-1-start,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-1-start,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-1-start,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-1-start,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-1-start,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-1-start,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-1-start {
  position: absolute;
  top: 22.5%;
  left: 51%;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-1-start:before, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-1-start:before, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-1-start:before,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-1-start:before,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-1-start:before,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-1-start:before,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-1-start:before,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-1-start:before,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-1-start:before,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-1-start:before,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-1-start:before,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-1-start:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-2-start, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-2-start, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-2-start,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-2-start,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-2-start,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-2-start,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-2-start,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-2-start,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-2-start,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-2-start,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-2-start,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-2-start {
  position: absolute;
  top: 52%;
  left: 51.5%;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-2-start:before, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-2-start:before, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-2-start:before,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-2-start:before,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-2-start:before,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-2-start:before,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-2-start:before,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-2-start:before,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-2-start:before,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-2-start:before,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-2-start:before,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-2-start:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-3-start, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-3-start, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-3-start,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-3-start,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-3-start,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-3-start,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-3-start,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-3-start,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-3-start,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-3-start,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-3-start,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-3-start {
  position: absolute;
  top: 94%;
  left: 88%;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-3-start:before, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-3-start:before, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-3-start:before,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-3-start:before,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-3-start:before,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-3-start:before,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-3-start:before,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-3-start:before,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-3-start:before,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .img .line-3-start:before,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .img .line-3-start:before,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .img .line-3-start:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps {
  position: absolute;
  width: 30%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 148px);
  justify-content: space-around;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 74px;
}
@media (max-width: 1280px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps {
    width: 220px;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps {
    right: 32px;
    height: calc(100% - 64px);
    width: 200px;
  }
}
@media (max-width: 800px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps {
    width: 150px;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 32px 0 0;
    flex-direction: row;
    justify-content: space-between;
    right: inherit;
    height: auto;
    top: inherit;
    bottom: inherit;
    grid-gap: 16px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step {
  position: relative;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-1-end, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-1-end,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-1-end,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-1-end,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end {
  position: absolute;
  top: 30px;
  left: -12px;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-1-end, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-1-end,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-1-end,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-1-end,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-1-end {
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-2-end, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-2-end,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-2-end,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-2-end,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end {
  position: absolute;
  top: 30px;
  left: -12px;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-2-end, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-2-end,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-2-end,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-2-end,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-2-end {
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-3-end, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-3-end,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-3-end,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-3-end,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end {
  position: absolute;
  top: 30px;
  left: -12px;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-3-end, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-3-end,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-3-end,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step .line-3-end,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step .line-3-end {
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step span, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step span,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step span,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step span,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step span,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step span,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step span,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #E60012;
  line-height: 1.1;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step span, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step span,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step span,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step span,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step span,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step span,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step span,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step span {
    text-align: center;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step p, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step p,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step p,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step p,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step p,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step p,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step p,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step p {
  margin: 0;
  color: #111;
  font-weight: 700;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.1;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step p, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step p,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step p,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step p,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step p,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step p,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step p,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step p {
    text-align: center;
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media (max-width: 480px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step p, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step p,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step p,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step p,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step p,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step p,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .img-wrap-with-lines .steps .step p,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .img-wrap-with-lines .steps .step p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .img-wrap-with-lines .steps .step p {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer {
  margin: 43px auto 0;
  text-align: center;
  width: 100%;
  max-width: 547px;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer {
    margin: 40px auto 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .disclaimer p, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer p,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .disclaimer p,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer p,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .disclaimer p,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer p,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .disclaimer p,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer p {
  color: #5A5A5A;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
body.page-id-16550 .main .thinkpad-2026-block-3 .wrapper .disclaimer p span, body.page-id-16550 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer p span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer p span,
body.page-id-16624 .main .thinkpad-2026-block-3 .wrapper .disclaimer p span,
body.page-id-16624 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer p span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer p span,
body.page-id-16625 .main .thinkpad-2026-block-3 .wrapper .disclaimer p span,
body.page-id-16625 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer p span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer p span,
body.page-id-16626 .main .thinkpad-2026-block-3 .wrapper .disclaimer p span,
body.page-id-16626 .main .thinkpad-2026-block-3 #cookie-notice .cookie-notice-container .disclaimer p span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-3 .cookie-notice-container .disclaimer p span {
  font-weight: 500;
  color: #111;
}
body.page-id-16550 .main .thinkpad-2026-block-4,
body.page-id-16624 .main .thinkpad-2026-block-4,
body.page-id-16625 .main .thinkpad-2026-block-4,
body.page-id-16626 .main .thinkpad-2026-block-4 {
  padding: 130px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-4,
body.page-id-16624 .main .thinkpad-2026-block-4,
body.page-id-16625 .main .thinkpad-2026-block-4,
body.page-id-16626 .main .thinkpad-2026-block-4 {
    padding: 96px 0;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-4,
body.page-id-16624 .main .thinkpad-2026-block-4,
body.page-id-16625 .main .thinkpad-2026-block-4,
body.page-id-16626 .main .thinkpad-2026-block-4 {
    padding: 64px 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container h2 {
  text-align: center;
  max-width: 837px;
  width: 100%;
  margin: 0 auto;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.25px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper h2 span, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container h2 span,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper h2 span,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container h2 span,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper h2 span,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container h2 span,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper h2 span,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .desc, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .desc,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .desc,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .desc,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .desc,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .desc,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .desc,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 873px;
  width: 100%;
  text-align: center;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .desc p, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .desc p,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .desc p,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .desc p,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .desc p,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .desc p,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .desc p,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .desc p {
  color: #9AA0A8;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines {
  margin: 86px auto 0;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  max-width: 900px;
  width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines {
    margin: 64px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines {
    margin: 40px 0 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single {
  display: flex;
  align-items: center;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(1) .bar span, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(1) .bar span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(1) .bar span,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(1) .bar span,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(1) .bar span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(1) .bar span,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(1) .bar span,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(1) .bar span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(1) .bar span,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(1) .bar span,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(1) .bar span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(1) .bar span {
  width: 4.09% !important;
  background: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(1) .right span, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(1) .right span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(1) .right span,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(1) .right span,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(1) .right span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(1) .right span,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(1) .right span,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(1) .right span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(1) .right span,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(1) .right span,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(1) .right span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(1) .right span {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(2) .bar span, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(2) .bar span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(2) .bar span,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(2) .bar span,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(2) .bar span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(2) .bar span,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(2) .bar span,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(2) .bar span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(2) .bar span,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(2) .bar span,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(2) .bar span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(2) .bar span {
  width: 53.94% !important;
  background: #A83EC3;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(3) .bar span, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(3) .bar span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(3) .bar span,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(3) .bar span,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(3) .bar span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(3) .bar span,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(3) .bar span,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(3) .bar span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(3) .bar span,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single:nth-child(3) .bar span,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single:nth-child(3) .bar span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single:nth-child(3) .bar span {
  width: 100% !important;
  background: linear-gradient(0deg, #E332A8 0%, #E332A8 100%), rgba(255, 255, 255, 0.05);
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single .left, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single .left,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single .left,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single .left,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left {
  width: 108px;
  flex: none;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single .left, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single .left,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single .left,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single .left,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left {
    width: 80px;
  }
}
@media (max-width: 480px) {
  body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single .left, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single .left,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single .left,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single .left,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left {
    width: 70px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single .left span, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left span,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single .left span,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left span,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single .left span,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left span,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single .left span,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left span {
  display: block;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single .left span:nth-child(1), body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left span:nth-child(1), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left span:nth-child(1),
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single .left span:nth-child(1),
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left span:nth-child(1),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left span:nth-child(1),
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single .left span:nth-child(1),
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left span:nth-child(1),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left span:nth-child(1),
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single .left span:nth-child(1),
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left span:nth-child(1),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left span:nth-child(1) {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.56px;
  line-height: 1.1;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single .left span:nth-child(2), body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left span:nth-child(2), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left span:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single .left span:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left span:nth-child(2),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left span:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single .left span:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left span:nth-child(2),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left span:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single .left span:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .left span:nth-child(2),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .left span:nth-child(2) {
  margin: 3px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #9AA0A8;
  line-height: 1.1;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single .bar, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .bar, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .bar,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single .bar,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .bar,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .bar,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single .bar,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .bar,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .bar,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single .bar,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .bar,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .bar {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single .bar span, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .bar span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .bar span,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single .bar span,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .bar span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .bar span,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single .bar span,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .bar span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .bar span,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single .bar span,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .bar span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .bar span {
  position: absolute;
  height: 100%;
  border-radius: 8px;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single .right, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single .right,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single .right,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single .right,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right {
  text-align: right;
  width: 108px;
  flex: none;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single .right, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single .right,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single .right,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single .right,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right {
    width: 80px;
  }
}
@media (max-width: 480px) {
  body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single .right, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single .right,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single .right,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single .right,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right {
    width: 70px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .lines .single .right span, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right span,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .lines .single .right span,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right span,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .lines .single .right span,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right span,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .lines .single .right span,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .lines .single .right span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .lines .single .right span {
  color: #ffffff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.28px;
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .disclaimer {
  margin: 52px auto 0;
  text-align: center;
  width: 100%;
  max-width: 1205px;
  color: #9AA0A8;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.55;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .disclaimer {
    margin: 40px auto 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-4 .wrapper .disclaimer span, body.page-id-16550 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .disclaimer span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-4 .cookie-notice-container .disclaimer span,
body.page-id-16624 .main .thinkpad-2026-block-4 .wrapper .disclaimer span,
body.page-id-16624 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .disclaimer span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-4 .cookie-notice-container .disclaimer span,
body.page-id-16625 .main .thinkpad-2026-block-4 .wrapper .disclaimer span,
body.page-id-16625 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .disclaimer span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-4 .cookie-notice-container .disclaimer span,
body.page-id-16626 .main .thinkpad-2026-block-4 .wrapper .disclaimer span,
body.page-id-16626 .main .thinkpad-2026-block-4 #cookie-notice .cookie-notice-container .disclaimer span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-4 .cookie-notice-container .disclaimer span {
  color: #ffffff;
  font-weight: 700;
}
body.page-id-16550 .main .thinkpad-2026-block-5,
body.page-id-16624 .main .thinkpad-2026-block-5,
body.page-id-16625 .main .thinkpad-2026-block-5,
body.page-id-16626 .main .thinkpad-2026-block-5 {
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) -16.64%, rgba(0, 0, 0, 0.6) 56.65%);
  background-blend-mode: multiply;
  padding: 72px 0;
  position: relative;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-5,
body.page-id-16624 .main .thinkpad-2026-block-5,
body.page-id-16625 .main .thinkpad-2026-block-5,
body.page-id-16626 .main .thinkpad-2026-block-5 {
    padding: 64px 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-5:before,
body.page-id-16624 .main .thinkpad-2026-block-5:before,
body.page-id-16625 .main .thinkpad-2026-block-5:before,
body.page-id-16626 .main .thinkpad-2026-block-5:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4D144A;
  top: 0;
  left: 0;
  z-index: -1;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container {
  z-index: 2;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .logo, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .logo, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .logo,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .logo,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .logo,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .logo,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .logo,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .logo,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .logo,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .logo,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .logo,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .logo {
  height: 38px;
  width: auto;
  display: block;
  margin: 0 auto;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container h2 {
  text-align: center;
  max-width: 833px;
  width: 100%;
  margin: 16px auto 0;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.25px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper h2 span, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container h2 span,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper h2 span,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container h2 span,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper h2 span,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container h2 span,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper h2 span,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .desc, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .desc,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .desc,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .desc,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .desc,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .desc,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .desc,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 835px;
  width: 100%;
  text-align: center;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .desc p, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .desc p,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .desc p,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .desc p,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .desc p,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .desc p,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .desc p,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .desc p {
  color: #9AA0A8;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows {
  margin: 90px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 72px;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows {
    margin: 64px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows {
    margin: 40px 0 0;
    grid-gap: 48px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 24px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) img, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) img {
  order: 2;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) img, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) img {
    order: 1;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) .info, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) .info {
  order: 1;
  text-align: right;
  padding: 0 120px 0 78px;
}
@media (max-width: 1280px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) .info, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) .info {
    padding: 0 72px 0 48px;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) .info, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single:nth-child(2n+2) .info {
    padding: 0;
    text-align: left;
    order: 2;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single img, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single img,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single img,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single img,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single img,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single img,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single img,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single .info, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info {
  padding: 0 78px 0 120px;
}
@media (max-width: 1280px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single .info, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info {
    padding: 0 48px 0 72px;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single .info, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info {
    padding: 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single .info .tag, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info .tag, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info .tag,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single .info .tag,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info .tag,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info .tag,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single .info .tag,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info .tag,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info .tag,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single .info .tag,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info .tag,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info .tag {
  display: block;
  color: #E60012;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  line-height: 1.1;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single .info .title, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info .title, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info .title,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single .info .title,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info .title,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single .info .title,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info .title,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single .info .title,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info .title {
  display: block;
  margin: 13px 0 0;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.315px;
  font-weight: 700;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .rows .single .info p, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info p,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .rows .single .info p,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info p,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .rows .single .info p,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info p,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .rows .single .info p,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .rows .single .info p {
  margin: 13px 0 0;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #9AA0A8;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi {
  margin: 90px 0 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0C0D0F;
  padding: 61px 61px;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi {
    margin: 64px 0 0;
    padding: 32px;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi {
    margin: 40px 0 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .top span, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .top span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .top span,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .top span,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .top span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .top span,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .top span,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .top span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .top span,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .top span,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .top span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .top span {
  display: block;
  color: #E60012;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  line-height: 1.1;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .top p, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .top p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .top p,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .top p,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .top p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .top p,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .top p,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .top p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .top p,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .top p,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .top p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .top p {
  margin: 9px 0 0;
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.22px;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 {
  margin: 44px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 24px;
  }
}
@media (max-width: 480px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single {
  padding: 0 37px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single {
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single {
    padding: 0 !important;
    border: none !important;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:first-child, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:first-child, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:first-child,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:first-child,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:first-child,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:first-child,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:first-child,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:first-child,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:first-child,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:first-child,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:first-child,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:first-child, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:first-child, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:first-child,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:first-child,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:first-child,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:first-child,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:first-child,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:first-child,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:first-child,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:first-child,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:first-child,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:first-child {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:nth-child(3), body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:nth-child(3), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:nth-child(3),
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:nth-child(3),
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:nth-child(3),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:nth-child(3),
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:nth-child(3),
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:nth-child(3),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:nth-child(3),
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:nth-child(3),
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:nth-child(3),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:nth-child(3) {
    border-left: none;
    padding-left: 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:last-child, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:last-child, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:last-child,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:last-child,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:last-child,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:last-child,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:last-child,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:last-child,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:last-child,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single:last-child,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single:last-child,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single:last-child {
  padding-right: 0;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single span, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single span,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single span,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single span,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single span,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single span,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single span,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single span {
  display: block;
  color: #E60012;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single span, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single span,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single span,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single span,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single span,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single span,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single span,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single span {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single span, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single span,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single span,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single span,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single span,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single span,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single span,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single span {
    font-size: 32px;
    font-size: 2rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single p, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single p,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single p,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single p,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single p,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single p,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .grid-4 .single p,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .grid-4 .single p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .grid-4 .single p {
  margin: 13px 0 0;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #9AA0A8;
  line-height: 1.45;
}
body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .disclaimer {
  margin: 60px auto 0;
  text-align: center;
  display: block;
  max-width: 593px;
  width: 100%;
  color: #9AA0A8;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-5 .wrapper .roi .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-5 .wrapper .roi .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-5 .wrapper .roi .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-5 .wrapper .roi .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-5 #cookie-notice .cookie-notice-container .roi .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-5 .cookie-notice-container .roi .disclaimer {
    margin: 40px auto 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6,
body.page-id-16624 .main .thinkpad-2026-block-6,
body.page-id-16625 .main .thinkpad-2026-block-6,
body.page-id-16626 .main .thinkpad-2026-block-6 {
  padding: 72px 0;
  background: #000000;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-6,
body.page-id-16624 .main .thinkpad-2026-block-6,
body.page-id-16625 .main .thinkpad-2026-block-6,
body.page-id-16626 .main .thinkpad-2026-block-6 {
    padding: 64px 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container h2 {
  text-align: center;
  max-width: 830px;
  width: 100%;
  margin: 16px auto 0;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.25px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper h2 span, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container h2 span,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper h2 span,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container h2 span,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper h2 span,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container h2 span,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper h2 span,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .desc, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .desc,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .desc,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .desc,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .desc,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .desc,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .desc,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 819px;
  width: 100%;
  text-align: center;
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .desc p, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .desc p,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .desc p,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .desc p,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .desc p,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .desc p,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .desc p,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .desc p {
  color: #9AA0A8;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows {
  margin: 71px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 96px;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows {
    margin: 40px 0 0;
    grid-gap: 48px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single {
    flex-direction: column;
    grid-gap: 24px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single .info, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single .info {
  padding: 0 80px 0 0;
  width: 46%;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single .info, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single .info {
    padding: 0 48px 0 0;
    width: 52%;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single .info, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single .info,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single .info,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single .info,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single .info {
    width: 100%;
    order: 2;
    padding: 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single img, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single img,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single img,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single img,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single img,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single img,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single img,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single img {
  width: 54%;
  height: auto;
  display: block;
  border-radius: 22px;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single img, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single img,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single img,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single img,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single img,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single img,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single img,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single img {
    width: 48%;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single img, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single img,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single img,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single img,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single img,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single img,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single img,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single img {
    width: 100%;
    order: 1;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number {
  display: block;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 900;
  color: #E60012;
  line-height: 1;
  letter-spacing: -2.16px;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info .number,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info .number,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info .number {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p {
  line-height: 1.5;
  color: #ffffff;
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p:nth-child(2), body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2) {
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
  width: 80%;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p:nth-child(2), body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(2) {
    width: 100%;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p:nth-child(3), body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(3), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(3),
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p:nth-child(3),
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(3),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(3),
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p:nth-child(3),
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(3),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(3),
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(1) .info p:nth-child(3),
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(3),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(1) .info p:nth-child(3) {
  margin: 28px 0 0;
  color: #9AA0A8;
  font-size: 16px;
  font-size: 1rem;
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .tag, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .tag, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .tag,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .tag,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .tag,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .tag,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .tag,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .tag,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .tag,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .tag,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .tag,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .tag {
  color: #E60012;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.78px;
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .title, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .title, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .title,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .title,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .title,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .title,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .title,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .title,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .title,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .title,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .title,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .title {
  display: block;
  margin: 13px 0 0;
  color: #ffffff;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.315px;
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info p, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info p,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info p,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info p,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info p,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info p,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info p,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info p {
  margin: 18px 0 0;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #9AA0A8;
  line-height: 1.6;
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters {
  margin: 35px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  max-width: 448px;
  width: 100%;
}
@media (max-width: 400px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters {
    flex-direction: column;
    grid-gap: 16px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single {
  text-align: center;
  display: flex;
  flex-direction: column;
  grid-gap: 3px;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media (max-width: 400px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single {
    text-align: center;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p {
  max-width: 95px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 400px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(1) p {
    max-width: 100%;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p {
  max-width: 130px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 400px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single:nth-child(3) p {
    max-width: 100%;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single span, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single span,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single span,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single span,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span {
  display: block;
  color: #E60012;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1;
  font-weight: 900;
}
@media (max-width: 400px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single span, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single span,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single span,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single span,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single span {
    text-align: left;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single P, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single P,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single P,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single P,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P {
  margin: 0;
  color: #9AA0A8;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 400px) {
  body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single P, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single P,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single P,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .parameters .single P,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .parameters .single P {
    text-align: left;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .explanation, body.page-id-16550 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .explanation, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .explanation,
body.page-id-16624 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .explanation,
body.page-id-16624 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .explanation,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .explanation,
body.page-id-16625 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .explanation,
body.page-id-16625 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .explanation,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .explanation,
body.page-id-16626 .main .thinkpad-2026-block-6 .wrapper .rows .single:nth-child(2) .info .explanation,
body.page-id-16626 .main .thinkpad-2026-block-6 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .info .explanation,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-6 .cookie-notice-container .rows .single:nth-child(2) .info .explanation {
  margin: 40px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9AA0A8;
  display: block;
}
body.page-id-16550 .main .thinkpad-2026-block-7,
body.page-id-16624 .main .thinkpad-2026-block-7,
body.page-id-16625 .main .thinkpad-2026-block-7,
body.page-id-16626 .main .thinkpad-2026-block-7 {
  padding: 28px 0 72px;
  background: #000000;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-7,
body.page-id-16624 .main .thinkpad-2026-block-7,
body.page-id-16625 .main .thinkpad-2026-block-7,
body.page-id-16626 .main .thinkpad-2026-block-7 {
    padding: 0 0 64px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container h2 {
  text-align: center;
  max-width: 782px;
  width: 100%;
  margin: 0 auto;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.25px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper h2 span, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container h2 span,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper h2 span,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container h2 span,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper h2 span,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container h2 span,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper h2 span,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .desc, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .desc,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .desc,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .desc,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .desc,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .desc,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .desc,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 996px;
  width: 100%;
  text-align: center;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .desc p, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .desc p,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .desc p,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .desc p,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .desc p,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .desc p,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .desc p,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .desc p {
  color: #9AA0A8;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison {
  margin: 72px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison {
    margin: 40px 0 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo {
  padding: 0 85px 0 0;
  position: relative;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo {
    padding: 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo img, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo img,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo img,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo img,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo img,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo img,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo img,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo span, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo span,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo span,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo span,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo span,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo span,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .photo span,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .photo span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .photo span {
  position: absolute;
  left: 36px;
  bottom: 10px;
  width: calc(100% - 72px - 85px);
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 1.1;
  display: block;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #141416;
  padding: 85px 37px;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info {
    padding: 64px 32px;
  }
}
@media (max-width: 1280px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info {
    padding: 48px 24px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .vs, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .vs, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .vs,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .vs,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .vs,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .vs,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .vs,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .vs,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .vs,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .vs,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .vs,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .vs {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.65px;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .memory, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .memory, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .memory,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .memory,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .memory,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .memory,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .memory,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .memory,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .memory,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .memory,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .memory,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .memory {
  margin: 26px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #9AA0A8;
  display: block;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines {
  margin: 13px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 13px;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line {
  display: flex;
  align-items: center;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line:nth-child(1) .bar span, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(1) .bar span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(1) .bar span,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line:nth-child(1) .bar span,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(1) .bar span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(1) .bar span,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line:nth-child(1) .bar span,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(1) .bar span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(1) .bar span,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line:nth-child(1) .bar span,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(1) .bar span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(1) .bar span {
  width: 75% !important;
  background: #3B3B41;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line:nth-child(2) .bar span, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(2) .bar span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(2) .bar span,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line:nth-child(2) .bar span,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(2) .bar span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(2) .bar span,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line:nth-child(2) .bar span,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(2) .bar span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(2) .bar span,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line:nth-child(2) .bar span,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(2) .bar span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line:nth-child(2) .bar span {
  background: #E60012;
  width: 100% !important;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .left, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .left,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .left,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .left,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left {
  width: 134px;
  color: #CFD2D6;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  text-transform: uppercase;
  display: block;
  flex: none;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .left, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .left,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .left,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .left,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .left {
    width: 100px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .bar, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .bar,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .bar,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .bar,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar {
  width: 100%;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  height: 14px;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .bar span, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar span,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .bar span,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar span,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .bar span,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar span,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .bar span,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .bar span {
  height: 100%;
  border-radius: 7px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .right, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .right, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .right,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .right,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .right,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .right,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .right,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .right,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .right,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .lines .line .right,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .right,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .lines .line .right {
  width: 81px;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  display: block;
  flex: none;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .faster, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .faster, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .faster,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .faster,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .faster,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .faster,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .faster,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .faster,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .faster,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .faster,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .faster,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .faster {
  margin: 16px 0 0;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1;
  color: #9AA0A8;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .faster span, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .faster span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .faster span,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .faster span,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .faster span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .faster span,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .faster span,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .faster span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .faster span,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .faster span,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .faster span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .faster span {
  font-weight: 700;
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 24px 0 0;
  padding: 24px 0 0;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .headline, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .headline, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .headline,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .headline,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .headline,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .headline,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .headline,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .headline,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .headline,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .headline,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .headline,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .headline {
  display: block;
  color: #9AA0A8;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.48px;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines {
  display: flex;
  flex-direction: column;
  grid-gap: 17px;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line {
  display: flex;
  align-items: center;
  grid-gap: 13px;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) img, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) img,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) img,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) img,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) img,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) img,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) img,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) img {
  height: 18px;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) span, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) span,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) span,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) span,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) span,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) span,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) span,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line:nth-child(2) span {
  color: #9AA0A8;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line img, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line img,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line img,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line img,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line img,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line img,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line img,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line img {
  flex: none;
  height: 20px;
  width: auto;
  display: block;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line span, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line span,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line span,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line span,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line span,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line span,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .memory-comparison .info .info-wrap .upgradeability .lines .line span,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .memory-comparison .info .info-wrap .upgradeability .lines .line span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.1;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .features-grid, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .features-grid,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .features-grid,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .features-grid,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid {
  margin: 72px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 43px;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .features-grid, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .features-grid,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .features-grid,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .features-grid,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid {
    grid-gap: 24px;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .features-grid, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .features-grid,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .features-grid,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .features-grid,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid {
    margin: 40px 0 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .features-grid .single, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .features-grid .single,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .features-grid .single,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .features-grid .single,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single {
  padding: 0 49px;
}
@media (max-width: 1280px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .features-grid .single, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .features-grid .single,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .features-grid .single,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .features-grid .single,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .features-grid .single, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .features-grid .single,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .features-grid .single,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .features-grid .single,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single {
    padding: 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .features-grid .single img, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single img,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .features-grid .single img,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single img,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .features-grid .single img,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single img,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .features-grid .single img,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single img {
  height: 30px;
  width: auto;
  display: block;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .features-grid .single .title, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single .title, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single .title,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .features-grid .single .title,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single .title,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single .title,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .features-grid .single .title,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single .title,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single .title,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .features-grid .single .title,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single .title,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single .title {
  margin: 16px 0 0;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.19px;
  display: block;
  line-height: 1.1;
}
body.page-id-16550 .main .thinkpad-2026-block-7 .wrapper .features-grid .single p, body.page-id-16550 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single p,
body.page-id-16624 .main .thinkpad-2026-block-7 .wrapper .features-grid .single p,
body.page-id-16624 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single p,
body.page-id-16625 .main .thinkpad-2026-block-7 .wrapper .features-grid .single p,
body.page-id-16625 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single p,
body.page-id-16626 .main .thinkpad-2026-block-7 .wrapper .features-grid .single p,
body.page-id-16626 .main .thinkpad-2026-block-7 #cookie-notice .cookie-notice-container .features-grid .single p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-7 .cookie-notice-container .features-grid .single p {
  margin: 11px 0 0;
  color: #9AA0A8;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
body.page-id-16550 .main .thinkpad-2026-block-8,
body.page-id-16624 .main .thinkpad-2026-block-8,
body.page-id-16625 .main .thinkpad-2026-block-8,
body.page-id-16626 .main .thinkpad-2026-block-8 {
  background: #F6F6F6;
  padding: 72px 0;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-8,
body.page-id-16624 .main .thinkpad-2026-block-8,
body.page-id-16625 .main .thinkpad-2026-block-8,
body.page-id-16626 .main .thinkpad-2026-block-8 {
    padding: 64px 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container {
  border-radius: 20px;
  background: #EAEAEA;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 72px 200px;
}
@media (max-width: 1280px) {
  body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container {
    padding: 64px 128px;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container {
    padding: 40px 48px;
  }
}
@media (max-width: 480px) {
  body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container {
    padding: 24px 24px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container h2 {
  text-align: center;
  max-width: 781px;
  width: 100%;
  color: #111;
  margin: 0 auto;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.25px;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper h2 span, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container h2 span,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper h2 span,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container h2 span,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper h2 span,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container h2 span,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper h2 span,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .desc, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .desc,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .desc,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .desc,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .desc,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .desc,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .desc,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 808px;
  width: 100%;
  text-align: center;
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .desc p, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .desc p,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .desc p,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .desc p,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .desc p,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .desc p,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .desc p,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .desc p {
  color: #5A5A5A;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows {
  margin: 68px 0 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows {
    margin: 56px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows {
    margin: 40px 0 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows .single, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  grid-gap: 24px;
  border-top: 2px solid #E60012;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows .single, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single {
    padding: 24px 0;
    flex-direction: column;
    grid-gap: 24px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows .single .left span, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .left span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .left span,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows .single .left span,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .left span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .left span,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows .single .left span,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .left span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .left span,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows .single .left span,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .left span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .left span {
  display: block;
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows .single .left span:nth-child(1), body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .left span:nth-child(1), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .left span:nth-child(1),
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows .single .left span:nth-child(1),
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .left span:nth-child(1),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .left span:nth-child(1),
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows .single .left span:nth-child(1),
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .left span:nth-child(1),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .left span:nth-child(1),
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows .single .left span:nth-child(1),
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .left span:nth-child(1),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .left span:nth-child(1) {
  color: #5A5A5A;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows .single .left span:nth-child(2), body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .left span:nth-child(2), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .left span:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows .single .left span:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .left span:nth-child(2),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .left span:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows .single .left span:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .left span:nth-child(2),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .left span:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows .single .left span:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .left span:nth-child(2),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .left span:nth-child(2) {
  margin: 8px 0 0;
  color: #111;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.33px;
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows .single .right, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows .single .right,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows .single .right,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows .single .right,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right {
  max-width: 463px;
  width: 100%;
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows .single .right .title, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right .title, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right .title,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows .single .right .title,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right .title,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right .title,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows .single .right .title,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right .title,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right .title,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows .single .right .title,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right .title,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right .title {
  display: block;
  font-size: 44px;
  font-size: 2.75rem;
  color: #E60012;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.44px;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows .single .right .title, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right .title, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right .title,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows .single .right .title,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right .title,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right .title,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows .single .right .title,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right .title,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right .title,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows .single .right .title,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right .title,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right .title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows .single .right .title, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right .title, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right .title,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows .single .right .title,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right .title,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right .title,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows .single .right .title,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right .title,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right .title,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows .single .right .title,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right .title,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right .title {
    font-size: 32px;
    font-size: 2rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .rows .single .right p, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right p,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .rows .single .right p,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right p,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .rows .single .right p,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right p,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .rows .single .right p,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .rows .single .right p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .rows .single .right p {
  margin: 10px 0 0;
  color: #5A5A5A;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .disclaimer {
  margin: 37px auto 0;
  text-align: center;
  color: #5A5A5A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  display: block;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-8 .wrapper .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-8 .cookie-notice-container .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-8 .wrapper .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-8 .cookie-notice-container .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-8 .wrapper .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-8 .cookie-notice-container .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-8 .wrapper .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-8 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-8 .cookie-notice-container .disclaimer {
    margin: 32px auto 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-9,
body.page-id-16624 .main .thinkpad-2026-block-9,
body.page-id-16625 .main .thinkpad-2026-block-9,
body.page-id-16626 .main .thinkpad-2026-block-9 {
  padding: 72px 0;
  background: #4D144A;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-9,
body.page-id-16624 .main .thinkpad-2026-block-9,
body.page-id-16625 .main .thinkpad-2026-block-9,
body.page-id-16626 .main .thinkpad-2026-block-9 {
    padding: 64px 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-9 .circle,
body.page-id-16624 .main .thinkpad-2026-block-9 .circle,
body.page-id-16625 .main .thinkpad-2026-block-9 .circle,
body.page-id-16626 .main .thinkpad-2026-block-9 .circle {
  position: absolute;
  border-radius: 1073px;
  background: rgba(225, 27, 182, 0.3);
  filter: blur(150px);
  width: 90%;
  max-width: 1073px;
}
body.page-id-16550 .main .thinkpad-2026-block-9 .circle:after,
body.page-id-16624 .main .thinkpad-2026-block-9 .circle:after,
body.page-id-16625 .main .thinkpad-2026-block-9 .circle:after,
body.page-id-16626 .main .thinkpad-2026-block-9 .circle:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container {
  z-index: 2;
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container h2 {
  text-align: center;
  max-width: 794px;
  width: 100%;
  margin: 0 auto 0;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.25px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper h2 span, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container h2 span,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper h2 span,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container h2 span,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper h2 span,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container h2 span,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper h2 span,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .desc, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .desc,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .desc,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .desc,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .desc,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .desc,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .desc,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 920px;
  width: 100%;
  text-align: center;
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .desc p, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .desc p,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .desc p,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .desc p,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .desc p,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .desc p,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .desc p,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .desc p {
  color: #9AA0A8;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows {
  margin: 96px auto 0;
  display: flex;
  flex-direction: column;
  grid-gap: 72px;
  max-width: 1204px;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows {
    margin: 64px auto 0;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows {
    margin: 40px auto 0;
    grid-gap: 48px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows .single, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 64px;
  align-items: center;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows .single, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows .single, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 24px;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) img, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) img {
  order: 2;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) img, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) img,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) img,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) img {
    order: 1;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) .info, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) .info {
  order: 1;
  text-align: right;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) .info, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows .single:nth-child(2n+2) .info,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single:nth-child(2n+2) .info,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single:nth-child(2n+2) .info {
    text-align: left;
    order: 2;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows .single img, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single img,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows .single img,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single img,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows .single img,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single img,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows .single img,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows .single .info .tag, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single .info .tag, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single .info .tag,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows .single .info .tag,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single .info .tag,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single .info .tag,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows .single .info .tag,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single .info .tag,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single .info .tag,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows .single .info .tag,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single .info .tag,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single .info .tag {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #E60012;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  letter-spacing: 0.78px;
  line-height: 1.1;
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows .single .info .title, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single .info .title, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single .info .title,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows .single .info .title,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single .info .title,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows .single .info .title,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single .info .title,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows .single .info .title,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single .info .title {
  margin: 13px 0 0;
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.12;
}
body.page-id-16550 .main .thinkpad-2026-block-9 .wrapper .rows .single .info p, body.page-id-16550 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single .info p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single .info p,
body.page-id-16624 .main .thinkpad-2026-block-9 .wrapper .rows .single .info p,
body.page-id-16624 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single .info p,
body.page-id-16625 .main .thinkpad-2026-block-9 .wrapper .rows .single .info p,
body.page-id-16625 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single .info p,
body.page-id-16626 .main .thinkpad-2026-block-9 .wrapper .rows .single .info p,
body.page-id-16626 .main .thinkpad-2026-block-9 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-9 .cookie-notice-container .rows .single .info p {
  margin: 17px 0 0;
  color: #9AA0A8;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
body.page-id-16550 .main .thinkpad-2026-block-10,
body.page-id-16624 .main .thinkpad-2026-block-10,
body.page-id-16625 .main .thinkpad-2026-block-10,
body.page-id-16626 .main .thinkpad-2026-block-10 {
  padding: 72px 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-10,
body.page-id-16624 .main .thinkpad-2026-block-10,
body.page-id-16625 .main .thinkpad-2026-block-10,
body.page-id-16626 .main .thinkpad-2026-block-10 {
    padding: 64px 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container h2 {
  text-align: center;
  max-width: 794px;
  width: 100%;
  color: #111;
  margin: 0 auto;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.25px;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper h2 span, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container h2 span,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper h2 span,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container h2 span,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper h2 span,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container h2 span,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper h2 span,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .desc, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .desc,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .desc,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .desc,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .desc,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .desc,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .desc,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 787px;
  width: 100%;
  text-align: center;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .desc p, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .desc p,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .desc p,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .desc p,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .desc p,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .desc p,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .desc p,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .desc p {
  color: #5A5A5A;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid {
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 28px;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 48px 0 0;
  }
}
@media (max-width: 600px) {
  body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 40px 0 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 40px;
  border-radius: 16px;
  background: #F4F4F4;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap img, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap img,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap img,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap img,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap img {
  width: auto;
  height: auto;
  max-width: calc(100% - 80px);
  max-height: calc(100% - 40px);
  display: block;
  position: absolute;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap:after, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap:after, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap:after,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap:after,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap:after,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap:after,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap:after,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap:after,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap:after,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap:after,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap:after,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap .tag, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap .tag,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap .tag,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap .tag,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag {
  position: absolute;
  border-radius: 999px;
  background: #FFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  top: 13px;
  left: 13px;
  padding: 6px 12px 6px 27px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #111;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap .tag:before, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag:before, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag:before,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap .tag:before,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag:before,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag:before,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap .tag:before,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag:before,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag:before,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .photo-wrap .tag:before,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag:before,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .photo-wrap .tag:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #E60012;
  border-radius: 100%;
  position: absolute;
  left: 12px;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .title, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .title,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .title,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .title,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .title {
  display: block;
  color: #000000;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 24px 0 0;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .desc, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .desc,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .desc {
  color: #888888;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 5px 0 0;
  text-align: left;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech {
  margin: 38px 0 0;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  grid-gap: 12px;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row:nth-child(1) span:nth-child(2), body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row:nth-child(1) span:nth-child(2), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row:nth-child(1) span:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row:nth-child(1) span:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row:nth-child(1) span:nth-child(2),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row:nth-child(1) span:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row:nth-child(1) span:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row:nth-child(1) span:nth-child(2),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row:nth-child(1) span:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row:nth-child(1) span:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row:nth-child(1) span:nth-child(2),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row:nth-child(1) span:nth-child(2) {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span {
  display: block;
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2), body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span:nth-child(2) {
  color: #000000;
  text-align: right;
  font-weight: 700;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.red, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.red,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.red,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.red,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.red {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .top-wrap .tech .row span.grey {
  color: #555555;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .link, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .link,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .link,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .link,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .link,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .link,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .link,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .link {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .link a, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .link a,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .link a,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .link a,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .link a,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .link a,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .thinkvision-products-grid .single .link a,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .thinkvision-products-grid .single .link a,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .thinkvision-products-grid .single .link a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .disclaimer {
  margin: 80px auto 0;
  text-align: center;
  display: block;
  color: #6A6A6A;
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.8125rem;
  max-width: 1280px;
  width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .disclaimer {
    margin: 64px auto 0;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-10 .wrapper .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-10 .cookie-notice-container .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-10 .wrapper .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-10 .cookie-notice-container .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-10 .wrapper .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-10 .cookie-notice-container .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-10 .wrapper .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-10 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-10 .cookie-notice-container .disclaimer {
    margin: 40px auto 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-11,
body.page-id-16624 .main .thinkpad-2026-block-11,
body.page-id-16625 .main .thinkpad-2026-block-11,
body.page-id-16626 .main .thinkpad-2026-block-11 {
  padding: 72px 0;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-11,
body.page-id-16624 .main .thinkpad-2026-block-11,
body.page-id-16625 .main .thinkpad-2026-block-11,
body.page-id-16626 .main .thinkpad-2026-block-11 {
    padding: 64px 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container h2 {
  text-align: center;
  max-width: 793px;
  width: 100%;
  color: #111;
  margin: 0 auto;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.25px;
}
@media (max-width: 1440px) {
  body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper h2, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container h2,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper h2,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container h2,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper h2,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container h2,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper h2,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper h2 span, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container h2 span,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper h2 span,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container h2 span,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper h2 span,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container h2 span,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper h2 span,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container h2 span {
  color: #E60012;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .desc, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .desc, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .desc,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .desc,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .desc,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .desc,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .desc,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .desc,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .desc,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .desc {
  margin: 24px auto 0;
  max-width: 887px;
  width: 100%;
  text-align: center;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .desc p, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .desc p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .desc p,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .desc p,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .desc p,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .desc p,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .desc p,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .desc p,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .desc p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .desc p {
  color: #5A5A5A;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .grid, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .grid,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .grid,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .grid,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .grid,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .grid,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .grid,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .grid {
  margin: 76px auto 0;
  width: 100%;
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 32px;
}
@media (max-width: 1024px) {
  body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .grid, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .grid,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .grid,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .grid,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .grid,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .grid,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .grid,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .grid {
    margin: 64px auto 0;
  }
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .grid, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .grid,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .grid,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .grid,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .grid,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .grid,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .grid,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .grid {
    margin: 40px auto 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .grid .single img, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single img, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single img,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .grid .single img,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single img,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single img,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .grid .single img,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single img,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single img,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .grid .single img,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single img,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .grid .single .top, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .grid .single .top,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .grid .single .top,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .grid .single .top,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top {
  display: flex;
  align-items: baseline;
  margin: 20px 0 0;
  grid-gap: 3px;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .grid .single .top span, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top span, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top span,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .grid .single .top span,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top span,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top span,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .grid .single .top span,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top span,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top span,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .grid .single .top span,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top span,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top span {
  display: block;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .grid .single .top span:nth-child(1), body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top span:nth-child(1), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top span:nth-child(1),
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .grid .single .top span:nth-child(1),
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top span:nth-child(1),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top span:nth-child(1),
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .grid .single .top span:nth-child(1),
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top span:nth-child(1),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top span:nth-child(1),
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .grid .single .top span:nth-child(1),
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top span:nth-child(1),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top span:nth-child(1) {
  color: #111;
  font-weight: 900;
  letter-spacing: -0.39px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.1;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .grid .single .top span:nth-child(2), body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top span:nth-child(2), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top span:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .grid .single .top span:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top span:nth-child(2),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top span:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .grid .single .top span:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top span:nth-child(2),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top span:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .grid .single .top span:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single .top span:nth-child(2),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single .top span:nth-child(2) {
  color: #5A5A5A;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.48px;
  font-weight: 700;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .grid .single p, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single p, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single p,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .grid .single p,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single p,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single p,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .grid .single p,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single p,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single p,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .grid .single p,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .grid .single p,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .grid .single p {
  margin: 11px 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #5A5A5A;
  max-width: 269px;
  width: 100%;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table {
  margin: 67px auto 0;
  width: 100%;
  max-width: 920px;
}
@media (max-width: 768px) {
  body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table {
    margin: 40px auto 0;
  }
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .headline, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .headline, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .headline,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .headline,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .headline,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .headline,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .headline,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .headline,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .headline,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .headline,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .headline,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .headline {
  display: block;
  color: #5A5A5A;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.78px;
  line-height: 1.1;
  text-transform: uppercase;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows {
  margin: 14px 0 0;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows .single, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows .single,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows .single,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows .single,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:first-child .col, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:first-child .col, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:first-child .col,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:first-child .col,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:first-child .col,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:first-child .col,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:first-child .col,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:first-child .col,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:first-child .col,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:first-child .col,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:first-child .col,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:first-child .col {
  color: #5A5A5A;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.1;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(2), body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2), body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(3), body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3),
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(3),
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3),
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(3),
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3),
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(3),
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3) {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(2):before, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2):before, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2):before, body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(3):before, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3):before, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3):before,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(2):before,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2):before,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2):before,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(3):before,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3):before,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3):before,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(2):before,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2):before,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2):before,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(3):before,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3):before,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3):before,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(2):before,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2):before,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(2):before,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:nth-child(n+2) .col:nth-child(3):before,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3):before,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:nth-child(n+2) .col:nth-child(3):before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 5.5px;
  background: #1B1C1F;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:last-child .col:nth-child(3), body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:last-child .col:nth-child(3), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:last-child .col:nth-child(3),
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:last-child .col:nth-child(3),
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:last-child .col:nth-child(3),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:last-child .col:nth-child(3),
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:last-child .col:nth-child(3),
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:last-child .col:nth-child(3),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:last-child .col:nth-child(3),
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:last-child .col:nth-child(3),
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:last-child .col:nth-child(3),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:last-child .col:nth-child(3) {
  color: #9AA0A8;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:last-child .col:nth-child(3):before, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:last-child .col:nth-child(3):before, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:last-child .col:nth-child(3):before,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:last-child .col:nth-child(3):before,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:last-child .col:nth-child(3):before,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:last-child .col:nth-child(3):before,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:last-child .col:nth-child(3):before,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:last-child .col:nth-child(3):before,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:last-child .col:nth-child(3):before,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows .single:last-child .col:nth-child(3):before,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single:last-child .col:nth-child(3):before,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single:last-child .col:nth-child(3):before {
  display: none;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows .single .col:nth-child(1), body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single .col:nth-child(1), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single .col:nth-child(1),
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows .single .col:nth-child(1),
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single .col:nth-child(1),
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows .single .col:nth-child(1),
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single .col:nth-child(1),
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows .single .col:nth-child(1),
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single .col:nth-child(1),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single .col:nth-child(1) {
  width: 46%;
  font-size: 15px;
  font-size: 0.9375rem;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows .single .col:nth-child(2), body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single .col:nth-child(2), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single .col:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows .single .col:nth-child(2),
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single .col:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows .single .col:nth-child(2),
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single .col:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows .single .col:nth-child(2),
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single .col:nth-child(2),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single .col:nth-child(2) {
  width: 27%;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .table .rows .single .col:nth-child(3), body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single .col:nth-child(3), #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single .col:nth-child(3),
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .table .rows .single .col:nth-child(3),
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single .col:nth-child(3),
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single .col:nth-child(3),
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .table .rows .single .col:nth-child(3),
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single .col:nth-child(3),
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single .col:nth-child(3),
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .table .rows .single .col:nth-child(3),
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .table .rows .single .col:nth-child(3),
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .table .rows .single .col:nth-child(3) {
  width: 27%;
}
body.page-id-16550 .main .thinkpad-2026-block-11 .wrapper .disclaimer, body.page-id-16550 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .disclaimer, #cookie-notice body.page-id-16550 .main .thinkpad-2026-block-11 .cookie-notice-container .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-11 .wrapper .disclaimer,
body.page-id-16624 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16624 .main .thinkpad-2026-block-11 .cookie-notice-container .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-11 .wrapper .disclaimer,
body.page-id-16625 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16625 .main .thinkpad-2026-block-11 .cookie-notice-container .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-11 .wrapper .disclaimer,
body.page-id-16626 .main .thinkpad-2026-block-11 #cookie-notice .cookie-notice-container .disclaimer,
#cookie-notice body.page-id-16626 .main .thinkpad-2026-block-11 .cookie-notice-container .disclaimer {
  margin: 33px auto 0;
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #5A5A5A;
}
body.page-id-16675 .main .ship-happens-block-1,
body.page-id-16816 .main .ship-happens-block-1,
body.page-id-16817 .main .ship-happens-block-1,
body.page-id-16818 .main .ship-happens-block-1 {
  background: #0a0a0a;
  padding: 110px 0;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-1,
body.page-id-16816 .main .ship-happens-block-1,
body.page-id-16817 .main .ship-happens-block-1,
body.page-id-16818 .main .ship-happens-block-1 {
    padding: 96px 0;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-1,
body.page-id-16816 .main .ship-happens-block-1,
body.page-id-16817 .main .ship-happens-block-1,
body.page-id-16818 .main .ship-happens-block-1 {
    padding: 72px 0;
  }
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-1 .wrapper,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-1 .wrapper,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-1 .wrapper,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-1 .wrapper,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-1 .wrapper,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-1 .wrapper,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-1 .wrapper,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-1 .wrapper,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-1 .wrapper,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container {
    flex-direction: column;
    grid-gap: 32px;
    text-align: center;
  }
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left {
  max-width: 583px;
  width: 100%;
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left h1, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left h1 {
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  font-size: 116px;
  line-height: 0.9;
  letter-spacing: -5.22px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left h1, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left h1 {
    font-size: 96px;
    letter-spacing: -4px;
  }
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left h1, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left h1 {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left h1, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left h1 {
    font-size: 64px;
    letter-spacing: -2px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left h1, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left h1,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left h1,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left h1 {
    font-size: 48px;
    letter-spacing: -1px;
  }
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left h1 span, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1 span, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left h1 span,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left h1 span,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1 span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left h1 span,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left h1 span,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1 span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left h1 span,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left h1 span,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left h1 span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left h1 span {
  display: block;
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .tagline, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .tagline,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .tagline,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .tagline,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .tagline,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .tagline,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .tagline,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .tagline {
  margin: 22px 0 0;
  max-width: 583px;
  color: #ffffff;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.28;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .tagline, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .tagline,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .tagline,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .tagline,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .tagline,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .tagline,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .tagline,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .tagline {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .tagline, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .tagline,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .tagline,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .tagline,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .tagline,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .tagline,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .tagline,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .tagline {
    font-size: 23px;
  }
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .tagline span, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline span, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .tagline span,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .tagline span,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .tagline span,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .tagline span,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .tagline span,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .tagline span,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .tagline span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .tagline span {
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .desc, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .desc,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .desc,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .desc,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .desc,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .desc,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .desc,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .desc {
  margin: 26px 0 0;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .desc, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .desc,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .desc,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .desc,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .desc,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .desc,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .desc,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .desc {
    margin: 24px auto 0;
  }
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .desc p, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc p, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .desc p,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .desc p,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .desc p,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .desc p,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .desc p,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .desc p,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .desc p {
  margin: 0;
  max-width: 497px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.62;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .desc p, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc p, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .desc p,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .desc p,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .desc p,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .desc p,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .desc p,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .desc p,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desc p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .desc p {
    margin: 0 auto;
  }
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .btns, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .btns,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .btns,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .btns,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .btns,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .btns,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .btns,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .btns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0 0;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .btns, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .btns,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .btns,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .btns,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .btns,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .btns,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .btns,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .btns {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .btns, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .btns,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .btns,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .btns,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .btns,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .btns,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .btns,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .btns {
    flex-direction: column;
  }
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .btns .btn, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .btns .btn,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .btns .btn,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .btns .btn,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  padding: 16.5px 28px;
  padding: 16.5px 20px;
  border-radius: 4px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-align: center;
  justify-content: center;
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .btns .btn, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .btns .btn,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .btns .btn,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .btns .btn,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn {
    width: 100%;
  }
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .btns .btn.red, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.red, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.red,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .btns .btn.red,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.red,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.red,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .btns .btn.red,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.red,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.red,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .btns .btn.red,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.red,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.red {
  background: #e2231a;
  border-color: #e2231a;
  color: #ffffff;
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .btns .btn.red:hover, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.red:hover, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.red:hover,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .btns .btn.red:hover,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.red:hover,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.red:hover,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .btns .btn.red:hover,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.red:hover,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.red:hover,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .btns .btn.red:hover,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.red:hover,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.red:hover {
  background: #bd1d16;
  border-color: #bd1d16;
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .btns .btn.outline, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.outline, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.outline,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .btns .btn.outline,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.outline,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.outline,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .btns .btn.outline,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.outline,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.outline,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .btns .btn.outline,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.outline,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.outline {
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .btns .btn.outline:hover, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.outline:hover, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.outline:hover,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .btns .btn.outline:hover,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.outline:hover,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.outline:hover,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .btns .btn.outline:hover,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.outline:hover,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.outline:hover,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .btns .btn.outline:hover,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .btns .btn.outline:hover,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .btns .btn.outline:hover {
  border-color: #ffffff;
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .desclaimer, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .desclaimer,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .desclaimer,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .desclaimer,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer {
  margin: 24px 0 0;
  padding-top: 24px;
  max-width: 520px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .desclaimer, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .desclaimer,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .desclaimer,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .desclaimer,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer {
    margin: 24px auto 0;
  }
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .desclaimer p, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer p, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer p,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .desclaimer p,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer p,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .desclaimer p,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer p,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .desclaimer p,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12.5px;
  line-height: 1.55;
  max-width: 399px;
  width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .left .desclaimer p, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer p, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer p,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .left .desclaimer p,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer p,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .left .desclaimer p,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer p,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .left .desclaimer p,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .left .desclaimer p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .left .desclaimer p {
    margin: 0 auto;
  }
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .right, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .right,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .right,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .right,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .right,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .right,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .right,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .right {
  max-width: 561px;
  width: 100%;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-1 .wrapper .right, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .right,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .right,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .right,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .right,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .right,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .right,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .right {
    margin: 0 auto;
  }
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .right .wrap, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .right .wrap,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .right .wrap,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .right .wrap,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .right .wrap,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .right .wrap,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .right .wrap,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .right .wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141417;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  padding: 63px 53px 49px;
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .right .wrap .name, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap .name, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .right .wrap .name,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .right .wrap .name,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap .name,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .right .wrap .name,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .right .wrap .name,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap .name,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .right .wrap .name,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .right .wrap .name,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap .name,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .right .wrap .name {
  position: absolute;
  left: 22px;
  top: 16px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .right .wrap .days, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap .days, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .right .wrap .days,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .right .wrap .days,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap .days,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .right .wrap .days,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .right .wrap .days,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap .days,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .right .wrap .days,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .right .wrap .days,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap .days,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .right .wrap .days {
  position: absolute;
  right: 15px;
  top: 14px;
  background: #e2231a;
  color: #ffffff;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.3px;
  border-radius: 5px;
  padding: 7px 12px;
}
body.page-id-16675 .main .ship-happens-block-1 .wrapper .right .wrap img, body.page-id-16675 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap img, #cookie-notice body.page-id-16675 .main .ship-happens-block-1 .cookie-notice-container .right .wrap img,
body.page-id-16816 .main .ship-happens-block-1 .wrapper .right .wrap img,
body.page-id-16816 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap img,
#cookie-notice body.page-id-16816 .main .ship-happens-block-1 .cookie-notice-container .right .wrap img,
body.page-id-16817 .main .ship-happens-block-1 .wrapper .right .wrap img,
body.page-id-16817 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap img,
#cookie-notice body.page-id-16817 .main .ship-happens-block-1 .cookie-notice-container .right .wrap img,
body.page-id-16818 .main .ship-happens-block-1 .wrapper .right .wrap img,
body.page-id-16818 .main .ship-happens-block-1 #cookie-notice .cookie-notice-container .right .wrap img,
#cookie-notice body.page-id-16818 .main .ship-happens-block-1 .cookie-notice-container .right .wrap img {
  max-width: 100%;
  display: block;
  filter: drop-shadow(0px 22px 40px rgba(0, 0, 0, 0.55));
}
body.page-id-16675 .main .ship-happens-block-2,
body.page-id-16816 .main .ship-happens-block-2,
body.page-id-16817 .main .ship-happens-block-2,
body.page-id-16818 .main .ship-happens-block-2 {
  background: #ffffff;
  padding: 120px 0;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-2,
body.page-id-16816 .main .ship-happens-block-2,
body.page-id-16817 .main .ship-happens-block-2,
body.page-id-16818 .main .ship-happens-block-2 {
    padding: 96px 0;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-2,
body.page-id-16816 .main .ship-happens-block-2,
body.page-id-16817 .main .ship-happens-block-2,
body.page-id-16818 .main .ship-happens-block-2 {
    padding: 72px 0;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-2 .wrapper,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-2 .wrapper,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-2 .wrapper,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
  text-align: center;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-2 .wrapper,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-2 .wrapper,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-2 .wrapper,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container {
    padding: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container > h2 {
  margin: 0 auto;
  max-width: 800px;
  color: #17181a;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.06;
  letter-spacing: -1.25px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container > h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container > h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container > h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-2 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container > h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper > h2 span, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2 span, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container > h2 span,
body.page-id-16816 .main .ship-happens-block-2 .wrapper > h2 span,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2 span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container > h2 span,
body.page-id-16817 .main .ship-happens-block-2 .wrapper > h2 span,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2 span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container > h2 span,
body.page-id-16818 .main .ship-happens-block-2 .wrapper > h2 span,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > h2 span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container > h2 span {
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper > .desc, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > .desc, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container > .desc,
body.page-id-16816 .main .ship-happens-block-2 .wrapper > .desc,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > .desc,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container > .desc,
body.page-id-16817 .main .ship-happens-block-2 .wrapper > .desc,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > .desc,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container > .desc,
body.page-id-16818 .main .ship-happens-block-2 .wrapper > .desc,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > .desc,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container > .desc {
  margin: 16px auto 0;
  max-width: 647px;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper > .desc p, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > .desc p, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container > .desc p,
body.page-id-16816 .main .ship-happens-block-2 .wrapper > .desc p,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > .desc p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container > .desc p,
body.page-id-16817 .main .ship-happens-block-2 .wrapper > .desc p,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > .desc p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container > .desc p,
body.page-id-16818 .main .ship-happens-block-2 .wrapper > .desc p,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container > .desc p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container > .desc p {
  margin: 0;
  color: #54565b;
  font-size: 18px;
  line-height: 1.62;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap {
  margin: 60px auto 0;
  text-align: left;
  background: #0d0d0f;
  border-radius: 22px;
  padding: 60px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap {
    margin: 48px auto 0;
    padding: 40px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap {
    margin: 32px auto 0;
    padding: 32px;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .tag, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .tag, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .tag,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .tag,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .tag,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .tag,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .tag,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .tag,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .tag,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .tag,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .tag,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .tag {
  display: block;
  color: #e2231a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap h3, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap h3,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap h3,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap h3,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap h3,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap h3,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap h3,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap h3 {
  margin: 12px 0 0;
  max-width: 417px;
  color: #ffffff;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -0.6px;
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap h3, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap h3,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap h3,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap h3,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap h3,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap h3,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap h3,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap h3 {
    font-size: 26px;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .grid, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .grid,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .grid,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .grid,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid {
  display: flex;
  padding: 32px 0 28px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .grid, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .grid,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .grid,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .grid,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .grid .single, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .grid .single,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .grid .single,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .grid .single,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single {
  flex: 1;
  padding: 0 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .grid .single, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .grid .single,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .grid .single,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .grid .single,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single {
    padding: 0 0 0 16px;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .grid .single:first-child, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single:first-child, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single:first-child,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .grid .single:first-child,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single:first-child,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single:first-child,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .grid .single:first-child,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single:first-child,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single:first-child,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .grid .single:first-child,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single:first-child,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single:first-child {
  padding-left: 0;
  border-left: 0;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .grid .single:first-child, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single:first-child, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single:first-child,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .grid .single:first-child,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single:first-child,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single:first-child,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .grid .single:first-child,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single:first-child,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single:first-child,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .grid .single:first-child,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single:first-child,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single:first-child {
    padding: 0 26px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .grid .single:first-child, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single:first-child, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single:first-child,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .grid .single:first-child,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single:first-child,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single:first-child,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .grid .single:first-child,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single:first-child,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single:first-child,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .grid .single:first-child,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single:first-child,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single:first-child {
    padding: 0 0 0 16px;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number {
  display: block;
  color: #e2231a;
  font-weight: 900;
  font-size: 60px;
  letter-spacing: -1.8px;
  line-height: 1;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .grid .single .number,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .number,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .number {
    font-size: 40px;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .grid .single .label, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .label, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .label,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .grid .single .label,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .label,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .label,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .grid .single .label,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .label,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .label,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .grid .single .label,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .grid .single .label,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .grid .single .label {
  display: block;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13.5px;
  line-height: 1.45;
  max-width: 180px;
  width: 100%;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .bottom, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .bottom,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .bottom,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .bottom,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .bottom, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .bottom,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .bottom,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .bottom,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .bottom p, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom p, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom p,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .bottom p,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom p,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .bottom p,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom p,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .bottom p,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom p {
  margin: 0;
  max-width: 472px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .bottom p, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom p, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom p,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .bottom p,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom p,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .bottom p,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom p,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .bottom p,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom p {
    text-align: center;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .bottom .link, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .bottom .link,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .bottom .link,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .bottom .link,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none;
  white-space: nowrap;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .bottom .link:after, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link:after, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link:after,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .bottom .link:after,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link:after,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link:after,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .bottom .link:after,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link:after,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link:after,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .bottom .link:after,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link:after,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2026/08/icon-arrow-red.svg") center/contain no-repeat;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .bottom .link:hover, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link:hover, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link:hover,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .bottom .link:hover,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link:hover,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link:hover,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .bottom .link:hover,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link:hover,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link:hover,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .bottom .link:hover,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link:hover,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link:hover {
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .wrap .bottom .link:hover:after, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link:hover:after, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link:hover:after,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .wrap .bottom .link:hover:after,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link:hover:after,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link:hover:after,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .wrap .bottom .link:hover:after,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link:hover:after,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link:hover:after,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .wrap .bottom .link:hover:after,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .wrap .bottom .link:hover:after,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .wrap .bottom .link:hover:after {
  filter: none;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .features, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .features,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .features,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .features,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .features,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .features,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .features,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .features {
  margin: 66px auto 0;
  display: flex;
  gap: 24px;
  text-align: left;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .features, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .features,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .features,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .features,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .features,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .features,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .features,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .features {
    margin: 48px auto 0;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .features, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .features,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .features,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .features,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .features,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .features,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .features,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .features {
    margin: 32px auto 0;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .features .col, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .features .col,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .features .col,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .features .col,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .features .col,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .features .col,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .features .col,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .features .col {
  flex: 1;
  background: #f5f5f7;
  border: 1px solid #e7e7ea;
  border-radius: 16px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-2 .wrapper .features .col, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .features .col,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .features .col,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .features .col,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .features .col,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .features .col,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .features .col,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .features .col {
    padding: 30px;
  }
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .features .col .top .tag, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .tag, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .tag,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .features .col .top .tag,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .tag,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .tag,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .features .col .top .tag,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .tag,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .tag,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .features .col .top .tag,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .tag,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .tag {
  display: block;
  color: #e2231a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .features .col .top .title, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .title, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .title,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .features .col .top .title,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .title,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .title,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .features .col .top .title,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .title,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .title,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .features .col .top .title,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .title,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .title {
  display: block;
  margin-top: 8px;
  color: #17181a;
  font-weight: 900;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.38px;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .features .col .top .list, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .list, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .list,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .features .col .top .list,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .list,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .list,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .features .col .top .list,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .list,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .list,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .features .col .top .list,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .list,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .features .col .top .list span, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .list span, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .list span,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .features .col .top .list span,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .list span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .list span,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .features .col .top .list span,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .list span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .list span,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .features .col .top .list span,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .list span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .list span {
  position: relative;
  display: block;
  padding-left: 28px;
  color: #54565b;
  font-size: 14.5px;
  line-height: 1.5;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .features .col .top .list span:before, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .list span:before, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .list span:before,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .features .col .top .list span:before,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .list span:before,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .list span:before,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .features .col .top .list span:before,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .list span:before,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .list span:before,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .features .col .top .list span:before,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .top .list span:before,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .features .col .top .list span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/2026/08/icon-check-red.svg") center/contain no-repeat;
}
body.page-id-16675 .main .ship-happens-block-2 .wrapper .features .col .disclaimer, body.page-id-16675 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .disclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-2 .cookie-notice-container .features .col .disclaimer,
body.page-id-16816 .main .ship-happens-block-2 .wrapper .features .col .disclaimer,
body.page-id-16816 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .disclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-2 .cookie-notice-container .features .col .disclaimer,
body.page-id-16817 .main .ship-happens-block-2 .wrapper .features .col .disclaimer,
body.page-id-16817 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .disclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-2 .cookie-notice-container .features .col .disclaimer,
body.page-id-16818 .main .ship-happens-block-2 .wrapper .features .col .disclaimer,
body.page-id-16818 .main .ship-happens-block-2 #cookie-notice .cookie-notice-container .features .col .disclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-2 .cookie-notice-container .features .col .disclaimer {
  margin: 22px 0 0;
  padding-top: 14px;
  border-top: 1px solid #e7e7ea;
  color: #8a8b8f;
  font-size: 12px;
}
body.page-id-16675 .main .ship-happens-block-3,
body.page-id-16816 .main .ship-happens-block-3,
body.page-id-16817 .main .ship-happens-block-3,
body.page-id-16818 .main .ship-happens-block-3 {
  background: #0a0a0a;
  padding: 120px 0;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-3,
body.page-id-16816 .main .ship-happens-block-3,
body.page-id-16817 .main .ship-happens-block-3,
body.page-id-16818 .main .ship-happens-block-3 {
    padding: 96px 0;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-3,
body.page-id-16816 .main .ship-happens-block-3,
body.page-id-16817 .main .ship-happens-block-3,
body.page-id-16818 .main .ship-happens-block-3 {
    padding: 72px 0;
  }
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-3 .wrapper,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-3 .wrapper,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-3 .wrapper,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
  text-align: center;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-3 .wrapper,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-3 .wrapper,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-3 .wrapper,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container {
    padding: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container > h2 {
  margin: 0 auto;
  max-width: 760px;
  color: #ffffff;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.06;
  letter-spacing: -1.25px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container > h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container > h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container > h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-3 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container > h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper > h2 span, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2 span, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container > h2 span,
body.page-id-16816 .main .ship-happens-block-3 .wrapper > h2 span,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2 span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container > h2 span,
body.page-id-16817 .main .ship-happens-block-3 .wrapper > h2 span,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2 span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container > h2 span,
body.page-id-16818 .main .ship-happens-block-3 .wrapper > h2 span,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > h2 span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container > h2 span {
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper > .desc, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > .desc, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container > .desc,
body.page-id-16816 .main .ship-happens-block-3 .wrapper > .desc,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > .desc,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container > .desc,
body.page-id-16817 .main .ship-happens-block-3 .wrapper > .desc,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > .desc,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container > .desc,
body.page-id-16818 .main .ship-happens-block-3 .wrapper > .desc,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > .desc,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container > .desc {
  margin: 16px auto 0;
  max-width: 627px;
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper > .desc p, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > .desc p, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container > .desc p,
body.page-id-16816 .main .ship-happens-block-3 .wrapper > .desc p,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > .desc p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container > .desc p,
body.page-id-16817 .main .ship-happens-block-3 .wrapper > .desc p,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > .desc p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container > .desc p,
body.page-id-16818 .main .ship-happens-block-3 .wrapper > .desc p,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container > .desc p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container > .desc p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  line-height: 1.62;
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 96px;
  text-align: left;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows {
    margin-top: 56px;
    gap: 64px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows {
    margin-top: 40px;
    gap: 40px;
  }
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single {
    flex-direction: column-reverse;
    grid-gap: 32px;
  }
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single.reverse, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single.reverse, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single.reverse,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single.reverse,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single.reverse,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single.reverse,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single.reverse,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single.reverse,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single.reverse,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single.reverse,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single.reverse,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single.reverse, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single.reverse, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single.reverse,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single.reverse,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single.reverse,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single.reverse,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single.reverse,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single.reverse,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single.reverse,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single.reverse,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single.reverse,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single.reverse {
    flex-direction: column-reverse;
  }
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single:nth-child(2) .photo, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .photo, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single:nth-child(2) .photo,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single:nth-child(2) .photo,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .photo,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single:nth-child(2) .photo,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single:nth-child(2) .photo,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .photo,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single:nth-child(2) .photo,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single:nth-child(2) .photo,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single:nth-child(2) .photo,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single:nth-child(2) .photo {
  background-size: 84% auto;
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single:nth-child(3) .photo, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single:nth-child(3) .photo, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single:nth-child(3) .photo,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single:nth-child(3) .photo,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single:nth-child(3) .photo,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single:nth-child(3) .photo,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single:nth-child(3) .photo,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single:nth-child(3) .photo,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single:nth-child(3) .photo,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single:nth-child(3) .photo,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single:nth-child(3) .photo,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single:nth-child(3) .photo {
  background-size: 80% auto;
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single .photo, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .photo, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single .photo,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single .photo,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .photo,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single .photo,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single .photo,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .photo,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single .photo,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single .photo,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .photo,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single .photo {
  flex: 1;
  min-width: 0;
  height: 283px;
  background-color: #141417;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single .photo, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .photo, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single .photo,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single .photo,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .photo,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single .photo,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single .photo,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .photo,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single .photo,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single .photo,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .photo,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single .photo {
    flex: none;
    width: 100%;
    height: 250px;
  }
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single .info, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single .info,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single .info,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single .info,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single .info, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single .info,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single .info,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single .info,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info {
    flex: none;
    width: 100%;
  }
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single .info .number, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single .info .number,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single .info .number,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single .info .number,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number {
  display: block;
  color: #e2231a;
  font-weight: 900;
  font-size: 58px;
  letter-spacing: -1.74px;
  line-height: 1;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single .info .number, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single .info .number,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single .info .number,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single .info .number,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single .info .number, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single .info .number,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single .info .number,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single .info .number,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single .info .number, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single .info .number,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single .info .number,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single .info .number,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .number,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .number {
    font-size: 32px;
  }
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single .info .title, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .title, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .title,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single .info .title,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .title,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single .info .title,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .title,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single .info .title,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .title {
  display: block;
  margin-top: 16px;
  color: #ffffff;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.56px;
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single .info .title, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .title, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .title,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single .info .title,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .title,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single .info .title,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .title,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single .info .title,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info .title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single .info p, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info p, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info p,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single .info p,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info p,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single .info p,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info p,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single .info p,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info p {
  margin: 11px 0 0;
  max-width: 430px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
  line-height: 1.64;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .rows .single .info p, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info p, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info p,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .rows .single .info p,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info p,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .rows .single .info p,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info p,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .rows .single .info p,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .rows .single .info p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .rows .single .info p {
    max-width: 100%;
  }
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .covered, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .covered,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .covered,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .covered,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .covered,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .covered,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .covered,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .covered {
  margin: 67px auto 0;
  max-width: 760px;
  padding-top: 67px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .covered .tag, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .tag, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .covered .tag,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .covered .tag,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .tag,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .covered .tag,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .covered .tag,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .tag,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .covered .tag,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .covered .tag,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .tag,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .covered .tag {
  display: block;
  color: #e2231a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .covered h2, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .covered h2,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .covered h2,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .covered h2,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .covered h2,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .covered h2,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .covered h2,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .covered h2 {
  margin: 10px auto 0;
  max-width: none;
  color: #ffffff;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: -0.68px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .covered h2, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .covered h2,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .covered h2,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .covered h2,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .covered h2,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .covered h2,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .covered h2,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .covered h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-3 .wrapper .covered h2, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .covered h2,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .covered h2,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .covered h2,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .covered h2,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .covered h2,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .covered h2,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .covered h2 {
    font-size: 28px;
  }
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .covered .desc, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .desc, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .covered .desc,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .covered .desc,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .desc,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .covered .desc,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .covered .desc,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .desc,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .covered .desc,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .covered .desc,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .desc,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .covered .desc {
  margin: 5px auto 0;
  max-width: 584px;
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .covered .desc p, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .desc p, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .covered .desc p,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .covered .desc p,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .desc p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .covered .desc p,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .covered .desc p,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .desc p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .covered .desc p,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .covered .desc p,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .desc p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .covered .desc p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17.5px;
  line-height: 1.64;
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .covered .desc p b, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .desc p b, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .covered .desc p b,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .covered .desc p b,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .desc p b,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .covered .desc p b,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .covered .desc p b,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .desc p b,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .covered .desc p b,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .covered .desc p b,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .desc p b,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .covered .desc p b {
  color: #ffffff;
  font-weight: 700;
}
body.page-id-16675 .main .ship-happens-block-3 .wrapper .covered .disclaimer, body.page-id-16675 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .disclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-3 .cookie-notice-container .covered .disclaimer,
body.page-id-16816 .main .ship-happens-block-3 .wrapper .covered .disclaimer,
body.page-id-16816 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .disclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-3 .cookie-notice-container .covered .disclaimer,
body.page-id-16817 .main .ship-happens-block-3 .wrapper .covered .disclaimer,
body.page-id-16817 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .disclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-3 .cookie-notice-container .covered .disclaimer,
body.page-id-16818 .main .ship-happens-block-3 .wrapper .covered .disclaimer,
body.page-id-16818 .main .ship-happens-block-3 #cookie-notice .cookie-notice-container .covered .disclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-3 .cookie-notice-container .covered .disclaimer {
  display: block;
  color: #8a8b8f;
  font-size: 12.5px;
  line-height: 1.55;
  max-width: 468px;
  margin: 16px auto 0;
}
body.page-id-16675 .main .ship-happens-block-4,
body.page-id-16816 .main .ship-happens-block-4,
body.page-id-16817 .main .ship-happens-block-4,
body.page-id-16818 .main .ship-happens-block-4 {
  background: #ffffff;
  padding: 120px 0;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-4,
body.page-id-16816 .main .ship-happens-block-4,
body.page-id-16817 .main .ship-happens-block-4,
body.page-id-16818 .main .ship-happens-block-4 {
    padding: 96px 0;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-4,
body.page-id-16816 .main .ship-happens-block-4,
body.page-id-16817 .main .ship-happens-block-4,
body.page-id-16818 .main .ship-happens-block-4 {
    padding: 72px 0;
  }
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-4 .wrapper,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-4 .wrapper,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-4 .wrapper,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
  text-align: center;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-4 .wrapper,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-4 .wrapper,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-4 .wrapper,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container {
    padding: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container > h2 {
  margin: 0 auto;
  max-width: 720px;
  color: #17181a;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.06;
  letter-spacing: -1.25px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container > h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container > h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container > h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-4 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container > h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper > h2 span, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2 span, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container > h2 span,
body.page-id-16816 .main .ship-happens-block-4 .wrapper > h2 span,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2 span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container > h2 span,
body.page-id-16817 .main .ship-happens-block-4 .wrapper > h2 span,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2 span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container > h2 span,
body.page-id-16818 .main .ship-happens-block-4 .wrapper > h2 span,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > h2 span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container > h2 span {
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper > .desc, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > .desc, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container > .desc,
body.page-id-16816 .main .ship-happens-block-4 .wrapper > .desc,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > .desc,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container > .desc,
body.page-id-16817 .main .ship-happens-block-4 .wrapper > .desc,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > .desc,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container > .desc,
body.page-id-16818 .main .ship-happens-block-4 .wrapper > .desc,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > .desc,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container > .desc {
  margin: 15px auto 0;
  max-width: 587px;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper > .desc p, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > .desc p, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container > .desc p,
body.page-id-16816 .main .ship-happens-block-4 .wrapper > .desc p,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > .desc p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container > .desc p,
body.page-id-16817 .main .ship-happens-block-4 .wrapper > .desc p,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > .desc p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container > .desc p,
body.page-id-16818 .main .ship-happens-block-4 .wrapper > .desc p,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container > .desc p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container > .desc p {
  margin: 0;
  color: #5f6064;
  font-size: 18px;
  line-height: 1.6;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 48px;
  padding-top: 76px;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula {
    gap: 0 32px;
  }
}
@media (max-width: 900px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula {
    gap: 0 16px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula {
    padding-top: 56px;
    gap: 0;
  }
}
@media (max-width: 680px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula {
    padding-top: 40px;
  }
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula .single, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula .single,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula .single,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula .single,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula .single,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula .single,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula .single,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula .single {
  min-width: 220px;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula .single .number, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula .single .number,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula .single .number,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula .single .number,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number {
  display: block;
  color: #e2231a;
  font-weight: 900;
  font-size: 140px;
  letter-spacing: -5.6px;
  line-height: 0.86;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula .single .number, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula .single .number,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula .single .number,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula .single .number,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number {
    font-size: 120px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula .single .number, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula .single .number,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula .single .number,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula .single .number,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number {
    font-size: 100px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula .single .number, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula .single .number,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula .single .number,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula .single .number,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .number,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula .single .number {
    font-size: 80px;
  }
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula .single .days, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .days, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula .single .days,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula .single .days,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .days,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula .single .days,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula .single .days,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .days,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula .single .days,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula .single .days,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .days,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula .single .days {
  display: block;
  margin-top: 16px;
  color: #8a8b8f;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula .single .title, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .title, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula .single .title,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula .single .title,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .title,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula .single .title,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula .single .title,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .title,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula .single .title,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula .single .title,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .single .title,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula .single .title {
  display: block;
  margin-top: 10px;
  color: #17181a;
  font-weight: 700;
  font-size: 15px;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula .sign, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .sign, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula .sign,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula .sign,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .sign,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula .sign,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula .sign,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .sign,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula .sign,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula .sign,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .sign,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula .sign {
  padding-top: 44px;
}
@media (max-width: 680px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula .sign, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .sign, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula .sign,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula .sign,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .sign,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula .sign,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula .sign,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .sign,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula .sign,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula .sign,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .sign,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula .sign {
    padding-top: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .formula .sign span, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .sign span, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .formula .sign span,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .formula .sign span,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .sign span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .formula .sign span,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .formula .sign span,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .sign span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .formula .sign span,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .formula .sign span,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .formula .sign span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .formula .sign span {
  color: #c9cace;
  font-weight: 900;
  font-size: 54px;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .cols, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .cols,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .cols,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .cols,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .cols,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .cols,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .cols,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .cols {
  display: flex;
  gap: 44px;
  margin-top: 80px;
  text-align: left;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .cols, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .cols,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .cols,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .cols,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .cols,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .cols,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .cols,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .cols {
    margin-top: 56px;
  }
}
@media (max-width: 680px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .cols, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .cols,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .cols,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .cols,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .cols,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .cols,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .cols,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .cols {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .cols, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .cols,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .cols,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .cols,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .cols,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .cols,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .cols,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .cols {
    margin-top: 40px;
  }
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .cols .col, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .cols .col,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .cols .col,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .cols .col,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .cols .col,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .cols .col,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .cols .col,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .cols .col {
  flex: 1;
  background: #f4f4f6;
  border-radius: 16px;
  padding: 38px;
}
@media (max-width: 680px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .cols .col, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .cols .col,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .cols .col,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .cols .col,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .cols .col,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .cols .col,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .cols .col,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .cols .col {
    flex: none;
    width: 100%;
    padding: 30px;
  }
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .cols .col .tag, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col .tag, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .cols .col .tag,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .cols .col .tag,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col .tag,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .cols .col .tag,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .cols .col .tag,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col .tag,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .cols .col .tag,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .cols .col .tag,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col .tag,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .cols .col .tag {
  display: block;
  color: #e2231a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .cols .col .title, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col .title, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .cols .col .title,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .cols .col .title,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col .title,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .cols .col .title,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .cols .col .title,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col .title,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .cols .col .title,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .cols .col .title,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col .title,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .cols .col .title {
  display: block;
  margin-top: 10px;
  color: #17181a;
  font-weight: 900;
  font-size: 25px;
  letter-spacing: -0.5px;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .cols .col .desc p, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col .desc p, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .cols .col .desc p,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .cols .col .desc p,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col .desc p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .cols .col .desc p,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .cols .col .desc p,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col .desc p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .cols .col .desc p,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .cols .col .desc p,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .cols .col .desc p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .cols .col .desc p {
  margin: 12px 0 0;
  color: #5f6064;
  font-size: 15px;
  line-height: 1.62;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .features, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .features,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .features,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .features,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .features,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .features,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .features,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .features {
  display: flex;
  gap: 48px;
  margin-top: 61px;
  padding-top: 61px;
  border-top: 1px solid #e7e7ea;
  text-align: left;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .features, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .features,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .features,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .features,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .features,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .features,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .features,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .features {
    flex-direction: column;
    grid-gap: 32px;
  }
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .features .single, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .features .single,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .features .single,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .features .single,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .features .single,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .features .single,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .features .single,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .features .single {
  flex: 1;
  display: flex;
  gap: 18px;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .features .single .side, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single .side, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .features .single .side,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .features .single .side,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single .side,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .features .single .side,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .features .single .side,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single .side,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .features .single .side,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .features .single .side,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single .side,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .features .single .side {
  flex: none;
  color: #e2231a;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: -1.44px;
  line-height: 0.9;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .features .single .info .title, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single .info .title, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .features .single .info .title,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .features .single .info .title,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single .info .title,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .features .single .info .title,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .features .single .info .title,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single .info .title,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .features .single .info .title,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .features .single .info .title,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single .info .title,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .features .single .info .title {
  display: block;
  color: #17181a;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.18px;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .features .single .info .desc p, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single .info .desc p, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .features .single .info .desc p,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .features .single .info .desc p,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single .info .desc p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .features .single .info .desc p,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .features .single .info .desc p,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single .info .desc p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .features .single .info .desc p,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .features .single .info .desc p,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .features .single .info .desc p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .features .single .info .desc p {
  margin: 5px 0 0;
  color: #5f6064;
  font-size: 15px;
  line-height: 1.55;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .bottom, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .bottom,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .bottom,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .bottom,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .bottom,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .bottom,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .bottom,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  text-align: left;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .bottom, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .bottom,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .bottom,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .bottom,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .bottom,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .bottom,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .bottom,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .bottom {
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
  }
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .bottom .disclaimer, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .disclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .bottom .disclaimer,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .bottom .disclaimer,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .disclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .bottom .disclaimer,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .bottom .disclaimer,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .disclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .bottom .disclaimer,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .bottom .disclaimer,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .disclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .bottom .disclaimer {
  margin: 0;
  max-width: 464px;
  color: #8a8b8f;
  font-size: 12.5px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-4 .wrapper .bottom .disclaimer, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .disclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .bottom .disclaimer,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .bottom .disclaimer,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .disclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .bottom .disclaimer,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .bottom .disclaimer,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .disclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .bottom .disclaimer,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .bottom .disclaimer,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .disclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .bottom .disclaimer {
    text-align: center;
  }
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .bottom .link, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .link, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .bottom .link,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .bottom .link,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .link,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .bottom .link,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .bottom .link,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .link,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .bottom .link,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .bottom .link,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .link,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .bottom .link {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e2231a;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .bottom .link:after, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .link:after, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .bottom .link:after,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .bottom .link:after,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .link:after,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .bottom .link:after,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .bottom .link:after,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .link:after,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .bottom .link:after,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .bottom .link:after,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .link:after,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .bottom .link:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2026/08/icon-arrow-red.svg") center/contain no-repeat;
}
body.page-id-16675 .main .ship-happens-block-4 .wrapper .bottom .link:hover, body.page-id-16675 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .link:hover, #cookie-notice body.page-id-16675 .main .ship-happens-block-4 .cookie-notice-container .bottom .link:hover,
body.page-id-16816 .main .ship-happens-block-4 .wrapper .bottom .link:hover,
body.page-id-16816 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .link:hover,
#cookie-notice body.page-id-16816 .main .ship-happens-block-4 .cookie-notice-container .bottom .link:hover,
body.page-id-16817 .main .ship-happens-block-4 .wrapper .bottom .link:hover,
body.page-id-16817 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .link:hover,
#cookie-notice body.page-id-16817 .main .ship-happens-block-4 .cookie-notice-container .bottom .link:hover,
body.page-id-16818 .main .ship-happens-block-4 .wrapper .bottom .link:hover,
body.page-id-16818 .main .ship-happens-block-4 #cookie-notice .cookie-notice-container .bottom .link:hover,
#cookie-notice body.page-id-16818 .main .ship-happens-block-4 .cookie-notice-container .bottom .link:hover {
  color: #b41c15;
}
body.page-id-16675 .main .ship-happens-block-5,
body.page-id-16816 .main .ship-happens-block-5,
body.page-id-16817 .main .ship-happens-block-5,
body.page-id-16818 .main .ship-happens-block-5 {
  background: #0a0a0a;
  padding: 120px 0 132.5px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-5,
body.page-id-16816 .main .ship-happens-block-5,
body.page-id-16817 .main .ship-happens-block-5,
body.page-id-16818 .main .ship-happens-block-5 {
    padding: 96px 0;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-5,
body.page-id-16816 .main .ship-happens-block-5,
body.page-id-16817 .main .ship-happens-block-5,
body.page-id-16818 .main .ship-happens-block-5 {
    padding: 72px 0;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-5 .wrapper,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-5 .wrapper,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-5 .wrapper,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
  text-align: center;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-5 .wrapper,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-5 .wrapper,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-5 .wrapper,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container {
    padding: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container > h2 {
  margin: 0 auto;
  max-width: 780px;
  color: #ffffff;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.06;
  letter-spacing: -1.25px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container > h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container > h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container > h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper > h2, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16816 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16817 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container > h2,
body.page-id-16818 .main .ship-happens-block-5 .wrapper > h2,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container > h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper > h2 span, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2 span, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container > h2 span,
body.page-id-16816 .main .ship-happens-block-5 .wrapper > h2 span,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2 span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container > h2 span,
body.page-id-16817 .main .ship-happens-block-5 .wrapper > h2 span,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2 span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container > h2 span,
body.page-id-16818 .main .ship-happens-block-5 .wrapper > h2 span,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > h2 span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container > h2 span {
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper > .desc, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > .desc, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container > .desc,
body.page-id-16816 .main .ship-happens-block-5 .wrapper > .desc,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > .desc,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container > .desc,
body.page-id-16817 .main .ship-happens-block-5 .wrapper > .desc,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > .desc,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container > .desc,
body.page-id-16818 .main .ship-happens-block-5 .wrapper > .desc,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > .desc,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container > .desc {
  margin: 16px auto 0;
  max-width: 647px;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper > .desc p, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > .desc p, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container > .desc p,
body.page-id-16816 .main .ship-happens-block-5 .wrapper > .desc p,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > .desc p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container > .desc p,
body.page-id-16817 .main .ship-happens-block-5 .wrapper > .desc p,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > .desc p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container > .desc p,
body.page-id-16818 .main .ship-happens-block-5 .wrapper > .desc p,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container > .desc p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container > .desc p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  line-height: 1.62;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows {
  margin-top: 85px;
  display: flex;
  flex-direction: column;
  gap: 86px;
  text-align: left;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows {
    margin-top: 56px;
    gap: 56px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows {
    margin-top: 40px;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single {
  align-items: center;
  gap: 64px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single.reverse .photo-wrap, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single.reverse .photo-wrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single.reverse .photo-wrap,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single.reverse .photo-wrap,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single.reverse .photo-wrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single.reverse .photo-wrap,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single.reverse .photo-wrap,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single.reverse .photo-wrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single.reverse .photo-wrap,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single.reverse .photo-wrap,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single.reverse .photo-wrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single.reverse .photo-wrap {
  order: 2;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single.reverse .info, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single.reverse .info, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single.reverse .info,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single.reverse .info,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single.reverse .info,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single.reverse .info,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single.reverse .info,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single.reverse .info,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single.reverse .info,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single.reverse .info,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single.reverse .info,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single.reverse .info {
  order: 1;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single .photo-wrap, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .photo-wrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single .photo-wrap,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single .photo-wrap,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .photo-wrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single .photo-wrap,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single .photo-wrap,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .photo-wrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single .photo-wrap,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single .photo-wrap,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .photo-wrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single .photo-wrap {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141417;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 40px;
  height: 315px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single .photo-wrap, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .photo-wrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single .photo-wrap,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single .photo-wrap,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .photo-wrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single .photo-wrap,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single .photo-wrap,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .photo-wrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single .photo-wrap,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single .photo-wrap,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .photo-wrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single .photo-wrap {
    height: 250px;
    order: 2;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single .photo-wrap img, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .photo-wrap img, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single .photo-wrap img,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single .photo-wrap img,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .photo-wrap img,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single .photo-wrap img,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single .photo-wrap img,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .photo-wrap img,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single .photo-wrap img,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single .photo-wrap img,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .photo-wrap img,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single .photo-wrap img {
  max-width: 100%;
  display: block;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single .info, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single .info,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single .info,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single .info,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single .info, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single .info,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single .info,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single .info,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info {
    order: 1;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single .info .tag, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .tag, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .tag,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single .info .tag,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .tag,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .tag,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single .info .tag,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .tag,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .tag,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single .info .tag,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .tag,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .tag {
  display: block;
  color: #e2231a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single .info .title, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .title, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .title,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single .info .title,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .title,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single .info .title,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .title,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single .info .title,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .title {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-weight: 900;
  font-size: 27px;
  line-height: 1.14;
  letter-spacing: -0.54px;
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single .info .title, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .title, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .title,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single .info .title,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .title,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single .info .title,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .title,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single .info .title,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .title,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .title {
    font-size: 24px;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single .info .desc p, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .desc p, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .desc p,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single .info .desc p,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .desc p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .desc p,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single .info .desc p,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .desc p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .desc p,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single .info .desc p,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .desc p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .desc p {
  margin: 10px 0 0;
  max-width: 449px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
  line-height: 1.64;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single .info .desc p, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .desc p, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .desc p,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single .info .desc p,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .desc p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .desc p,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single .info .desc p,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .desc p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .desc p,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single .info .desc p,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .desc p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .desc p {
    max-width: 100%;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .rows .single .info .certs, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .certs, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .certs,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .rows .single .info .certs,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .certs,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .certs,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .rows .single .info .certs,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .certs,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .certs,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .rows .single .info .certs,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .rows .single .info .certs,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .rows .single .info .certs {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2px;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment {
  margin-top: 96px;
  text-align: left;
  background: #0e0e11;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 57px 57px 71px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment {
    margin-top: 56px;
    padding: 40px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment {
    margin-top: 40px;
    padding: 32px;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .tag, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .tag, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .tag,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .tag,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .tag,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .tag,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .tag,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .tag,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .tag,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .tag,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .tag,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .tag {
  display: block;
  color: #e2231a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment h3, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment h3,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment h3,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment h3,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment h3,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment h3,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment h3,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment h3 {
  margin: 8px 0 0;
  max-width: 457px;
  color: #ffffff;
  font-weight: 900;
  font-size: 29px;
  line-height: 1.5;
  letter-spacing: -0.58px;
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment h3, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment h3,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment h3,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment h3,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment h3,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment h3,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment h3,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment h3 {
    font-size: 25px;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .line-wrap, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .line-wrap,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .line-wrap,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .line-wrap,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .line-wrap, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .line-wrap,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .line-wrap,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .line-wrap,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}
@media (max-width: 640px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .line-wrap, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .line-wrap,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .line-wrap,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .line-wrap,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .line, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .line, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .line,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .line,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .line,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .line,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .line,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .line,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .line,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .line,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .line,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .line {
  position: absolute;
  top: 81px;
  height: 2px;
  background: rgba(255, 255, 255, 0.16);
  width: calc(100% - 112px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .line, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .line, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .line,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .line,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .line,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .line,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .line,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .line,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .line,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .line,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .line,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .line {
    display: none;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 6px;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .icon-wrap, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .icon-wrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .icon-wrap,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .icon-wrap,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .icon-wrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .icon-wrap,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .icon-wrap,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .icon-wrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .icon-wrap,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .icon-wrap,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .icon-wrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .icon-wrap {
  position: relative;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .icon-wrap img, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .icon-wrap img, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .icon-wrap img,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .icon-wrap img,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .icon-wrap img,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .icon-wrap img,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .icon-wrap img,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .icon-wrap img,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .icon-wrap img,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .icon-wrap img,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .icon-wrap img,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .icon-wrap img {
  width: 68px;
  height: 68px;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .name, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .name, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .name,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .name,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .name,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .name,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .name,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .name,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .name,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .name,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .name,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .name {
  display: block;
  margin-top: 16px;
  color: #ffffff;
  font-weight: 700;
  font-size: 13.5px;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .note, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .note, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .note,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .note,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .note,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .note,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .note,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .note,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .note,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single .note,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single .note,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single .note {
  display: block;
  margin-top: 6px;
  max-width: calc(100% - 16px);
  color: rgba(255, 255, 255, 0.62);
  font-size: 11.5px;
  line-height: 1.4;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single.active .name, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single.active .name, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single.active .name,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single.active .name,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single.active .name,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single.active .name,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single.active .name,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single.active .name,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single.active .name,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .line-wrap .single.active .name,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .line-wrap .single.active .name,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .line-wrap .single.active .name {
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .disclaimer, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .disclaimer,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .disclaimer,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .disclaimer,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer {
  margin-top: 52px;
  padding-top: 21px;
  max-width: 620px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .disclaimer, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .disclaimer,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .disclaimer,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .disclaimer,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer {
    margin-top: 40px;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .disclaimer p, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer p, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer p,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .disclaimer p,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer p,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .disclaimer p,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer p,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .disclaimer p,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14.5px;
  line-height: 1.6;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .deployment .disclaimer p b, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer p b, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer p b,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .deployment .disclaimer p b,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer p b,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer p b,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .deployment .disclaimer p b,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer p b,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer p b,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .deployment .disclaimer p b,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .deployment .disclaimer p b,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .deployment .disclaimer p b {
  color: #ffffff;
  font-weight: 700;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware {
  margin-top: 64px;
  text-align: left;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware {
    margin-top: 56px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware {
    margin-top: 40px;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware .tag, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .tag, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .tag,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware .tag,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .tag,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .tag,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware .tag,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .tag,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .tag,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware .tag,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .tag,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .tag {
  display: block;
  color: #e2231a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware h3, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware h3,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware h3,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware h3,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware h3,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware h3,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware h3,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware h3 {
  margin: 8px 0 0;
  color: #ffffff;
  font-weight: 900;
  font-size: 29px;
  letter-spacing: -0.58px;
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware h3, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware h3,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware h3,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware h3,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware h3,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware h3,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware h3,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware h3 {
    font-size: 25px;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware .table, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware .table,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware .table,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware .table,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 56px;
  margin-top: 26px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware .table, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware .table,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware .table,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware .table,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 18px 0 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 400px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single {
    flex-direction: column;
    grid-gap: 8px;
    align-items: flex-start;
  }
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single .title, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single .title, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single .title,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single .title,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single .title,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single .title,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single .title,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single .title,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single .title,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single .title,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single .title,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single .title {
  flex: none;
  width: 164px;
  color: #ffffff;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: -0.15px;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single p, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single p, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single p,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single p,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single p,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single p,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single p,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware .table .single p,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .table .single p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .table .single p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.5;
}
body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware .disclaimer, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .disclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .disclaimer,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware .disclaimer,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .disclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .disclaimer,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware .disclaimer,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .disclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .disclaimer,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware .disclaimer,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .disclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .disclaimer {
  display: block;
  margin-top: 75px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12.5px;
  line-height: 1.55;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware .disclaimer, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .disclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .disclaimer,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware .disclaimer,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .disclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .disclaimer,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware .disclaimer,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .disclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .disclaimer,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware .disclaimer,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .disclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .disclaimer {
    margin-top: 56px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-5 .wrapper .silicon-firmware .disclaimer, body.page-id-16675 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .disclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .disclaimer,
body.page-id-16816 .main .ship-happens-block-5 .wrapper .silicon-firmware .disclaimer,
body.page-id-16816 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .disclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .disclaimer,
body.page-id-16817 .main .ship-happens-block-5 .wrapper .silicon-firmware .disclaimer,
body.page-id-16817 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .disclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .disclaimer,
body.page-id-16818 .main .ship-happens-block-5 .wrapper .silicon-firmware .disclaimer,
body.page-id-16818 .main .ship-happens-block-5 #cookie-notice .cookie-notice-container .silicon-firmware .disclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-5 .cookie-notice-container .silicon-firmware .disclaimer {
    margin-top: 40px;
  }
}
body.page-id-16675 .main .ship-happens-block-6,
body.page-id-16816 .main .ship-happens-block-6,
body.page-id-16817 .main .ship-happens-block-6,
body.page-id-16818 .main .ship-happens-block-6 {
  background: #f3f4f6;
  padding: 120px 0;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-6,
body.page-id-16816 .main .ship-happens-block-6,
body.page-id-16817 .main .ship-happens-block-6,
body.page-id-16818 .main .ship-happens-block-6 {
    padding: 96px 0;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-6,
body.page-id-16816 .main .ship-happens-block-6,
body.page-id-16817 .main .ship-happens-block-6,
body.page-id-16818 .main .ship-happens-block-6 {
    padding: 72px 0;
  }
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-6 .wrapper,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-6 .wrapper,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-6 .wrapper,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-6 .wrapper,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-6 .wrapper,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-6 .wrapper,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container {
    padding: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-head, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-head,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-head,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-head,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-head,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-head,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-head,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-head {
  max-width: 1072px;
  width: 100%;
  margin: 0 auto;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-head h2, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2 {
  margin: 0;
  max-width: 800px;
  color: #141517;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: -1.56px;
  text-align: left;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-head h2, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-head h2, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-head h2, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-head h2, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-head h2,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-head h2 span, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2 span, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2 span,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-head h2 span,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2 span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2 span,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-head h2 span,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2 span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2 span,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-head h2 span,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head h2 span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-head h2 span {
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-head .lead, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head .lead, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-head .lead,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-head .lead,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head .lead,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-head .lead,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-head .lead,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head .lead,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-head .lead,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-head .lead,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head .lead,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-head .lead {
  margin: 19px 0 0;
  width: 100%;
  max-width: 800px;
  color: #3d3f44;
  font-size: 18.5px;
  line-height: 1.62;
  text-align: left;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-head .cats, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head .cats, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-head .cats,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-head .cats,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head .cats,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-head .cats,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-head .cats,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head .cats,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-head .cats,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-head .cats,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-head .cats,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-head .cats {
  display: block;
  margin-top: 19px;
  color: #e2231a;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature {
  display: grid;
  grid-template-columns: 616px 456px;
  margin-top: 24px;
  background: #0c0c0d;
  border-radius: 22px;
  overflow: hidden;
  padding-top: 32px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature {
    grid-template-columns: 60% 40%;
  }
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature {
    display: flex;
    flex-direction: column;
  }
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .media, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .media,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .media,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .media,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .media,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .media,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .media,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .media {
  background: #0f1012;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 177px 52px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .media, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .media,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .media,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .media,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .media,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .media,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .media,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .media {
    width: 100%;
    padding: 40px 40px;
    flex: none;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .media, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .media,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .media,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .media,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .media,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .media,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .media,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .media {
    padding: 40px 32px;
  }
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .media .main img, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .main img, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .media .main img,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .media .main img,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .main img,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .media .main img,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .media .main img,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .main img,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .media .main img,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .media .main img,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .main img,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .media .main img {
  width: 100%;
  display: block;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .media .rear, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .rear, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .media .rear,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .media .rear,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .rear,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .media .rear,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .media .rear,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .rear,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .media .rear,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .media .rear,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .rear,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .media .rear {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .media .rear img, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .rear img, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .media .rear img,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .media .rear img,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .rear img,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .media .rear img,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .media .rear img,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .rear img,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .media .rear img,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .media .rear img,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .rear img,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .media .rear img {
  width: 110px;
  flex: none;
  display: block;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .media .rear span, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .rear span, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .media .rear span,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .media .rear span,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .rear span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .media .rear span,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .media .rear span,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .rear span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .media .rear span,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .media .rear span,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .media .rear span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .media .rear span {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .body, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .body,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .body,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .body,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .body,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .body,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .body,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 52px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .body, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .body,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .body,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .body,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .body,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .body,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .body,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .body {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .body, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .body,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .body,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .body,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .body,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .body,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .body,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .body {
    padding: 32px;
  }
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .body .tagline, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .tagline, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .body .tagline,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .body .tagline,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .tagline,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .body .tagline,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .body .tagline,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .tagline,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .body .tagline,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .body .tagline,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .tagline,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .body .tagline {
  display: block;
  color: #e2231a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .body h3, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .body h3,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .body h3,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .body h3,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3 {
  margin: 12px 0 0;
  color: #ffffff;
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -1.32px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .body h3, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .body h3,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .body h3,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .body h3,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .body h3, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .body h3,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .body h3,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .body h3,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .body h3 br, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3 br, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3 br,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .body h3 br,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3 br,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3 br,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .body h3 br,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3 br,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3 br,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .body h3 br,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body h3 br,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .body h3 br {
    display: none;
  }
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .body .spec, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .spec, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .body .spec,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .body .spec,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .spec,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .body .spec,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .body .spec,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .spec,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .body .spec,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .body .spec,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .spec,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .body .spec {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .body .desc, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .desc, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .body .desc,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .body .desc,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .desc,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .body .desc,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .body .desc,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .desc,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .body .desc,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .body .desc,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .desc,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .body .desc {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16.5px;
  line-height: 1.62;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .body .tags, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .tags, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .body .tags,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .body .tags,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .tags,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .body .tags,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .body .tags,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .tags,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .body .tags,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .body .tags,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .tags,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .body .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .feature .body .tags span, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .tags span, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .feature .body .tags span,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .feature .body .tags span,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .tags span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .feature .body .tags span,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .feature .body .tags span,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .tags span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .feature .body .tags span,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .feature .body .tags span,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .feature .body .tags span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .feature .body .tags span {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single {
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 1px solid #e4e5e8;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single .imgwrap, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .imgwrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .imgwrap,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single .imgwrap,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .imgwrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .imgwrap,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single .imgwrap,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .imgwrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .imgwrap,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single .imgwrap,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .imgwrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .imgwrap {
  position: relative;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 22px 14px;
  background: #f1f2f4;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single .imgwrap img, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .imgwrap img, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .imgwrap img,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single .imgwrap img,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .imgwrap img,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .imgwrap img,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single .imgwrap img,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .imgwrap img,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .imgwrap img,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single .imgwrap img,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .imgwrap img,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .imgwrap img {
  max-width: 100%;
  max-height: 116px;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single .imgwrap .express, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .imgwrap .express, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .imgwrap .express,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single .imgwrap .express,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .imgwrap .express,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .imgwrap .express,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single .imgwrap .express,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .imgwrap .express,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .imgwrap .express,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single .imgwrap .express,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .imgwrap .express,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .imgwrap .express {
  position: absolute;
  left: 12px;
  top: 12px;
  background: rgba(226, 35, 26, 0.08);
  border: 1px solid rgba(226, 35, 26, 0.25);
  color: #e2231a;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 4px;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single .body, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single .body,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single .body,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single .body,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 22px 24px;
  border-top: 1px solid #e4e5e8;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single .body.fix-align, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body.fix-align, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body.fix-align,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single .body.fix-align,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body.fix-align,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body.fix-align,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single .body.fix-align,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body.fix-align,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body.fix-align,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single .body.fix-align,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body.fix-align,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body.fix-align {
  justify-content: space-between;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single .body h3, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body h3,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single .body h3,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body h3,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single .body h3,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body h3,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single .body h3,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body h3 {
  margin: 0;
  color: #141517;
  font-weight: 900;
  font-size: 19px;
  letter-spacing: -0.38px;
  line-height: 1.5;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single .body .code, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body .code, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body .code,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single .body .code,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body .code,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body .code,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single .body .code,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body .code,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body .code,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single .body .code,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body .code,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body .code {
  display: block;
  margin-top: 2px;
  color: #6b6e74;
  font-size: 12.5px;
  font-weight: 500;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single .body p, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body p, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body p,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single .body p,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body p,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single .body p,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body p,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single .body p,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body p {
  margin: 10px 0 0;
  color: #3d3f44;
  font-size: 14px;
  line-height: 1.55;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single .body .tags, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body .tags, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body .tags,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single .body .tags,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body .tags,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body .tags,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single .body .tags,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body .tags,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body .tags,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single .body .tags,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body .tags,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single .body .tags span, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body .tags span, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body .tags span,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single .body .tags span,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body .tags span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body .tags span,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single .body .tags span,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body .tags span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body .tags span,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single .body .tags span,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single .body .tags span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single .body .tags span {
  padding: 5px 10px;
  border-radius: 4px;
  background: #f3f4f6;
  border: 1px solid #e4e5e8;
  color: #3d3f44;
  font-size: 11.5px;
  font-weight: 700;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single.alt, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single.alt,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single.alt,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single.alt,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt {
  background: #0c0c0d;
  border-color: #0c0c0d;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .alticon, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .alticon, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .alticon,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .alticon,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .alticon,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .alticon,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .alticon,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .alticon,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .alticon,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .alticon,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .alticon,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .alticon {
  height: 80px;
  margin: 26px 24px 0;
  display: flex;
  align-items: center;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .alticon svg, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .alticon svg, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .alticon svg,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .alticon svg,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .alticon svg,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .alticon svg,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .alticon svg,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .alticon svg,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .alticon svg,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .alticon svg,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .alticon svg,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .alticon svg {
  width: 38px;
  height: 38px;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body {
  border-top: none;
  padding-top: 8px;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body h3, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body h3,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body h3,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body h3,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body h3,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body h3,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body h3,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body h3 {
  color: #ffffff;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body .code, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body .code, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body .code,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body .code,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body .code,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body .code,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body .code,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body .code,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body .code,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body .code,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body .code,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body .code {
  color: rgba(255, 255, 255, 0.5);
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body p, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body p, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body p,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body p,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body p,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body p,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body p,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body p,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body p {
  color: rgba(255, 255, 255, 0.72);
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body .tags span, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body .tags span, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body .tags span,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body .tags span,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body .tags span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body .tags span,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body .tags span,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body .tags span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body .tags span,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .pgrid .single.alt .body .tags span,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .pgrid .single.alt .body .tags span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .pgrid .single.alt .body .tags span {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-foot, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-foot,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-foot,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-foot,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-foot,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-foot,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-foot,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-foot {
  margin-top: 22px;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-foot .top-part, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-foot .top-part,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-foot .top-part,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-foot .top-part,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #ffffff;
  border: 1px solid #e4e5e8;
  border-radius: 18px;
  padding: 41px 35px 35px;
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-foot .top-part, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-foot .top-part,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-foot .top-part,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-foot .top-part,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-foot .top-part, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-foot .top-part,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-foot .top-part,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-foot .top-part,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part {
    padding: 32px;
  }
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-foot .top-part p, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part p, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part p,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-foot .top-part p,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part p,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-foot .top-part p,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part p,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-foot .top-part p,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part p {
  margin: 0;
  max-width: 556px;
  color: #3d3f44;
  font-size: 15px;
  line-height: 1.55;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-foot .top-part .link, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part .link, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part .link,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-foot .top-part .link,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part .link,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part .link,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-foot .top-part .link,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part .link,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part .link,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-foot .top-part .link,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part .link,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part .link {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e2231a;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 6px;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-foot .top-part .link:after, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part .link:after, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part .link:after,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-foot .top-part .link:after,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part .link:after,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part .link:after,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-foot .top-part .link:after,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part .link:after,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part .link:after,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-foot .top-part .link:after,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part .link:after,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part .link:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2026/08/icon-arrow-red.svg") center/contain no-repeat;
  filter: brightness(0) invert(1);
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-foot .top-part .link:hover, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part .link:hover, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part .link:hover,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-foot .top-part .link:hover,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part .link:hover,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part .link:hover,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-foot .top-part .link:hover,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part .link:hover,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part .link:hover,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-foot .top-part .link:hover,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .top-part .link:hover,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .top-part .link:hover {
  background: #bd1d16;
}
body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-foot .disclaimer, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .disclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .disclaimer,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-foot .disclaimer,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .disclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .disclaimer,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-foot .disclaimer,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .disclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .disclaimer,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-foot .disclaimer,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .disclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .disclaimer {
  display: block;
  margin: 22px 0 0;
  max-width: 700px;
  color: #8a8b8f;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-6 .wrapper .prod-foot .disclaimer, body.page-id-16675 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .disclaimer, #cookie-notice body.page-id-16675 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .disclaimer,
body.page-id-16816 .main .ship-happens-block-6 .wrapper .prod-foot .disclaimer,
body.page-id-16816 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .disclaimer,
#cookie-notice body.page-id-16816 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .disclaimer,
body.page-id-16817 .main .ship-happens-block-6 .wrapper .prod-foot .disclaimer,
body.page-id-16817 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .disclaimer,
#cookie-notice body.page-id-16817 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .disclaimer,
body.page-id-16818 .main .ship-happens-block-6 .wrapper .prod-foot .disclaimer,
body.page-id-16818 .main .ship-happens-block-6 #cookie-notice .cookie-notice-container .prod-foot .disclaimer,
#cookie-notice body.page-id-16818 .main .ship-happens-block-6 .cookie-notice-container .prod-foot .disclaimer {
    text-align: center;
  }
}
body.page-id-16675 .main .ship-happens-block-7,
body.page-id-16816 .main .ship-happens-block-7,
body.page-id-16817 .main .ship-happens-block-7,
body.page-id-16818 .main .ship-happens-block-7 {
  background: #f3f4f6;
  padding: 120px 0;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-7,
body.page-id-16816 .main .ship-happens-block-7,
body.page-id-16817 .main .ship-happens-block-7,
body.page-id-16818 .main .ship-happens-block-7 {
    padding: 0 0 96px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-7,
body.page-id-16816 .main .ship-happens-block-7,
body.page-id-16817 .main .ship-happens-block-7,
body.page-id-16818 .main .ship-happens-block-7 {
    padding: 0 0 72px;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-7 .wrapper,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-7 .wrapper,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-7 .wrapper,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-7 .wrapper,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-7 .wrapper,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-7 .wrapper,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container {
    padding: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .head, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .head,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .head,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .head,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .head,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .head,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .head,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .head {
  text-align: center;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .head h2, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .head h2 {
  margin: 0 auto;
  max-width: 820px;
  color: #141517;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.06;
  letter-spacing: -1.25px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .head h2, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .head h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .head h2, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .head h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .head h2, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .head h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .head h2, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .head h2,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .head h2,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .head h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .head h2 span, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2 span, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .head h2 span,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .head h2 span,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2 span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .head h2 span,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .head h2 span,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2 span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .head h2 span,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .head h2 span,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head h2 span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .head h2 span {
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .head p, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head p, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .head p,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .head p,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .head p,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .head p,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .head p,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .head p,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .head p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .head p {
  margin: 16px auto 0;
  max-width: 668px;
  color: #3d3f44;
  font-size: 18px;
  line-height: 1.62;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .fam-grid, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .fam-grid,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .fam-grid,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .fam-grid,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .fam-grid,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .fam-grid,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .fam-grid,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .fam-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .fam-grid, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .fam-grid,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .fam-grid,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .fam-grid,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .fam-grid,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .fam-grid,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .fam-grid,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .fam-grid {
    margin-top: 48px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .fam-grid, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .fam-grid,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .fam-grid,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .fam-grid,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .fam-grid,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .fam-grid,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .fam-grid,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .fam-grid {
    margin-top: 40px;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .fam-grid .single, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .fam-grid .single,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .fam-grid .single,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .fam-grid .single,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single {
  background: #ffffff;
  border: 1px solid #e4e5e8;
  border-radius: 18px;
  overflow: hidden;
  text-align: left;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .fam-grid .single .imgwrap, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .imgwrap, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .imgwrap,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .fam-grid .single .imgwrap,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .imgwrap,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .imgwrap,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .fam-grid .single .imgwrap,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .imgwrap,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .imgwrap,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .fam-grid .single .imgwrap,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .imgwrap,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .imgwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 172px;
  padding: 22px;
  background: #f1f2f4;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .fam-grid .single .imgwrap img, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .imgwrap img, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .imgwrap img,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .fam-grid .single .imgwrap img,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .imgwrap img,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .imgwrap img,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .fam-grid .single .imgwrap img,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .imgwrap img,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .imgwrap img,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .fam-grid .single .imgwrap img,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .imgwrap img,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .imgwrap img {
  max-width: 100%;
  max-height: 100%;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .fam-grid .single .body, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .fam-grid .single .body,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .fam-grid .single .body,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .fam-grid .single .body,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body {
  padding: 22px 24px 26px;
  border-top: 1px solid #e4e5e8;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .fam-grid .single .body .tag, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body .tag, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body .tag,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .fam-grid .single .body .tag,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body .tag,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body .tag,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .fam-grid .single .body .tag,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body .tag,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body .tag,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .fam-grid .single .body .tag,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body .tag,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body .tag {
  display: block;
  color: #e2231a;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .fam-grid .single .body h3, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body h3,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .fam-grid .single .body h3,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body h3,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .fam-grid .single .body h3,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body h3,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .fam-grid .single .body h3,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body h3 {
  margin: 8px 0 0;
  color: #141517;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: -0.4px;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .fam-grid .single .body p, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body p, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body p,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .fam-grid .single .body p,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body p,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .fam-grid .single .body p,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body p,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .fam-grid .single .body p,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .fam-grid .single .body p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .fam-grid .single .body p {
  margin: 8px 0 0;
  color: #3d3f44;
  font-size: 14.5px;
  line-height: 1.5;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows {
  margin-top: 88px;
  display: grid;
  flex-direction: column;
  gap: 72px;
  text-align: left;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows {
    margin-top: 56px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows {
    margin-top: 40px;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single {
  display: grid;
  align-items: center;
  gap: 60px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single.reverse, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single.reverse,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single.reverse,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single.reverse,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse {
  flex-direction: row-reverse;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single.reverse .media, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .media, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .media,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single.reverse .media,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .media,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .media,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single.reverse .media,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .media,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .media,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single.reverse .media,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .media,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .media {
  order: 2;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single.reverse .media, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .media, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .media,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single.reverse .media,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .media,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .media,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single.reverse .media,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .media,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .media,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single.reverse .media,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .media,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .media {
    order: 1;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single.reverse .txt, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .txt, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .txt,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single.reverse .txt,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .txt,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .txt,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single.reverse .txt,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .txt,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .txt,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single.reverse .txt,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .txt,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .txt {
  order: 1;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single.reverse .txt, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .txt, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .txt,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single.reverse .txt,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .txt,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .txt,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single.reverse .txt,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .txt,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .txt,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single.reverse .txt,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single.reverse .txt,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single.reverse .txt {
    order: 2;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .media, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .media,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .media,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .media,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e4e5e8;
  border-radius: 16px;
  padding: 45px 26px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .media, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .media,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .media,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .media,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media {
    height: 250px;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .media img, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media img, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media img,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .media img,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media img,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media img,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .media img,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media img,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media img,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .media img,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media img,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media img {
  max-width: 100%;
  display: block;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .media img, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media img, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media img,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .media img,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media img,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media img,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .media img,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media img,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media img,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .media img,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .media img,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .media img {
    max-height: 100%;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .txt, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .txt,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .txt,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .txt,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt {
  flex: 1;
  min-width: 0;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .txt .tag, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .tag, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .tag,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .txt .tag,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .tag,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .tag,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .txt .tag,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .tag,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .tag,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .txt .tag,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .tag,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .tag {
  display: block;
  color: #e2231a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .txt h3, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt h3,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .txt h3,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt h3,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .txt h3,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt h3,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .txt h3,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt h3 {
  margin: 10px 0 0;
  color: #141517;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -0.56px;
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .txt h3, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt h3, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt h3,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .txt h3,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt h3,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt h3,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .txt h3,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt h3,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt h3,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .txt h3,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt h3,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt h3 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .txt .desc, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .desc, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .desc,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .txt .desc,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .desc,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .desc,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .txt .desc,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .desc,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .desc,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .txt .desc,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .desc,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .desc {
  margin: 10px 0 0;
  max-width: 440px;
  color: #3d3f44;
  font-size: 17px;
  line-height: 1.62;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .txt .desc, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .desc, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .desc,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .txt .desc,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .desc,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .desc,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .txt .desc,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .desc,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .desc,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .txt .desc,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .desc,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .desc {
    max-width: 100%;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks span, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks span, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks span,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks span,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks span,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks span,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks span,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks span,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks span {
  position: relative;
  display: block;
  max-width: 407px;
  padding-left: 28px;
  color: #3d3f44;
  font-size: 14.5px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks span, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks span, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks span,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks span,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks span,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks span,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks span,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks span,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks span {
    max-width: 100%;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks span:before, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks span:before, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks span:before,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks span:before,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks span:before,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks span:before,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks span:before,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks span:before,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks span:before,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .rows .single .txt .checks span:before,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .rows .single .txt .checks span:before,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .rows .single .txt .checks span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/2026/08/icon-check-red.svg") center/contain no-repeat;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .foot, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .foot,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .foot,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .foot,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .foot,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .foot,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .foot,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .foot {
  margin-top: 68px;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .foot, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .foot,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .foot,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .foot,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .foot,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .foot,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .foot,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .foot {
    margin-top: 56px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-7 .wrapper .foot, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .foot,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .foot,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .foot,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .foot,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .foot,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .foot,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .foot {
    margin-top: 40px;
  }
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .foot p, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot p, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .foot p,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .foot p,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .foot p,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .foot p,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .foot p,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .foot p,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .foot p {
  margin: 0 auto;
  max-width: 551px;
  color: #3d3f44;
  font-size: 17.5px;
  line-height: 1.6;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .foot .link, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot .link, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .foot .link,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .foot .link,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot .link,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .foot .link,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .foot .link,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot .link,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .foot .link,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .foot .link,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot .link,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .foot .link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  background: #e2231a;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 6px;
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .foot .link:after, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot .link:after, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .foot .link:after,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .foot .link:after,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot .link:after,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .foot .link:after,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .foot .link:after,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot .link:after,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .foot .link:after,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .foot .link:after,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot .link:after,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .foot .link:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2026/08/icon-arrow-red.svg") center/contain no-repeat;
  filter: brightness(0) invert(1);
}
body.page-id-16675 .main .ship-happens-block-7 .wrapper .foot .link:hover, body.page-id-16675 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot .link:hover, #cookie-notice body.page-id-16675 .main .ship-happens-block-7 .cookie-notice-container .foot .link:hover,
body.page-id-16816 .main .ship-happens-block-7 .wrapper .foot .link:hover,
body.page-id-16816 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot .link:hover,
#cookie-notice body.page-id-16816 .main .ship-happens-block-7 .cookie-notice-container .foot .link:hover,
body.page-id-16817 .main .ship-happens-block-7 .wrapper .foot .link:hover,
body.page-id-16817 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot .link:hover,
#cookie-notice body.page-id-16817 .main .ship-happens-block-7 .cookie-notice-container .foot .link:hover,
body.page-id-16818 .main .ship-happens-block-7 .wrapper .foot .link:hover,
body.page-id-16818 .main .ship-happens-block-7 #cookie-notice .cookie-notice-container .foot .link:hover,
#cookie-notice body.page-id-16818 .main .ship-happens-block-7 .cookie-notice-container .foot .link:hover {
  background: #bd1d16;
}
body.page-id-16675 .main .ship-happens-block-8,
body.page-id-16816 .main .ship-happens-block-8,
body.page-id-16817 .main .ship-happens-block-8,
body.page-id-16818 .main .ship-happens-block-8 {
  background: #ffffff;
  padding: 120px 0;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-8,
body.page-id-16816 .main .ship-happens-block-8,
body.page-id-16817 .main .ship-happens-block-8,
body.page-id-16818 .main .ship-happens-block-8 {
    padding: 96px 0;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-8,
body.page-id-16816 .main .ship-happens-block-8,
body.page-id-16817 .main .ship-happens-block-8,
body.page-id-16818 .main .ship-happens-block-8 {
    padding: 72px 0;
  }
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-8 .wrapper,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-8 .wrapper,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-8 .wrapper,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-8 .wrapper, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-8 .wrapper,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-8 .wrapper,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-8 .wrapper,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container {
    padding: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .head, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .head,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .head,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .head,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .head,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .head,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .head,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .head {
  text-align: center;
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .head h2, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .head h2 {
  margin: 0 auto;
  max-width: 720px;
  color: #17181a;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.06;
  letter-spacing: -1.25px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-8 .wrapper .head h2, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .head h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-8 .wrapper .head h2, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .head h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-8 .wrapper .head h2, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .head h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-8 .wrapper .head h2, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .head h2,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .head h2,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .head h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .head h2 span, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2 span, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .head h2 span,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .head h2 span,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2 span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .head h2 span,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .head h2 span,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2 span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .head h2 span,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .head h2 span,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head h2 span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .head h2 span {
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .head p, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head p, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .head p,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .head p,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .head p,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .head p,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .head p,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .head p,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .head p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .head p {
  margin: 15px auto 0;
  max-width: 567px;
  color: #5f6064;
  font-size: 18px;
  line-height: 1.6;
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .faq, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .faq,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .faq,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .faq,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .faq,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .faq,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .faq,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .faq {
  margin: 60px auto 0;
  max-width: 860px;
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-8 .wrapper .faq, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .faq,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .faq,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .faq,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .faq,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .faq,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .faq,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .faq {
    margin: 40px auto 0;
  }
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .faq .item, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .faq .item,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .faq .item,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .faq .item,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .faq .item,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .faq .item,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .faq .item,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .faq .item {
  border-top: 1px solid #e5e5e8;
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .faq .item:last-child, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item:last-child, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .faq .item:last-child,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .faq .item:last-child,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item:last-child,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .faq .item:last-child,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .faq .item:last-child,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item:last-child,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .faq .item:last-child,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .faq .item:last-child,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item:last-child,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .faq .item:last-child {
  border-bottom: 1px solid #e5e5e8;
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .faq .item .q, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .q, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .faq .item .q,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .faq .item .q,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .q,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .faq .item .q,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .faq .item .q,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .q,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .faq .item .q,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .faq .item .q,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .q,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .faq .item .q {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 24px 44px 24px 0;
  background: none;
  border: 0;
  font-family: inherit;
  text-align: left;
  color: #17181a;
  font-weight: 900;
  font-size: 21px;
  letter-spacing: -0.315px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .faq .item .q:after, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .q:after, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .faq .item .q:after,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .faq .item .q:after,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .q:after,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .faq .item .q:after,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .faq .item .q:after,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .q:after,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .faq .item .q:after,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .faq .item .q:after,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .q:after,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .faq .item .q:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 24px;
  color: #e2231a;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  transition: transform 0.35s ease;
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .faq .item .q:hover, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .q:hover, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .faq .item .q:hover,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .faq .item .q:hover,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .q:hover,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .faq .item .q:hover,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .faq .item .q:hover,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .q:hover,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .faq .item .q:hover,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .faq .item .q:hover,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .q:hover,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .faq .item .q:hover {
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .faq .item .a, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .a, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .faq .item .a,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .faq .item .a,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .a,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .faq .item .a,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .faq .item .a,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .a,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .faq .item .a,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .faq .item .a,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .a,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .faq .item .a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .faq .item .a .a-inner, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .a .a-inner, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .faq .item .a .a-inner,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .faq .item .a .a-inner,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .a .a-inner,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .faq .item .a .a-inner,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .faq .item .a .a-inner,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .a .a-inner,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .faq .item .a .a-inner,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .faq .item .a .a-inner,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item .a .a-inner,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .faq .item .a .a-inner {
  min-height: 0;
  overflow: hidden;
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .faq .item p, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item p, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .faq .item p,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .faq .item p,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item p,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .faq .item p,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .faq .item p,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item p,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .faq .item p,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .faq .item p,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item p,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .faq .item p {
  margin: 0 0 26px;
  max-width: 665px;
  color: #5f6064;
  font-size: 16px;
  line-height: 1.64;
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .faq .item.active .q:after, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item.active .q:after, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .faq .item.active .q:after,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .faq .item.active .q:after,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item.active .q:after,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .faq .item.active .q:after,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .faq .item.active .q:after,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item.active .q:after,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .faq .item.active .q:after,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .faq .item.active .q:after,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item.active .q:after,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .faq .item.active .q:after {
  transform: rotate(45deg);
}
body.page-id-16675 .main .ship-happens-block-8 .wrapper .faq .item.active .a, body.page-id-16675 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item.active .a, #cookie-notice body.page-id-16675 .main .ship-happens-block-8 .cookie-notice-container .faq .item.active .a,
body.page-id-16816 .main .ship-happens-block-8 .wrapper .faq .item.active .a,
body.page-id-16816 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item.active .a,
#cookie-notice body.page-id-16816 .main .ship-happens-block-8 .cookie-notice-container .faq .item.active .a,
body.page-id-16817 .main .ship-happens-block-8 .wrapper .faq .item.active .a,
body.page-id-16817 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item.active .a,
#cookie-notice body.page-id-16817 .main .ship-happens-block-8 .cookie-notice-container .faq .item.active .a,
body.page-id-16818 .main .ship-happens-block-8 .wrapper .faq .item.active .a,
body.page-id-16818 .main .ship-happens-block-8 #cookie-notice .cookie-notice-container .faq .item.active .a,
#cookie-notice body.page-id-16818 .main .ship-happens-block-8 .cookie-notice-container .faq .item.active .a {
  grid-template-rows: 1fr;
}
body.page-id-16675 .main .ship-happens-block-9,
body.page-id-16816 .main .ship-happens-block-9,
body.page-id-16817 .main .ship-happens-block-9,
body.page-id-16818 .main .ship-happens-block-9 {
  background: #0a0a0a;
  padding: 140px 0 152.5px;
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-9,
body.page-id-16816 .main .ship-happens-block-9,
body.page-id-16817 .main .ship-happens-block-9,
body.page-id-16818 .main .ship-happens-block-9 {
    padding: 96px 0;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-9,
body.page-id-16816 .main .ship-happens-block-9,
body.page-id-16817 .main .ship-happens-block-9,
body.page-id-16818 .main .ship-happens-block-9 {
    padding: 72px 0;
  }
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-9 .wrapper,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-9 .wrapper,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-9 .wrapper,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container {
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 64px;
  text-align: center;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-9 .wrapper, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container,
body.page-id-16816 .main .ship-happens-block-9 .wrapper,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container,
body.page-id-16817 .main .ship-happens-block-9 .wrapper,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container,
body.page-id-16818 .main .ship-happens-block-9 .wrapper,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container {
    padding: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper h2, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16816 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16817 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16818 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container h2 {
  margin: 0 auto;
  color: #ffffff;
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -2.52px;
}
@media (max-width: 1280px) {
  body.page-id-16675 .main .ship-happens-block-9 .wrapper h2, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16816 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16817 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16818 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container h2 {
    font-size: 64px;
  }
}
@media (max-width: 1024px) {
  body.page-id-16675 .main .ship-happens-block-9 .wrapper h2, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16816 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16817 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16818 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container h2 {
    font-size: 56px;
    letter-spacing: -2px;
  }
}
@media (max-width: 768px) {
  body.page-id-16675 .main .ship-happens-block-9 .wrapper h2, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16816 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16817 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16818 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container h2 {
    font-size: 48px;
    letter-spacing: -1px;
  }
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-9 .wrapper h2, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16816 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16817 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container h2,
body.page-id-16818 .main .ship-happens-block-9 .wrapper h2,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container h2 {
    font-size: 40px;
    letter-spacing: 0;
  }
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper h2 span, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2 span, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container h2 span,
body.page-id-16816 .main .ship-happens-block-9 .wrapper h2 span,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container h2 span,
body.page-id-16817 .main .ship-happens-block-9 .wrapper h2 span,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container h2 span,
body.page-id-16818 .main .ship-happens-block-9 .wrapper h2 span,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container h2 span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container h2 span {
  color: #e2231a;
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper .sub, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .sub, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .sub,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .sub,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .sub,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .sub,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .sub,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .sub,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .sub,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .sub,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .sub,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .sub {
  margin: 20px auto 0;
  max-width: 562px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 20px;
  line-height: 1.55;
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper .btns, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .btns,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .btns,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .btns,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .btns,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .btns,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .btns,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
@media (max-width: 640px) {
  body.page-id-16675 .main .ship-happens-block-9 .wrapper .btns, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .btns,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .btns,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .btns,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .btns,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .btns,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .btns,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .btns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper .btns .btn, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .btns .btn,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .btns .btn,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .btns .btn,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .btns .btn,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .btns .btn,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .btns .btn,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .btns .btn {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  padding: 18.5px 32px;
  border-radius: 4px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  body.page-id-16675 .main .ship-happens-block-9 .wrapper .btns .btn, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .btns .btn,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .btns .btn,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .btns .btn,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .btns .btn,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .btns .btn,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .btns .btn,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .btns .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper .btns .btn.red, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.red, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.red,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .btns .btn.red,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.red,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.red,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .btns .btn.red,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.red,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.red,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .btns .btn.red,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.red,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.red {
  background: #e2231a;
  border-color: #e2231a;
  color: #ffffff;
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper .btns .btn.red:hover, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.red:hover, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.red:hover,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .btns .btn.red:hover,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.red:hover,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.red:hover,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .btns .btn.red:hover,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.red:hover,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.red:hover,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .btns .btn.red:hover,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.red:hover,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.red:hover {
  background: #bd1d16;
  border-color: #bd1d16;
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper .btns .btn.outline, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.outline, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.outline,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .btns .btn.outline,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.outline,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.outline,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .btns .btn.outline,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.outline,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.outline,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .btns .btn.outline,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.outline,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.outline {
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper .btns .btn.outline:hover, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.outline:hover, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.outline:hover,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .btns .btn.outline:hover,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.outline:hover,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.outline:hover,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .btns .btn.outline:hover,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.outline:hover,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.outline:hover,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .btns .btn.outline:hover,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .btns .btn.outline:hover,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .btns .btn.outline:hover {
  border-color: #ffffff;
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper .stats, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .stats, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .stats,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .stats,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .stats,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .stats,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .stats,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .stats,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .stats,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .stats,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .stats,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 36px;
  margin-top: 26px;
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper .stats span, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .stats span, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .stats span,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .stats span,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .stats span,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .stats span,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .stats span,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .stats span,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .stats span,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .stats span,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .stats span,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .stats span {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 500;
  font-size: 14.5px;
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper .stats span b, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .stats span b, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .stats span b,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .stats span b,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .stats span b,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .stats span b,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .stats span b,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .stats span b,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .stats span b,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .stats span b,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .stats span b,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .stats span b {
  color: #e2231a;
  font-weight: 900;
  margin-right: 4px;
}
body.page-id-16675 .main .ship-happens-block-9 .wrapper .fine, body.page-id-16675 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .fine, #cookie-notice body.page-id-16675 .main .ship-happens-block-9 .cookie-notice-container .fine,
body.page-id-16816 .main .ship-happens-block-9 .wrapper .fine,
body.page-id-16816 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .fine,
#cookie-notice body.page-id-16816 .main .ship-happens-block-9 .cookie-notice-container .fine,
body.page-id-16817 .main .ship-happens-block-9 .wrapper .fine,
body.page-id-16817 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .fine,
#cookie-notice body.page-id-16817 .main .ship-happens-block-9 .cookie-notice-container .fine,
body.page-id-16818 .main .ship-happens-block-9 .wrapper .fine,
body.page-id-16818 .main .ship-happens-block-9 #cookie-notice .cookie-notice-container .fine,
#cookie-notice body.page-id-16818 .main .ship-happens-block-9 .cookie-notice-container .fine {
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12.5px;
  line-height: 1.6;
  max-width: 466px;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

@keyframes lnv-scroll-hint {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}
.main.page-blocks .lenovo-workstations-2026-block-1 {
  position: relative;
  background: #0f0f0f;
  padding: 88px 0 0;
  overflow: hidden;
}
.main.page-blocks .lenovo-workstations-2026-block-1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: linear-gradient(90deg, #E22319 0%, #E22319 38%, rgba(226, 35, 25, 0.15) 38%, rgba(226, 35, 25, 0.15) 100%);
}
.main.page-blocks .lenovo-workstations-2026-block-1 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 32px;
  padding: 102px 0 90px;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left {
  max-width: 633px;
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left h1 {
  max-width: 576px;
  font-family: "proxima-nova", sans-serif;
  font-size: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.28px;
  margin: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .main.page-blocks .lenovo-workstations-2026-block-1 .left h1 {
    font-size: 52px;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-1 .left h1 {
    font-size: 40px;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left .desc {
  max-width: 555px;
  margin: 24px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 20.8px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left .btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 14px;
  margin: 24px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left .btns .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border-radius: 4px;
  padding: 13px 26px;
  transition: all 0.2s ease-in-out;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left .btns .btn.red {
  background: #E22319;
  border: 1px solid #E22319;
  color: #fff;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left .btns .btn.red:hover {
  background: transparent;
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left .btns .btn.outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left .btns .btn.outline:hover {
  border-color: #fff;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left .list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 24px 32px;
  margin: 34px 0 0;
  padding: 27px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left .list .single {
  max-width: 178px;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left .list .single span {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 16.7px;
  color: #fff;
  font-weight: 700;
  line-height: 1.32;
  margin: 0 0 6px;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .left .list .single p {
  font-family: "proxima-nova", sans-serif;
  font-size: 13.9px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.41;
  margin: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .right {
  position: relative;
  max-width: 802px;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .right::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 40%;
  width: 50%;
  height: 70%;
  background: radial-gradient(circle, rgba(226, 35, 25, 0.22) 0%, rgba(226, 35, 25, 0) 70%);
  filter: blur(20px);
  pointer-events: none;
}
.main.page-blocks .lenovo-workstations-2026-block-1 .right img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .main.page-blocks .lenovo-workstations-2026-block-1 .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .main.page-blocks .lenovo-workstations-2026-block-1 .right {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-1 {
    padding: 64px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-1 .wrap {
    padding: 40px 0 48px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-1 .left h1 {
    font-size: 42px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-1 .left .desc p {
    font-size: 17px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-1 .left .list {
    grid-gap: 20px 24px;
    margin: 28px 0 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-1 {
    padding: 48px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-1 .wrap {
    padding: 32px 0 40px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-1 .left h1 {
    font-size: 42px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-1 .left .btns .btn {
    flex: 1 1 auto;
  }
  .main.page-blocks .lenovo-workstations-2026-block-1 .left .list {
    grid-gap: 20px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-1 .left .list .single {
    max-width: none;
    width: 100%;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-2 {
  padding: 90px 0;
  background: #fff;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > h2, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > h2 {
  max-width: 675px;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  color: #161616;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.08px;
  margin: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > h2 .red, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > h2 .red, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > h2 .red {
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .desc, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .desc {
  max-width: 700px;
  margin: 30px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .desc p, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 20.5px;
  color: #424242;
  font-weight: 400;
  line-height: 1.54;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap {
  margin: 112px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap .line, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap .line, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap .line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 48px;
  height: 23px;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap .line::before, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap .line::before, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap .line::before {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: 50%;
  height: 1px;
  background: #e3e3e3;
  transform: translateY(-50%);
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap .line .dot, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap .line .dot, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap .line .dot {
  position: relative;
  justify-self: start;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap .line .dot.active, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap .line .dot.active, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap .line .dot.active {
  background: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap > .wrap, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap > .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 48px;
  margin: 55px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap > .wrap .single, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap > .wrap .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap > .wrap .single {
  display: flex;
  flex-direction: column;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap > .wrap .single .title, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap > .wrap .single .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap > .wrap .single .title {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 34px;
  color: #161616;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.68px;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap > .wrap .single .desc, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap > .wrap .single .desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap > .wrap .single .desc {
  margin: 8px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap > .wrap .single .desc p, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap > .wrap .single .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap > .wrap .single .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 16.8px;
  color: #424242;
  font-weight: 400;
  line-height: 1.57;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap > .wrap .single .additional, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap > .wrap .single .additional, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap > .wrap .single .additional {
  margin-top: 24px;
  padding: 24px 0 0;
  border-top: 1px solid #e3e3e3;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap > .wrap .single .additional span, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap > .wrap .single .additional span, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap > .wrap .single .additional span {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 13.8px;
  color: #161616;
  font-weight: 700;
  line-height: 1.52;
  margin: 0 0 4px;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap > .wrap .single .additional p, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap > .wrap .single .additional p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap > .wrap .single .additional p {
  font-family: "proxima-nova", sans-serif;
  font-size: 13.8px;
  color: #777;
  font-weight: 400;
  line-height: 1.52;
  margin: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .bottom-part {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 48px;
  margin: 90px 0 0;
  padding: 48px 0 0;
  border-top: 1px solid #e3e3e3;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .bottom-part h3, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .bottom-part h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .bottom-part h3 {
  max-width: 560px;
  font-family: "proxima-nova", sans-serif;
  font-size: 38px;
  color: #161616;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.76px;
  margin: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .bottom-part h3 .red, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .bottom-part h3 .red, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .bottom-part h3 .red {
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .bottom-part .desc, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .bottom-part .desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .bottom-part .desc {
  max-width: 536px;
  margin: 6px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .bottom-part .desc p, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .bottom-part .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .bottom-part .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 16.9px;
  color: #424242;
  font-weight: 400;
  line-height: 1.51;
}
@media (max-width: 1280px) {
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap .line, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap .line, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap .line {
    display: none;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap > .wrap, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap > .wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .bottom-part {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-2 {
    padding: 72px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > h2, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > h2 {
    font-size: 42px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap {
    margin: 72px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .bottom-part {
    margin: 64px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .bottom-part h3, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .bottom-part h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .bottom-part h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-2 {
    padding: 56px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > h2, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap {
    margin: 48px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap > .wrap, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap > .wrap {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .bottom-part {
    margin: 48px 0 0;
    padding: 32px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .bottom-part h3, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .bottom-part h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .bottom-part h3 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > h2, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .desc p, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .desc p {
    font-size: 17px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-2 .wrapper > .wrap > .wrap .single .title, .main.page-blocks .lenovo-workstations-2026-block-2 #cookie-notice .cookie-notice-container > .wrap > .wrap .single .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-2 .cookie-notice-container > .wrap > .wrap .single .title {
    font-size: 28px;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-3 {
  background: #0f0f0f;
  padding: 96px 0;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .wrapper > .wrap, .main.page-blocks .lenovo-workstations-2026-block-3 #cookie-notice .cookie-notice-container > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-3 .cookie-notice-container > .wrap {
  display: flex;
  align-items: flex-start;
  grid-gap: 96px;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .left {
  width: 560px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .left h2 {
  max-width: none;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.08px;
  margin: 0 0 32px;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .left h2 .red {
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .left .photo {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .left .quote {
  display: flex;
  align-items: flex-start;
  grid-gap: 16px;
  margin: 32px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .left .quote img {
  display: none;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .left .quote::before {
  content: "“";
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-size: 72px;
  color: #E22319;
  line-height: 0.6;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .left .quote .info p {
  font-family: "proxima-nova", sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.26px;
  margin: 0 0 8px;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .left .quote .info .author {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 13.7px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .right {
  flex: 1;
  min-width: 0;
  padding-top: 8px;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .right > .desc {
  max-width: 568px;
  margin: 0 0 32px;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .right > .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 20.3px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  line-height: 1.55;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .right .list {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.main.page-blocks .lenovo-workstations-2026-block-3 .right .list .single {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.main.page-blocks .lenovo-workstations-2026-block-3 .right .list .single .title {
  display: block;
  max-width: 620px;
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin: 0 0 16px;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .right .list .single .desc {
  max-width: 620px;
  margin: 0 0 24px;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .right .list .single .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 16.8px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  line-height: 1.58;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .right .list .single .small {
  max-width: 620px;
  font-family: "proxima-nova", sans-serif;
  font-size: 14.8px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.52;
  margin: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-3 .right .list .single .small strong {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .main.page-blocks .lenovo-workstations-2026-block-3 .wrapper > .wrap, .main.page-blocks .lenovo-workstations-2026-block-3 #cookie-notice .cookie-notice-container > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-3 .cookie-notice-container > .wrap {
    flex-direction: column;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .left {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-3 {
    padding: 72px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .left h2 {
    font-size: 42px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .left .photo {
    height: 340px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .right {
    padding-top: 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .right .list .single {
    padding: 32px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .right .list .single .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-3 {
    padding: 56px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .left h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .left .photo {
    height: 260px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .left .quote::before {
    font-size: 56px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .left .quote .info p {
    font-size: 21px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .right .desc p {
    font-size: 17px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .right .list .single {
    padding: 24px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .right .list .single .title {
    font-size: 21px;
    margin: 0 0 12px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-3 .left h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .left .photo {
    height: 200px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-3 .right .list .single .desc p {
    font-size: 15px;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-4 {
  background: #f3f3f3;
  padding: 96px 0;
  text-align: center;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > h2, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > h2 {
  max-width: 726px;
  margin: 0 auto;
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  color: #161616;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.08px;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > h2 .red, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > h2 .red, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > h2 .red {
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .desc, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .desc {
  max-width: 605px;
  margin: 32px auto 0;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .desc p, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 20.7px;
  color: #424242;
  font-weight: 400;
  line-height: 1.52;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap {
  position: relative;
  margin: 80px 0 0;
  text-align: left;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .line, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .line, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .line {
  position: absolute;
  left: 0;
  right: 0;
  top: 220px;
  height: 3px;
  background: #161616;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .cols-wrap, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .cols-wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .cols-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .single, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .single {
  display: grid;
  grid-template-rows: 220px auto;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .single img, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .single img, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .single img {
  align-self: end;
  justify-self: center;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 192px;
  object-fit: contain;
  margin-bottom: 16px;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .single .info, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .single .info, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .single .info {
  border-top: 3px solid #161616;
  padding: 24px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .single .info .title, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .single .info .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .single .info .title {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 44px;
  color: #161616;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.88px;
  margin: 0 0 14px;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .single .info .series, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .single .info .series, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .single .info .series {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 19.9px;
  color: #161616;
  font-weight: 700;
  line-height: 1.26;
  margin: 0 0 2px;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .single .info .type, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .single .info .type, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .single .info .type {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 13.7px;
  color: #777;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 24px;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .single .info .desc p, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .single .info .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .single .info .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 15.8px;
  color: #424242;
  font-weight: 400;
  line-height: 1.57;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .single:last-child .info, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .single:last-child .info, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .single:last-child .info {
  border-top-color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .single:last-child .info .title, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .single:last-child .info .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .single:last-child .info .title {
  color: #E22319;
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-4 {
    padding: 72px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > h2, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > h2 {
    font-size: 42px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap {
    margin: 64px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .cols-wrap, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .cols-wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .cols-wrap {
    grid-template-columns: 1fr;
    row-gap: 56px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .line, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .line, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .line {
    display: none;
  }
  .main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .single, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .single {
    grid-template-rows: auto;
  }
  .main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .single img, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .single img, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .single img {
    max-height: 220px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-4 {
    padding: 56px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > h2, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .desc p, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .desc p {
    font-size: 17px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap {
    margin: 48px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > .wrap .single .info .title, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > .wrap .single .info .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > .wrap .single .info .title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-4 .wrapper > h2, .main.page-blocks .lenovo-workstations-2026-block-4 #cookie-notice .cookie-notice-container > h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-4 .cookie-notice-container > h2 {
    font-size: 36px;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-5 {
  padding: 96px 0;
  background: #fff;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part {
  display: flex;
  justify-content: space-between;
  grid-gap: 40px;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .left, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .left, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .left {
  max-width: 608px;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .left h2, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .left h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .left h2 {
  max-width: none;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  color: #161616;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.08px;
  margin: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .left h2 .red, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .left h2 .red, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .left h2 .red {
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .left .desc, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .left .desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .left .desc {
  margin: 24px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .left .desc p, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .left .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .left .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 21px;
  color: #424242;
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .right, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .right, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .right {
  width: 568px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .right .photo, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .right .photo, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .right .photo {
  width: 100%;
  height: 355px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part {
  display: flex;
  grid-gap: 96px;
  margin: 80px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col {
  width: 672px;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col h3, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 28px;
  color: #161616;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.56px;
  margin: 0 0 8px;
  padding: 0 0 16px;
  border-bottom: 3px solid #161616;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col .rows .single, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col .rows .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col .rows .single {
  display: flex;
  grid-gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col .rows .single .title, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col .rows .single .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col .rows .single .title {
  flex-shrink: 0;
  width: 155px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #161616;
  font-weight: 700;
  line-height: 1.4;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col .rows .single p, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col .rows .single p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col .rows .single p {
  flex: 1;
  min-width: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 15.6px;
  color: #424242;
  font-weight: 400;
  line-height: 1.59;
  margin: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col:last-child h3, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col:last-child h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col:last-child h3 {
  border-bottom-color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col:last-child .rows .single, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col:last-child .rows .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col:last-child .rows .single {
  flex-direction: column;
  grid-gap: 8px;
  padding: 24px 0;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col:last-child .rows .single.smaller, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col:last-child .rows .single.smaller, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col:last-child .rows .single.smaller {
  border-bottom: none;
  padding: 16px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col:last-child .rows .single.smaller p, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col:last-child .rows .single.smaller p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col:last-child .rows .single.smaller p {
  color: #777;
  font-size: 14.9px;
  line-height: 1.61;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col:last-child .rows .single.smaller p strong, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col:last-child .rows .single.smaller p strong, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col:last-child .rows .single.smaller p strong {
  color: #161616;
  font-weight: 700;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col:last-child .rows .single .title, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col:last-child .rows .single .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col:last-child .rows .single .title {
  width: auto;
  font-size: 17px;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col:last-child .rows .single p, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col:last-child .rows .single p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col:last-child .rows .single p {
  font-size: 15.8px;
  line-height: 1.57;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .bottom-part {
  display: grid;
  grid-template-columns: 324px 1fr;
  grid-gap: 48px;
  margin: 80px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #e3e3e3;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .bottom-part .left h3, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .bottom-part .left h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .bottom-part .left h3 {
  max-width: 230px;
  font-family: "proxima-nova", sans-serif;
  font-size: 28px;
  color: #161616;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.56px;
  margin: 0 0 16px;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .bottom-part .left .desc p, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .bottom-part .left .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .bottom-part .left .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 14.6px;
  color: #777;
  font-weight: 400;
  line-height: 1.54;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .bottom-part .right, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .bottom-part .right, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .bottom-part .right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 48px;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .bottom-part .right .col-name, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .bottom-part .right .col-name, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .bottom-part .right .col-name {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #161616;
  font-weight: 700;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  padding: 0 0 13px;
  border-bottom: 1px solid #e3e3e3;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .bottom-part .right ul, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .bottom-part .right ul, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .bottom-part .right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .bottom-part .right li, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .bottom-part .right li, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .bottom-part .right li {
  padding: 13px 0;
  border-bottom: 1px solid #e3e3e3;
  font-family: "proxima-nova", sans-serif;
  font-size: 16.7px;
  color: #161616;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part {
    flex-direction: column;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .left, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .left, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .left,
.main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .right,
.main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .right,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .right {
    width: 100%;
    max-width: none;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part {
    flex-direction: column;
    grid-gap: 48px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col {
    width: 100%;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .bottom-part {
    grid-template-columns: 1fr;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .bottom-part .right, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .bottom-part .right, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .bottom-part .right {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    margin-top: 32px;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-5 {
    padding: 72px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .left h2, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .left h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .left h2 {
    font-size: 42px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .right .photo, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .right .photo, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .right .photo {
    height: 300px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part {
    margin: 64px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .bottom-part {
    margin: 64px 0 0;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-5 {
    padding: 56px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .left h2, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .left h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .left h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col .rows .single, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col .rows .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col .rows .single {
    flex-direction: column;
    grid-gap: 8px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .middle-part .col .rows .single .title, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .middle-part .col .rows .single .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .middle-part .col .rows .single .title {
    width: auto;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .top-part .left h2, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .top-part .left h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .top-part .left h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-5 .wrapper > .bottom-part .right, .main.page-blocks .lenovo-workstations-2026-block-5 #cookie-notice .cookie-notice-container > .bottom-part .right, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-5 .cookie-notice-container > .bottom-part .right {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-6 {
  background: #0f0f0f;
  padding: 96px 0;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part {
  display: flex;
  justify-content: space-between;
  grid-gap: 40px;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .left, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .left, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .left {
  max-width: 560px;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .left h2, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .left h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .left h2 {
  max-width: none;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.08px;
  margin: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .left h2 .red, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .left h2 .red, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .left h2 .red {
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .left .desc, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .left .desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .left .desc {
  margin: 24px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .left .desc p, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .left .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .left .desc p {
  margin: 0 0 24px;
  font-family: "proxima-nova", sans-serif;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .left .desc p:first-of-type, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .left .desc p:first-of-type, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .left .desc p:first-of-type {
  font-size: 20.5px;
  line-height: 1.54;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .left .desc p:last-of-type, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .left .desc p:last-of-type, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .left .desc p:last-of-type {
  font-size: 16.6px;
  line-height: 1.59;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .left .desc .aston, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .left .desc .aston, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .left .desc .aston {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 13.9px;
  color: #fff;
  font-weight: 700;
  line-height: 1.56;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .right, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .right, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .right {
  width: 862px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .right img, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .right img, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .right img {
  display: block;
  width: 100%;
  height: auto;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part {
  margin: 96px 0 0;
  padding: 44px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part h3, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part h3 {
  max-width: 760px;
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1.19;
  letter-spacing: -0.72px;
  margin: 0 0 36px;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part .wrap, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part .wrap .single .fact, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single .fact, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part .wrap .single .fact {
  display: flex;
  align-items: baseline;
  grid-gap: 4px;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part .wrap .single .fact span:first-child, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single .fact span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part .wrap .single .fact span:first-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -1.8px;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part .wrap .single .fact span:last-child, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single .fact span:last-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part .wrap .single .fact span:last-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 22.8px;
  color: #E22319;
  font-weight: 500;
  line-height: 1;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part .wrap .single .title, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part .wrap .single .title {
  display: block;
  margin: 14px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part .wrap .single p, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part .wrap .single p {
  margin: 8px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part .disclaimer, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part .disclaimer, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part .disclaimer {
  display: block;
  margin: 28px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part {
    flex-direction: column;
  }
  .main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .left, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .left, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .left,
.main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .right,
.main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .right,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .right {
    width: 100%;
    max-width: none;
  }
  .main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part .wrap, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part .wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-6 {
    padding: 72px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .left h2, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .left h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .left h2 {
    font-size: 42px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part {
    margin: 64px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part h3, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part h3 {
    font-size: 30px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part .wrap .single .fact span:first-child, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single .fact span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part .wrap .single .fact span:first-child {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-6 {
    padding: 56px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .left h2, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .left h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .left h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part .wrap, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part .wrap {
    grid-template-columns: 1fr;
  }
  .main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part h3, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part h3 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .top-part .left h2, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .top-part .left h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .top-part .left h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-6 .wrapper > .bottom-part .wrap .single .fact span:first-child, .main.page-blocks .lenovo-workstations-2026-block-6 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single .fact span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-6 .cookie-notice-container > .bottom-part .wrap .single .fact span:first-child {
    font-size: 42px;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-7 {
  background: #fff;
  padding: 96px 0;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 40px;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part h2, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part h2 {
  max-width: 750px;
  text-align: left;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 108px;
  color: #161616;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -4.32px;
}
@media (max-width: 1680px) {
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part h2, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part h2 {
    font-size: 92px;
  }
}
@media (max-width: 1440px) {
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part h2, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part h2 {
    font-size: 78px;
  }
}
@media (max-width: 1280px) {
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part h2, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part h2 {
    font-size: 88px;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part h2, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part h2 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part h2, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part h2, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part h2 {
    font-size: 36px;
    letter-spacing: -1.76px;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part h2 .red, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part h2 .red, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part h2 .red {
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part .desc, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part .desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part .desc {
  max-width: 540px;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part .desc p, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 20.3px;
  color: #424242;
  font-weight: 400;
  line-height: 1.55;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part .desc p strong, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part .desc p strong, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part .desc p strong {
  font-size: 20.8px;
  color: #161616;
  font-weight: 700;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part {
  margin: 64px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table .single, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table .single {
  padding: 32px 28px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table .single img, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table .single img, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table .single img {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 48px;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table .single .title, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table .single .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table .single .title {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  color: #161616;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.24px;
  margin: 0 0 8px;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table .single .title.number, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table .single .title.number, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table .single .title.number {
  font-size: 40px;
  letter-spacing: -1.2px;
  line-height: 1;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table .single .title.number .unit, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table .single .title.number .unit, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table .single .title.number .unit {
  margin-left: 6px;
  font-size: 15px;
  color: #E22319;
  font-weight: 500;
  letter-spacing: normal;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table .single .type, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table .single .type, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table .single .type {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  color: #161616;
  font-weight: 700;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table .single p, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table .single p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table .single p {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 13.8px;
  color: #777;
  font-weight: 400;
  line-height: 1.46;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .disclaimer, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .disclaimer, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .disclaimer {
  display: block;
  margin: 40px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 14.6px;
  color: #777;
  font-weight: 400;
  line-height: 1.55;
}
.main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .disclaimer strong, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .disclaimer strong, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .disclaimer strong {
  font-size: 15px;
  color: #161616;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part {
    flex-direction: column;
    align-items: flex-start;
  }
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .top-part .desc, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .top-part .desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .top-part .desc {
    max-width: none;
  }
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-7 {
    padding: 72px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part {
    margin: 48px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table .single, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table .single {
    padding: 24px 20px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table .single img, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table .single img, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table .single img {
    margin: 0 0 32px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-7 {
    padding: 56px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table .single, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table .single {
    padding: 20px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-7 .wrapper > .bottom-part .table .single .title.number, .main.page-blocks .lenovo-workstations-2026-block-7 #cookie-notice .cookie-notice-container > .bottom-part .table .single .title.number, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-7 .cookie-notice-container > .bottom-part .table .single .title.number {
    font-size: 32px;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-8 {
  background: #0f0f0f;
  padding: 100px 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part {
  display: flex;
  align-items: center;
  grid-gap: 80px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .left, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .left, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .left {
  max-width: 793px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .left .logo-wrap, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .left .logo-wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .left .logo-wrap {
  display: flex;
  align-items: center;
  grid-gap: 18px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .left .logo-wrap img, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .left .logo-wrap img, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .left .logo-wrap img {
  display: block;
  height: 36px;
  width: auto;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .left .logo-wrap span, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .left .logo-wrap span, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .left .logo-wrap span {
  font-family: "proxima-nova", sans-serif;
  font-size: 14.6px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .left h2, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .left h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .left h2 {
  max-width: none;
  text-align: left;
  margin: 26px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.08px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .left h2 .red, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .left h2 .red, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .left h2 .red {
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .left .desc, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .left .desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .left .desc {
  max-width: 680px;
  margin: 24px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .left .desc p, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .left .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .left .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 20.8px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .right, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .right, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .right {
  width: 567px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .right .photo, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .right .photo, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .right .photo {
  width: 100%;
  height: 425px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part {
  margin: 88px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part h3, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part h3 {
  max-width: 900px;
  margin: 0 0 36px;
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1.19;
  letter-spacing: -0.72px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .wrap, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .wrap {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .wrap .single, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .wrap .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .wrap .single {
  flex: 1;
  min-width: 0;
  padding: 28px 40px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .wrap .single:first-child, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .wrap .single:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .wrap .single:first-child {
  padding-left: 0;
  border-left: none;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .wrap .single:last-child, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .wrap .single:last-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .wrap .single:last-child {
  padding-right: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .wrap .single .title, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .wrap .single .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .wrap .single .title {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.22px;
  margin: 0 0 6px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .wrap .single .type, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .wrap .single .type, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .wrap .single .type {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 14px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .wrap .single .desc p, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .wrap .single .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .wrap .single .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  line-height: 1.55;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .wrap .single .desc p strong, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .wrap .single .desc p strong, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .wrap .single .desc p strong {
  color: #fff;
  font-weight: 700;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .disclaimer, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .disclaimer, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .disclaimer {
  display: block;
  margin: 26px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part {
  margin: 104px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .top, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .top, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  grid-gap: 80px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .top h3, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .top h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .top h3 {
  max-width: 793px;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1.19;
  letter-spacing: -0.72px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .top p, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .top p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .top p {
  max-width: 567px;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table {
  margin: 32px 0 0;
  overflow-x: auto;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .row, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .row, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .row {
  display: flex;
  align-items: center;
  min-width: 1440px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .table-head-row, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .table-head-row, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .table-head-row {
  align-items: flex-end;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .table-head-row .col, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .table-head-row .col, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .table-head-row .col {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding-right: 12px;
  box-sizing: border-box;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .series-name-row, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .series-name-row, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .series-name-row {
  grid-gap: 14px;
  align-items: baseline;
  padding: 20px 0 12px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .series-name-row span:first-child, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .series-name-row span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .series-name-row span:first-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  line-height: 1.26;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .series-name-row span:last-child, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .series-name-row span:last-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .series-name-row span:last-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.29;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .series-name-row:nth-of-type(2), .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .series-name-row:nth-of-type(2), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .series-name-row:nth-of-type(2) {
  padding-top: 36px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .series-name-row + .parameters-row, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .series-name-row + .parameters-row, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .series-name-row + .parameters-row {
  border-top: 3px solid #fff;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .name-col, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .name-col, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .name-col {
  display: flex;
  flex-direction: column;
  grid-gap: 2px;
  padding-right: 12px;
  box-sizing: border-box;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .name-col span:first-child, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .name-col span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .name-col span:first-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  line-height: 1.29;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .name-col span:last-child, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .name-col span:last-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .name-col span:last-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.25;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .yes, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .yes, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .yes,
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .no,
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .no,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .no,
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .dash,
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .dash,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .dash {
  box-sizing: border-box;
  padding-right: 12px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .yes::before, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .yes::before, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .yes::before,
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .no::before,
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .no::before,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .no::before,
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .dash::before,
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .dash::before,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .dash::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .yes::before, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .yes::before, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .yes::before {
  background: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .no::before, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .no::before, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .no::before {
  background: transparent;
  border: 1.5px solid #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .dash::before, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .dash::before, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .dash::before {
  border-radius: 0;
  height: 2px;
  margin: 6px 0;
  background: rgba(255, 255, 255, 0.28);
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .text-col, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .text-col, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .text-col {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  line-height: 1.4;
  padding-right: 12px;
  box-sizing: border-box;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .table-head-row .col:nth-child(1), .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(1), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(1),
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .col:nth-child(1),
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(1),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(1) {
  width: 190px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .table-head-row .col:nth-child(2), .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(2), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(2),
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .col:nth-child(2),
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(2),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(2) {
  width: 150px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .table-head-row .col:nth-child(3), .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(3), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(3),
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .col:nth-child(3),
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(3),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(3) {
  width: 150px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .table-head-row .col:nth-child(4), .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(4), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(4),
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .col:nth-child(4),
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(4),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(4) {
  width: 150px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .table-head-row .col:nth-child(5), .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(5), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(5),
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .col:nth-child(5),
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(5),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(5) {
  width: 150px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .table-head-row .col:nth-child(6), .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(6), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(6),
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .col:nth-child(6),
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(6),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(6) {
  width: 150px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .table-head-row .col:nth-child(7), .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(7), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(7),
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .col:nth-child(7),
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(7),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(7) {
  width: 150px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .table-head-row .col:nth-child(8), .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(8), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(8),
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .col:nth-child(8),
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(8),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(8) {
  width: 170px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .table-head-row .col:nth-child(9), .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(9), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .table-head-row .col:nth-child(9),
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .table .parameters-row .col:nth-child(9),
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(9),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .table .parameters-row .col:nth-child(9) {
  width: 180px;
  flex-shrink: 0;
  padding-right: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .explanation, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .explanation, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .explanation {
  display: flex;
  align-items: center;
  grid-gap: 28px;
  margin: 18px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .explanation .single, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .explanation .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .explanation .single {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .explanation .single .bubble, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .explanation .single .bubble, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .explanation .single .bubble {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .explanation .single .bubble.yes, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .explanation .single .bubble.yes, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .explanation .single .bubble.yes {
  background: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .explanation .single .bubble.no, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .explanation .single .bubble.no, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .explanation .single .bubble.no {
  background: transparent;
  border: 1.5px solid #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .explanation .single .bubble.dash, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .explanation .single .bubble.dash, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .explanation .single .bubble.dash {
  border-radius: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.28);
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .explanation .single span, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .explanation .single span, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .explanation .single span {
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .disclaimer, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .disclaimer, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .disclaimer {
  display: block;
  margin: 14px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.54;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .bottom-cta, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .bottom-cta, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .bottom-cta {
  display: flex;
  grid-gap: 80px;
  margin: 88px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .bottom-cta h3, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .bottom-cta h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .bottom-cta h3 {
  max-width: 567px;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.19;
  letter-spacing: -0.64px;
}
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .bottom-cta p, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .bottom-cta p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .bottom-cta p {
  max-width: 793px;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  line-height: 1.53;
}
@media (max-width: 1280px) {
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part {
    flex-direction: column;
    align-items: flex-start;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .left, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .left, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .left,
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .right,
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .right,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .right {
    width: 100%;
    max-width: none;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .wrap, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .wrap {
    flex-direction: column;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .wrap .single, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .wrap .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .wrap .single {
    padding: 24px 0 !important;
    border-left: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .wrap .single:first-child, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .wrap .single:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .wrap .single:first-child {
    border-top: none;
    padding-top: 0 !important;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .top, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .top, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .top {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 16px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .top h3, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .top h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .top h3,
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .top p,
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .top p,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .top p {
    max-width: none;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .bottom-cta, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .bottom-cta, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .bottom-cta {
    flex-direction: column;
    grid-gap: 16px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .bottom-cta h3, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .bottom-cta h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .bottom-cta h3,
.main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .bottom-cta p,
.main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .bottom-cta p,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .bottom-cta p {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-8 {
    padding: 72px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part {
    grid-gap: 48px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .left h2, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .left h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .left h2 {
    font-size: 42px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .right .photo, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .right .photo, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .right .photo {
    height: 320px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part {
    margin: 64px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part h3, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part h3 {
    font-size: 30px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part {
    margin: 64px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .top h3, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .top h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .top h3 {
    font-size: 30px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .bottom-cta, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .bottom-cta, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .bottom-cta {
    grid-gap: 40px;
    margin: 64px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .bottom-cta h3, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .bottom-cta h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .bottom-cta h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-8 {
    padding: 56px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .left h2, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .left h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .left h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part h3, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part h3 {
    font-size: 26px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .top h3, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .top h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .top h3 {
    font-size: 26px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .bottom-part .explanation, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .bottom-part .explanation, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .bottom-part .explanation {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .top-part .left h2, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .top-part .left h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .top-part .left h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-8 .wrapper > .middle-part .wrap .single .title, .main.page-blocks .lenovo-workstations-2026-block-8 #cookie-notice .cookie-notice-container > .middle-part .wrap .single .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-8 .cookie-notice-container > .middle-part .wrap .single .title {
    font-size: 19px;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-9 {
  background: #f3f3f3;
  padding: 96px 0;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .top-part, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .top-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .top-part {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  grid-gap: 40px;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .top-part h2, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .top-part h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .top-part h2 {
  max-width: 520px;
  text-align: left;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  color: #161616;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.08px;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .top-part h2 .red, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .top-part h2 .red, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .top-part h2 .red {
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .top-part .desc, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .top-part .desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .top-part .desc {
  max-width: 678px;
  margin: 0 0 33px;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .top-part .desc p, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .top-part .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .top-part .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 20.5px;
  color: #424242;
  font-weight: 400;
  line-height: 1.54;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part {
  margin: 72px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .wrap, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 40px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .wrap .single, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .wrap .single {
  padding: 0 24px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .wrap .single .top, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single .top, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .wrap .single .top {
  display: flex;
  align-items: baseline;
  grid-gap: 6px;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .wrap .single .top span:first-child, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single .top span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .wrap .single .top span:first-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 64px;
  color: #161616;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -1.92px;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .wrap .single .top span:last-child, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single .top span:last-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .wrap .single .top span:last-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  color: #E22319;
  font-weight: 500;
  line-height: 1;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .wrap .single:nth-child(2) .top span:first-child, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single:nth-child(2) .top span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .wrap .single:nth-child(2) .top span:first-child {
  font-size: 42px;
  letter-spacing: -0.84px;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .wrap .single p, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .wrap .single p {
  margin: 16px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #777;
  font-weight: 400;
  line-height: 1.45;
}
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .photo, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .photo, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .photo {
  margin: 64px 0 0;
  width: 100%;
  height: 549px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .top-part, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .top-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .top-part {
    flex-direction: column;
  }
  .main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .top-part h2, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .top-part h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .top-part h2,
.main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .top-part .desc,
.main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .top-part .desc,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .top-part .desc {
    max-width: none;
  }
  .main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .wrap, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-9 {
    padding: 72px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .top-part h2, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .top-part h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .top-part h2 {
    font-size: 42px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part {
    margin: 56px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .photo, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .photo, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .photo {
    height: 400px;
    margin: 48px 0 0;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-9 {
    padding: 56px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .top-part h2, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .top-part h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .top-part h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .wrap, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .wrap {
    grid-template-columns: 1fr;
  }
  .main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .wrap .single .top span:first-child, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single .top span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .wrap .single .top span:first-child {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .top-part h2, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .top-part h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .top-part h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .wrap .single .top span:first-child, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .wrap .single .top span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .wrap .single .top span:first-child {
    font-size: 42px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-9 .wrapper > .bottom-part .photo, .main.page-blocks .lenovo-workstations-2026-block-9 #cookie-notice .cookie-notice-container > .bottom-part .photo, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-9 .cookie-notice-container > .bottom-part .photo {
    height: 280px;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-10 {
  background: #fff;
  padding: 96px 0;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > h2, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > h2 {
  max-width: 804px;
  text-align: left;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  color: #161616;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.08px;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > h2 .red, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > h2 .red, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > h2 .red {
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .desc, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .desc {
  max-width: 697px;
  margin: 32px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .desc p, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .desc p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 20.8px;
  color: #424242;
  font-weight: 400;
  line-height: 1.51;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products {
  margin: 96px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category + .single-category, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category + .single-category, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category + .single-category {
  margin-top: 96px;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .series-name, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .series-name, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .series-name {
  display: flex;
  align-items: baseline;
  grid-gap: 18px;
  padding: 0 0 16px;
  margin: 0 0 48px;
  border-bottom: 3px solid #161616;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .series-name span:first-child, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .series-name span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .series-name span:first-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 27.7px;
  color: #161616;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: -0.56px;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .series-name span:last-child, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .series-name span:last-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .series-name span:last-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 14.5px;
  color: #777;
  font-weight: 400;
  line-height: 1.55;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .grid, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .grid, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 36px;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .single .img-wrap, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .single .img-wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .single .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 456/342;
  background: #f3f3f3;
  border-radius: 16px;
  overflow: hidden;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .single .img-wrap img, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .single .img-wrap img, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .single .img-wrap img {
  display: block;
  max-width: 55%;
  max-height: 60%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .single .title, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .single .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .single .title {
  display: block;
  margin: 24px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 19.8px;
  color: #161616;
  font-weight: 700;
  line-height: 1.26;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .single .small-desc, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .single .small-desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .single .small-desc {
  display: block;
  margin: 4px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 13.7px;
  color: #777;
  font-weight: 400;
  line-height: 1.48;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .single p, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .single p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .single p {
  margin: 22px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid #e3e3e3;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #424242;
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .single p strong, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .single p strong, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .single p strong {
  color: #161616;
  font-weight: 700;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .single .link, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .single .link, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .single .link {
  display: block;
  margin: 20px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #E22319;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .single .link:hover, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .single .link:hover, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .single .link:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-10 {
    padding: 72px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > h2, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > h2 {
    font-size: 42px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products {
    margin: 64px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category + .single-category, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category + .single-category, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category + .single-category {
    margin-top: 64px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .grid, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .grid, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-10 {
    padding: 56px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > h2, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .series-name, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .series-name, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .series-name {
    margin: 0 0 32px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .series-name span:first-child, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .series-name span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .series-name span:first-child {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > h2, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > h2, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-10 .wrapper > .products .single-category .grid, .main.page-blocks .lenovo-workstations-2026-block-10 #cookie-notice .cookie-notice-container > .products .single-category .grid, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-10 .cookie-notice-container > .products .single-category .grid {
    grid-template-columns: 1fr;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-11 {
  padding: 90px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-11 > .single-row {
  display: flex;
}
.main.page-blocks .lenovo-workstations-2026-block-11 > .single-row:nth-child(even) {
  flex-direction: row-reverse;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 0 72px;
  background: radial-gradient(circle at center 62%, rgba(226, 35, 25, 0.28) 0%, rgba(226, 35, 25, 0) 70%), #111;
  color: #fff;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .top {
  padding: 70px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .top .title {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 43.5px;
  color: #fff;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: -0.88px;
  margin: 0 0 10px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .top .small-desc {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 19.5px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.44;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .middle {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .middle img {
  display: block;
  width: 100%;
  max-width: 396px;
  height: auto;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.6));
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .bottom {
  padding: 0 0 56px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .bottom .parameters {
  display: flex;
  grid-gap: 24px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .bottom .parameters .single {
  flex: 1;
  min-width: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .bottom .parameters .single .line {
  height: 3px;
  background: rgba(255, 255, 255, 0.14);
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .bottom .parameters .single span {
  display: block;
  margin: 20px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 700;
  letter-spacing: 0.78px;
  text-transform: uppercase;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .bottom .parameters .single .line.yes {
  background: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .bottom .parameters .single .line.yes + span {
  color: #fff;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .bottom .disclaimer {
  display: block;
  margin: 24px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 12.7px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.54;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top {
  background: #fff;
  padding: 72px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .main-spec {
  display: flex;
  align-items: baseline;
  grid-gap: 40px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .main-spec .single {
  flex: 1;
  min-width: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .main-spec .single .one-spec span {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  color: #161616;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.6px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .main-spec .single .two-spec {
  display: flex;
  align-items: baseline;
  grid-gap: 6px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .main-spec .single .two-spec span:first-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  color: #161616;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.68px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .main-spec .single .two-spec span:last-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 21.3px;
  color: #E22319;
  font-weight: 500;
  line-height: 1;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .main-spec .single p {
  margin: 14px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  color: #777;
  font-weight: 400;
  line-height: 1.4;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .desc {
  margin: 44px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 16.7px;
  color: #424242;
  font-weight: 400;
  line-height: 1.58;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .other-spec {
  margin: 44px 0 0;
  border-top: 1px solid #e3e3e3;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .other-spec .single-row {
  display: flex;
  align-items: baseline;
  grid-gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid #e3e3e3;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .other-spec .single-row span {
  flex-shrink: 0;
  width: 136px;
  font-family: "proxima-nova", sans-serif;
  font-size: 12.8px;
  color: #777;
  font-weight: 400;
  line-height: 1.52;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top .other-spec .single-row p {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 14.8px;
  color: #161616;
  font-weight: 500;
  line-height: 1.47;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom {
  flex: 1;
  background: #f3f3f3;
  padding: 72px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .tops {
  display: flex;
  align-items: baseline;
  grid-gap: 8px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .tops span:first-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 80px;
  color: #E22319;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2.4px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .tops span:last-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 25.2px;
  color: #E22319;
  font-weight: 500;
  line-height: 1;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .performance {
  display: block;
  margin: 22px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  color: #161616;
  font-weight: 700;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .desc {
  margin: 16px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 14.8px;
  color: #424242;
  font-weight: 400;
  line-height: 1.57;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .rows {
  margin: 26px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .rows .single {
  display: flex;
  grid-gap: 14px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .rows .single + .single {
  margin-top: 16px;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .rows .single span {
  flex-shrink: 0;
  white-space: nowrap;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  color: #161616;
  font-weight: 700;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .rows .single p {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 14.9px;
  color: #424242;
  font-weight: 400;
  line-height: 1.51;
}
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .note {
  display: block;
  margin: 18px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 11.6px;
  color: #424242;
  font-weight: 400;
  line-height: 1.55;
}
@media (max-width: 1680px) {
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .main-spec .single .two-spec span:first-child {
    font-size: 46px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .tops span:first-child {
    font-size: 68px;
  }
}
@media (max-width: 1440px) {
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col {
    padding: 0 56px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .top .title {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .middle img {
    max-width: 320px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top,
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom {
    padding: 56px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .main-spec {
    grid-gap: 24px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .main-spec .single .two-spec span:first-child {
    font-size: 40px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .tops span:first-child {
    font-size: 58px;
  }
}
@media (max-width: 1280px) {
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col {
    padding: 0 40px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .top .title {
    font-size: 30px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .middle img {
    max-width: 280px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .bottom .parameters {
    grid-gap: 16px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top,
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom {
    padding: 40px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .main-spec {
    flex-direction: column;
    grid-gap: 20px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .main-spec .single .two-spec span:first-child {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .other-spec .single-row {
    flex-direction: column;
    grid-gap: 4px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .other-spec .single-row span {
    width: auto;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .tops span:first-child {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-11 > .single-row,
.main.page-blocks .lenovo-workstations-2026-block-11 > .single-row:nth-child(even) {
    flex-direction: column;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col,
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col {
    width: 100%;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col {
    padding: 0 56px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .top {
    padding: 48px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .middle img {
    max-width: 300px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top,
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom {
    padding: 48px 56px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .main-spec {
    flex-direction: row;
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col {
    padding: 0 32px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .top .title {
    font-size: 28px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .top .small-desc {
    font-size: 16px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .bottom {
    padding: 0 0 40px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top,
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom {
    padding: 40px 32px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .main-spec {
    flex-direction: column;
    grid-gap: 20px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .desc {
    margin: 32px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .other-spec {
    margin: 32px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .tops span:first-child {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col {
    padding: 0 24px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .top {
    padding: 40px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .top .title {
    font-size: 24px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .middle img {
    max-width: 240px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .middle {
    padding: 24px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .bottom .parameters {
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .photo-col .bottom .parameters .single {
    flex: 1 1 40%;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .top,
.main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom {
    padding: 32px 24px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .main-spec .single .one-spec span {
    font-size: 26px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col .main-spec .single .two-spec span:first-child {
    font-size: 32px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-11 .text-col > .bottom .tops span:first-child {
    font-size: 38px;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-12 {
  background: #0f0f0f;
  padding: 96px 0;
}
.main.page-blocks .lenovo-workstations-2026-block-12 .wrapper > .wrap, .main.page-blocks .lenovo-workstations-2026-block-12 #cookie-notice .cookie-notice-container > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-12 .cookie-notice-container > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 60px;
}
.main.page-blocks .lenovo-workstations-2026-block-12 .left {
  max-width: 615px;
}
.main.page-blocks .lenovo-workstations-2026-block-12 .left h2 {
  max-width: none;
  text-align: left;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.08px;
}
.main.page-blocks .lenovo-workstations-2026-block-12 .left h2 .red {
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-12 .left .desc {
  margin: 28px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-12 .left .desc p {
  font-family: "proxima-nova", sans-serif;
  font-size: 20.7px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  line-height: 1.52;
}
.main.page-blocks .lenovo-workstations-2026-block-12 .right {
  width: 684px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-12 .right .photo {
  width: 100%;
  height: 513px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main.page-blocks .lenovo-workstations-2026-block-12 .right span {
  display: block;
  margin: 16px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 13.8px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.52;
}
@media (max-width: 1280px) {
  .main.page-blocks .lenovo-workstations-2026-block-12 .wrapper > .wrap, .main.page-blocks .lenovo-workstations-2026-block-12 #cookie-notice .cookie-notice-container > .wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-12 .cookie-notice-container > .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .main.page-blocks .lenovo-workstations-2026-block-12 .left,
.main.page-blocks .lenovo-workstations-2026-block-12 .right {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-12 {
    padding: 72px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-12 .left h2 {
    font-size: 42px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-12 .right .photo {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-12 {
    padding: 56px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-12 .left h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-12 .right .photo {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-12 .left h2 {
    font-size: 36px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-12 .right .photo {
    height: 240px;
  }
}
.main.page-blocks .lenovo-workstations-2026-block-13 {
  background: #fff;
  padding: 96px 0;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > h3, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > h3 {
  max-width: 820px;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  color: #161616;
  font-weight: 700;
  line-height: 1.19;
  letter-spacing: -0.72px;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .features, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .features, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  margin: 36px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid #e3e3e3;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .features .single .top, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .features .single .top, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .features .single .top {
  display: flex;
  align-items: baseline;
  grid-gap: 4px;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .features .single .top span:first-child, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .features .single .top span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .features .single .top span:first-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 60px;
  color: #161616;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.8px;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .features .single .top span:last-child, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .features .single .top span:last-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .features .single .top span:last-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  color: #E22319;
  font-weight: 500;
  line-height: 1;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .features .single:nth-child(4) .top span:first-child, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .features .single:nth-child(4) .top span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .features .single:nth-child(4) .top span:first-child {
  font-size: 40px;
  letter-spacing: -1.2px;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .features .single .small-desc, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .features .single .small-desc, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .features .single .small-desc {
  display: block;
  margin: 8px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  color: #161616;
  font-weight: 700;
  line-height: 1.33;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .features .single p, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .features .single p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .features .single p {
  margin: 8px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  color: #424242;
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .disclaimer, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .disclaimer, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .disclaimer {
  display: block;
  margin: 28px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e3e3e3;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  color: #424242;
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .disclaimer strong, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .disclaimer strong, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .disclaimer strong {
  color: #161616;
  font-weight: 700;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products {
  margin: 60px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products > h3, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products > h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products > h3 {
  max-width: 820px;
  margin: 0 0 12px;
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  color: #161616;
  font-weight: 700;
  line-height: 1.19;
  letter-spacing: -0.72px;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products > .intro, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products > .intro, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products > .intro {
  max-width: 820px;
  margin: 0 0 32px;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  color: #424242;
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .row, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .row, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .row {
  display: flex;
  align-items: center;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row,
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row,
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row {
  position: relative;
  overflow-x: auto;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row::before, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row::before, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row::before,
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row::before,
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row::before,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row::before {
  content: "";
  display: none;
  flex: 0 0 40px;
  align-self: stretch;
  position: sticky;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%);
  pointer-events: none;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row::after, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row::after, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row::after,
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row::after,
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row::after,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row::after {
  content: "";
  display: none;
  flex: 0 0 auto;
  align-self: center;
  position: sticky;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #E22319;
  pointer-events: none;
  z-index: 1;
  animation: lnv-scroll-hint 1.3s ease-in-out infinite;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row {
  align-items: flex-end;
  padding: 0 0 12px;
  border-bottom: 1px solid #e3e3e3;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row .col, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row .col, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row .col {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  color: #777;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding-right: 12px;
  box-sizing: border-box;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .desc-row, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .desc-row, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .desc-row {
  display: block;
  padding: 28px 0 16px;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .desc-row .title, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .desc-row .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .desc-row .title {
  display: block;
  margin: 0 0 8px;
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  color: #161616;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: -0.22px;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .desc-row p, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .desc-row p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .desc-row p {
  max-width: 1000px;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  color: #424242;
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .desc-row + .product-row, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .desc-row + .product-row, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .desc-row + .product-row {
  border-top: 3px solid #161616;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #e3e3e3;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col {
  padding-right: 12px;
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  color: #161616;
  font-weight: 500;
  line-height: 1.4;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col.text-col, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col.text-col, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col.text-col {
  color: #777;
  font-weight: 400;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col img, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col img, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col img {
  display: block;
  width: 100px;
  height: 64px;
  object-fit: contain;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col:nth-child(2), .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col:nth-child(2), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col:nth-child(2) {
  display: flex;
  flex-direction: column;
  grid-gap: 2px;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col:nth-child(2) span:first-child, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col:nth-child(2) span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col:nth-child(2) span:first-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  color: #161616;
  font-weight: 700;
  line-height: 1.29;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col:nth-child(2) span:last-child, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col:nth-child(2) span:last-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col:nth-child(2) span:last-child {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  color: #777;
  font-weight: 400;
  line-height: 1.25;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row .col:nth-child(1), .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row .col:nth-child(1), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row .col:nth-child(1),
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col:nth-child(1),
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col:nth-child(1),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col:nth-child(1) {
  width: 120px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row .col:nth-child(2), .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row .col:nth-child(2), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row .col:nth-child(2),
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col:nth-child(2),
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col:nth-child(2),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col:nth-child(2) {
  width: 200px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row .col:nth-child(3), .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row .col:nth-child(3), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row .col:nth-child(3),
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col:nth-child(3),
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col:nth-child(3),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col:nth-child(3) {
  width: 120px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row .col:nth-child(4), .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row .col:nth-child(4), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row .col:nth-child(4),
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col:nth-child(4),
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col:nth-child(4),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col:nth-child(4) {
  width: 200px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row .col:nth-child(5), .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row .col:nth-child(5), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row .col:nth-child(5),
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col:nth-child(5),
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col:nth-child(5),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col:nth-child(5) {
  width: 200px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row .col:nth-child(6), .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row .col:nth-child(6), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row .col:nth-child(6),
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col:nth-child(6),
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col:nth-child(6),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col:nth-child(6) {
  width: 340px;
  flex-shrink: 0;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row .col:nth-child(7), .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row .col:nth-child(7), #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row .col:nth-child(7),
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col:nth-child(7),
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col:nth-child(7),
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col:nth-child(7) {
  width: 260px;
  flex-shrink: 0;
  padding-right: 0;
  position: relative;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row .col:nth-child(7)::after, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row .col:nth-child(7)::after, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row .col:nth-child(7)::after,
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col:nth-child(7)::after,
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col:nth-child(7)::after,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col:nth-child(7)::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background: #fff;
  pointer-events: none;
  z-index: 2;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products > .disclaimer, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products > .disclaimer, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products > .disclaimer {
  display: block;
  margin: 16px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  color: #777;
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .product-grid, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .product-grid, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
  margin: 60px 0 0;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .product-grid .single, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .product-grid .single, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .product-grid .single {
  position: relative;
  background: #f3f3f3;
  border-radius: 16px;
  padding: 24px;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .product-grid .single .tag, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .product-grid .single .tag, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .product-grid .single .tag {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  color: #777;
  font-weight: 400;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .product-grid .single .title, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .product-grid .single .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .product-grid .single .title {
  display: block;
  margin: 20px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 19px;
  color: #161616;
  font-weight: 700;
  line-height: 1.32;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .product-grid .single .title .red, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .product-grid .single .title .red, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .product-grid .single .title .red {
  color: #E22319;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .product-grid .single p, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .product-grid .single p, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .product-grid .single p {
  margin: 12px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #424242;
  font-weight: 400;
  line-height: 1.5;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .product-grid .single .img-wrap, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .product-grid .single .img-wrap, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .product-grid .single .img-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 220px;
  margin: 16px 0 0;
  overflow: hidden;
}
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .product-grid .single .img-wrap img, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .product-grid .single .img-wrap img, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .product-grid .single .img-wrap img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media (max-width: 1680px) {
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row::before, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row::before, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row::before,
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row::before,
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row::before,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row::before,
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row::after,
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row::after,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row::after,
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row::after,
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row::after,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row::after {
    display: block;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .head-row .col:nth-child(7)::after, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .head-row .col:nth-child(7)::after, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .head-row .col:nth-child(7)::after,
.main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .product-row .col:nth-child(7)::after,
.main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .product-row .col:nth-child(7)::after,
#cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .product-row .col:nth-child(7)::after {
    display: block;
  }
}
@media (max-width: 1280px) {
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .features, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .features, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .features {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .product-grid, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .product-grid, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .product-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .main.page-blocks .lenovo-workstations-2026-block-13 {
    padding: 72px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > h3, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > h3 {
    font-size: 30px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .features, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .features, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .features {
    margin: 32px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .features .single .top span:first-child, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .features .single .top span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .features .single .top span:first-child {
    font-size: 48px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products {
    margin: 48px 0 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products > h3, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products > h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products > h3 {
    font-size: 30px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .product-grid, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .product-grid, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .product-grid {
    margin: 48px 0 0;
  }
}
@media (max-width: 768px) {
  .main.page-blocks .lenovo-workstations-2026-block-13 {
    padding: 56px 0;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > h3, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > h3 {
    font-size: 26px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .features, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .features, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .features {
    grid-template-columns: 1fr;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products > h3, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products > h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products > h3 {
    font-size: 24px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products .desc-row .title, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products .desc-row .title, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products .desc-row .title {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > h3, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > h3 {
    font-size: 22px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .features .single .top span:first-child, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .features .single .top span:first-child, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .features .single .top span:first-child {
    font-size: 40px;
  }
  .main.page-blocks .lenovo-workstations-2026-block-13 .wrapper > .products > h3, .main.page-blocks .lenovo-workstations-2026-block-13 #cookie-notice .cookie-notice-container > .products > h3, #cookie-notice .main.page-blocks .lenovo-workstations-2026-block-13 .cookie-notice-container > .products > h3 {
    font-size: 21px;
  }
}

/*# sourceMappingURL=style.css.map */
