* {box-sizing: border-box; font-family: 'Titillium Web', Arial, sans-serif; outline: none; -webkit-tap-highlight-color: transparent;}
html {font-size: 10px;}
html.zoom2 {font-size: 12px;}
html.zoom4 {font-size: 13px;}
body {margin: 0;}
#sh135-temp h1, #sh135-temp h2, #sh135-temp h3, #sh135-temp h4, #sh135-temp h5, #sh135-temp h6, #sh135-temp li, #sh135-temp p, #sh135-temp ul {margin: 0; padding: 0; font-weight: normal; line-height: 1.25;}
#sh135-temp a {text-decoration: none;}
#sh135-temp button {cursor: pointer;}
#sh135-temp ul {list-style: none;}
#sh135-temp img {width: auto; max-width: 100%; height: auto; border: none;}
#sh135-temp textarea {resize: none;}

#sh135-temp .f-12 {font-size: 1.2rem;}
#sh135-temp .f-14 {font-size: 1.4rem;}
#sh135-temp .f-16 {font-size: 1.6rem;}
#sh135-temp .f-18 {font-size: 1.8rem;}
#sh135-temp .f-20 {font-size: 2.0rem;}
#sh135-temp .f-22 {font-size: 2.2rem;}
#sh135-temp .f-24 {font-size: 2.4rem;}
#sh135-temp .f-26 {font-size: 2.6rem;}
#sh135-temp .f-28 {font-size: 2.8rem;}
#sh135-temp .f-30 {font-size: 3.0rem;}
#sh135-temp .f-32 {font-size: 3.2rem;}
#sh135-temp .f-34 {font-size: 3.4rem;}
#sh135-temp .f-36 {font-size: 3.6rem;}
#sh135-temp .f-38 {font-size: 3.8rem;}
#sh135-temp .f-40 {font-size: 4.0rem;}
#sh135-temp .f-42 {font-size: 4.2rem;}
#sh135-temp .f-48 {font-size: 4.8rem;}
#sh135-temp .f-60 {font-size: 6.0rem;}
#sh135-temp .f-68 {font-size: 6.8rem;}
#sh135-temp .f-70 {font-size: 7.0rem;}

#sh135-temp .center {text-align: center;}
#sh135-temp .uppercase {text-transform: uppercase;}
#sh135-temp .thin {font-weight: 300;}
#sh135-temp .bold {font-weight: bold;}
#sh135-temp .semibold {font-weight: 600;}
#sh135-temp .teal {color: #008285;}
#sh135-temp .green {color: #8BCB21;}
#sh135-temp .magenta {color: #E2007E;}

#sh135-temp .z_popup_bg {position: fixed; top: 0; z-index: 1000; display: block; width: 100%; height: 100%; background-color: rgba(255, 255, 255, .8);}

#sh135-temp .hidden {display: none !important;}

#sh135-temp {position: relative;}
#sh135-temp .container-box {width: 100%; max-width: 1430px; margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px;}

#sh135-temp .section-space-top {margin-top: 48px;}
#sh135-temp .section-space-bottom {margin-bottom: 48px;}

#sh135-temp .btn-magenta {overflow: hidden; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; width: 100%; max-width: 300px; padding: 8px 16px; background-color: #E2007E; color: #FFF; border: 1px solid #E2007E; border-radius: 250px; transition: background-color .3s, color .3s, border-color .3s;}
#sh135-temp .btn-magenta:hover {background-color: #AA036C; border-color: #AA036C;}

#sh135-temp .btn-white {overflow: hidden; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; width: 100%; max-width: 300px; padding: 8px 16px; background-color: #FFF; color: #E2007A; border: 1px solid #E2007E; border-radius: 250px; transition: background-color .3s, color .3s, border-color .3s;}
.contrast #sh135-temp .btn-white {background-color: #000 !important; color: #FFF !important; border-color: #FFE800 !important;}
#sh135-temp .btn-white:hover {background-color: #E2007A; color: #FFF;}
.contrast #sh135-temp .btn-white:hover {background-color: #FFE800 !important; color: #000 !important; border-color: #FFE800 !important;}

#sh135-temp .owl-dots {position: static; display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 24px;}
#sh135-temp .owl-dots .owl-dot {width: 24px; height: 24px; background-color: #FFF; border: 1px solid #707173; border-radius: 250px; transition: width .3s, height .3s;}
#sh135-temp .owl-dots .owl-dot.active {width: 48px; background-color: #E2007E;}
.contrast #sh135-temp .owl-dots .owl-dot.active {background-color: #FFE800 !important;}
#sh135-temp .owl-dots .owl-dot span {background-color: transparent !important; border-color: transparent !important;}
#sh135-temp .owl-carousel .owl-stage {display: flex; padding-top: 16px; padding-bottom: 16px;}

#sh135-temp .single-radio-btn {display: flex; align-items: center; gap: 8px; cursor: pointer;}
#sh135-temp .single-radio-btn .radio-btn-label {line-height: 1.2; cursor: pointer;}
#sh135-temp .custom-radio-btn-group {display: flex; align-items: flex-start; gap: 16px;}
#sh135-temp .custom-radio-btn-wrapper {position: relative; display: flex; align-items: center; justify-content: center; min-width: 20px; max-width: 20px; min-height: 20px; max-height: 20px; background-color: #FFF; border: 1px solid #808080; border-radius: 50%; cursor: pointer; transition: background-color .3s, border-color .3s;}
#sh135-temp .custom-radio-btn-wrapper .custom-radio-btn {-moz-appearance: none; -webkit-appearance: none; appearance: none; border: none !important;}
#sh135-temp .custom-radio-btn-wrapper .radio-btn-icon {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; width: 50%; height: 50%; opacity: 0; background-color: #E2007A; border-radius: 50%; transition: opacity .3s;}
.contrast #sh135-temp .custom-radio-btn-wrapper .radio-btn-icon {background-color: #FFE800 !important;}
#sh135-temp .custom-radio-btn-wrapper:has(.custom-radio-btn:checked) .radio-btn-icon {opacity: 1;}

#sh135-temp .title-box {display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px;}
#sh135-temp .title-box .section-title {line-height: 1.2;}
#sh135-temp .title-box .section-subtitle {line-height: 1.2;}

#sh135-temp .sh-template-breadcrumbs {display: flex; align-items: center; gap: 6px;}
.contrast #sh135-temp .sh-template-breadcrumbs {background-color: transparent !important;}
#sh135-temp .sh-template-breadcrumbs * {background-color: transparent !important;}
#sh135-temp .sh-template-breadcrumbs .single-breadcrumbs-text {color: #000;}
.contrast #sh135-temp .sh-template-breadcrumbs .single-breadcrumbs-text {color: #000 !important;}
#sh135-temp .sh-template-breadcrumbs .single-breadcrumbs-link {color: #757575; text-decoration: none; transition: color .3s;}
.contrast #sh135-temp .sh-template-breadcrumbs .single-breadcrumbs-link {color: #757575 !important;}
#sh135-temp .sh-template-breadcrumbs .single-breadcrumbs-link:hover {color: #E2007A !important;}
.contrast #sh135-temp .sh-template-breadcrumbs .single-breadcrumbs-link:hover {color: #E2007A !important;}
#sh135-temp .sh-template-breadcrumbs .breadcrumbs-separator {display: block; min-width: 5px; max-width: 5px; height: auto; margin-top: 2px;}
.contrast #sh135-temp .sh-template-breadcrumbs .breadcrumbs-separator path[fill] {fill: #E2007A !important;}
.contrast #sh135-temp .sh-template-breadcrumbs .breadcrumbs-separator path[stroke] {stroke: #E2007A !important;}

#sh135-temp .section-banner-top {overflow: hidden; position: relative; padding-top: 24px; padding-bottom: 74px; background-color: rgba(237, 237, 237, 0.7);}
#sh135-temp .section-banner-top .banner-box {display: grid; grid-template-columns: repeat(2, 1fr); justify-content: space-between;}
#sh135-temp .section-banner-top .banner-box .img {position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
#sh135-temp .section-banner-top .banner-box .content-box {position: relative; z-index: 2; display: flex; flex-direction: column; gap: 64px;}
.contrast #sh135-temp .section-banner-top .banner-box .content-box {background-color: transparent !important;}
#sh135-temp .section-banner-top .banner-box .content-box .banner-text {display: flex; flex-direction: column; padding-bottom: 32px;}
.contrast #sh135-temp .section-banner-top .banner-box .content-box .banner-text {background-color: transparent !important;}
#sh135-temp .section-banner-top .banner-box .content-box .banner-text .page-title {margin-bottom: 24px; line-height: 1.2;}
.contrast #sh135-temp .section-banner-top .banner-box .content-box .banner-text .page-title {background-color: transparent !important; color: #000 !important;}
#sh135-temp .section-banner-top .banner-box .content-box .banner-text .description {line-height: 1.2;}
.contrast #sh135-temp .section-banner-top .banner-box .content-box .banner-text .description {background-color: transparent !important; color: #000 !important;}

#sh135-temp .section-regio-box {display: flex; flex-direction: column; align-items: flex-end; gap: 32px; margin-top: 24px; margin-bottom: 64px;}
#sh135-temp .section-regio-box .banner-expansion-info {display: none; grid-template-columns: max-content 1fr; align-items: center; gap: 48px; width: 100%; padding: 32px; background-color: #FFF; box-shadow: 0 0 12px rgba(17, 17, 17, 0.24); border: 1px solid #73DADF; border-radius: 20px;}
#sh135-temp .section-regio-box .banner-expansion-info.show {display: grid;}
#sh135-temp .section-regio-box .banner-expansion-info .icon-info {display: block; min-width: 100px; max-width: 100px; height: auto;}
#sh135-temp .section-regio-box .banner-expansion-info .content-box {display: flex; flex-direction: column;}
#sh135-temp .section-regio-box .banner-expansion-info .content-box .content-label {line-height: 1.2;}
#sh135-temp .section-regio-box .banner-expansion-info .content-box .btn-go-back {display: flex; align-items: center; gap: 8px; max-width: max-content; margin-top: 12px; color: #E2007A; text-decoration: none; transition: color .3s;}
#sh135-temp .section-regio-box .banner-expansion-info .content-box .btn-go-back:hover {text-decoration: underline;}
#sh135-temp .section-regio-box .banner-expansion-info .content-box .btn-go-back .btn-icon {display: block; transition: transform .3s;}
#sh135-temp .section-regio-box .banner-expansion-info .content-box .btn-go-back:hover .btn-icon {transform: translateX(2px);}

#sh135-temp .section-what-gain {margin-top: 64px; margin-bottom: 64px;}
#sh135-temp .section-what-gain .boxes-wrapper {display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;}
#sh135-temp .section-what-gain .boxes-wrapper .single-box {overflow: hidden; background-color: #FFF; box-shadow: 0 0 12px rgba(17, 17, 17, 0.24); border-radius: 10px;}
.contrast #sh135-temp .section-what-gain .boxes-wrapper .single-box {border: 1px solid #FFF;}
#sh135-temp .section-what-gain .boxes-wrapper .single-box .top-box {position: relative; display: flex; justify-content: center; height: 195px;}
#sh135-temp .section-what-gain .boxes-wrapper .single-box .top-box .img {position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
#sh135-temp .section-what-gain .boxes-wrapper .single-box:not(:first-child) .top-box .img {object-position: left;}
#sh135-temp .section-what-gain .boxes-wrapper .single-box .top-box .small-icon {position: absolute; top: 16px; right: 24px; z-index: 2; display: block; width: 75px; height: auto;}
.contrast #sh135-temp .section-what-gain .boxes-wrapper .single-box .top-box .small-icon {background-color: transparent !important;}
#sh135-temp .section-what-gain .boxes-wrapper .single-box .box-title {position: relative; display: flex; align-items: center; max-width: 450px; min-height: 85px; padding: 8px 24px; line-height: 1.25;}
#sh135-temp .section-what-gain .boxes-wrapper .single-box .box-desc {padding: 0 24px 48px 24px;}

#sh135-temp .section-selling-prices {position: relative; margin-top: 64px; margin-bottom: 64px;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper {display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-2-cols {display: flex; flex-direction: column;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-3-cols {display: flex; flex-direction: column;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper:not(:nth-child(2)) {margin-top: 32px;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper .tile-wrapper {display: flex; flex-direction: column; justify-content: space-between; gap: 24px; height: 100%;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-2-cols .tile-wrapper {display: grid; grid-template-columns: repeat(2, 1fr);}
#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-3-cols .tile-wrapper {display: grid; grid-template-columns: repeat(3, 1fr);}
#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-box {display: flex; flex-direction: column; grid-column: 1/-1; width: 100%;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-box .single-text {line-height: 1.2;}

#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile {display: grid; grid-template-columns: max-content 1fr; align-items: center; gap: 48px; padding: 32px; background-color: #FFF; box-shadow: 0 0 12px rgba(17, 17, 17, 0.24); border: 2px solid #73DADF; border-radius: 20px;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-2-cols .single-tile {gap: 24px; height: 100%; padding: 24px;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-3-cols .single-tile {gap: 24px; height: 100%; padding: 24px;}
.contrast #sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile {border-color: #FFE800 !important;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile:nth-child(2) {margin-top: auto;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile .img {display: block; min-width: 95px; max-width: 95px; height: auto;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-2-cols .single-tile .img {min-width: 80px; max-width: 80px;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-3-cols .single-tile .img {min-width: 80px; max-width: 80px;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile .tile-content {display: flex; flex-direction: column; gap: 12px;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile .tile-content .content-label {line-height: 1.2;}
#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile .tile-content .content-desc {line-height: 1.2;}
#sh135-temp .section-selling-prices .single-box-wrapper {display: flex; flex-direction: column; gap: 24px; margin-top: 64px;}
#sh135-temp .section-selling-prices .single-box-wrapper .box-desc {line-height: 1.2;}
#sh135-temp .section-selling-prices .single-box-wrapper .single-box {display: grid; grid-template-columns: max-content 1fr; align-items: center; gap: 24px; padding: 32px; background: #FAFAFA; box-shadow: 0 0 12px rgba(17, 17, 17, 0.24); border-radius: 20px;}
.contrast #sh135-temp .section-selling-prices .single-box-wrapper .single-box {border: 2px solid #FFF !important;}
#sh135-temp .section-selling-prices .single-box-wrapper .single-box .icon {display: block; min-width: 32px; max-width: 32px; height: auto; background: transparent !important;}
.contrast #sh135-temp .section-selling-prices .single-box-wrapper .single-box .icon path {fill: #FFE800 !important; stroke: transparent;}
#sh135-temp .section-selling-prices .single-box-wrapper .single-box .box-content {display: flex; flex-direction: column; gap: 12px;}
#sh135-temp .section-selling-prices .single-box-wrapper .single-box .box-content .content-label {line-height: 1.2;}
.contrast #sh135-temp .section-selling-prices .single-box-wrapper .single-box .box-content .content-label {color: #FFE800 !important;}
#sh135-temp .section-selling-prices .single-box-wrapper .single-box .box-content .content-desc {line-height: 1.2;}

#sh135-temp .section-table-info {position: relative; margin-top: 64px; margin-bottom: 64px;}
#sh135-temp .section-table-info .table-box {padding: 32px; background: #FAFAFA; box-shadow: 0 0 12px rgba(17, 17, 17, 0.24); border-radius: 20px;}
.contrast #sh135-temp .section-table-info .table-box {border: 2px solid #FFF;}
#sh135-temp .section-table-info .table-box .table-heading {display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;}
#sh135-temp .section-table-info .table-box .table-heading .heading-text {line-height: 1.2;}
.contrast #sh135-temp .section-table-info .table-box .table-heading {color: #FFE800 !important;}
#sh135-temp .section-table-info .table-box .radio-btns-wrapper {display: flex; align-items: center; gap: 32px;}
#sh135-temp .section-table-info .table-box .table-grid {display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 32px;}
#sh135-temp .section-table-info .table-box .table-grid .col-desc {padding: 0 8px; text-align: center; line-height: 1.2;}
#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper {display: grid; grid-template-columns: repeat(2, 1fr); grid-column: 1/-1; margin-top: 16px;}
#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col {padding: 32px; background: #FFF;}
#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col.col-left {border-radius: 20px 0 0 20px;}
#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col.col-right {border-left: 1px solid #C1C1C1; border-radius: 0 20px 20px 0;}

#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows {display: flex; flex-direction: column;}
#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row {position: relative; padding: 8px; border-top: 1px solid #C1C1C1;}
#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row:first-child {padding-top: 0 !important; border: none;}
#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row .single-text {text-align: center; line-height: 1.2;}

#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row.row-full-width {display: flex; flex-basis: 100%; grid-column: 1/-1; align-items: center; justify-content: center; width: 100%; min-height: 70px; padding: 20px 8px;}
#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row.row-group {display: grid; grid-template-columns: 210px 1fr; padding: 0;}
#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row.row-group .group-heading {display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 8px; border-right: 1px solid #C1C1C1;}
#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row.row-group .group-data {display: grid; grid-template-columns: 1fr; width: 100%;}
#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row.row-group .group-data .single-data-box {display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 70px; border-bottom: 1px solid #C1C1C1;}
#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row.row-group .group-data .single-data-box:last-child {border-bottom: none;}

#sh135-temp .section-disclaimers {position: relative; display: flex; flex-direction: column; gap: 24px; margin-bottom: 48px;}
#sh135-temp .section-disclaimers .disclaimer-box {display: flex; flex-direction: column;}
#sh135-temp .section-disclaimers .disclaimer-box .single-text {line-height: 1.2;}

@media all and (max-width: 1600px) {
		html.zoom-x2 {font-size: 11px !important;}
		html.zoom-x4 {font-size: 12px !important;}

		#sh135-temp .f-18 {font-size: 1.6rem;}
		#sh135-temp .f-20 {font-size: 1.6rem;}
		#sh135-temp .f-22 {font-size: 1.8rem;}
		#sh135-temp .f-24 {font-size: 1.8rem;}
		#sh135-temp .f-26 {font-size: 2.2rem;}
		#sh135-temp .f-28 {font-size: 2.2rem;}
		#sh135-temp .f-30 {font-size: 2.4rem;}
		#sh135-temp .f-32 {font-size: 2.4rem;}
		#sh135-temp .f-34 {font-size: 2.6rem;}
		#sh135-temp .f-36 {font-size: 2.6rem;}
		#sh135-temp .f-38 {font-size: 3.0rem;}
		#sh135-temp .f-40 {font-size: 3.0rem;}
		#sh135-temp .f-42 {font-size: 3.2rem;}
		#sh135-temp .f-48 {font-size: 4.0rem;}
		#sh135-temp .f-60 {font-size: 4.8rem;}
		#sh135-temp .f-70 {font-size: 5.2rem;}

		#sh135-temp .title-box {margin-bottom: 16px;}

		#sh135-temp .section-regio-box .banner-expansion-info {gap: 32px; padding: 24px;}
		#sh135-temp .section-regio-box .banner-expansion-info .icon-info {min-width: 64px; max-width: 64px;}
		#sh135-temp .section-regio-box .banner-expansion-info .content-box .content-link .small-img {max-width: 16px;}

		#sh135-temp .section-what-gain .boxes-wrapper .single-box .box-title {min-height: 65px;}
		#sh135-temp .section-what-gain .boxes-wrapper .single-box .box-desc br {display: none;}
		#sh135-temp .section-what-gain .boxes-wrapper .single-box .top-box {height: 170px;}
		#sh135-temp .section-what-gain .boxes-wrapper .single-box .top-box .small-icon {width: 60px;}

		#sh135-temp .section-selling-prices .grid-tiles-wrapper {gap: 24px;}
		#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile {gap: 24px; padding: 24px;}
		#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile .img {min-width: 75px; max-width: 75px;}
		#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-2-cols .single-tile .img {min-width: 75px; max-width: 75px;}
		#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-3-cols .single-tile .img {min-width: 75px; max-width: 75px;}
		#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile .tile-content {gap: 4px;}

		#sh135-temp .section-selling-prices .single-box-wrapper .single-box {gap: 24px; padding: 24px;}
		#sh135-temp .section-selling-prices .single-box-wrapper .single-box .icon {min-width: 28px; max-width: 28px;}
		#sh135-temp .section-selling-prices .single-box-wrapper .single-box .box-content {gap: 4px;}

		#sh135-temp .section-table-info .table-box .radio-btns-wrapper {gap: 24px;}
		#sh135-temp .section-table-info .table-box {padding: 24px;}
		#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col {padding: 24px;}
		#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row.row-group {grid-template-columns: 165px 1fr;}
}

@media all and (max-width: 1400px) {
		#sh135-temp .f-22 {font-size: 1.6rem;}
		#sh135-temp .f-24 {font-size: 1.6rem;}
		#sh135-temp .f-26 {font-size: 2.0rem;}
		#sh135-temp .f-28 {font-size: 2.0rem;}
		#sh135-temp .f-30 {font-size: 2.2rem;}
		#sh135-temp .f-32 {font-size: 2.2rem;}
		#sh135-temp .f-34 {font-size: 2.4rem;}
		#sh135-temp .f-36 {font-size: 2.4rem;}
		#sh135-temp .f-38 {font-size: 2.8rem;}
		#sh135-temp .f-40 {font-size: 2.8rem;}
		#sh135-temp .f-42 {font-size: 3.0rem;}
		#sh135-temp .f-48 {font-size: 3.4rem;}
		#sh135-temp .f-60 {font-size: 4.0rem;}
		#sh135-temp .f-70 {font-size: 4.6rem;}

		#sh135-temp .section-banner-top .banner-box .content-box .description {margin-top: 8px; padding-bottom: 5px;}

		#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile .tile-content .content-label {font-size: 1.8rem;}

		#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col {padding: 16px;}

		#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row.row-full-width {min-height: 65px; padding: 16px 8px;}
		#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row.row-group .group-data .single-data-box {min-height: 65px;}
}

@media all and (max-width: 1200px) {
		#sh135-temp .section-banner-top .banner-box {grid-template-columns: 1.2fr 1fr;}

		.zoom-x4 #sh135-temp .section-banner-top .banner-box {grid-template-columns: 1.3fr 1fr;}
		.zoom-x4 #sh135-temp .section-banner-top .banner-box .content-box .breadcrumbs {margin-top: 0; padding-top: 0;}
		.zoom-x4 #sh135-temp .section-banner-top .banner-box .content-box .description br {display: none;}

		#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-box {margin-bottom: 8px;}

		#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-2-cols .tile-wrapper {grid-template-columns: 1fr; gap: 12px;}
		#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-3-cols .tile-wrapper {grid-template-columns: 1fr; gap: 12px;}
}

@media all and (max-width: 992px) {
		#sh135-temp .sh-template-breadcrumbs {display: none !important;}

		#sh135-temp .section-banner-top {padding: 0;}
		#sh135-temp .section-banner-top .banner-box {display: flex; flex-direction: column-reverse; gap: 8px; height: auto; max-height: 100%;}
		#sh135-temp .section-banner-top .banner-box .img {position: static; max-width: 475px; margin: 0 auto;}
		#sh135-temp .section-banner-top .banner-box .content-box {flex-basis: 100%; margin-right: auto; margin-left: auto; text-align: center;}
		#sh135-temp .section-banner-top .banner-box .content-box .banner-text {padding-bottom: 24px;}
		#sh135-temp .section-banner-top .banner-box .content-box .banner-text .page-title {margin-bottom: 8px;}

		#sh135-temp .section-what-gain .boxes-wrapper {display: block;}
		#sh135-temp .section-what-gain .boxes-wrapper .single-box {height: 100%;}
		#sh135-temp .section-what-gain .boxes-wrapper .single-box .box-title {padding: 4px 16px;}
		#sh135-temp .section-what-gain .boxes-wrapper .single-box .box-desc {padding: 0 16px 16px 16px;}

		#sh135-temp .section-selling-prices .grid-tiles-wrapper {grid-template-columns: 1fr;}
		#sh135-temp .section-selling-prices .grid-tiles-wrapper .tile-wrapper {gap: 12px;}
		#sh135-temp .section-selling-prices .single-box-wrapper {gap: 12px;}

		#sh135-temp .section-table-info .table-box .table-grid {grid-template-columns: 1fr 0.6fr;}
		#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper {grid-template-columns: 1fr 0.6fr;}
		#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper .single-col .col-rows .single-row .single-text {font-size: 1.4rem;}
}

@media all and (max-width: 768px) {
		#sh135-temp .f-26 {font-size: 1.8rem;}
		#sh135-temp .f-28 {font-size: 1.8rem;}
		#sh135-temp .f-30 {font-size: 2.0rem;}
		#sh135-temp .f-32 {font-size: 2.0rem;}
		#sh135-temp .f-34 {font-size: 2.2rem;}
		#sh135-temp .f-36 {font-size: 2.2rem;}
		#sh135-temp .f-38 {font-size: 2.4rem;}
		#sh135-temp .f-40 {font-size: 2.4rem;}
		#sh135-temp .f-42 {font-size: 2.8rem;}
		#sh135-temp .f-48 {font-size: 2.8rem;}
		#sh135-temp .f-60 {font-size: 3.4rem;}
		#sh135-temp .f-70 {font-size: 3.8rem;}

		#sh135-temp .section-regio-box .banner-expansion-info {grid-template-columns: 1fr; gap: 16px;}

		#sh135-temp .section-what-gain {margin-top: 32px;}
		#sh135-temp .section-what-gain .boxes-wrapper .single-box .box-title {min-height: 60px;}

		#sh135-temp .section-table-info .table-box .table-heading {flex-direction: column; gap: 8px;}
		#sh135-temp .section-table-info .table-box .table-grid {overflow-x: auto;}
		#sh135-temp .section-table-info .table-box .table-grid .cols-wrapper {min-width: 600px;}
}

@media all and (max-width: 576px) {
		#sh135-temp .section-regio-box .banner-expansion-info .icon-info {display: none;}
		#sh135-temp .section-regio-box .banner-expansion-info .content-box .content-label {margin-bottom: 12px;}

		#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile {gap: 16px; padding: 16px;}
		#sh135-temp .section-selling-prices .grid-tiles-wrapper .single-tile .img {min-width: 54px; max-width: 54px;}
		#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-2-cols .single-tile .img {min-width: 54px; max-width: 54px;}
		#sh135-temp .section-selling-prices .grid-tiles-wrapper.def-3-cols .single-tile .img {min-width: 54px; max-width: 54px;}
		#sh135-temp .section-selling-prices .single-box-wrapper .single-box {grid-template-columns: 1fr; padding: 16px;}
		#sh135-temp .section-selling-prices .single-box-wrapper .single-box .icon {display: none;}

		#sh135-temp .section-table-info .table-box {padding: 16px;}
}
