/*! @version 1.2.4 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/download/18.9237bd618fdd9b42f45b6c/1694502839906/roboto-v30-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/download/18.9237bd618fdd9b42f45b6a/1694502840032/roboto-v30-latin-regular.woff2") format("woff");
}
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.button-blue {
  margin-top: 70px;
}
.button-blue a {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background-color: #17242c;
  color: #fff !important;
  border: 2px solid transparent;
}
.button-blue a:hover {
  transition: 0.5s ease;
  border: 2px solid #17242c;
  background-color: transparent;
  color: #17242c !important;
  text-decoration: none !important;
}
.button-blue a:hover:after {
  filter: invert(8%) sepia(33%) saturate(736%) hue-rotate(159deg) brightness(101%) contrast(90%);
  transition: 0.5s ease;
}
.button-blue a:after {
  content: " ";
  background-image: url(/images/18.3654164317826b42b9a1/1615557664582/document.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: -4px;
  display: inline-block;
  filter: invert(99%) sepia(0%) saturate(495%) hue-rotate(318deg) brightness(113%) contrast(100%);
  transition: 0.5s ease;
}

.button-orange a {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background-color: #cb5216;
  color: #fff !important;
  border: 2px solid transparent;
}
.button-orange a:hover {
  transition: 0.5s ease;
  border: 2px solid #cb5216;
  background-color: transparent;
  color: #cb5216 !important;
  text-decoration: none !important;
}

.button-blue-2 a {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background-color: #17242c;
  color: #fff !important;
  border: 2px solid transparent;
}
.button-blue-2 a:hover {
  transition: 0.5s ease;
  border: 2px solid #17242c;
  background-color: transparent;
  color: #17242c !important;
  text-decoration: none !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: 0;
  outline: none;
  background: #cb5216;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  border-radius: 2px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
#myBtn img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(12deg) brightness(109%) contrast(102%);
  width: 25px;
  height: 25px;
}
#myBtn:hover {
  animation: bounce 2s infinite;
  transition: 0.5s ease;
  animation-name: scroll-down;
}
@keyframes scroll-down {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
}

.env-button.env-button--primary {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background-color: #cb5216;
  color: #fff;
  margin: 10px 30px 0;
  min-width: 220px;
  border: 0;
}
.env-button.env-button--primary:hover {
  transition: 0.5s ease;
  text-decoration: none;
  color: #fff;
  background-color: rgb(156.9866666667, 63.4133333333, 17.0133333333);
}

.env-button {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background-color: #edebeb;
  color: #cb5216;
  margin: 10px 30px 0;
  min-width: 220px;
}
.env-button:hover {
  transition: 0.5s ease;
  text-decoration: none;
  color: #cb5216;
  background-color: rgb(212.8421052632, 208.1578947368, 208.1578947368);
}

@media only screen and (max-width: 900px) {
  .sv-button-portlet {
    display: flex;
    justify-content: center;
  }
}

.sv-defaultFormTheme input[type=text],
.sv-defaultFormTheme input[type=email],
.sv-defaultFormTheme input[type=url],
.sv-defaultFormTheme input[type=tel],
.sv-defaultFormTheme input[type=number],
.sv-defaultFormTheme textarea,
.sv-defaultFormTheme select {
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  box-shadow: 0 0 0 1px #17242c;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
  border-style: none;
  border-radius: 0;
  transition: box-shadow 0.5s ease-in-out;
  color: #677075;
}

.sv-defaultFormTheme input[type=text]:focus,
.sv-defaultFormTheme input[type=email]:focus,
.sv-defaultFormTheme input[type=url]:focus,
.sv-defaultFormTheme input[type=tel]:focus,
.sv-defaultFormTheme input[type=number]:focus,
.sv-defaultFormTheme textarea:focus,
.sv-defaultFormTheme select:focus {
  box-shadow: 0 0 0 2px #4789da;
}
.sv-defaultFormTheme *::-webkit-input-placeholder {
  color: #677075;
  font-weight: 500;
}
.sv-defaultFormTheme *:-moz-placeholder {
  color: #677075;
  font-weight: 500;
}
.sv-defaultFormTheme *::-moz-placeholder {
  color: #677075;
  font-weight: 500;
}
.sv-defaultFormTheme *:-ms-input-placeholder {
  color: #677075;
  font-weight: 500;
}
.sv-defaultFormTheme select {
  background: #fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzMCAzMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF8yMjVfIiBkPSJNMzI1LjYwNyw3OS4zOTNjLTUuODU3LTUuODU3LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDFsLTEzOS4zOSwxMzkuMzkzTDI1LjYwNyw3OS4zOTMNCgljLTUuODU3LTUuODU3LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDFjLTUuODU4LDUuODU4LTUuODU4LDE1LjM1NSwwLDIxLjIxM2wxNTAuMDA0LDE1MGMyLjgxMywyLjgxMyw2LjYyOCw0LjM5MywxMC42MDYsNC4zOTMNCglzNy43OTQtMS41ODEsMTAuNjA2LTQuMzk0bDE0OS45OTYtMTUwQzMzMS40NjUsOTQuNzQ5LDMzMS40NjUsODUuMjUxLDMyNS42MDcsNzkuMzkzeiIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=") center right 16px no-repeat;
  background-size: 16px 16px;
  padding-right: 45px;
}

.sv-formFieldRow {
  display: flex;
  margin-top: 20px;
}
.sv-formFieldRow:after {
  display: none;
}
@media only screen and (max-width: 400px) {
  .sv-formFieldRow {
    flex-direction: column;
  }
}

.sv-formField {
  float: none;
  position: relative;
}

.label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: inherit;
}

.input-field {
  font-family: inherit;
  font-size: 1rem;
}

.description {
  opacity: 0.5;
  font-size: 0.7rem;
  display: inline-block;
  margin-top: 10px;
  line-height: 1.3em;
}

.sv-defaultFormTheme .input-field[type=submit] {
  margin-top: 20px;
}

.sv-form-multipleselectionfield,
.sv-form-singleselectionfield {
  margin-top: 8px !important;
}
.sv-form-multipleselectionfield input[type=checkbox],
.sv-form-multipleselectionfield input[type=radio],
.sv-form-singleselectionfield input[type=checkbox],
.sv-form-singleselectionfield input[type=radio] {
  display: none;
}
.sv-form-multipleselectionfield > div,
.sv-form-singleselectionfield > div {
  float: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: 0;
}
.sv-form-multipleselectionfield > div br,
.sv-form-singleselectionfield > div br {
  display: none;
}
.sv-form-multipleselectionfield .sv-clear-left,
.sv-form-singleselectionfield .sv-clear-left {
  display: none;
}
.sv-form-multipleselectionfield label,
.sv-form-singleselectionfield label {
  margin-left: 0;
  margin-bottom: 5px;
  padding-top: 6px;
  padding-left: 40px;
  width: 100%;
  line-height: 1.2em;
  min-height: 30px;
  height: auto;
  cursor: pointer;
  position: relative;
}
.sv-form-multipleselectionfield label:before, .sv-form-multipleselectionfield label:after,
.sv-form-singleselectionfield label:before,
.sv-form-singleselectionfield label:after {
  content: " ";
  position: absolute;
  height: 30px;
  width: 30px;
  transition: border 250ms, background-color 250ms, transform 250ms;
}

.sv-form-multipleselectionfield label {
  display: inline-block;
}
.sv-form-multipleselectionfield label:before {
  transform: scale(0);
}
.sv-form-multipleselectionfield label:after {
  background-color: #fff;
  border: 2px solid #17242c;
  top: 0;
  left: 0;
  z-index: 1;
}
.sv-form-multipleselectionfield input[type=checkbox]:checked + label:before {
  top: 6px;
  left: 5px;
  width: 10px;
  height: 15px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
  z-index: 1;
}
.sv-form-multipleselectionfield input[type=checkbox]:checked + label:after {
  top: 0;
  border: 2px solid #4789da;
  background-color: #4789da;
  z-index: 0;
  box-shadow: none;
}

.sv-form-singleselectionfield label {
  display: inline-block;
}
.sv-form-singleselectionfield label:before {
  top: 0;
  left: 0;
  border: 2px solid #17242c;
  transform-origin: 100% 100%;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  transform: scale(1);
}
.sv-form-singleselectionfield label:after {
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #17242c;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0);
}
.sv-form-singleselectionfield input[type=radio]:checked + label:before {
  top: 0;
  left: 0;
  border: 2px solid #4789da;
  background-color: #fff;
  transform-origin: 100% 100%;
  z-index: 0;
  border-radius: 50%;
}
.sv-form-singleselectionfield input[type=radio]:checked + label:after {
  border: 2px solid #4789da;
  background-color: #4789da;
  z-index: 1;
  transform: scale(0.5);
}

.field-file {
  display: flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
.field-file .field-file-icon-clear:before, .field-file .field-file-icon-clear:after {
  display: none;
}

.field-file-button:before {
  display: none;
}

.field-file-button {
  position: relative;
  overflow: hidden;
  display: flex;
  z-index: 2;
  font-family: "Roboto", sans-serif;
  width: 100%;
}
.field-file-button input[type=file] {
  opacity: 1;
  position: static;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 20px;
  padding: 0;
}
.field-file-button input[type=file]:hover {
  cursor: pointer;
}

.field-file-placeholder {
  color: #3e484e;
  margin-left: 20px;
  margin-right: 10px;
  padding: 0.5em 0;
  display: none;
}
@media only screen and (max-width: 400px) {
  .field-file-placeholder {
    margin-left: 0;
    order: 4;
  }
}

.field-file-icon-clear {
  margin-left: 0;
  margin-right: 0;
  box-shadow: none;
  transform: none;
  border-radius: 0;
  transition: none;
  display: none;
}
.field-file-icon-clear:hover {
  background-color: transparent;
  box-shadow: none;
}
.field-file-icon-clear:hover:before, .field-file-icon-clear:hover:after {
  background-color: #fff;
}

.field-file-has-selected-file .field-file-icon-clear {
  display: none;
}
.field-file-has-selected-file .field-file-button:before {
  display: none;
}

.form-block {
  padding: 100px 0;
  background-color: #f2f2f2 !important;
}
@media only screen and (max-width: 900px) {
  .form-block {
    padding: 50px 0 !important;
  }
}
.form-block h2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 900px) {
  .form-block h2 {
    margin-bottom: 40px;
  }
}

.sv-form-portlet .sv-defaultFormTheme input, .sv-form-portlet textarea {
  background-color: #fff;
  padding: 20px;
  border: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
.sv-form-portlet #g-recaptcha {
  margin-top: 20px;
}
.sv-form-portlet .sv-defaultFormTheme {
  max-width: 1500px;
}
.sv-form-portlet input[type=checkbox] {
  position: relative;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  margin: 0;
  visibility: hidden;
}
.sv-form-portlet input[type=checkbox]::before {
  content: "";
  height: 24px;
  width: 24px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  visibility: visible;
  border-radius: 5px;
  border: 1px solid #c5c5c5;
  cursor: pointer;
}
.sv-form-portlet input[type=checkbox]::after {
  content: "";
  height: 18px;
  width: 18px;
  background-color: #cb5216;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  visibility: hidden;
  border-radius: 5px;
}
.sv-form-portlet input[type=checkbox]:checked::after {
  visibility: visible;
}
.sv-form-portlet .sv-formFieldRow,
.sv-form-portlet .c64,
.sv-form-portlet .c120 {
  margin: 0;
}
.sv-form-portlet .c599 {
  color: #ff691f;
}
.sv-form-portlet .h1 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #677075;
}
.sv-form-portlet .sv-defaultFormTheme input[type=submit] {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background-color: #17242c;
  color: #fff !important;
  border: 2px solid transparent;
  margin-top: 30px;
}
.sv-form-portlet .sv-defaultFormTheme input[type=submit]:hover {
  transition: 0.5s ease;
  border: 2px solid #17242c;
  background-color: transparent;
  color: #17242c !important;
  text-decoration: none !important;
}
.sv-form-portlet .sv-formField {
  text-align: left;
  margin: 0;
}
.sv-form-portlet .sv-field-title-container {
  text-align: left;
}
.sv-form-portlet .sv-form-consent {
  margin-top: 20px;
  margin-bottom: 40px;
}
.sv-form-portlet .sv-form-consent a {
  color: #677075;
  font-weight: 600;
}
.sv-form-portlet .sv-form-consent a:hover {
  color: #17242c;
}
.sv-form-portlet .sv-form-consent input[type=checkbox] {
  margin-top: 8px;
}

.mac .sv-form-portlet .sv-formFieldRow,
.mac .sv-form-portlet .sv-formField,
.mac .sv-form-portlet .c64,
.mac .sv-form-portlet .c120 {
  margin: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

body {
  font-size: 18px;
}

html, body, input, select {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #3e484e;
  font-size: 20px;
  line-height: 1.6em;
}

.h1 {
  font-size: 2.4em;
  line-height: 64px;
  word-break: break-all;
}
@media only screen and (max-width: 900px) {
  .h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.h2 {
  font-size: 2em;
  line-height: 56px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.h3 {
  font-size: 1.6em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 600px) {
  .h3 {
    font-size: 22px;
  }
}

.h4 {
  font-size: 24px;
  font-weight: 600;
}

.p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: inherit;
  line-height: 25px;
}

.h1,
.h2,
.h3 {
  color: #17242c;
}

.h1,
.h2,
.h3,
.hero-banner-header {
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto", sans-serif;
}

a {
  color: #cb5216;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #3e484e;
}

.p a {
  color: #cb5216;
}

.sv-font-span {
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 900px) {
  .sv-font-span {
    font-size: 18px;
  }
}

.sv-font-span-dark {
  font-size: 24px;
  color: #17242c;
}
@media only screen and (max-width: 900px) {
  .sv-font-span-dark {
    font-size: 18px;
  }
}

.sv-font-span-number {
  color: #cb5216;
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .sv-font-span-number {
    font-size: 18px;
  }
}

.main-content p:has(.sv-font-span-number) {
  padding-left: 58px;
}
@media only screen and (max-width: 900px) {
  .main-content p:has(.sv-font-span-number) {
    padding-left: 20px;
  }
}
.main-content p:has(.sv-font-span-number) .sv-font-span-number {
  margin-left: -26px;
  margin-right: 4px;
}
@media only screen and (max-width: 900px) {
  .main-content p:has(.sv-font-span-number) .sv-font-span-number {
    margin-left: -20px;
  }
}

.uk-link, a {
  text-decoration: none !important;
}

main ul {
  padding-left: 0;
  list-style: none;
}
main ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 28px;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 600px) {
  main ul li {
    font-size: 20px;
    margin-bottom: 0;
  }
}
main ul li:before {
  content: " ";
  display: none;
  width: 15px;
  height: 15px;
  background: #cb5216;
  border-radius: 50px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}
main ol li::marker {
  color: #cb5216;
  font-size: 26px;
  font-weight: 600;
}

.background-color-black li, .background-color-black p {
  color: #fff;
}

caption {
  padding-bottom: 10px;
}

table {
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}

th {
  background-color: #ff691f;
}
th p {
  color: #fff !important;
}

th,
th .p {
  color: black;
  font-weight: 600;
}

tbody tr td {
  background-color: #fff;
  border-top: 3px solid #f2f2f2;
}
tbody tr:nth-child(odd) td {
  background-color: #fff;
}

td, th {
  padding: 15px 40px;
}

thead th:first-child {
  border-top-left-radius: 0;
}
thead th:last-child {
  border-top-right-radius: 0;
}

tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

.breadcrumbs {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.breadcrumbs .nb-breadcrumbs {
  overflow: hidden;
  position: static;
  margin: 0;
  top: 80px;
  left: auto;
  z-index: 10;
  color: #c6c6c6;
  opacity: 2;
}
@media only screen and (max-width: 600px) {
  .breadcrumbs .nb-breadcrumbs {
    padding: 10px 30px;
  }
}
.breadcrumbs .nb-breadcrumbs .nb-breadcrumbs-item .nb-breadcrumbs-text {
  color: #3e484e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 1;
}
.breadcrumbs .nb-breadcrumbs .nb-breadcrumbs-item .nb-breadcrumbs-link {
  color: #c6c6c6;
}
.breadcrumbs .nb-breadcrumbs .nb-breadcrumbs-item .nb-breadcrumbs-link:hover {
  text-decoration: none;
  color: #3e484e;
  opacity: 0.8;
}
.breadcrumbs .nb-breadcrumbs-items {
  margin-bottom: 10px;
}

.breadcrumbs-white .nb-breadcrumbs {
  color: #c6c6c6;
}
.breadcrumbs-white .nb-breadcrumbs .nb-breadcrumbs-item .nb-breadcrumbs-text {
  color: #17242c;
}
.breadcrumbs-white .nb-breadcrumbs .nb-breadcrumbs-item .nb-breadcrumbs-link {
  color: #787777;
}
.breadcrumbs-white .nb-breadcrumbs .nb-breadcrumbs-item .nb-breadcrumbs-link:hover {
  color: #17242c;
}

.nb-breadcrumbs-item:before {
  content: "|";
  display: inline-block;
  padding: 0 3px;
}

.nb-breadcrumbs-item:first-child:before {
  display: none;
}

.sv-template-wide-with-sidebar .breadcrumbs .nb-breadcrumbs-items {
  margin: 10px 0;
}

.top-hero .hero-banner {
  height: 65vh !important;
  max-height: 65vh !important;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .top-hero .hero-banner {
    width: 100%;
    height: 85vh !important;
    max-height: 85vh !important;
  }
}
.top-hero .hero-banner:hover .hero-banner-bg-container img {
  transform: scale(1.2);
  transition: 20s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top-hero .hero-banner .hero-banner-has-text:before {
  background-color: rgba(0, 0, 0, 0.38);
}
.top-hero .hero-banner .hero-banner-header {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1450px) {
  .top-hero .hero-banner .hero-banner-header {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1100px) {
  .top-hero .hero-banner .hero-banner-header {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .top-hero .hero-banner .hero-banner-header {
    font-size: 28px;
    line-height: 36px;
  }
}
.top-hero .hero-banner .hero-banner-sub-header {
  font-size: 30px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 900px) {
  .top-hero .hero-banner .hero-banner-sub-header {
    font-size: 18px;
  }
}
.top-hero .hero-banner .hero-banner-text-container {
  max-width: 1512px;
  padding: 20px 30px;
}
@media only screen and (max-width: 600px) {
  .top-hero .hero-banner .hero-banner-text-container {
    padding: 80px 10px 20px;
  }
}
.top-hero .hero-banner .hero-banner-text {
  width: auto;
  max-width: 1500px;
}
@media only screen and (max-width: 900px) {
  .top-hero .hero-banner .hero-banner-text {
    width: 100%;
  }
}
.top-hero .hero-banner .hero-banner-cta.hero-banner-cta-0 {
  background-color: #cb5216;
  border-radius: 50px;
  font-size: 16px;
  padding: 12px 24px;
  transition: 0.5s ease;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  min-width: 220px;
}
.top-hero .hero-banner .hero-banner-cta.hero-banner-cta-0:hover {
  transition: 0.5s ease;
  background-color: rgb(156.9866666667, 63.4133333333, 17.0133333333);
}
.top-hero .hero-banner .hero-banner-cta.hero-banner-cta-1 {
  background-color: #cb5216;
  border-radius: 50px;
  font-size: 16px;
  padding: 12px 24px;
  transition: 0.5s ease;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  min-width: 220px;
}
.top-hero .hero-banner .hero-banner-cta.hero-banner-cta-1:hover {
  transition: 0.5s ease;
  background-color: rgb(156.9866666667, 63.4133333333, 17.0133333333);
}
.top-hero .hero-banner .hero-banner-cta-2 {
  grid-column: 1/3;
  min-width: 220px;
  justify-self: center;
}
@media only screen and (max-width: 600px) {
  .top-hero .hero-banner .hero-banner-cta-2 {
    width: 100%;
  }
}
.top-hero .hero-banner .hero-banner-cta {
  background-color: #edebeb;
  border-radius: 50px;
  font-size: 16px;
  padding: 12px 24px;
  transition: 0.5s ease;
  color: #cb5216;
  font-weight: 700;
  text-transform: none;
  min-width: 220px;
}
@media only screen and (max-width: 600px) {
  .top-hero .hero-banner .hero-banner-cta {
    width: 100%;
  }
}
.top-hero .hero-banner .hero-banner-cta:hover {
  transition: 0.5s ease;
  background-color: rgb(212.8421052632, 208.1578947368, 208.1578947368);
}
.top-hero .hero-banner .hero-banner-cta-container {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
@media only screen and (max-width: 900px) {
  .top-hero .hero-banner .hero-banner-cta-container {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .top-hero .hero-banner .hero-banner-cta-container {
    display: flex;
  }
}
.top-hero .hero-banner-bg-container img {
  transition: 20s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.top-hero-scrolldown .scroll-down {
  position: absolute;
  bottom: 40px;
  width: 30px;
  height: 30px;
  left: 0;
  margin-left: 30px;
  z-index: 5;
  background-image: url("/images/18.9237bd618fdd9b42f45e5b/1613638470528/scroll.png");
  background-repeat: no-repeat;
  background-position: cover;
  cursor: pointer;
  transition: 0.5s ease;
  animation: bounce 2s infinite;
  animation-name: scroll-down;
  display: none;
}
@keyframes scroll-down {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.hero-banner {
  height: calc(60vh - (92px));
  min-height: 0;
  max-height: calc(60vh - (152px));
  margin: 0 0 20px;
}
@media (max-width: 85vh) {
  .hero-banner {
    height: auto;
    min-height: 56.25vw;
  }
}

.list-menu li:before {
  display: none;
}
.list-menu .list-menu__item--level-1 {
  border: 0;
}
.list-menu .list-menu__item--level-1:last-of-type {
  display: block;
}
.list-menu .list-menu__link {
  color: #17242c;
  font-weight: 700;
  font-size: 26px;
  padding: 10px 50px 10px 0;
  text-transform: normal;
}
@media only screen and (max-width: 600px) {
  .list-menu .list-menu__link {
    font-size: 20px;
  }
}
.list-menu .list-menu__link--level-2 {
  font-size: 20px;
  padding: 10px 50px 10px 0;
}
@media only screen and (max-width: 1200px) {
  .list-menu .list-menu__link--level-2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .list-menu .list-menu__link--level-2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .list-menu .list-menu__link--level-3 {
    font-size: 22px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .list-menu .list-menu__link--level-3 {
    font-size: 16px;
  }
}
.list-menu .list-menu__toggle-child {
  background-image: url(/images/18.9237bd618fdd9b42f43e96/1695028698292/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(8%) sepia(33%) saturate(736%) hue-rotate(159deg) brightness(101%) contrast(90%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
}
.list-menu .list-menu__toggle-child:before, .list-menu .list-menu__toggle-child:after {
  display: none;
}

.list-menu__item--has-visible-children .list-menu__toggle-child {
  transform: none;
  margin-top: 0;
  top: 15px;
}

.list-menu--level-1 {
  background-color: transparent;
  border: 0;
  padding-top: 30px;
}

@media only screen and (max-width: 1400px) {
  .sv-mega-dropdown-module {
    display: none;
  }
}

.mega-dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.mega-dropdown-item__link {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
}
.mega-dropdown-item__link:hover {
  color: #cb5216;
  text-decoration: none;
}

.mega-dropdown__drop-figure {
  text-decoration: none;
}

.mega-dropdown__drop .mega-dropdown-menu--level-1 {
  display: flex;
  position: static;
  margin: 20px;
}
.mega-dropdown__drop .mega-dropdown-item__link--level-1 {
  position: relative;
  padding: 6px;
  display: block;
}
.mega-dropdown__drop .mega-dropdown-item__link--level-1:hover:after {
  border-bottom-color: #bd1c1c;
  border-right-color: #bd1c1c;
}
.mega-dropdown__drop .mega-dropdown-item__link--level-1:only-child:after {
  display: none;
}
.mega-dropdown__drop .mega-dropdown-item--level-1 {
  padding-left: 10px;
}
.mega-dropdown__drop .mega-dropdown-item--level-1:first-child {
  padding-left: 0;
}
.mega-dropdown__drop .mega-dropdown-item--level-1:first-child .mega-dropdown-item__link--level-1 {
  padding-left: 0;
}
.mega-dropdown__drop .mega-dropdown--drop {
  position: absolute;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  min-height: 580px;
  width: 1140px;
  max-width: 1140px;
  left: calc((100% - 1140px) * 0.5);
  right: auto;
  display: none;
}
@media only screen and (max-width: 1140px) {
  .mega-dropdown__drop .mega-dropdown--drop {
    width: 100%;
    max-width: 1140px;
    left: 0;
  }
}
.mega-dropdown__drop .mega-dropdown__drop-menu {
  padding: 24px 30px 30px;
}
.mega-dropdown__drop .mega-dropdown__figure-media {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mega-dropdown__drop .mega-dropdown__drop-figure--has-text:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: backdrop-filter 0.25s ease;
  backdrop-filter: saturate(170%);
}
.mega-dropdown__drop .mega-dropdown__drop-figure--has-text:hover {
  text-decoration: none;
}
.mega-dropdown__drop .mega-dropdown__drop-figure--has-text:hover:after {
  backdrop-filter: saturate(170%) blur(3px);
}
.mega-dropdown__drop .mega-dropdown__figure-header {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 10;
  display: block;
  font-size: 1.7em;
  line-height: 1.3em;
  letter-spacing: 0.06em;
  text-align: center;
}
.mega-dropdown__drop .mega-dropdown__figure-text {
  color: #fff;
  position: relative;
  z-index: 10;
  display: block;
  opacity: 0.8;
  margin-top: 1em;
  text-align: center;
}
.mega-dropdown__drop .mega-dropdown-menu--level-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: 0;
}
.mega-dropdown__drop .mega-dropdown-item--level-2 {
  margin-right: 50px;
  border-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 200px;
}
.mega-dropdown__drop .mega-dropdown-item--level-2:first-child {
  margin-top: 0;
}
.mega-dropdown__drop .mega-dropdown-item__link--level-2 {
  text-transform: none;
  letter-spacing: 0.01em;
  display: block;
  position: relative;
  font-size: 18px;
  color: #17242c;
}
.mega-dropdown__drop .mega-dropdown-item__link--level-2:hover {
  color: #ff691f;
}
.mega-dropdown__drop .mega-dropdown-item--level-4 {
  display: flex;
}
.mega-dropdown__drop .mega-dropdown-menu--level-3 {
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}
.mega-dropdown__drop .mega-dropdown-item--has-children {
  margin-top: 0;
  margin-bottom: 0;
}
.mega-dropdown__drop .mega-dropdown-item--has-children + .mega-dropdown-item--level-2 {
  margin-top: 0;
}
.mega-dropdown__drop .mega-dropdown-item__link--level-3 {
  display: block;
  line-height: 1.2em;
  padding: 4px 0 3px 10px;
  font-size: 0.9em;
  position: relative;
}
.mega-dropdown__drop .mega-dropdown-item__link--level-3:before {
  content: " ";
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  opacity: 0.5;
}
.mega-dropdown__drop .mega-dropdown-menu--level-4 {
  margin: 5px 10px 10px;
}

.mega-dropdown__drop--has-drop-figure .mega-dropdown__drop-menu {
  width: calc(39% - 20px);
  padding: 24px 0 30px 30px;
}
.mega-dropdown__drop--has-drop-figure .mega-dropdown__drop-figure {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 20px;
  padding: 20px;
  overflow: hidden;
  transition: filter 0.2s ease;
}

.mega-dropdown--vertical-hover .mega-drop {
  position: relative;
}
.mega-dropdown--vertical-hover .mega-dropdown__drop-menu {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}
.mega-dropdown--vertical-hover .mega-dropdown-item--level-2 {
  padding-top: 0;
  padding-bottom: 0;
}
.mega-dropdown--vertical-hover .mega-dropdown-item__link--level-2 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cb5216;
  padding-left: 10px;
}
.mega-dropdown--vertical-hover .mega-dropdown-menu--level-3 {
  display: block;
  position: static;
  margin-left: 0;
  z-index: 12;
  padding: 20px 0;
  flex-wrap: wrap;
  max-height: 100%;
}
.mega-dropdown--vertical-hover .mega-dropdown-item--level-2-has-children {
  margin-top: 0;
  margin-bottom: 0;
}
.mega-dropdown--vertical-hover .mega-dropdown-item--level-2-has-children:after {
  content: " ";
  position: absolute;
  display: none;
  top: 0;
  left: 25%;
  height: 100%;
  right: 0;
  z-index: 10;
}
.mega-dropdown--vertical-hover .mega-dropdown-item--level-2-has-children:before {
  content: " ";
  position: absolute;
  display: none;
  top: 0;
  left: 30%;
  height: 100%;
  right: 0;
  z-index: 11;
}
.mega-dropdown--vertical-hover .mega-dropdown-item--level-2-has-children:hover:before {
  display: none;
}
.mega-dropdown--vertical-hover .mega-dropdown-item--level-2-has-children:hover:after {
  display: none;
}
.mega-dropdown--vertical-hover .mega-dropdown-item--level-2-has-children:hover .mega-dropdown-menu--level-3 {
  display: flex;
}
.mega-dropdown--vertical-hover .mega-dropdown-item--level-2-has-children .mega-dropdown-item__link--level-2 {
  position: relative;
  border-bottom: 1px solid #cb5216;
  padding-left: 10px;
}
.mega-dropdown--vertical-hover .mega-dropdown-item--level-2-has-children .mega-dropdown-item__link--level-2:after {
  content: " ";
  position: absolute;
  margin-top: -3px;
  margin-right: 4px;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  opacity: 0.5;
  display: none;
}
.mega-dropdown--vertical-hover .mega-dropdown-item--level-3 {
  width: 100%;
  margin-bottom: 1px;
  margin-left: 0;
}
.mega-dropdown--vertical-hover .mega-dropdown-item__link--level-3 {
  font-size: 0.8em;
}
.mega-dropdown--vertical-hover .mega-dropdown-item__link--level-3:before {
  display: none;
}
.mega-dropdown--vertical-hover .mega-dropdown-item__link--level-3:hover {
  text-decoration: none;
}
.mega-dropdown--vertical-hover .mega-dropdown__drop--level-2-hover .mega-dropdown__drop-figure span, .mega-dropdown--vertical-hover .mega-dropdown__drop--level-2-hover .mega-dropdown__drop-figure:after {
  opacity: 0;
}

.mega-dropdown--horizontal .mega-dropdown__drop-menu {
  width: 100%;
  padding: 22px 0 30px 30px;
}
.mega-dropdown--horizontal .mega-dropdown-menu--level-2 {
  flex-direction: row;
}
.mega-dropdown--horizontal .mega-dropdown-item--has-figure .mega-dropdown__drop-menu {
  width: calc(60% - 20px);
  padding: 22px 0 30px 30px;
}
.mega-dropdown--horizontal .mega-dropdown-item--has-figure .mega-dropdown__drop-figure {
  width: calc(40% - 20px);
}

.mega-dropdown-item--show-dropdown .mega-dropdown-menu--level-2,
.mega-dropdown-item--show-dropdown .mega-dropdown__drop {
  display: flex;
}

.mega-dropdown--fullscreen .mega-dropdown-toggle {
  width: 46px;
  height: 53px;
  padding-top: 24px;
  cursor: pointer;
  position: relative;
  display: block;
}
.mega-dropdown--fullscreen .mega-dropdown-toggle span,
.mega-dropdown--fullscreen .mega-dropdown-toggle span:after,
.mega-dropdown--fullscreen .mega-dropdown-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 28px;
  left: 8px;
  background-color: #000;
  position: absolute;
  display: block;
  content: " ";
  transition: transform 0.2s ease-in-out;
  transform-origin: 90% 30%;
}
.mega-dropdown--fullscreen .mega-dropdown-toggle span:before {
  top: -8px;
  left: 0;
}
.mega-dropdown--fullscreen .mega-dropdown-toggle span:after {
  bottom: -8px;
  left: 0;
}
.mega-dropdown--fullscreen .mega-dropdown-content {
  display: none;
  height: calc(100vh - 120px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mega-dropdown--fullscreen .mega-dropdown-item--level-1 {
  border-bottom: 2px solid #efefef;
}
.mega-dropdown--fullscreen .mega-dropdown-menu--level-2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.mega-dropdown--fullscreen .mega-dropdown-item__link--level-1 {
  font-size: 1.2em;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mega-dropdown--fullscreen .mega-dropdown-item__link--level-2 {
  font-size: 1.1em;
}
.mega-dropdown--fullscreen .mega-dropdown-menu--level-3 {
  margin-top: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  display: none;
}
.mega-dropdown--fullscreen .mega-dropdown-menu--level-1 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .mega-dropdown--fullscreen .mega-dropdown-menu--level-1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .mega-dropdown--fullscreen .mega-dropdown-menu--level-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 500px) {
  .mega-dropdown--fullscreen .mega-dropdown-menu--level-1 {
    grid-gap: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.mega-dropdown--fullscreen .mega-dropdown__drop-figure {
  display: none;
}
.mega-dropdown--fullscreen .mega-dropdown-item__link {
  display: block;
}
.mega-dropdown--fullscreen .mega-dropdown-item__link--level-1,
.mega-dropdown--fullscreen .mega-dropdown-item__link--level-2 {
  padding-right: 50px;
}
.mega-dropdown--fullscreen .mega-dropdown-item--level-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mega-dropdown--fullscreen .mega-dropdown-item--has-children {
  position: relative;
}
.mega-dropdown--fullscreen .mega-dropdown-item--has-children .mega-dropdown__toggle-child {
  position: absolute;
  top: -4px;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mega-dropdown--fullscreen .mega-dropdown-item--has-children .mega-dropdown__toggle-child:after {
  content: " ";
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  opacity: 0.5;
  display: inline-block;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.mega-dropdown--fullscreen .mega-dropdown-item--has-children .mega-dropdown__toggle-child:hover:after {
  border-color: red;
}
.mega-dropdown--fullscreen .mega-dropdown-item--level-2-has-children .mega-dropdown__toggle-child {
  top: -2px;
}
.mega-dropdown--fullscreen .mega-dropdown-item--level-1-has-children > .mega-dropdown__toggle-child {
  display: none;
}
.mega-dropdown--fullscreen .mega-dropdown-item__link--level-3 {
  display: block;
  line-height: 1.2em;
  padding: 4px 0 3px;
  font-size: 0.9em;
  position: relative;
  padding-left: 10px;
}
.mega-dropdown--fullscreen .mega-dropdown-item__link--level-3:before {
  content: " ";
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  opacity: 0.5;
}
@media only screen and (max-width: 500px) {
  .mega-dropdown--fullscreen .mega-dropdown__drop {
    display: none;
  }
  .mega-dropdown--fullscreen .mega-dropdown-item--level-1-has-children > .mega-dropdown__toggle-child {
    display: flex;
  }
  .mega-dropdown--fullscreen .mega-dropdown-item--level-1 {
    border-bottom: 1px solid #dae0de;
  }
  .mega-dropdown--fullscreen .mega-dropdown-item--level-2 {
    border-style: none;
  }
  .mega-dropdown--fullscreen .mega-dropdown-item--level-2 {
    padding-left: 10px;
  }
}
.mega-dropdown--fullscreen .mega-dropdown-item--has-visible-children > .mega-dropdown-menu--level-3 {
  display: block;
}
.mega-dropdown--fullscreen .mega-dropdown-item--has-visible-children .mega-dropdown__drop {
  display: block;
}
.mega-dropdown--fullscreen .mega-dropdown-item--has-visible-children > .mega-dropdown__toggle-child:after {
  transform: rotate(135deg);
}

.has-visible-mega-dropdown {
  overflow: hidden;
}
.has-visible-mega-dropdown .mega-dropdown-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 90;
}
.has-visible-mega-dropdown .mega-dropdown-toggle span:after,
.has-visible-mega-dropdown .mega-dropdown-toggle span:before {
  background-color: #000;
}
.has-visible-mega-dropdown .mega-dropdown-toggle span {
  background-color: transparent;
}
.has-visible-mega-dropdown .mega-dropdown-toggle span:before {
  transform: rotate(-45deg);
}
.has-visible-mega-dropdown .mega-dropdown-toggle span:after {
  transform: rotate(45deg);
}
.has-visible-mega-dropdown .mega-dropdown {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(170%) blur(8px);
  padding: 60px;
  z-index: 3;
}
@media only screen and (max-width: 500px) {
  .has-visible-mega-dropdown .mega-dropdown {
    padding: 60px 10px 10px;
  }
}
.has-visible-mega-dropdown .mega-dropdown-content {
  display: block;
}

.has-visible-mega-dropdown-drop .mega-dropdown-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.mega-dropdown-item__toggle-search {
  cursor: pointer;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mega-dropdown-item__toggle-search svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: #fff;
}

.mega-dropdown--drop .mega-dropdown-item__link--level-1 {
  padding: 10px;
}
.mega-dropdown--drop .mega-dropdown-item__link--level-1:after {
  display: none;
}
.mega-dropdown--drop .mega-dropdown-item--level-1 {
  padding: 0;
}
.mega-dropdown--drop .mega-dropdown__drop {
  max-width: none;
  min-height: 0;
  left: 0;
  right: 0;
  min-width: 0;
  margin-top: 20px;
  background-color: #f2f2f2;
  box-shadow: rgba(17, 17, 26, 0.2) 0 4px 3px;
  width: auto;
}
.mega-dropdown--drop .mega-dropdown__drop .mega-dropdown__drop-menu {
  padding: 30px;
}
.mega-dropdown--drop .mega-dropdown-item--level-1:first-child .mega-dropdown-item--level-2 .mega-dropdown-item__link--level-2, .mega-dropdown--drop .mega-dropdown-item--level-1:nth-child(2) .mega-dropdown-item--level-2 .mega-dropdown-item__link--level-2, .mega-dropdown--drop .mega-dropdown-item--level-1:nth-child(3) .mega-dropdown-item--level-2 .mega-dropdown-item__link--level-2 {
  position: relative;
  padding-top: 140px;
}
.mega-dropdown--drop .mega-dropdown-item--level-1:first-child .mega-dropdown-item--level-2 .mega-dropdown-item__link--level-2::before, .mega-dropdown--drop .mega-dropdown-item--level-1:nth-child(2) .mega-dropdown-item--level-2 .mega-dropdown-item__link--level-2::before, .mega-dropdown--drop .mega-dropdown-item--level-1:nth-child(3) .mega-dropdown-item--level-2 .mega-dropdown-item__link--level-2::before {
  content: "";
  position: absolute;
  height: 130px;
  width: 200px;
  display: block;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-size: cover;
  object-position: center center;
}
.mega-dropdown--drop .mega-dropdown-item--level-1:first-child .mega-dropdown-item--level-2:first-child .mega-dropdown-item__link--level-2::before {
  background-image: url("/images/18.6b6b00eb19224e51a5b1de/1727270906358/(2)%20NL-472.jpg");
}
.mega-dropdown--drop .mega-dropdown-item--level-1:first-child .mega-dropdown-item--level-2:nth-child(2) .mega-dropdown-item__link--level-2::before {
  background-image: url("/images/18.1c92a7f51917bd6a9a55b2a/1726578008262/aemergency-heater.webp");
}
.mega-dropdown--drop .mega-dropdown-item--level-1:nth-child(2) .mega-dropdown-item--level-2:first-child .mega-dropdown-item__link--level-2::before {
  background-image: url("/images/18.1c92a7f51917bd6a9a55b2c/1726578020985/kitchen.webp");
}
.mega-dropdown--drop .mega-dropdown-item--level-1:nth-child(2) .mega-dropdown-item--level-2:nth-child(2) .mega-dropdown-item__link--level-2::before {
  background-image: url("/images/18.7a2621641917bb0812a3779/1727066978865/(2)%20AdobeStock_500401586.jpeg");
}
.mega-dropdown--drop .mega-dropdown-item--level-1:nth-child(2) .mega-dropdown-item--level-2:nth-child(3) .mega-dropdown-item__link--level-2::before {
  background-image: url("/images/18.7a2621641917bb0812a3778/1727066970336/(2)%20AdobeStock_571237450.jpeg");
}
.mega-dropdown--drop .mega-dropdown-item--level-1:nth-child(2) .mega-dropdown-item--level-2:nth-child(4) .mega-dropdown-item__link--level-2::before {
  background-image: url("/images/18.7a2621641917bb0812a9cc/1724920475733/Rectangle%20273.png");
}
.mega-dropdown--drop .mega-dropdown-item--level-1:nth-child(3) .mega-dropdown-item--level-2:first-child .mega-dropdown-item__link--level-2::before {
  background-image: url("/images/18.6b6b00eb19224e51a5b5dc/1727432920224/(2)%20NL-479%20(1).jpg");
}
.mega-dropdown--drop .mega-dropdown-item--level-1:nth-child(3) .mega-dropdown-item--level-2:nth-child(2) .mega-dropdown-item__link--level-2::before {
  background-image: url("/images/18.6b6b00eb19224e51a5b1de/1727270906358/(2)%20NL-472.jpg");
}
.mega-dropdown--drop .mega-dropdown-item--level-1:nth-child(3) .mega-dropdown-item--level-2:nth-child(3) .mega-dropdown-item__link--level-2::before {
  background-image: url("/images/18.7a2621641917bb0812a9cc/1724920475733/Rectangle%20273.png");
}
.mega-dropdown--drop .mega-dropdown-item--level-1:nth-child(3) .mega-dropdown-item--level-2:nth-child(4) .mega-dropdown-item__link--level-2::before {
  background-image: url("/images/18.7a2621641917bb0812a9cc/1724920475733/Rectangle%20273.png");
}

.news-block {
  background-color: #f2f2f2;
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .news-block {
    padding: 30px 0;
  }
}
.news-block h2 {
  margin-bottom: 50px;
}
.news-block .button-blue-2 {
  margin-top: 50px;
  text-align: center;
}
.news-block .sv-text-portlet-content {
  max-width: 1500px;
}
.news-block .multi-list {
  max-width: 1500px;
}
.news-block .multi-list .multi-list-item {
  box-shadow: none;
  border: 0;
  background-color: #fff;
  transition: 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .news-block .multi-list .multi-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news-block .multi-list .multi-list-item:hover {
  transition: 0.3s ease;
  box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.1);
}
.news-block .multi-list .multi-list-item:hover .multi-list-item__figure-content img {
  transform: scale(1.05);
  transition: transform 3s ease-in-out;
}
.news-block .multi-list .multi-list-item__figure-content img {
  transition: transform 1s ease-in-out;
}
.news-block .multi-list .multi-list-item__details {
  padding: 20px 40px 50px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .news-block .multi-list .multi-list-item__details {
    padding: 20px 40px;
  }
}
.news-block .multi-list .multi-list-item__header {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  color: #17242c;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .news-block .multi-list .multi-list-item__header {
    font-size: 24px;
    line-height: 28px;
  }
}
.news-block .multi-list .multi-list-item__publish-date {
  font-size: 16px;
  color: #677075;
  opacity: 2;
}

.news-2 .multi-list .multi-list__tags {
  position: absolute;
  top: 442px;
  right: 0;
  left: 0;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .news-2 .multi-list .multi-list__tags {
    top: 390px;
  }
}
@media only screen and (max-width: 600px) {
  .news-2 .multi-list .multi-list__tags {
    display: block;
    position: relative;
    top: 0;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0;
  }
}
.news-2 .multi-list .multi-list__tags .multi-list__tag {
  background-color: #17242c;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 24px;
  margin-right: 10px;
  margin-left: 0;
  transition: 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .news-2 .multi-list .multi-list__tags .multi-list__tag {
    width: 100%;
    border-radius: 20px;
    border: 2px solid transparent;
    margin-bottom: 6px;
  }
}
.multi-list__tag .news-2 .multi-list .multi-list__tags:hover {
  color: #17242c;
  background-color: #f2f2f2;
  transition: 0.3s ease;
}
.news-2 .multi-list .multi-list__tags .multi-list__tag--is-selected {
  background-color: #f2f2f2;
  border-radius: 20px 20px 0 0;
  color: #17242c;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 24px;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .news-2 .multi-list .multi-list__tags .multi-list__tag--is-selected {
    border: 2px solid #17242c;
    border-radius: 20px;
  }
}

.multi-list-product {
  padding: 100px 0;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 900px) {
  .multi-list-product {
    padding-top: 50px 0;
  }
}
.multi-list-product .multi-list {
  padding: 0;
  margin: 60px 0 0;
}
.multi-list-product .multi-list .multi-list-item {
  background-color: #fff;
  padding: 20px 60px;
  box-shadow: none;
  border: 0;
}
@media only screen and (max-width: 600px) {
  .multi-list-product .multi-list .multi-list-item {
    width: 100%;
    padding: 30px;
  }
}
.multi-list-product .multi-list .multi-list-item__publish-date {
  display: none;
}
.multi-list-product .multi-list .multi-list-item__details {
  padding: 30px 0 0;
}
.multi-list-product .multi-list .multi-list-item__header {
  font-size: 18px;
  color: #17242c;
  opacity: 2;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.multi-list-product .multi-list .multi-list-item__text {
  color: #677075;
  opacity: 2;
  font-size: 16px;
  margin-bottom: 50px;
}
.multi-list-product .multi-list .multi-list-item__figure {
  max-height: 250px;
}
.multi-list-product .multi-list .multi-list-item__figure:before {
  padding-top: 70%;
}
.multi-list-product .multi-list a {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background-color: #17242c;
  color: #fff !important;
  border: 2px solid transparent;
}
.multi-list-product .multi-list a:hover {
  transition: 0.5s ease;
  border: 2px solid #17242c;
  background-color: transparent;
  color: #17242c !important;
  text-decoration: none !important;
}

.multi-list-product-1 {
  padding: 50px 0;
  background-color: #f2f2f2;
}
.multi-list-product-1 .sv-text-portlet-content {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .multi-list-product-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.multi-list-product-1 .multi-list {
  padding: 30px 30px 0;
  max-width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .multi-list-product-1 .multi-list {
    margin: 0;
    padding-top: 0;
  }
}
.multi-list-product-1 .multi-list .multi-list-filter-items {
  display: none;
}
.multi-list-product-1 .multi-list .multi-list-filters {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .multi-list-product-1 .multi-list .multi-list-filters {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .multi-list-product-1 .multi-list .multi-list-filters {
    display: block;
  }
}
.multi-list-product-1 .multi-list .multi-list-item {
  background-color: #17242c;
  padding: 0;
  box-shadow: none;
  border: 0;
  transition: 1s ease;
}
.multi-list-product-1 .multi-list .multi-list-item:hover {
  transition: 1s ease;
  box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.1);
}
.multi-list-product-1 .multi-list .multi-list-item:hover .multi-list-item__figure-content img {
  transform: scale(1.1);
  transition: transform 1s ease-in-out;
}
.multi-list-product-1 .multi-list .multi-list-item:hover .multi-list-item__header {
  color: #cb5216;
}
.multi-list-product-1 .multi-list .multi-list-item .multi-list-item__figure-content img {
  transition: transform 1s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .multi-list-product-1 .multi-list .multi-list-item {
    width: calc(50% - 10px);
  }
}
.multi-list-product-1 .multi-list .multi-list-item-content {
  display: flex;
  flex-direction: column;
}
.multi-list-product-1 .multi-list .multi-list-item__publish-date {
  display: none;
}
.multi-list-product-1 .multi-list .multi-list-item__details {
  padding: 20px 40px;
  background-color: #17242c;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .multi-list-product-1 .multi-list .multi-list-item__details {
    padding: 20px 10px;
  }
}
.multi-list-product-1 .multi-list .multi-list-item__header {
  font-size: 20px;
  color: #fff;
  opacity: 2;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 600px) {
  .multi-list-product-1 .multi-list .multi-list-item__header {
    font-size: 16px;
  }
}
.multi-list-product-1 .multi-list .multi-list-item__text {
  color: #677075;
  opacity: 2;
  font-size: 16px;
  margin-bottom: 50px;
}
.multi-list-product-1 .multi-list .multi-list-item__figure {
  max-height: 250px;
}
.multi-list-product-1 .multi-list .multi-list-item__figure:before {
  padding-top: 70%;
}

.contact-block {
  padding: 0;
}
.contact-block .multi-list {
  margin-top: 0;
  padding-top: 100px;
}
@media only screen and (max-width: 900px) {
  .contact-block .multi-list {
    padding-top: 50px;
  }
}
.contact-block .multi-list .multi-list__tags {
  margin-bottom: 50px;
}
.contact-block .multi-list .multi-list__tag {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background: transparent;
  border: 2px solid #17242c;
  margin: 0 10px 10px 0;
  color: #17242c !important;
}
@media only screen and (max-width: 900px) {
  .contact-block .multi-list .multi-list__tag {
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .contact-block .multi-list .multi-list__tag {
    width: 100%;
  }
}
.contact-block .multi-list .multi-list__tag:hover {
  background-color: #17242c;
  border: 2px solid transparent;
  color: #fff !important;
  transition: 0.3s ease;
}
.contact-block .multi-list .multi-list__tag--is-selected {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
  background-color: #17242c;
  color: #fff !important;
  border: 2px solid transparent;
  margin: 0 10px 10px 0;
}
.contact-block .multi-list .multi-list-item {
  border: 0;
  box-shadow: none;
}
@media only screen and (max-width: 600px) {
  .contact-block .multi-list .multi-list-item {
    width: 100%;
  }
}
.contact-block .multi-list .multi-list-item__figure-content img {
  max-height: 350px;
  min-height: 350px;
}
.contact-block .multi-list .multi-list-item__details {
  padding: 30px 0;
}
.contact-block .multi-list .multi-list-item__details .multi-list-item__header {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #15252c;
  margin-bottom: 14px;
}
.contact-block .multi-list .multi-list-item__details .multi-list-item__publish-date {
  display: none;
}
.contact-block .multi-list .multi-list-item__details .multi-list-item__text-1 {
  color: #15252c;
  font-size: 16px;
  font-weight: 700;
  opacity: 2;
}
.contact-block .multi-list .multi-list-item__details .multi-list-item__text-2 {
  color: #15252c;
  opacity: 1;
}
.contact-block .multi-list .multi-list-item__details .multi-list-item__value {
  color: #677075;
  opacity: 2;
  font-size: 16px;
}
.contact-block .multi-list .multi-list-item__details .multi-list-item__value:hover {
  text-decoration: underline;
}
.multi-list-item__mail-2 .contact-block .multi-list .multi-list-item__details:before {
  content: " ";
  display: inline-block;
  background-image: url(/images/18.64117cab177212095ca6ad73/1612449714578/linkedin.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  filter: invert(47%) sepia(6%) saturate(624%) hue-rotate(158deg) brightness(87%) contrast(84%);
  margin-right: 2px;
}
.contact-block .multi-list .multi-list-item-have-extra-icons .multi-list-icons {
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.contact-block .multi-list .multi-list-item-have-extra-icons .multi-list-icons .multi-list-icon {
  margin-right: 10px;
}
.contact-block .multi-list .multi-list-item-have-extra-icons .multi-list-icons .multi-list-icon-Finland {
  display: block;
  background-image: url(/images/18.9237bd618fdd9b42f43d3a/1620193931345/finland.svg);
  background-position: cover;
  width: 24px;
  height: 24px;
}
.contact-block .multi-list .multi-list-item-have-extra-icons .multi-list-icons .multi-list-icon-Sweden {
  display: block;
  background-image: url(/images/18.9237bd618fdd9b42f4119b/1620194026209/sweden.svg);
  background-position: cover;
  width: 24px;
  height: 24px;
}
.contact-block .multi-list .multi-list-item-have-extra-icons .multi-list-icons .multi-list-icon-England {
  display: block;
  background-image: url(/images/18.9237bd618fdd9b42f43d53/1620194140944/united_kingdom.svg);
  background-position: cover;
  width: 24px;
  height: 24px;
}
.contact-block .multi-list .multi-list-item-have-extra-icons .multi-list-icons .multi-list-icon-Germany {
  display: block;
  background-image: url(/images/18.9237bd618fdd9b42f43d55/1620194062187/germany.svg);
  background-position: cover;
  width: 24px;
  height: 24px;
}
.contact-block .multi-list .multi-list-item-have-extra-icons .multi-list-icons .multi-list-icon-Italy {
  display: block;
  background-image: url(/images/18.9237bd618fdd9b42f43559/1621502660979/italy.svg);
  background-position: cover;
  width: 24px;
  height: 24px;
}
.contact-block .multi-list .multi-list-item-have-extra-icons .multi-list-icons .multi-list-icon-Russia {
  display: block;
  background-image: url(/images/18.9237bd618fdd9b42f43560/1621502651625/russia.svg);
  background-position: cover;
  width: 24px;
  height: 24px;
}
.contact-block .multi-list .multi-list-item-have-extra-icons .multi-list-icons .multi-list-icon-Spain {
  display: block;
  background-image: url(/images/18.9237bd618fdd9b42f43097/1629980807355/spain.svg);
  background-position: cover;
  width: 24px;
  height: 24px;
}
.contact-block .multi-list .multi-list-item-have-extra-icons .multi-list-icons .multi-list-icon-Netherlands {
  display: block;
  background-image: url(/images/18.9237bd618fdd9b42f44a24/1636114584495/netherlands.svg);
  background-position: cover;
  background-size: 24px;
  width: 24px;
  height: 24px;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #000;
  padding: 5px 10px 0;
}
@media only screen and (max-width: 600px) {
  .select {
    width: 100%;
    margin-bottom: 10px;
  }
}

.styledSelect {
  position: absolute;
  top: 6px !important;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #17242c;
  font-weight: 600;
  padding: 0 10px 1px !important;
  color: #fff;
  margin-right: 10px;
  border: 2px solid transparent;
  border-radius: 0;
}
.styledSelect:after {
  content: " ";
  background-image: url("/images/18.9237bd618fdd9b42f451c1/1613571625395/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(173deg) brightness(104%) contrast(101%);
}
.styledSelect:active,
.styledSelect .styledSelect.active {
  background-color: #17242c;
}

.options {
  display: none;
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  border: 2px solid transparent;
  border-radius: 0;
  background-color: #17242c;
  color: #fff;
  font-weight: 600;
}
.options li {
  padding: 0 10px;
  margin: 0;
}
.options li:before {
  display: none;
}
.options li:hover {
  background-color: #fff;
  color: #17242c;
  border: 0;
  border-radius: 0;
}

.testimonials-block {
  padding: 100px 0 150px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 900px) {
  .testimonials-block {
    padding: 50px 0;
  }
}
.testimonials-block .multi-list {
  margin-top: 150px;
}
@media only screen and (max-width: 900px) {
  .testimonials-block .multi-list {
    margin-top: 50px;
  }
}
.testimonials-block .multi-list .multi-list__tags {
  margin-bottom: 50px;
}
.testimonials-block .multi-list .multi-list__tag {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
  background-color: #17242c;
  color: #fff !important;
  border: 2px solid transparent;
  margin-left: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 900px) {
  .testimonials-block .multi-list .multi-list__tag {
    width: 100%;
  }
}
.testimonials-block .multi-list .multi-list__tag:hover {
  background-color: #fff;
  border: 2px solid #17242c;
  color: #17242c !important;
  transition: 0.3s ease;
}
.testimonials-block .multi-list .multi-list__tag--is-selected {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background: transparent;
  border: 2px solid #17242c;
  color: #17242c !important;
}
.testimonials-block .multi-list .multi-list-item {
  border: 0;
  box-shadow: none;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .testimonials-block .multi-list .multi-list-item {
    width: 100%;
    padding: 30px;
  }
}
.testimonials-block .multi-list .multi-list-item[data-index="1"] {
  transform: scale(1.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.testimonials-block .multi-list .multi-list-item__figure:before {
  padding-top: 40%;
}
@media only screen and (max-width: 600px) {
  .testimonials-block .multi-list .multi-list-item__figure:before {
    padding-top: 100%;
  }
}
.testimonials-block .multi-list .multi-list-item__figure-content {
  margin-top: -150px;
}
@media only screen and (max-width: 900px) {
  .testimonials-block .multi-list .multi-list-item__figure-content {
    margin-top: 0;
  }
}
.testimonials-block .multi-list .multi-list-item__figure-content img {
  border-radius: 50%;
  border: 10px solid #fff;
  width: 230px;
  height: 230px;
}
.testimonials-block .multi-list .multi-list-item__details {
  padding: 0 0 50px;
}
.testimonials-block .multi-list .multi-list-item__details .multi-list-item__header {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #15252c;
  margin-bottom: 5px;
}
.testimonials-block .multi-list .multi-list-item__details .multi-list-item__text-1 {
  color: #15252c;
  font-weight: 700;
  opacity: 2;
  font-size: 16px;
}
.testimonials-block .multi-list .multi-list-item__details .multi-list-item__text-2 {
  color: #ff691f;
  opacity: 2;
  font-size: 50px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 0;
}
.testimonials-block .multi-list .multi-list-item__details .multi-list-item__text-3 {
  color: #677075;
  opacity: 2;
  font-size: 16px;
}

.multi-list-slideshow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 0;
  background-color: #cb5216;
  border-radius: 50%;
  padding: 10px 20px;
  color: #fff;
}
.multi-list-slideshow:hover {
  color: #fff;
}

.multi-list-slideshow-prev {
  left: 0;
}

.multi-list-slideshow-next {
  right: 0;
}

.history-block {
  padding: 100px 0;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 900px) {
  .history-block {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  .history-block {
    padding: 50px 0;
  }
}
.history-block h2 {
  margin-bottom: 0;
}
.history-block .sv-multiList {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .history-block .multi-list .multi-list-items {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .history-block .multi-list .multi-list-items {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .history-block .multi-list .multi-list-item--is-visible {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  .history-block .multi-list .multi-list-item--is-visible:nth-of-type(even) {
    display: flex;
  }
}
.history-block .multi-list .multi-list-item {
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-left: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .history-block .multi-list .multi-list-item {
    width: calc(33% - 20px);
  }
}
@media only screen and (max-width: 900px) {
  .history-block .multi-list .multi-list-item {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .history-block .multi-list .multi-list-item {
    width: 100%;
    margin-left: 0;
  }
}
.history-block .multi-list .multi-list-item .multi-list-item__text-1 {
  font-size: 100px;
  line-height: 89px;
  font-weight: 700;
  -webkit-text-stroke: 2px #cb5216;
  -webkit-text-fill-color: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .history-block .multi-list .multi-list-item .multi-list-item__text-1 {
    font-size: 50px;
  }
}
.history-block .multi-list .multi-list-item .multi-list-item__text-2 {
  font-size: 26px;
  font-weight: 700;
  color: #17242c;
  opacity: 2;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .history-block .multi-list .multi-list-item .multi-list-item__text-2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .history-block .multi-list .multi-list-item .multi-list-item__text-2 {
    font-size: 16px;
  }
}
.history-block .multi-list .multi-list-item .multi-list-item__details {
  padding: 40px;
  text-align: left;
  margin-top: 0;
}
.history-block .multi-list .multi-list-item .multi-list-item__figure:before {
  padding-top: 60%;
}
.history-block .multi-list .multi-list-item .multi-list-item-content {
  margin-top: 0;
}

.category-products-block .multi-list-item__header {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 600px) {
  .category-products-block .multi-list-item__header {
    font-size: 16px;
  }
}
.category-products-block .multi-list-item {
  background-color: #17242c;
}
.category-products-block .multi-list-item__details {
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-products-block .multi-list-item__details h2 {
  margin: 0;
}
.category-products-block .multi-list-filters {
  margin-bottom: 40px;
}

.main-content .sv-standardsearch-portlet {
  margin: 0 auto 100px;
  max-width: 1500px;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .main-content .sv-standardsearch-portlet {
    margin: -50px auto 0;
  }
}
.main-content .sv-standardsearch-portlet .search-field {
  width: 50%;
  border-radius: 5px;
  border: 1px solid grey;
  padding: 10px;
  font-size: 20px;
  max-height: 40px;
  border-bottom: 1px solid grey;
}
.main-content .sv-standardsearch-portlet .search-button {
  height: 40px;
  width: 40px;
  padding: 10px;
  position: relative;
  left: -50px;
}
.main-content .sv-standardsearch-portlet .search-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #677075;
  border: 0;
  padding: 10px 0;
  width: calc(100% - 30px);
}
.main-content .sv-standardsearch-portlet .button {
  display: inline-flex;
  padding: 0;
  float: right;
  top: 15px;
  width: 16px;
  height: 16px;
  filter: invert(8%) sepia(33%) saturate(736%) hue-rotate(159deg) brightness(101%) contrast(90%);
}
.main-content .sv-standardsearch-portlet .sv-search-result {
  margin-top: 50px;
}
.main-content .sv-standardsearch-portlet .sv-search-result .h1 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}
.main-content .sv-standardsearch-portlet .sv-search-result .sv-search-hit {
  border-bottom: 1px solid #c9ccce !important;
  border-radius: 0;
  margin-bottom: 0;
  padding: 25px 0 !important;
}
.main-content .sv-standardsearch-portlet .sv-search-result .sv-search-hit a {
  font-size: 20px;
  font-weight: 700;
  color: #17242c;
}
.main-content .sv-standardsearch-portlet .sv-search-result .sv-search-hit a:hover {
  text-decoration: underline !important;
}
.main-content .sv-standardsearch-portlet .sv-search-result .sv-search-hit p {
  font-size: 16px;
}
.main-content .sv-standardsearch-portlet .sv-search-result .sv-search-hit .h1 {
  font-weight: 600;
  color: #677075;
}
.main-content .sv-standardsearch-portlet .sv-search-result .sv-search-hit img {
  display: none;
}
.main-content .sv-standardsearch-portlet .pagination {
  margin: 40px auto 0;
  max-width: 500px;
}
.main-content .sv-standardsearch-portlet .pagination .prev,
.main-content .sv-standardsearch-portlet .pagination .next {
  border-radius: 50px;
  background-color: #17242c;
  border: 2px solid transparent !important;
  color: #fff !important;
  font-weight: 600;
  padding: 8px 24px !important;
  transition: 0.3s ease;
}
.main-content .sv-standardsearch-portlet .pagination .prev:hover,
.main-content .sv-standardsearch-portlet .pagination .next:hover {
  background-color: transparent;
  border: 2px solid #17242c !important;
  color: #17242c !important;
  transition: 0.3s ease;
}
.main-content .sv-standardsearch-portlet .pagination .next {
  margin-left: 20px;
}
.main-content .sv-standardsearch-portlet .pagination .prev {
  margin-right: 20px;
}
.main-content .sv-standardsearch-portlet .pagination .current, .main-content .sv-standardsearch-portlet .pagination a {
  border: 0;
  color: #677075;
  font-weight: 600;
  padding: 10px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.sv-nibe-backerCompaniesMap #companies-map {
  height: 40vh;
}
.sv-nibe-backerCompaniesMap #companies-map .gm-style .gm-style-iw-c .gm-style-iw-d {
  border: 0;
  border-radius: 0;
  padding: 20px;
}
.sv-nibe-backerCompaniesMap #companies-map .nb-company-heading {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.sv-nibe-backerCompaniesMap #companies-map span, .sv-nibe-backerCompaniesMap #companies-map a {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #677075;
}
.sv-nibe-backerCompaniesMap #companies-map a:hover {
  text-decoration: underline !important;
}
.sv-nibe-backerCompaniesMap #companies-map .gm-ui-hover-effect {
  top: 10px !important;
  right: 10px !important;
}

.content-list-dropdown {
  padding: 100px 0;
  background-color: #f2f2f2;
  margin: 0;
  max-width: 100%;
}
.content-list-dropdown h3 {
  max-width: 1500px;
  margin: 0 auto 30px;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .content-list-dropdown {
    padding: 50px 0;
  }
}
.content-list-dropdown .uk-accordion > :nth-child(n+2) {
  margin-top: 10px;
}
.content-list-dropdown .sv-contentlist-portlet {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.content-list-dropdown .sv-contentlist-portlet .uk-accordion-title:before {
  background-image: url(/images/18.9237bd618fdd9b42f45a5d/1615361268023/add.svg);
  width: 20px;
  height: 20px;
  filter: invert(12%) sepia(21%) saturate(868%) hue-rotate(159deg) brightness(93%) contrast(95%);
  transition: all 0.3s;
}
.content-list-dropdown .sv-contentlist-portlet li {
  padding-left: 0;
}
.content-list-dropdown .sv-contentlist-portlet li:before {
  display: none;
}
.content-list-dropdown .sv-contentlist-portlet a {
  color: #17242c;
  font-weight: 700;
  padding: 20px;
  font-size: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.content-list-dropdown .sv-contentlist-portlet .uk-open .uk-accordion-title {
  background-color: #17242c;
  color: #fff;
}
.content-list-dropdown .sv-contentlist-portlet .uk-open .uk-accordion-title:before {
  transform: rotateZ(45deg);
  filter: brightness(0%) invert(1);
}
.content-list-dropdown .sv-contentlist-portlet .uk-accordion-content {
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
}
.content-list-dropdown .sv-contentlist-portlet .uk-accordion-content .sv-text-portlet-content {
  max-width: 1500px;
  margin: 20px auto;
  padding: 0;
}
.content-list-dropdown .sv-contentlist-portlet .uk-accordion-content .sv-text-portlet-content p, .content-list-dropdown .sv-contentlist-portlet .uk-accordion-content .sv-text-portlet-content span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #677075;
}
.content-list-dropdown .sv-contentlist-portlet .uk-accordion-content .sv-text-portlet-content ul {
  list-style: none;
  padding: 0;
}
.content-list-dropdown .sv-contentlist-portlet .uk-accordion-content .sv-text-portlet-content li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
.content-list-dropdown .sv-contentlist-portlet .uk-accordion-content .sv-text-portlet-content li:before {
  content: " ";
  display: inline-block;
  width: 27px;
  height: 23px;
  border-radius: 0;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  background: url("/images/18.7a2621641917bb0812a1ca4/1727099442360/Copy%20(1)%20of%20Arrow%209.svg");
}

@keyframes cardArrow {
  0% {
    transform: translate(0, -50%);
  }
  25% {
    transform: translate(20px, -50%);
  }
  50% {
    transform: translate(-20px, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1100px) {
  .site-header-language {
    text-align: center;
    min-width: 0;
  }
  .language-select {
    display: flex;
    justify-content: flex-end;
  }
  .languages {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    position: relative;
    background-color: transparent;
  }
  .languages label {
    display: none;
  }
  .language-current-tag,
  .language-tag {
    display: none;
  }
  .languages-alternate {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  .languages-alternate .language {
    color: #17242c;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    white-space: nowrap;
  }
  .languages-alternate .language:last-child {
    border-style: none;
  }
  .has-visible-alternatives .languages-alternate {
    display: block;
  }
  .language {
    display: block;
    color: #17242c;
    padding: 3px 24px 1px;
    cursor: pointer;
    position: relative;
  }
  .language:hover {
    color: red;
    text-decoration: none;
  }
  .language-current {
    z-index: 2;
  }
  .site-header-language {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -15px;
  }
  .language-current,
  .language {
    padding: 3px 15px;
    display: inline-block;
  }
}
.download {
  background-color: #fff;
  padding: 100px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .download {
    padding: 30px 0;
  }
}

.downloads-block .downloads-sidebar {
  display: flex;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 0 0;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 900px) {
  .downloads-block .downloads-sidebar {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
    top: 0;
    padding-top: 0;
  }
}
.downloads-block .downloads-sidebar .download-menu-item-active {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
  background-color: #17242c !important;
  color: #fff !important;
  border: 2px solid transparent;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 900px) {
  .downloads-block .downloads-sidebar .download-menu-item-active {
    border: 2px solid #17242c !important;
  }
}
.downloads-block .downloads-sidebar .download-menu-item-active a {
  color: #fff !important;
}
.downloads-block .downloads-sidebar .download-menu-item {
  border-radius: 50px;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background: transparent;
  border: 2px solid #17242c;
  color: #17242c !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .downloads-block .downloads-sidebar .download-menu-item {
    width: auto;
    border-radius: 50px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .downloads-block .downloads-sidebar .download-menu-item {
    width: 100%;
  }
}
.downloads-block .downloads-sidebar .download-menu-item a {
  color: #17242c;
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .downloads-block .downloads-sidebar .download-menu-item a {
    text-align: center;
    display: flex;
    justify-content: center;
    word-break: break-all;
  }
}
.downloads-block .downloads-sidebar .download-menu-item:hover {
  background-color: #17242c;
  border: 2px solid transparent;
  color: #fff !important;
  transition: 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .downloads-block .downloads-sidebar .download-menu-item:hover {
    border: 2px solid #17242c;
  }
}
.downloads-block .downloads-sidebar .download-menu-item:hover a {
  color: #fff;
}
.downloads-block .downloads-content {
  margin-top: 50px;
  width: 50%;
  padding-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .downloads-block .downloads-content {
    width: 100%;
    padding-bottom: 20px;
  }
}
.downloads-block .downloads-content .download-category-hidden {
  display: none;
}
.downloads-block .downloads-content .download-category h4 {
  font-size: 30px;
  font-weight: 700;
  color: #17242c;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 900px) {
  .downloads-block .downloads-content .download-category h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.downloads-block .downloads-content .download-category .download-items {
  padding-top: 10px;
}
.downloads-block .downloads-content .download-category .download-items a {
  color: #3e484e;
  font-weight: 700;
  position: relative;
}
.downloads-block .downloads-content .download-category .download-items a:hover {
  color: #cb5216;
}
.downloads-block .downloads-content .download-category .download-items a:before {
  content: " ";
  background-image: url("/images/18.6b6b00eb19224e51a5b1d8/1727270607637/document%20(1)%201.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  top: 1px;
  margin-right: 10px;
}

.tabs-menu {
  display: flex;
  background-color: #17242c;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
  position: sticky;
  top: 70px;
  z-index: 20;
  color: transparent;
  height: 50px;
}
@media only screen and (max-width: 1400px) {
  .tabs-menu {
    top: 70px;
    display: inline-block;
    width: 100%;
  }
}
.tabs-menu .sv-layout-tabs .layout-tab-container {
  position: absolute;
  right: 30px;
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
  .tabs-menu .sv-layout-tabs .layout-tab-container {
    right: auto;
    left: 0;
    background-color: #fff;
    padding: 15px 30px 3px;
    margin-top: -1px;
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .tabs-menu .sv-layout-tabs .layout-tab-container {
    top: 0;
    background-color: #17242c;
  }
}
.tabs-menu .nb-breadcrumbs-link {
  display: none;
}

.sv-edit-mode .overview-industry,
.sv-edit-mode .applications-industry,
.sv-edit-mode .downloads-industry,
.sv-edit-mode .products-industry {
  display: block;
}

.overview-industry,
.applications-industry,
.downloads-industry,
.products-industry {
  display: none;
}

.has-active-layout-tab .overview-industry {
  display: none;
}

.overview-industry {
  display: block;
}

.has-active-layout-tab .layout-tab-is-active {
  display: block;
}

.layout-tabs {
  display: flex;
}
@media only screen and (max-width: 1400px) {
  .layout-tabs {
    display: block;
  }
}

.layout-tab {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  margin-left: 10px;
  color: #f2f2f2;
}
@media only screen and (max-width: 1400px) {
  .layout-tab {
    color: #fff;
    font-size: 0.9rem;
    border-bottom: 0;
    padding-bottom: 10px;
  }
}
.layout-tab:hover {
  cursor: pointer;
  color: #ff691f;
}
@media only screen and (max-width: 1400px) {
  .layout-tab {
    margin-left: 0;
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .layout-tab {
    margin-right: 7px;
  }
}

.tab-is-active {
  color: #ff691f;
  border-bottom: 3px solid #ff691f;
}
@media only screen and (max-width: 1400px) {
  .tab-is-active {
    display: block;
    color: #fff;
    border-bottom: 0;
  }
}
.tab-is-active:after {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .layout-tab-container-has-dropdown .layout-tab {
    display: block;
  }
}

@media only screen and (max-width: 1400px) {
  .layout-tab-toggle-dropdown {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/images/18.51f2efae18a8fe2bf7561c/1695028698292/arrow-down.svg);
    background-size: contain;
    transform: rotate(360deg);
    cursor: pointer;
  }
}
@media only screen and (max-width: 1400px) {
  .layout-tab-toggle-dropdown {
    filter: invert(98%) sepia(29%) saturate(0%) hue-rotate(296deg) brightness(108%) contrast(100%);
    top: 3px;
    position: relative;
  }
}

.layout-tab-container-has-dropdown .layout-tab-toggle-dropdown {
  transform: rotate(-180deg);
}

.sv-card-layout {
  max-width: 1512px;
  margin: 30px auto 0;
  padding: 0 30px;
}
.sv-card-layout .card-layout-columns-1 .card-item {
  width: calc(100% - 52px);
  max-width: none;
}
.sv-card-layout .card-layout-columns-2 .card-item {
  width: calc(50% - 52px);
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-layout-columns-2 .card-item {
    width: calc(100% - 52px);
  }
}
.sv-card-layout .card-layout-columns-3 .card-item {
  width: calc(33.3333% - 18px);
}
@media only screen and (max-width: 1200px) {
  .sv-card-layout .card-layout-columns-3 .card-item {
    width: calc(50% - 13px);
  }
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-layout-columns-3 .card-item {
    width: 100%;
  }
}
.sv-card-layout .card-layout-columns-4 .card-item {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 1200px) {
  .sv-card-layout .card-layout-columns-4 .card-item {
    width: calc(50% - 13px);
  }
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-layout-columns-4 .card-item {
    width: calc(50% - 5px);
  }
}
.sv-card-layout .card-media {
  object-fit: cover;
  aspect-ratio: 1.2/1;
  overflow: hidden;
}
.sv-card-layout img {
  display: block;
  object-fit: cover;
  object-position: center center;
  max-width: none;
  width: 100%;
  height: 100%;
}
.sv-card-layout .card-layout-image-fit-contain .card-media {
  padding: 20px;
}
.sv-card-layout .card-layout-image-fit-contain img {
  object-fit: contain;
}
.sv-card-layout .card-layout-image-fit-contain .card-content {
  padding-top: 0;
}
.sv-card-layout .card-layout-align-left .card-content {
  padding: 30px;
  text-align: start;
}
.sv-card-layout .card-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 26px;
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-items {
    gap: 10px;
  }
}
.sv-card-layout .card-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #efefef;
  background-color: #17242c;
}
.sv-card-layout .card-layout-link-type-text .card-link {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1px;
}
.sv-card-layout .card-layout-link-type-text .card-link:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
}
.sv-card-layout .card-content {
  padding: 30px 10px 15px;
  text-align: center;
}
.sv-card-layout .card-content .card-header {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.5s;
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-content .card-header {
    font-size: 20px;
  }
}
.sv-card-layout .card-content .card-text {
  padding: 10px;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-content .card-text {
    font-size: 14px;
  }
}
.sv-card-layout .card-layout-media-icon .card-media {
  aspect-ratio: 1.2/1;
  padding: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sv-card-layout .card-layout-media-icon .card-content {
  padding-top: 0;
}
.sv-card-layout .card-layout-media-icon svg {
  width: 158px;
  height: 158px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-layout-media-icon svg {
    height: 65px;
    width: 65px;
  }
}
.sv-card-layout .card-layout-media-icon svg path {
  transition: all 0.5s;
}
.sv-card-layout .card-layout-link-type-button .card-link {
  padding: 5px 20px;
  background-color: #ffffff;
  color: orange;
  margin-bottom: 20px;
  font-size: 16.8px;
  font-weight: 700;
  letter-spacing: normal;
  border: 1px solid #7b96a6;
  transition: all 0.5s;
}
.sv-card-layout .card-layout-link-type-button .card-link:hover {
  background-color: #7b96a6;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.sv-card-layout .card-layout-cards-left .card-items {
  justify-content: flex-start;
}

.card-layout-has-transparent-bg .card-item {
  background-color: #ffffff;
}
.card-layout-has-transparent-bg .card-item .card-content .card-header {
  color: #000;
}
.card-layout-has-transparent-bg .card-item .card-content .card-text {
  color: #000;
}
.card-layout-has-transparent-bg .card-item .card-content .card-layout-link-type-button .card-link {
  background-color: #000;
  border: 1px solid #000;
  color: #3e484e;
  transition: all 0.5s;
}
.card-layout-has-transparent-bg .card-item .card-content .card-layout-link-type-button .card-link:hover {
  background-color: #ffffff;
  color: #000;
}
.card-layout-has-transparent-bg .card-item .card-content .card-layout-link-type-text .card-link {
  color: #3e484e;
}

.card-block .sv-card-layout {
  margin-top: 30px;
}
.card-block .sv-card-layout .card-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
.card-block .sv-card-layout .card-content .card-header {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.card-block .sv-card-layout .card-content .card-text {
  color: #fff;
}
.card-block .sv-card-layout .card-media {
  aspect-ratio: 1.2/1.4;
  position: relative;
}
.card-block .sv-card-layout .card-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 36, 44, 0.4);
  transition: all 0.5s;
}
.card-block .card-item {
  box-shadow: none;
  border: 0;
  position: relative;
}
.card-block .card-item:hover .card-media::before {
  background-color: transparent;
}

.certificate-block .sv-card-layout {
  padding: 0 50px;
}
@media only screen and (max-width: 900px) {
  .certificate-block .sv-card-layout {
    padding: 0 30px;
  }
}
.certificate-block .card-layout-columns-4 .card-item {
  width: calc(25% - 45px);
  z-index: 1;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .certificate-block .card-layout-columns-4 .card-item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 600px) {
  .certificate-block .card-layout-columns-4 .card-item {
    width: calc(50% - 5px);
  }
}
.certificate-block .card-layout-columns-4 .card-item:hover {
  transform: translateY(-5px);
}
.certificate-block .card-layout-columns-4 .card-item:active {
  box-shadow: none;
  transform: translateY(0);
}
.certificate-block .card-layout-columns-4 .card-items {
  grid-gap: 60px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .certificate-block .card-layout-columns-4 .card-items {
    grid-gap: 10px;
  }
}
.certificate-block .card-layout-columns-4 .card-items::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  height: 250px;
  width: 200px;
  background-color: #3e484e;
}
@media only screen and (max-width: 900px) {
  .certificate-block .card-layout-columns-4 .card-items::before {
    display: none;
  }
}
.certificate-block .card-layout-columns-4 .card-items::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  height: 250px;
  width: 200px;
  background-color: #3e484e;
}
@media only screen and (max-width: 900px) {
  .certificate-block .card-layout-columns-4 .card-items::after {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .card-business-block .card-layout-columns-4 .card-items {
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .card-business-block .card-layout-columns-4 .card-item {
    width: calc(50% - 5px);
  }
}
.card-business-block .card-item {
  min-height: 400px;
}
@media only screen and (max-width: 600px) {
  .card-business-block .card-item {
    min-height: 0;
  }
}
.card-business-block .card-item:hover .card-header {
  color: #ff691f;
}
.card-business-block .card-item:hover .card-header::after {
  background: url("/images/18.7a2621641917bb0812a1ca4/1725544885859/Copy%20(1)%20of%20Arrow%209.svg");
}
.card-business-block .card-item:hover path {
  stroke: #ff691f;
}
.card-business-block .card-item:last-child:hover path:nth-child(-n+12) {
  fill: #ff691f;
}
.card-business-block .card-item:nth-last-child(3):hover path {
  fill: #ff691f;
}
.card-business-block .card-header {
  position: relative;
}
.card-business-block .card-header::after {
  content: "";
  height: 24px;
  width: 27px;
  position: absolute;
  top: 50%;
  right: 20px;
  background: url("/images/18.7a2621641917bb0812a1ca3/1725544833735/Arrow%209.svg");
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  transition: all 0.5s;
}
@media only screen and (max-width: 600px) {
  .card-business-block .card-header::after {
    display: none;
  }
}
.card-business-block .card-content {
  padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  .card-business-block .card-content {
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .card-business-block .card-content .card-header {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.card-business-block .card-layout-image-fit-contain .card-media {
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  .card-business-block .card-layout-image-fit-contain .card-media {
    padding: 30px 40px;
  }
}

.wt-accordion-block {
  max-width: 1512px;
  padding: 0 30px;
  margin-top: 50px;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .wt-accordion-block {
    padding: 0 15px;
    margin-bottom: 0;
  }
}

.wt-accordion {
  margin-bottom: 10px;
}

.wt-accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  padding: 15px 50px 15px 15px;
  transition: all 0.3s;
  position: relative;
}
.wt-accordion-title::after {
  content: "";
  height: 23px;
  width: 23px;
  font-size: 30px;
  background-image: url("/images/18.7a2621641917bb0812a1e31/1725612069181/+.svg");
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transform-origin: center center;
}
.wt-accordion-title::before {
  display: none;
}

.wt-accordion[open] .wt-accordion-title {
  background-color: #17242c;
}
.wt-accordion[open] .wt-accordion-title::after {
  background-image: url("/images/18.7a2621641917bb0812a1e32/1725612217667/Copy%20(1)%20of%20+.svg");
  transform: translateY(-50%) rotateZ(45deg);
}

.wt-accordion-content {
  background-color: #fff;
  padding: 30px 0;
}

.sidebar-styling {
  position: sticky;
  top: 91px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
  background-color: #17242c;
}
@media only screen and (max-width: 900px) {
  .sidebar-styling {
    top: 70px;
  }
}
.sidebar-styling .list-menu {
  display: flex;
  justify-content: flex-start;
  padding: 0 30px;
  max-width: 1512px;
  gap: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .sidebar-styling .list-menu {
    flex-direction: column;
    gap: 0;
    margin: 0;
  }
}
.sidebar-styling .list-menu .list-menu__item--has-visible-children .list-menu__toggle-child {
  transform: rotateZ(0);
}
@media only screen and (max-width: 900px) {
  .sidebar-styling .list-menu .list-menu__item--has-visible-children .list-menu--level-2 {
    display: flex;
  }
}
.sidebar-styling .list-menu--level-1 .list-menu__link {
  padding: 20px 0;
}
.sidebar-styling .list-menu--level-2 {
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .sidebar-styling .list-menu--level-2 {
    display: none;
  }
}
.sidebar-styling .list-menu--level-2 .list-menu__link {
  padding: 20px 0;
}
@media only screen and (max-width: 900px) {
  .sidebar-styling .list-menu--level-2 .list-menu__link {
    padding: 5px 0;
  }
}
.sidebar-styling .list-menu__item {
  margin-bottom: 0;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .sidebar-styling .list-menu__item {
    flex-direction: column;
  }
}
.sidebar-styling .list-menu__item .list-menu__link--current-page {
  color: #cb5216;
}
.sidebar-styling .list-menu__item .list-menu__toggle-child {
  display: none;
  background-image: url("/images/18.7a2621641917bb0812a2ba5/1726487022729/grommet-icons_down%20(1).svg");
  transform: rotateZ(180deg);
  transform-origin: center center;
  filter: none;
  height: 25px;
  width: 25px;
  top: 20px;
  transition: all 0.3s;
  background-size: 40px;
}
@media only screen and (max-width: 900px) {
  .sidebar-styling .list-menu__item .list-menu__toggle-child {
    display: block;
  }
}
.sidebar-styling .list-menu__item--level-1 {
  gap: 30px;
}
@media only screen and (max-width: 900px) {
  .sidebar-styling .list-menu__item--level-1 {
    gap: 0;
    width: 100%;
  }
}
.sidebar-styling .list-menu__item--level-1:last-of-type {
  display: none;
}
@media only screen and (max-width: 900px) {
  .sidebar-styling .list-menu__item--level-1:last-of-type {
    flex-direction: column;
    justify-content: center;
  }
}
.sidebar-styling .list-menu__item--level-2::after {
  display: none;
}
.sidebar-styling .list-menu__item--has-visible-children .list-menu__toggle-child {
  top: 20px;
}
.sidebar-styling .list-menu__link {
  color: #fff;
  padding: 0;
  font-size: 16px;
  margin-right: 0;
}
.sidebar-styling .list-menu__item--level-2:last-child .list-menu__link--level-2 {
  margin: 0;
}

@media only screen and (max-width: 900px) {
  .sv-template-wide-with-sidebar-business .sidebar-styling .list-menu--level-1, .sv-template-wide-with-sidebar-expertise .sidebar-styling .list-menu--level-1 {
    flex-direction: row;
  }
}
@media only screen and (max-width: 900px) {
  .sv-template-wide-with-sidebar-business .sidebar-styling .list-menu__item--level-1, .sv-template-wide-with-sidebar-expertise .sidebar-styling .list-menu__item--level-1 {
    text-align: center;
  }
}
.sv-template-wide-with-sidebar-business .sidebar-styling .list-menu__item--level-1:last-of-type, .sv-template-wide-with-sidebar-expertise .sidebar-styling .list-menu__item--level-1:last-of-type {
  display: flex;
}

.sv-template-wide-with-sidebar .sidebar-styling .list-menu--level-1 .list-menu__link--level-1 {
  display: none;
}
@media only screen and (max-width: 900px) {
  .sv-template-wide-with-sidebar .sidebar-styling .list-menu--level-1 .list-menu__link--level-1 {
    display: flex;
  }
}

.sv-template-wide-with-sidebar-business .sidebar-styling .list-menu--level-1 .list-menu__item--level-1 {
  display: none;
}
.sv-template-wide-with-sidebar-business .sidebar-styling .list-menu--level-1 .list-menu__item--level-1:nth-child(3) {
  display: flex;
}
.sv-template-wide-with-sidebar-business .sidebar-styling .list-menu--level-1 .list-menu__item--level-1:nth-child(3) .list-menu__link--level-1 {
  display: none;
}
@media only screen and (max-width: 900px) {
  .sv-template-wide-with-sidebar-business .sidebar-styling .list-menu--level-1 .list-menu__item--level-1:nth-child(3) .list-menu__link--level-1 {
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  .sv-template-wide-with-sidebar-business .sidebar-styling .list-menu--level-1 .list-menu__item--level-1:nth-child(3) .list-menu__link--level-2 {
    text-align: start;
  }
}

.sv-template-wide-with-sidebar-expertise .sidebar-styling .list-menu--level-1 .list-menu__item--level-1 {
  display: none;
}
.sv-template-wide-with-sidebar-expertise .sidebar-styling .list-menu--level-1 .list-menu__item--level-1:nth-child(7) {
  display: flex;
}
.sv-template-wide-with-sidebar-expertise .sidebar-styling .list-menu--level-1 .list-menu__item--level-1:nth-child(7) .list-menu__link--level-1 {
  display: none;
}
@media only screen and (max-width: 900px) {
  .sv-template-wide-with-sidebar-expertise .sidebar-styling .list-menu--level-1 .list-menu__item--level-1:nth-child(7) .list-menu__link--level-1 {
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  .sv-template-wide-with-sidebar-expertise .sidebar-styling .list-menu--level-1 .list-menu__item--level-1:nth-child(7) .list-menu__link--level-2 {
    text-align: start;
  }
}

.site-footer {
  background-color: #17242c;
  color: #fff;
  padding: 70px 0 30px;
}
@media only screen and (max-width: 767px) {
  .site-footer .columns {
    grid-gap: 10px;
    text-align: center;
  }
}
.site-footer img {
  margin-bottom: 20px;
  max-width: 400px;
}
.site-footer .p {
  font-size: 0.8rem;
  line-height: 1.3em;
}
.site-footer li:before {
  display: none;
}
.site-footer .site-footer-content {
  max-width: 1500px;
}
.site-footer .site-footer-content .p {
  color: #fff;
}
.site-footer .copyright {
  display: flex;
  padding-top: 70px;
}
@media only screen and (max-width: 900px) {
  .site-footer .copyright {
    display: block;
    padding-top: 40px;
  }
}
.site-footer .copyright .column {
  width: 70%;
}
@media only screen and (max-width: 900px) {
  .site-footer .copyright .column {
    width: 100%;
  }
}
.site-footer .copyright .column .p, .site-footer .copyright .column a {
  font-size: 14px;
  font-weight: 300;
}
.site-footer .copyright .col-2 {
  width: 30%;
  text-align: right;
  padding-right: 50px;
}
@media only screen and (max-width: 900px) {
  .site-footer .copyright .col-2 {
    width: 100%;
    text-align: left;
  }
}
.site-footer .columns-4 {
  grid-template-columns: 1fr 160px 160px;
}
@media only screen and (max-width: 900px) {
  .site-footer .columns-4 {
    text-align: left;
    grid-template-columns: 1fr;
  }
  .site-footer .columns-4 .column .sv-image-portlet {
    text-align: left;
  }
}
.site-footer .columns {
  grid-gap: 70px;
}
@media only screen and (max-width: 900px) {
  .site-footer .columns {
    grid-gap: 40px;
  }
}
.site-footer .column-block {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .site-footer .column-block {
    width: 100%;
  }
}
.site-footer .column .sv-linked-portlet img {
  width: 300px;
}
.site-footer .column p, .site-footer .column a {
  margin: 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}
.site-footer .column h3 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.site-footer .column a {
  color: #fff;
}
.site-footer .column a:hover {
  text-decoration: underline !important;
}
.site-footer .column .social-links {
  display: flex;
  margin-top: 20px;
}
.site-footer .column .social-links .sv-image-portlet {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  padding: 0;
  transition: 0.5 ease;
  border: 2px solid transparent;
}
.site-footer .column .social-links .sv-image-portlet:hover {
  background-color: #17242c;
  border: 2px solid #fff;
  transition: 0.5 ease;
}
.site-footer .column .social-links .sv-image-portlet:hover img {
  filter: invert(11%) sepia(17%) saturate(1117%) hue-rotate(159deg) brightness(95%) contrast(94%);
}
.site-footer .column .social-links .sv-image-portlet a {
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .column .social-links .sv-image-portlet img {
  filter: invert(11%) sepia(17%) saturate(1117%) hue-rotate(159deg) brightness(95%) contrast(94%);
  margin: 0;
}

.site-footer-cta {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .site-footer-cta {
    display: none;
  }
}
.site-footer-cta .site-footer-cta-content {
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  padding: 40px 40px 20px;
}
.site-footer-cta .site-footer-cta-content .text-block {
  width: 100%;
}
.site-footer-cta .site-footer-cta-content .text-block p {
  color: #17242c;
  font-weight: 600;
}
.site-footer-cta .site-footer-cta-content .cta-block {
  width: 50%;
  text-align: right;
}
.site-footer-cta .site-footer-cta-content .cta-block a {
  background-color: #ff691f;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 50px;
  transition: 0.5s ease;
  border: 2px solid transparent;
}
.site-footer-cta .site-footer-cta-content .cta-block a:hover {
  transition: 0.5s ease;
  background: transparent;
  border: 2px solid #ff691f;
  color: #ff691f;
}

body {
  padding-top: 92px;
}

.site-header-search {
  transform: scale(1, 0);
  display: none;
}

.site-header:hover {
  background-color: #fff;
}

.sv-template-start .site-header,
.sv-template-wide .site-header,
.sv-template-wide-with-sidebar .site-header,
.sv-template-wide-with-sidebar-business .site-header,
.sv-template-wide-with-sidebar-expertise .site-header,
.sv-template-default-without-banner .site-header {
  background-color: transparent;
  box-shadow: none;
  transition: 0.5s ease;
  z-index: 1000;
}
.sv-template-start .site-header:hover,
.sv-template-wide .site-header:hover,
.sv-template-wide-with-sidebar .site-header:hover,
.sv-template-wide-with-sidebar-business .site-header:hover,
.sv-template-wide-with-sidebar-expertise .site-header:hover,
.sv-template-default-without-banner .site-header:hover {
  background-color: #fff;
}
.sv-template-start .site-header:hover .mega-dropdown-item__link,
.sv-template-wide .site-header:hover .mega-dropdown-item__link,
.sv-template-wide-with-sidebar .site-header:hover .mega-dropdown-item__link,
.sv-template-wide-with-sidebar-business .site-header:hover .mega-dropdown-item__link,
.sv-template-wide-with-sidebar-expertise .site-header:hover .mega-dropdown-item__link,
.sv-template-default-without-banner .site-header:hover .mega-dropdown-item__link {
  color: #17242c;
}
.sv-template-start .site-header:hover .mega-dropdown-item__toggle-search svg,
.sv-template-wide .site-header:hover .mega-dropdown-item__toggle-search svg,
.sv-template-wide-with-sidebar .site-header:hover .mega-dropdown-item__toggle-search svg,
.sv-template-wide-with-sidebar-business .site-header:hover .mega-dropdown-item__toggle-search svg,
.sv-template-wide-with-sidebar-expertise .site-header:hover .mega-dropdown-item__toggle-search svg,
.sv-template-default-without-banner .site-header:hover .mega-dropdown-item__toggle-search svg {
  fill: #17242c;
}
.sv-template-start .site-header:hover .site-header-language .language,
.sv-template-wide .site-header:hover .site-header-language .language,
.sv-template-wide-with-sidebar .site-header:hover .site-header-language .language,
.sv-template-wide-with-sidebar-business .site-header:hover .site-header-language .language,
.sv-template-wide-with-sidebar-expertise .site-header:hover .site-header-language .language,
.sv-template-default-without-banner .site-header:hover .site-header-language .language {
  color: #17242c;
}
.sv-template-start .site-header:hover .site-header-language .language-current:after,
.sv-template-wide .site-header:hover .site-header-language .language-current:after,
.sv-template-wide-with-sidebar .site-header:hover .site-header-language .language-current:after,
.sv-template-wide-with-sidebar-business .site-header:hover .site-header-language .language-current:after,
.sv-template-wide-with-sidebar-expertise .site-header:hover .site-header-language .language-current:after,
.sv-template-default-without-banner .site-header:hover .site-header-language .language-current:after {
  border-color: #17242c;
}
.sv-template-start .site-header:hover .site-header-logo-default,
.sv-template-wide .site-header:hover .site-header-logo-default,
.sv-template-wide-with-sidebar .site-header:hover .site-header-logo-default,
.sv-template-wide-with-sidebar-business .site-header:hover .site-header-logo-default,
.sv-template-wide-with-sidebar-expertise .site-header:hover .site-header-logo-default,
.sv-template-default-without-banner .site-header:hover .site-header-logo-default {
  display: none;
}
.sv-template-start .site-header:hover .site-header-logo-scrolled-down,
.sv-template-wide .site-header:hover .site-header-logo-scrolled-down,
.sv-template-wide-with-sidebar .site-header:hover .site-header-logo-scrolled-down,
.sv-template-wide-with-sidebar-business .site-header:hover .site-header-logo-scrolled-down,
.sv-template-wide-with-sidebar-expertise .site-header:hover .site-header-logo-scrolled-down,
.sv-template-default-without-banner .site-header:hover .site-header-logo-scrolled-down {
  display: block;
}
.sv-template-start .site-header:hover .mega-dropdown-item__link--level-1:hover,
.sv-template-wide .site-header:hover .mega-dropdown-item__link--level-1:hover,
.sv-template-wide-with-sidebar .site-header:hover .mega-dropdown-item__link--level-1:hover,
.sv-template-wide-with-sidebar-business .site-header:hover .mega-dropdown-item__link--level-1:hover,
.sv-template-wide-with-sidebar-expertise .site-header:hover .mega-dropdown-item__link--level-1:hover,
.sv-template-default-without-banner .site-header:hover .mega-dropdown-item__link--level-1:hover {
  color: #cb5216;
}
@media only screen and (max-width: 1400px) {
  .sv-template-start .site-header .sv-visuallyhidden,
  .sv-template-wide .site-header .sv-visuallyhidden,
  .sv-template-wide-with-sidebar .site-header .sv-visuallyhidden,
  .sv-template-wide-with-sidebar-business .site-header .sv-visuallyhidden,
  .sv-template-wide-with-sidebar-expertise .site-header .sv-visuallyhidden,
  .sv-template-default-without-banner .site-header .sv-visuallyhidden {
    display: none;
  }
}
.sv-template-start .site-header .site-header-content,
.sv-template-wide .site-header .site-header-content,
.sv-template-wide-with-sidebar .site-header .site-header-content,
.sv-template-wide-with-sidebar-business .site-header .site-header-content,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-content,
.sv-template-default-without-banner .site-header .site-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1512px;
}
.sv-template-start .site-header .site-header-logo-block,
.sv-template-wide .site-header .site-header-logo-block,
.sv-template-wide-with-sidebar .site-header .site-header-logo-block,
.sv-template-wide-with-sidebar-business .site-header .site-header-logo-block,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-logo-block,
.sv-template-default-without-banner .site-header .site-header-logo-block {
  display: flex;
  align-items: center;
  min-height: 92px;
  margin-right: 0;
}
.sv-template-start .site-header .site-header-logo-block .site-header-content-block,
.sv-template-wide .site-header .site-header-logo-block .site-header-content-block,
.sv-template-wide-with-sidebar .site-header .site-header-logo-block .site-header-content-block,
.sv-template-wide-with-sidebar-business .site-header .site-header-logo-block .site-header-content-block,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-logo-block .site-header-content-block,
.sv-template-default-without-banner .site-header .site-header-logo-block .site-header-content-block {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  justify-content: flex-end;
  white-space: nowrap;
}
.sv-template-start .site-header .site-header-logo img,
.sv-template-start .site-header .site-header-language,
.sv-template-wide .site-header .site-header-logo img,
.sv-template-wide .site-header .site-header-language,
.sv-template-wide-with-sidebar .site-header .site-header-logo img,
.sv-template-wide-with-sidebar .site-header .site-header-language,
.sv-template-wide-with-sidebar-business .site-header .site-header-logo img,
.sv-template-wide-with-sidebar-business .site-header .site-header-language,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-logo img,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language,
.sv-template-default-without-banner .site-header .site-header-logo img,
.sv-template-default-without-banner .site-header .site-header-language {
  min-width: 0;
}
.sv-template-start .site-header .site-header-logo-default,
.sv-template-wide .site-header .site-header-logo-default,
.sv-template-wide-with-sidebar .site-header .site-header-logo-default,
.sv-template-wide-with-sidebar-business .site-header .site-header-logo-default,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-logo-default,
.sv-template-default-without-banner .site-header .site-header-logo-default {
  display: block;
}
.sv-template-start .site-header .site-header-logo-scrolled-down,
.sv-template-wide .site-header .site-header-logo-scrolled-down,
.sv-template-wide-with-sidebar .site-header .site-header-logo-scrolled-down,
.sv-template-wide-with-sidebar-business .site-header .site-header-logo-scrolled-down,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-logo-scrolled-down,
.sv-template-default-without-banner .site-header .site-header-logo-scrolled-down {
  display: none;
}
.sv-template-start .site-header .menu-desktop,
.sv-template-wide .site-header .menu-desktop,
.sv-template-wide-with-sidebar .site-header .menu-desktop,
.sv-template-wide-with-sidebar-business .site-header .menu-desktop,
.sv-template-wide-with-sidebar-expertise .site-header .menu-desktop,
.sv-template-default-without-banner .site-header .menu-desktop {
  margin: 0 auto;
  padding-left: 0 !important;
}
@media only screen and (max-width: 1400px) {
  .sv-template-start .site-header .menu-desktop,
  .sv-template-wide .site-header .menu-desktop,
  .sv-template-wide-with-sidebar .site-header .menu-desktop,
  .sv-template-wide-with-sidebar-business .site-header .menu-desktop,
  .sv-template-wide-with-sidebar-expertise .site-header .menu-desktop,
  .sv-template-default-without-banner .site-header .menu-desktop {
    display: none;
  }
}
.sv-template-start .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.sv-template-wide .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.sv-template-wide-with-sidebar .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.sv-template-wide-with-sidebar-business .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.sv-template-wide-with-sidebar-expertise .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.sv-template-default-without-banner .site-header .menu-desktop .mega-dropdown-item__toggle-search svg {
  height: 16px;
}
.sv-template-start .site-header .menu-mobile,
.sv-template-wide .site-header .menu-mobile,
.sv-template-wide-with-sidebar .site-header .menu-mobile,
.sv-template-wide-with-sidebar-business .site-header .menu-mobile,
.sv-template-wide-with-sidebar-expertise .site-header .menu-mobile,
.sv-template-default-without-banner .site-header .menu-mobile {
  display: none;
}
.sv-template-start .site-header .search-field-submit-btn,
.sv-template-wide .site-header .search-field-submit-btn,
.sv-template-wide-with-sidebar .site-header .search-field-submit-btn,
.sv-template-wide-with-sidebar-business .site-header .search-field-submit-btn,
.sv-template-wide-with-sidebar-expertise .site-header .search-field-submit-btn,
.sv-template-default-without-banner .site-header .search-field-submit-btn {
  border-style: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
}
@media only screen and (max-width: 900px) {
  .sv-template-start .site-header .search-field-submit-btn,
  .sv-template-wide .site-header .search-field-submit-btn,
  .sv-template-wide-with-sidebar .site-header .search-field-submit-btn,
  .sv-template-wide-with-sidebar-business .site-header .search-field-submit-btn,
  .sv-template-wide-with-sidebar-expertise .site-header .search-field-submit-btn,
  .sv-template-default-without-banner .site-header .search-field-submit-btn {
    right: 12px;
  }
}
.sv-template-start .site-header .search-field-submit-btn svg,
.sv-template-wide .site-header .search-field-submit-btn svg,
.sv-template-wide-with-sidebar .site-header .search-field-submit-btn svg,
.sv-template-wide-with-sidebar-business .site-header .search-field-submit-btn svg,
.sv-template-wide-with-sidebar-expertise .site-header .search-field-submit-btn svg,
.sv-template-default-without-banner .site-header .search-field-submit-btn svg {
  display: block;
  width: 20px;
  height: 20px;
}
.sv-template-start .site-header .cta-button a,
.sv-template-wide .site-header .cta-button a,
.sv-template-wide-with-sidebar .site-header .cta-button a,
.sv-template-wide-with-sidebar-business .site-header .cta-button a,
.sv-template-wide-with-sidebar-expertise .site-header .cta-button a,
.sv-template-default-without-banner .site-header .cta-button a {
  background-color: #cb5216;
  color: #fff;
  border-radius: 50px;
  padding: 8px 24px;
  width: auto;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  border: 0;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 26px;
}
.sv-template-start .site-header .cta-button a:hover,
.sv-template-wide .site-header .cta-button a:hover,
.sv-template-wide-with-sidebar .site-header .cta-button a:hover,
.sv-template-wide-with-sidebar-business .site-header .cta-button a:hover,
.sv-template-wide-with-sidebar-expertise .site-header .cta-button a:hover,
.sv-template-default-without-banner .site-header .cta-button a:hover {
  transition: 0.5s ease;
  background-color: rgb(156.9866666667, 63.4133333333, 17.0133333333);
}
@media only screen and (max-width: 1400px) {
  .sv-template-start .site-header .cta-button,
  .sv-template-wide .site-header .cta-button,
  .sv-template-wide-with-sidebar .site-header .cta-button,
  .sv-template-wide-with-sidebar-business .site-header .cta-button,
  .sv-template-wide-with-sidebar-expertise .site-header .cta-button,
  .sv-template-default-without-banner .site-header .cta-button {
    display: none;
  }
}
.sv-template-start .site-header .site-header-language,
.sv-template-wide .site-header .site-header-language,
.sv-template-wide-with-sidebar .site-header .site-header-language,
.sv-template-wide-with-sidebar-business .site-header .site-header-language,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language,
.sv-template-default-without-banner .site-header .site-header-language {
  margin-right: 25px;
  margin-bottom: 20px;
  text-align: start;
}
@media only screen and (max-width: 1400px) {
  .sv-template-start .site-header .site-header-language,
  .sv-template-wide .site-header .site-header-language,
  .sv-template-wide-with-sidebar .site-header .site-header-language,
  .sv-template-wide-with-sidebar-business .site-header .site-header-language,
  .sv-template-wide-with-sidebar-expertise .site-header .site-header-language,
  .sv-template-default-without-banner .site-header .site-header-language {
    display: none;
  }
}
.sv-template-start .site-header .site-header-language .language,
.sv-template-wide .site-header .site-header-language .language,
.sv-template-wide-with-sidebar .site-header .site-header-language .language,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .language,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .language,
.sv-template-default-without-banner .site-header .site-header-language .language {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 30px 4px 12px;
  text-transform: none;
  line-height: 25px;
}
@media only screen and (max-width: 1400px) {
  .sv-template-start .site-header .site-header-language .language,
  .sv-template-wide .site-header .site-header-language .language,
  .sv-template-wide-with-sidebar .site-header .site-header-language .language,
  .sv-template-wide-with-sidebar-business .site-header .site-header-language .language,
  .sv-template-wide-with-sidebar-expertise .site-header .site-header-language .language,
  .sv-template-default-without-banner .site-header .site-header-language .language {
    font-size: 20px;
  }
}
.sv-template-start .site-header .site-header-language .language:hover,
.sv-template-wide .site-header .site-header-language .language:hover,
.sv-template-wide-with-sidebar .site-header .site-header-language .language:hover,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .language:hover,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .language:hover,
.sv-template-default-without-banner .site-header .site-header-language .language:hover {
  color: #cb5216;
}
.sv-template-start .site-header .site-header-language .language:hover::after,
.sv-template-wide .site-header .site-header-language .language:hover::after,
.sv-template-wide-with-sidebar .site-header .site-header-language .language:hover::after,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .language:hover::after,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .language:hover::after,
.sv-template-default-without-banner .site-header .site-header-language .language:hover::after {
  border-color: #cb5216;
}
.sv-template-start .site-header .site-header-language .has-visible-alternatives .language-current,
.sv-template-wide .site-header .site-header-language .has-visible-alternatives .language-current,
.sv-template-wide-with-sidebar .site-header .site-header-language .has-visible-alternatives .language-current,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .has-visible-alternatives .language-current,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .has-visible-alternatives .language-current,
.sv-template-default-without-banner .site-header .site-header-language .has-visible-alternatives .language-current {
  background-color: #fff;
  color: #17242c;
}
.sv-template-start .site-header .site-header-language .has-visible-alternatives .language-current:after,
.sv-template-wide .site-header .site-header-language .has-visible-alternatives .language-current:after,
.sv-template-wide-with-sidebar .site-header .site-header-language .has-visible-alternatives .language-current:after,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .has-visible-alternatives .language-current:after,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .has-visible-alternatives .language-current:after,
.sv-template-default-without-banner .site-header .site-header-language .has-visible-alternatives .language-current:after {
  display: none;
}
.sv-template-start .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.sv-template-wide .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.sv-template-wide-with-sidebar .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.sv-template-default-without-banner .site-header .site-header-language .has-visible-alternatives .languages-alternate {
  top: 33px;
  box-shadow: none;
}
.sv-template-start .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.sv-template-wide .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.sv-template-wide-with-sidebar .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.sv-template-default-without-banner .site-header .site-header-language .has-visible-alternatives .languages-alternate a {
  color: #17242c;
}
.sv-template-start .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.sv-template-wide .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.sv-template-wide-with-sidebar .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.sv-template-default-without-banner .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover {
  color: #ff691f;
}
.sv-template-start .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.sv-template-wide .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.sv-template-wide-with-sidebar .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.sv-template-default-without-banner .site-header .site-header-language .has-visible-alternatives .languages-alternate .language {
  padding: 4px 20px 4px 12px;
  width: 100%;
}
.sv-template-start .site-header .site-header-language .language-current:after,
.sv-template-wide .site-header .site-header-language .language-current:after,
.sv-template-wide-with-sidebar .site-header .site-header-language .language-current:after,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .language-current:after,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .language-current:after,
.sv-template-default-without-banner .site-header .site-header-language .language-current:after {
  display: block;
  width: 10px;
  height: 10px;
  top: 20px;
  border-color: #fff;
}
.sv-template-start .site-header .site-header-language .language-current-tag,
.sv-template-wide .site-header .site-header-language .language-current-tag,
.sv-template-wide-with-sidebar .site-header .site-header-language .language-current-tag,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .language-current-tag,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .language-current-tag,
.sv-template-default-without-banner .site-header .site-header-language .language-current-tag {
  display: none;
}
.sv-template-start .site-header .site-header-language .language-current-text,
.sv-template-start .site-header .site-header-language .language-text,
.sv-template-wide .site-header .site-header-language .language-current-text,
.sv-template-wide .site-header .site-header-language .language-text,
.sv-template-wide-with-sidebar .site-header .site-header-language .language-current-text,
.sv-template-wide-with-sidebar .site-header .site-header-language .language-text,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .language-current-text,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .language-text,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .language-current-text,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .language-text,
.sv-template-default-without-banner .site-header .site-header-language .language-current-text,
.sv-template-default-without-banner .site-header .site-header-language .language-text {
  display: inline-block;
}
.sv-template-start .site-header .site-header-language .languages-alternate .language-tag,
.sv-template-wide .site-header .site-header-language .languages-alternate .language-tag,
.sv-template-wide-with-sidebar .site-header .site-header-language .languages-alternate .language-tag,
.sv-template-wide-with-sidebar-business .site-header .site-header-language .languages-alternate .language-tag,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-language .languages-alternate .language-tag,
.sv-template-default-without-banner .site-header .site-header-language .languages-alternate .language-tag {
  display: none;
}
.sv-template-start .site-header .site-header-toggle-menu-mobile,
.sv-template-wide .site-header .site-header-toggle-menu-mobile,
.sv-template-wide-with-sidebar .site-header .site-header-toggle-menu-mobile,
.sv-template-wide-with-sidebar-business .site-header .site-header-toggle-menu-mobile,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-toggle-menu-mobile,
.sv-template-default-without-banner .site-header .site-header-toggle-menu-mobile {
  position: absolute;
  right: 15px;
  padding-right: 0;
  margin-right: 0;
  top: 50%;
  left: auto;
  margin-top: -17px;
  display: none;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1400px) {
  .sv-template-start .site-header .site-header-toggle-menu-mobile,
  .sv-template-wide .site-header .site-header-toggle-menu-mobile,
  .sv-template-wide-with-sidebar .site-header .site-header-toggle-menu-mobile,
  .sv-template-wide-with-sidebar-business .site-header .site-header-toggle-menu-mobile,
  .sv-template-wide-with-sidebar-expertise .site-header .site-header-toggle-menu-mobile,
  .sv-template-default-without-banner .site-header .site-header-toggle-menu-mobile {
    display: block;
  }
}
.sv-template-start .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-start .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-start .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.sv-template-wide .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-wide .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-wide .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.sv-template-wide-with-sidebar .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-wide-with-sidebar .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-wide-with-sidebar .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.sv-template-wide-with-sidebar-business .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-wide-with-sidebar-business .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-wide-with-sidebar-business .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-wide-with-sidebar-expertise .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.sv-template-default-without-banner .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-default-without-banner .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-default-without-banner .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before {
  background: #fff;
  border-radius: 50px;
  height: 3.5px;
}

.is-scrolled-down .site-header,
.sv-template-product .site-header,
.sv-template-default .site-header,
.sv-template-article .site-header,
.has-visible-mega-dropdown-drop .site-header,
.has-visible-mobile-menu .site-header,
.sv-template-test .site-header,
.sv-template-category-page .site-header,
.sv-template-product-page .site-header,
.sv-template-default-without-banner .site-header {
  background-color: #fff !important;
  box-shadow: none !important;
  transition: 0.5s ease;
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
}
.is-scrolled-down .site-header .site-header-content,
.sv-template-product .site-header .site-header-content,
.sv-template-default .site-header .site-header-content,
.sv-template-article .site-header .site-header-content,
.has-visible-mega-dropdown-drop .site-header .site-header-content,
.has-visible-mobile-menu .site-header .site-header-content,
.sv-template-test .site-header .site-header-content,
.sv-template-category-page .site-header .site-header-content,
.sv-template-product-page .site-header .site-header-content,
.sv-template-default-without-banner .site-header .site-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1512px;
  margin: 0 auto;
  position: static;
  width: 100%;
}
.is-scrolled-down .site-header .site-header-logo-block,
.sv-template-product .site-header .site-header-logo-block,
.sv-template-default .site-header .site-header-logo-block,
.sv-template-article .site-header .site-header-logo-block,
.has-visible-mega-dropdown-drop .site-header .site-header-logo-block,
.has-visible-mobile-menu .site-header .site-header-logo-block,
.sv-template-test .site-header .site-header-logo-block,
.sv-template-category-page .site-header .site-header-logo-block,
.sv-template-product-page .site-header .site-header-logo-block,
.sv-template-default-without-banner .site-header .site-header-logo-block {
  display: flex;
  align-items: center;
  min-height: 92px;
  margin-right: 0;
}
@media only screen and (max-width: 1400px) {
  .is-scrolled-down .site-header .site-header-logo-block,
  .sv-template-product .site-header .site-header-logo-block,
  .sv-template-default .site-header .site-header-logo-block,
  .sv-template-article .site-header .site-header-logo-block,
  .has-visible-mega-dropdown-drop .site-header .site-header-logo-block,
  .has-visible-mobile-menu .site-header .site-header-logo-block,
  .sv-template-test .site-header .site-header-logo-block,
  .sv-template-category-page .site-header .site-header-logo-block,
  .sv-template-product-page .site-header .site-header-logo-block,
  .sv-template-default-without-banner .site-header .site-header-logo-block {
    width: 100%;
    position: relative;
  }
}
.is-scrolled-down .site-header .site-header-logo-block .site-header-content-block,
.sv-template-product .site-header .site-header-logo-block .site-header-content-block,
.sv-template-default .site-header .site-header-logo-block .site-header-content-block,
.sv-template-article .site-header .site-header-logo-block .site-header-content-block,
.has-visible-mega-dropdown-drop .site-header .site-header-logo-block .site-header-content-block,
.has-visible-mobile-menu .site-header .site-header-logo-block .site-header-content-block,
.sv-template-test .site-header .site-header-logo-block .site-header-content-block,
.sv-template-category-page .site-header .site-header-logo-block .site-header-content-block,
.sv-template-product-page .site-header .site-header-logo-block .site-header-content-block,
.sv-template-default-without-banner .site-header .site-header-logo-block .site-header-content-block {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  justify-content: flex-end;
}
.is-scrolled-down .site-header .site-header-logo img,
.sv-template-product .site-header .site-header-logo img,
.sv-template-default .site-header .site-header-logo img,
.sv-template-article .site-header .site-header-logo img,
.has-visible-mega-dropdown-drop .site-header .site-header-logo img,
.has-visible-mobile-menu .site-header .site-header-logo img,
.sv-template-test .site-header .site-header-logo img,
.sv-template-category-page .site-header .site-header-logo img,
.sv-template-product-page .site-header .site-header-logo img,
.sv-template-default-without-banner .site-header .site-header-logo img {
  min-width: 150px;
}
.is-scrolled-down .site-header .site-header-logo-default,
.sv-template-product .site-header .site-header-logo-default,
.sv-template-default .site-header .site-header-logo-default,
.sv-template-article .site-header .site-header-logo-default,
.has-visible-mega-dropdown-drop .site-header .site-header-logo-default,
.has-visible-mobile-menu .site-header .site-header-logo-default,
.sv-template-test .site-header .site-header-logo-default,
.sv-template-category-page .site-header .site-header-logo-default,
.sv-template-product-page .site-header .site-header-logo-default,
.sv-template-default-without-banner .site-header .site-header-logo-default {
  display: none;
}
.is-scrolled-down .site-header .site-header-logo-scrolled-down,
.sv-template-product .site-header .site-header-logo-scrolled-down,
.sv-template-default .site-header .site-header-logo-scrolled-down,
.sv-template-article .site-header .site-header-logo-scrolled-down,
.has-visible-mega-dropdown-drop .site-header .site-header-logo-scrolled-down,
.has-visible-mobile-menu .site-header .site-header-logo-scrolled-down,
.sv-template-test .site-header .site-header-logo-scrolled-down,
.sv-template-category-page .site-header .site-header-logo-scrolled-down,
.sv-template-product-page .site-header .site-header-logo-scrolled-down,
.sv-template-default-without-banner .site-header .site-header-logo-scrolled-down {
  display: block;
}
.is-scrolled-down .site-header .site-header-language,
.sv-template-product .site-header .site-header-language,
.sv-template-default .site-header .site-header-language,
.sv-template-article .site-header .site-header-language,
.has-visible-mega-dropdown-drop .site-header .site-header-language,
.has-visible-mobile-menu .site-header .site-header-language,
.sv-template-test .site-header .site-header-language,
.sv-template-category-page .site-header .site-header-language,
.sv-template-product-page .site-header .site-header-language,
.sv-template-default-without-banner .site-header .site-header-language {
  margin-right: 25px;
}
@media only screen and (max-width: 1400px) {
  .is-scrolled-down .site-header .site-header-language,
  .sv-template-product .site-header .site-header-language,
  .sv-template-default .site-header .site-header-language,
  .sv-template-article .site-header .site-header-language,
  .has-visible-mega-dropdown-drop .site-header .site-header-language,
  .has-visible-mobile-menu .site-header .site-header-language,
  .sv-template-test .site-header .site-header-language,
  .sv-template-category-page .site-header .site-header-language,
  .sv-template-product-page .site-header .site-header-language,
  .sv-template-default-without-banner .site-header .site-header-language {
    display: none;
  }
}
.is-scrolled-down .site-header .site-header-language .language,
.sv-template-product .site-header .site-header-language .language,
.sv-template-default .site-header .site-header-language .language,
.sv-template-article .site-header .site-header-language .language,
.has-visible-mega-dropdown-drop .site-header .site-header-language .language,
.has-visible-mobile-menu .site-header .site-header-language .language,
.sv-template-test .site-header .site-header-language .language,
.sv-template-category-page .site-header .site-header-language .language,
.sv-template-product-page .site-header .site-header-language .language,
.sv-template-default-without-banner .site-header .site-header-language .language {
  color: #17242c;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 30px 4px 12px;
  text-transform: none;
  width: 100%;
  line-height: 25px;
}
@media only screen and (max-width: 1400px) {
  .is-scrolled-down .site-header .site-header-language .language,
  .sv-template-product .site-header .site-header-language .language,
  .sv-template-default .site-header .site-header-language .language,
  .sv-template-article .site-header .site-header-language .language,
  .has-visible-mega-dropdown-drop .site-header .site-header-language .language,
  .has-visible-mobile-menu .site-header .site-header-language .language,
  .sv-template-test .site-header .site-header-language .language,
  .sv-template-category-page .site-header .site-header-language .language,
  .sv-template-product-page .site-header .site-header-language .language,
  .sv-template-default-without-banner .site-header .site-header-language .language {
    font-size: 20px;
  }
}
.is-scrolled-down .site-header .site-header-language .language:hover,
.sv-template-product .site-header .site-header-language .language:hover,
.sv-template-default .site-header .site-header-language .language:hover,
.sv-template-article .site-header .site-header-language .language:hover,
.has-visible-mega-dropdown-drop .site-header .site-header-language .language:hover,
.has-visible-mobile-menu .site-header .site-header-language .language:hover,
.sv-template-test .site-header .site-header-language .language:hover,
.sv-template-category-page .site-header .site-header-language .language:hover,
.sv-template-product-page .site-header .site-header-language .language:hover,
.sv-template-default-without-banner .site-header .site-header-language .language:hover {
  color: #ff691f;
}
.is-scrolled-down .site-header .site-header-language .language-current:after,
.sv-template-product .site-header .site-header-language .language-current:after,
.sv-template-default .site-header .site-header-language .language-current:after,
.sv-template-article .site-header .site-header-language .language-current:after,
.has-visible-mega-dropdown-drop .site-header .site-header-language .language-current:after,
.has-visible-mobile-menu .site-header .site-header-language .language-current:after,
.sv-template-test .site-header .site-header-language .language-current:after,
.sv-template-category-page .site-header .site-header-language .language-current:after,
.sv-template-product-page .site-header .site-header-language .language-current:after,
.sv-template-default-without-banner .site-header .site-header-language .language-current:after {
  display: block;
  border-color: #17242c;
}
.is-scrolled-down .site-header .site-header-language .language-current:before,
.sv-template-product .site-header .site-header-language .language-current:before,
.sv-template-default .site-header .site-header-language .language-current:before,
.sv-template-article .site-header .site-header-language .language-current:before,
.has-visible-mega-dropdown-drop .site-header .site-header-language .language-current:before,
.has-visible-mobile-menu .site-header .site-header-language .language-current:before,
.sv-template-test .site-header .site-header-language .language-current:before,
.sv-template-category-page .site-header .site-header-language .language-current:before,
.sv-template-product-page .site-header .site-header-language .language-current:before,
.sv-template-default-without-banner .site-header .site-header-language .language-current:before {
  filter: invert(8%) sepia(33%) saturate(736%) hue-rotate(159deg) brightness(101%) contrast(90%);
}
.is-scrolled-down .site-header .site-header-language .language-current-tag,
.sv-template-product .site-header .site-header-language .language-current-tag,
.sv-template-default .site-header .site-header-language .language-current-tag,
.sv-template-article .site-header .site-header-language .language-current-tag,
.has-visible-mega-dropdown-drop .site-header .site-header-language .language-current-tag,
.has-visible-mobile-menu .site-header .site-header-language .language-current-tag,
.sv-template-test .site-header .site-header-language .language-current-tag,
.sv-template-category-page .site-header .site-header-language .language-current-tag,
.sv-template-product-page .site-header .site-header-language .language-current-tag,
.sv-template-default-without-banner .site-header .site-header-language .language-current-tag {
  display: none;
}
.is-scrolled-down .site-header .site-header-language .language-current-text,
.is-scrolled-down .site-header .site-header-language .language-text,
.sv-template-product .site-header .site-header-language .language-current-text,
.sv-template-product .site-header .site-header-language .language-text,
.sv-template-default .site-header .site-header-language .language-current-text,
.sv-template-default .site-header .site-header-language .language-text,
.sv-template-article .site-header .site-header-language .language-current-text,
.sv-template-article .site-header .site-header-language .language-text,
.has-visible-mega-dropdown-drop .site-header .site-header-language .language-current-text,
.has-visible-mega-dropdown-drop .site-header .site-header-language .language-text,
.has-visible-mobile-menu .site-header .site-header-language .language-current-text,
.has-visible-mobile-menu .site-header .site-header-language .language-text,
.sv-template-test .site-header .site-header-language .language-current-text,
.sv-template-test .site-header .site-header-language .language-text,
.sv-template-category-page .site-header .site-header-language .language-current-text,
.sv-template-category-page .site-header .site-header-language .language-text,
.sv-template-product-page .site-header .site-header-language .language-current-text,
.sv-template-product-page .site-header .site-header-language .language-text,
.sv-template-default-without-banner .site-header .site-header-language .language-current-text,
.sv-template-default-without-banner .site-header .site-header-language .language-text {
  display: flex;
}
.is-scrolled-down .site-header .site-header-language .languages-alternate,
.sv-template-product .site-header .site-header-language .languages-alternate,
.sv-template-default .site-header .site-header-language .languages-alternate,
.sv-template-article .site-header .site-header-language .languages-alternate,
.has-visible-mega-dropdown-drop .site-header .site-header-language .languages-alternate,
.has-visible-mobile-menu .site-header .site-header-language .languages-alternate,
.sv-template-test .site-header .site-header-language .languages-alternate,
.sv-template-category-page .site-header .site-header-language .languages-alternate,
.sv-template-product-page .site-header .site-header-language .languages-alternate,
.sv-template-default-without-banner .site-header .site-header-language .languages-alternate {
  display: none;
  flex-direction: column;
}
.is-scrolled-down .site-header .site-header-language .languages-alternate .language-tag,
.sv-template-product .site-header .site-header-language .languages-alternate .language-tag,
.sv-template-default .site-header .site-header-language .languages-alternate .language-tag,
.sv-template-article .site-header .site-header-language .languages-alternate .language-tag,
.has-visible-mega-dropdown-drop .site-header .site-header-language .languages-alternate .language-tag,
.has-visible-mobile-menu .site-header .site-header-language .languages-alternate .language-tag,
.sv-template-test .site-header .site-header-language .languages-alternate .language-tag,
.sv-template-category-page .site-header .site-header-language .languages-alternate .language-tag,
.sv-template-product-page .site-header .site-header-language .languages-alternate .language-tag,
.sv-template-default-without-banner .site-header .site-header-language .languages-alternate .language-tag {
  display: none;
}
.is-scrolled-down .site-header .site-header-language .has-visible-alternatives .language-current,
.sv-template-product .site-header .site-header-language .has-visible-alternatives .language-current,
.sv-template-default .site-header .site-header-language .has-visible-alternatives .language-current,
.sv-template-article .site-header .site-header-language .has-visible-alternatives .language-current,
.has-visible-mega-dropdown-drop .site-header .site-header-language .has-visible-alternatives .language-current,
.has-visible-mobile-menu .site-header .site-header-language .has-visible-alternatives .language-current,
.sv-template-test .site-header .site-header-language .has-visible-alternatives .language-current,
.sv-template-category-page .site-header .site-header-language .has-visible-alternatives .language-current,
.sv-template-product-page .site-header .site-header-language .has-visible-alternatives .language-current,
.sv-template-default-without-banner .site-header .site-header-language .has-visible-alternatives .language-current {
  background-color: #fff;
  color: #17242c;
}
.is-scrolled-down .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.sv-template-product .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.sv-template-default .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.sv-template-article .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.has-visible-mega-dropdown-drop .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.has-visible-mobile-menu .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.sv-template-test .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.sv-template-category-page .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.sv-template-product-page .site-header .site-header-language .has-visible-alternatives .languages-alternate,
.sv-template-default-without-banner .site-header .site-header-language .has-visible-alternatives .languages-alternate {
  top: 33px;
  box-shadow: none;
  display: flex;
}
.is-scrolled-down .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.sv-template-product .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.sv-template-default .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.sv-template-article .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.has-visible-mega-dropdown-drop .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.has-visible-mobile-menu .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.sv-template-test .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.sv-template-category-page .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.sv-template-product-page .site-header .site-header-language .has-visible-alternatives .languages-alternate a,
.sv-template-default-without-banner .site-header .site-header-language .has-visible-alternatives .languages-alternate a {
  color: #17242c;
}
.is-scrolled-down .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.sv-template-product .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.sv-template-default .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.sv-template-article .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.has-visible-mega-dropdown-drop .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.has-visible-mobile-menu .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.sv-template-test .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.sv-template-category-page .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.sv-template-product-page .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover,
.sv-template-default-without-banner .site-header .site-header-language .has-visible-alternatives .languages-alternate a:hover {
  color: #ff691f;
}
.is-scrolled-down .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.sv-template-product .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.sv-template-default .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.sv-template-article .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.has-visible-mega-dropdown-drop .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.has-visible-mobile-menu .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.sv-template-test .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.sv-template-category-page .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.sv-template-product-page .site-header .site-header-language .has-visible-alternatives .languages-alternate .language,
.sv-template-default-without-banner .site-header .site-header-language .has-visible-alternatives .languages-alternate .language {
  padding: 4px 20px 4px 12px;
  width: 100%;
}
.is-scrolled-down .site-header .site-header-toggle-menu-mobile,
.sv-template-product .site-header .site-header-toggle-menu-mobile,
.sv-template-default .site-header .site-header-toggle-menu-mobile,
.sv-template-article .site-header .site-header-toggle-menu-mobile,
.has-visible-mega-dropdown-drop .site-header .site-header-toggle-menu-mobile,
.has-visible-mobile-menu .site-header .site-header-toggle-menu-mobile,
.sv-template-test .site-header .site-header-toggle-menu-mobile,
.sv-template-category-page .site-header .site-header-toggle-menu-mobile,
.sv-template-product-page .site-header .site-header-toggle-menu-mobile,
.sv-template-default-without-banner .site-header .site-header-toggle-menu-mobile {
  position: absolute;
  right: 0;
  padding-right: 0;
  margin-right: 0;
  top: 50%;
  left: auto;
  margin-top: 0;
  display: none;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1400px) {
  .is-scrolled-down .site-header .site-header-toggle-menu-mobile,
  .sv-template-product .site-header .site-header-toggle-menu-mobile,
  .sv-template-default .site-header .site-header-toggle-menu-mobile,
  .sv-template-article .site-header .site-header-toggle-menu-mobile,
  .has-visible-mega-dropdown-drop .site-header .site-header-toggle-menu-mobile,
  .has-visible-mobile-menu .site-header .site-header-toggle-menu-mobile,
  .sv-template-test .site-header .site-header-toggle-menu-mobile,
  .sv-template-category-page .site-header .site-header-toggle-menu-mobile,
  .sv-template-product-page .site-header .site-header-toggle-menu-mobile,
  .sv-template-default-without-banner .site-header .site-header-toggle-menu-mobile {
    display: block;
  }
}
.is-scrolled-down .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.is-scrolled-down .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.is-scrolled-down .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.sv-template-product .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-product .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-product .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.sv-template-default .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-default .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-default .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.sv-template-article .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-article .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-article .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.has-visible-mega-dropdown-drop .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.has-visible-mega-dropdown-drop .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.has-visible-mega-dropdown-drop .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.has-visible-mobile-menu .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.has-visible-mobile-menu .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.has-visible-mobile-menu .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.sv-template-test .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-test .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-test .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.sv-template-category-page .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-category-page .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-category-page .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.sv-template-product-page .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-product-page .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-product-page .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.sv-template-default-without-banner .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span,
.sv-template-default-without-banner .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after,
.sv-template-default-without-banner .site-header .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before {
  background: #17242c;
}
.is-scrolled-down .site-header .menu-desktop .mega-menu__lvl-1,
.is-scrolled-down .site-header .menu-desktop .mega-menu__lvl-1--no-mega-menu,
.sv-template-product .site-header .menu-desktop .mega-menu__lvl-1,
.sv-template-product .site-header .menu-desktop .mega-menu__lvl-1--no-mega-menu,
.sv-template-default .site-header .menu-desktop .mega-menu__lvl-1,
.sv-template-default .site-header .menu-desktop .mega-menu__lvl-1--no-mega-menu,
.sv-template-article .site-header .menu-desktop .mega-menu__lvl-1,
.sv-template-article .site-header .menu-desktop .mega-menu__lvl-1--no-mega-menu,
.has-visible-mega-dropdown-drop .site-header .menu-desktop .mega-menu__lvl-1,
.has-visible-mega-dropdown-drop .site-header .menu-desktop .mega-menu__lvl-1--no-mega-menu,
.has-visible-mobile-menu .site-header .menu-desktop .mega-menu__lvl-1,
.has-visible-mobile-menu .site-header .menu-desktop .mega-menu__lvl-1--no-mega-menu,
.sv-template-test .site-header .menu-desktop .mega-menu__lvl-1,
.sv-template-test .site-header .menu-desktop .mega-menu__lvl-1--no-mega-menu,
.sv-template-category-page .site-header .menu-desktop .mega-menu__lvl-1,
.sv-template-category-page .site-header .menu-desktop .mega-menu__lvl-1--no-mega-menu,
.sv-template-product-page .site-header .menu-desktop .mega-menu__lvl-1,
.sv-template-product-page .site-header .menu-desktop .mega-menu__lvl-1--no-mega-menu,
.sv-template-default-without-banner .site-header .menu-desktop .mega-menu__lvl-1,
.sv-template-default-without-banner .site-header .menu-desktop .mega-menu__lvl-1--no-mega-menu {
  color: #17242c;
}
.is-scrolled-down .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:last-child:before,
.sv-template-product .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:last-child:before,
.sv-template-default .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:last-child:before,
.sv-template-article .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:last-child:before,
.has-visible-mega-dropdown-drop .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:last-child:before,
.has-visible-mobile-menu .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:last-child:before,
.sv-template-test .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:last-child:before,
.sv-template-category-page .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:last-child:before,
.sv-template-product-page .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:last-child:before,
.sv-template-default-without-banner .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:last-child:before {
  filter: invert(8%) sepia(33%) saturate(736%) hue-rotate(159deg) brightness(101%) contrast(90%);
}
.is-scrolled-down .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:hover,
.sv-template-product .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:hover,
.sv-template-default .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:hover,
.sv-template-article .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:hover,
.has-visible-mega-dropdown-drop .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:hover,
.has-visible-mobile-menu .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:hover,
.sv-template-test .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:hover,
.sv-template-category-page .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:hover,
.sv-template-product-page .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:hover,
.sv-template-default-without-banner .site-header .menu-desktop .mega-menu__container-lvl-1 [lvl-id]:hover {
  color: #cb5216;
}
.is-scrolled-down .site-header .menu-desktop .mega-menu__lvl-1-active [lvl-id][state=active],
.sv-template-product .site-header .menu-desktop .mega-menu__lvl-1-active [lvl-id][state=active],
.sv-template-default .site-header .menu-desktop .mega-menu__lvl-1-active [lvl-id][state=active],
.sv-template-article .site-header .menu-desktop .mega-menu__lvl-1-active [lvl-id][state=active],
.has-visible-mega-dropdown-drop .site-header .menu-desktop .mega-menu__lvl-1-active [lvl-id][state=active],
.has-visible-mobile-menu .site-header .menu-desktop .mega-menu__lvl-1-active [lvl-id][state=active],
.sv-template-test .site-header .menu-desktop .mega-menu__lvl-1-active [lvl-id][state=active],
.sv-template-category-page .site-header .menu-desktop .mega-menu__lvl-1-active [lvl-id][state=active],
.sv-template-product-page .site-header .menu-desktop .mega-menu__lvl-1-active [lvl-id][state=active],
.sv-template-default-without-banner .site-header .menu-desktop .mega-menu__lvl-1-active [lvl-id][state=active] {
  color: #cb5216;
}
.is-scrolled-down .site-header .menu-desktop .mega-dropdown-item__link,
.sv-template-product .site-header .menu-desktop .mega-dropdown-item__link,
.sv-template-default .site-header .menu-desktop .mega-dropdown-item__link,
.sv-template-article .site-header .menu-desktop .mega-dropdown-item__link,
.has-visible-mega-dropdown-drop .site-header .menu-desktop .mega-dropdown-item__link,
.has-visible-mobile-menu .site-header .menu-desktop .mega-dropdown-item__link,
.sv-template-test .site-header .menu-desktop .mega-dropdown-item__link,
.sv-template-category-page .site-header .menu-desktop .mega-dropdown-item__link,
.sv-template-product-page .site-header .menu-desktop .mega-dropdown-item__link,
.sv-template-default-without-banner .site-header .menu-desktop .mega-dropdown-item__link {
  color: #17242c;
  position: static;
  font-weight: bold;
}
.is-scrolled-down .site-header .menu-desktop .mega-dropdown-item__link:hover,
.sv-template-product .site-header .menu-desktop .mega-dropdown-item__link:hover,
.sv-template-default .site-header .menu-desktop .mega-dropdown-item__link:hover,
.sv-template-article .site-header .menu-desktop .mega-dropdown-item__link:hover,
.has-visible-mega-dropdown-drop .site-header .menu-desktop .mega-dropdown-item__link:hover,
.has-visible-mobile-menu .site-header .menu-desktop .mega-dropdown-item__link:hover,
.sv-template-test .site-header .menu-desktop .mega-dropdown-item__link:hover,
.sv-template-category-page .site-header .menu-desktop .mega-dropdown-item__link:hover,
.sv-template-product-page .site-header .menu-desktop .mega-dropdown-item__link:hover,
.sv-template-default-without-banner .site-header .menu-desktop .mega-dropdown-item__link:hover {
  color: #cb5216 !important;
}
.is-scrolled-down .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.sv-template-product .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.sv-template-default .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.sv-template-article .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.has-visible-mega-dropdown-drop .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.has-visible-mobile-menu .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.sv-template-test .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.sv-template-category-page .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.sv-template-product-page .site-header .menu-desktop .mega-dropdown-item__toggle-search svg,
.sv-template-default-without-banner .site-header .menu-desktop .mega-dropdown-item__toggle-search svg {
  fill: #17242c;
  width: 20px;
  height: 16px;
}
.is-scrolled-down .site-header .cta-button a,
.sv-template-product .site-header .cta-button a,
.sv-template-default .site-header .cta-button a,
.sv-template-article .site-header .cta-button a,
.has-visible-mega-dropdown-drop .site-header .cta-button a,
.has-visible-mobile-menu .site-header .cta-button a,
.sv-template-test .site-header .cta-button a,
.sv-template-category-page .site-header .cta-button a,
.sv-template-product-page .site-header .cta-button a,
.sv-template-default-without-banner .site-header .cta-button a {
  background-color: #cb5216;
  color: #fff;
  border-radius: 50px;
  padding: 8px 24px;
  width: auto;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.is-scrolled-down .site-header .cta-button a:hover,
.sv-template-product .site-header .cta-button a:hover,
.sv-template-default .site-header .cta-button a:hover,
.sv-template-article .site-header .cta-button a:hover,
.has-visible-mega-dropdown-drop .site-header .cta-button a:hover,
.has-visible-mobile-menu .site-header .cta-button a:hover,
.sv-template-test .site-header .cta-button a:hover,
.sv-template-category-page .site-header .cta-button a:hover,
.sv-template-product-page .site-header .cta-button a:hover,
.sv-template-default-without-banner .site-header .cta-button a:hover {
  transition: 0.5s ease;
  background-color: rgb(156.9866666667, 63.4133333333, 17.0133333333);
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .is-scrolled-down .site-header .cta-button,
  .sv-template-product .site-header .cta-button,
  .sv-template-default .site-header .cta-button,
  .sv-template-article .site-header .cta-button,
  .has-visible-mega-dropdown-drop .site-header .cta-button,
  .has-visible-mobile-menu .site-header .cta-button,
  .sv-template-test .site-header .cta-button,
  .sv-template-category-page .site-header .cta-button,
  .sv-template-product-page .site-header .cta-button,
  .sv-template-default-without-banner .site-header .cta-button {
    display: none;
  }
}

.has-visible-search-field .site-header-search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  min-height: 92px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: scale(1, 1);
  transition: transform 0.4s ease;
  transform-origin: 50% 0;
}
.has-visible-search-field .search-field-content {
  display: flex;
  align-items: center;
}
.has-visible-search-field .search-field-form {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  position: relative;
  margin-right: 20px;
}
.has-visible-search-field .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #999;
  transition: 0.4s;
}
.has-visible-search-field .search-field {
  width: 100%;
  border-style: none;
  outline: 0;
  min-height: 44px;
}
.has-visible-search-field .search-field:focus ~ .focus-border {
  width: 100%;
  transition: 0.3s;
  left: 0;
}
.has-visible-search-field .search-fieldset {
  display: flex;
  flex: 1 0 auto;
  position: relative;
}
.has-visible-search-field .search-fieldset label {
  display: none;
}
.has-visible-search-field .search-field-close {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}
.has-visible-search-field .search-field-close:before, .has-visible-search-field .search-field-close:after {
  content: " ";
  height: 2px;
  width: 26px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 13px);
  display: block;
  transform-origin: 50% 50%;
}
.has-visible-search-field .search-field-close:before {
  transform: rotate(90deg);
}
.has-visible-search-field .search-field-close {
  transform: rotate(45deg);
}

.has-visible-mobile-menu {
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 1400px) {
  .has-visible-mobile-menu .site-header-content {
    position: static;
  }
  .has-visible-mobile-menu .site-header-logo-block {
    position: relative;
  }
  .has-visible-mobile-menu .site-header-toggle-menu-mobile {
    right: 0;
  }
}
.has-visible-mobile-menu body {
  overflow: hidden;
  height: 100%;
}
.has-visible-mobile-menu #sv-editor-menu {
  display: none;
}
.has-visible-mobile-menu .site-header-toggle-menu-mobile {
  position: absolute;
  top: 34px;
}
.has-visible-mobile-menu .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span {
  background: #fff !important;
}
.has-visible-mobile-menu .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:before,
.has-visible-mobile-menu .site-header-toggle-menu-mobile .toggle-mobile-menu__icon span:after {
  background: #17242c;
  border-radius: 50px;
  height: 4px;
}
.has-visible-mobile-menu .site-header-search {
  border-bottom: 2px solid #17242c;
  padding: 15px 15px 15px 0;
  margin-top: 20px;
  transform: scale(1, 1);
  left: 0;
  right: 0;
  display: block;
}
.has-visible-mobile-menu .search-field-submit-btn {
  background-image: url(/images/18.9237bd618fdd9b42f44685/1613133307598/search.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: -15px;
  margin-right: 0;
  border-style: none;
  background-color: transparent;
  cursor: pointer;
  filter: invert(8%) sepia(33%) saturate(736%) hue-rotate(159deg) brightness(101%) contrast(90%);
}
.has-visible-mobile-menu .search-field-submit-btn svg {
  width: 20px;
  height: 20px;
  display: none !important;
}
.has-visible-mobile-menu .header-logo {
  background-image: url(/images/18.64117cab177212095ca6cc85/1613371535501/loval_logo_120w.png);
}
.has-visible-mobile-menu .site-header-language {
  display: block !important;
  margin: 0;
}
.has-visible-mobile-menu .site-header-language .languages {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  right: 0;
  left: 0;
  padding: 10px 20px;
}
.has-visible-mobile-menu .site-header-language .language,
.has-visible-mobile-menu .site-header-language .languages-alternate {
  color: #17242c;
}
.has-visible-mobile-menu .site-header {
  bottom: 0;
  background-color: #fff;
}
.has-visible-mobile-menu .site-header-content {
  width: 100%;
}
.has-visible-mobile-menu .site-header-content,
.has-visible-mobile-menu .site-header-content-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.has-visible-mobile-menu .site-header-content > *,
.has-visible-mobile-menu .site-header-content-block > * {
  width: 100%;
}
.has-visible-mobile-menu .site-header-content-block {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 66px);
}
.has-visible-mobile-menu .menu-mobile {
  position: static;
  overflow: visible;
  background-color: #fff;
  flex: 1 0 auto;
  top: 63px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  opacity: 1;
  display: block !important;
}
.has-visible-mobile-menu .menu-mobile .list-menu .list-menu__item--has-visible-children {
  overflow: hidden;
}
.has-visible-mobile-menu .menu-mobile .list-menu--level-1 {
  background-color: transparent;
  border-top: 0;
}
.has-visible-mobile-menu .menu-mobile .list-menu__link--level-1 {
  padding-left: 0;
  line-height: 36px;
}
.has-visible-mobile-menu .menu-mobile .list-menu__item--level-2:after {
  display: none;
}
.has-visible-mobile-menu .menu-mobile .list-menu__link--level-2 {
  color: #17242c;
  padding: 5px 20px;
}
.has-visible-mobile-menu .menu-mobile .list-menu__link {
  text-decoration: none;
}
.has-visible-mobile-menu .menu-mobile .list-menu__link--level-3 {
  font-size: 16px;
  padding-left: 40px;
}
.has-visible-mobile-menu .menu-mobile .list-menu__item--level-3::after {
  display: none;
}
.has-visible-mobile-menu .search-field-form {
  display: flex;
}
.has-visible-mobile-menu .search-fieldset {
  flex: 1 0 auto;
  display: flex;
}
.has-visible-mobile-menu .search-fieldset .sv-visuallyhidden {
  display: none;
}
@media only screen and (max-width: 900px) {
  .has-visible-mobile-menu .search-fieldset label {
    display: none;
  }
}
.has-visible-mobile-menu .search-field {
  flex: 1 0 auto;
  background-color: transparent;
  border-style: none;
  min-height: 50px;
  outline: 0;
  font-size: 20px;
}

.contact-us-cta {
  display: none;
}

.contact-field-is-visible .contact-us-cta {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 40%;
  background-color: #f2f2f2;
  overflow: hidden;
  padding: 50px;
  z-index: 100;
}
.contact-field-is-visible .contact-us-cta .sv-form-portlet .sv-defaultFormTheme {
  padding: 30px 0 0;
}
.contact-field-is-visible .contact-us-cta .sv-form-portlet .sv-defaultFormTheme input {
  margin-bottom: 10px;
}
.contact-field-is-visible .contact-us-cta .sv-form-portlet .sv-defaultFormTheme input, .contact-field-is-visible .contact-us-cta .sv-form-portlet .sv-defaultFormTheme textarea {
  padding: 20px;
  background-color: #fff;
  border: 0;
  box-shadow: none;
  font-size: 20px;
}
.contact-field-is-visible .contact-us-cta .sv-form-portlet .sv-defaultFormTheme input[type=checkbox] {
  position: relative;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  margin: 0;
  visibility: hidden;
}
.contact-field-is-visible .contact-us-cta .sv-form-portlet .sv-defaultFormTheme input[type=checkbox]::before {
  content: "";
  height: 24px;
  width: 24px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  visibility: visible;
  border-radius: 5px;
  border: 1px solid #c5c5c5;
  cursor: pointer;
}
.contact-field-is-visible .contact-us-cta .sv-form-portlet .sv-defaultFormTheme input[type=checkbox]::after {
  content: "";
  height: 18px;
  width: 18px;
  background-color: #cb5216;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  visibility: hidden;
  border-radius: 5px;
}
.contact-field-is-visible .contact-us-cta .sv-form-portlet .sv-defaultFormTheme input[type=checkbox]:checked::after {
  visibility: visible;
}
.contact-field-is-visible .contact-us-cta .sv-form-portlet .sv-defaultFormTheme input[type=submit] {
  margin-top: -40px !important;
  padding: 8px 24px;
  background-color: #17242c;
  border: 2px solid transparent;
}
.contact-field-is-visible .contact-us-cta .sv-form-portlet .sv-defaultFormTheme input[type=submit]:hover {
  background-color: transparent;
  border: 2px solid #17242c;
}
.contact-field-is-visible .contact-us-cta .sv-form-portlet .sv-defaultFormTheme .sv-form-consent {
  padding: 0;
}

.contact-field-is-visible .contact-us-cta .toggle-cta-button {
  position: absolute;
  top: 33px;
  right: 50px;
}
.contact-field-is-visible .contact-us-cta .toggle-cta-button .toggle-cta-button__icon {
  background-color: #cb5216;
  padding: 8px 18px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: 0.5s ease;
  display: flex;
  height: 40px;
  width: 40px;
}
.contact-field-is-visible .contact-us-cta .toggle-cta-button .toggle-cta-button__icon:hover {
  border: 2px solid #cb5216;
  background-color: #fff;
  transition: 0.5s ease;
  cursor: pointer;
}
.contact-field-is-visible .contact-us-cta .toggle-cta-button .toggle-cta-button__icon:hover:before, .contact-field-is-visible .contact-us-cta .toggle-cta-button .toggle-cta-button__icon:hover:after {
  background-color: #cb5216;
}
.contact-field-is-visible .contact-us-cta .toggle-cta-button .toggle-cta-button__icon:before, .contact-field-is-visible .contact-us-cta .toggle-cta-button .toggle-cta-button__icon:after {
  position: absolute;
  left: 19px;
  top: 50%;
  content: " ";
  height: 22px;
  width: 2px;
  background-color: #fff;
}
.contact-field-is-visible .contact-us-cta .toggle-cta-button .toggle-cta-button__icon:before {
  transform: translateY(-50%) rotate(45deg);
}
.contact-field-is-visible .contact-us-cta .toggle-cta-button .toggle-cta-button__icon:after {
  transform: translateY(-50%) rotate(-45deg);
}

.contact-field-is-visible .site-header {
  z-index: 10;
  transition: none;
}
.contact-field-is-visible body {
  overflow: hidden;
}
.contact-field-is-visible body:after {
  content: " ";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

.sv-404Webapp .nb-404-links {
  padding: 80px 30px;
  background-color: #f2f2f2;
  margin-top: -50px;
}
@media only screen and (max-width: 900px) {
  .sv-404Webapp .nb-404-links {
    padding: 50px 30px;
    margin-top: 0;
  }
}
.sv-404Webapp .nb-404-links-title {
  font-size: 30px;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 1500px;
}
.sv-404Webapp .nb-404-link-items {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}
.sv-404Webapp .nb-404-link-items .nb-404-link {
  color: #3e484e;
  font-size: 18px;
}
.sv-404Webapp .nb-404-link-items .nb-404-link:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 500px) {
  .sv-template-test main .top-block {
    text-align: center;
  }
}

body {
  background-color: #fff;
  padding-top: 0;
}

body,
.page-container {
  min-height: 100vh;
}

.page-container {
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 0 auto;
  background-color: #f2f2f2;
}

.site-header-content {
  padding-left: 30px;
  padding-right: 30px;
}

.main-content {
  margin-bottom: 0 !important;
}

.sv-template-wide-with-sidebar .main-content {
  position: relative;
}

.sv-template-default-without-banner .main {
  margin-top: 92px;
}
.sv-template-default-without-banner .page-container {
  background-color: #f2f2f2;
}

.nb-breadcrumbs,
.main-content .sv-text-portlet-content,
.main-content .sv-youtube-portlet,
.main-content .sv-image-portlet,
.main-content .nav-previous-next,
.main-content .layout-row,
.main-content .page-search-block,
.main-content .video-block,
.main-content .multi-list,
.main-content .downloads-block,
.sv-sitemap-portlet,
.sv-defaultFormTheme,
.sv-archive-portlet {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1512px;
}

@media only screen and (max-width: 900px) {
  .main-content .sv-image-portlet {
    display: flex;
    justify-content: center;
  }
}

.main-content .sv-youtube-portlet,
.main-content .sv-image-portlet,
.main-content .uikit-slideshow,
.main-content .nav-previous-next {
  margin-bottom: 0;
}

.site-footer-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1512px;
}

.sv-template-category-page main, .sv-template-product main {
  margin-top: 92px;
}

.columns {
  display: grid;
  grid-gap: 30px;
}
.columns .sv-text-portlet {
  padding: 0;
}

.column .sv-text-portlet-content > h2,
.column .sv-text-portlet-content > h3 {
  padding-top: 0;
}

.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 900px) {
  .columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .columns-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .columns-4 .column .sv-image-portlet {
    display: block;
    text-align: center;
  }
}

.sv-video-wrapper {
  width: 100%;
}
.sv-video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.main-content-2 {
  max-width: 1512px;
  padding: 0 30px;
  margin: 200px auto 100px;
}

.sv-sitemap-portlet {
  padding: 50px 0;
}
.sv-sitemap-portlet a, .sv-sitemap-portlet .h3 {
  color: #3e484e;
  font-size: 30px;
}
.sv-sitemap-portlet li:before {
  display: none;
}

.row {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .row {
    flex-direction: column;
  }
}

.content {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .content {
    width: 100%;
  }
}

.top-text-block, .customer-block, .text-background-block, .reversed-text-background-block, .faq-block, .card-block, .heating-block, .middle-section, .category-products-block, .application-offer-block {
  padding: 100px 0;
}
@media only screen and (max-width: 600px) {
  .top-text-block, .customer-block, .text-background-block, .reversed-text-background-block, .faq-block, .card-block, .heating-block, .middle-section, .category-products-block, .application-offer-block {
    padding: 30px 0;
  }
}

.text-background-block, .reversed-text-background-block {
  max-width: none;
  margin: 0 auto;
}

.background-color-gray {
  background-color: #f2f2f2;
}

.background-color-black {
  background-color: #17242c;
}
.background-color-black .h1, .background-color-black .h2, .background-color-black .h3, .background-color-black p {
  color: #fff;
}

.background-color-white {
  background-color: #fff;
}

.text-align-right p {
  text-align: end;
}

.landing-page .top-text {
  max-width: 1512px;
  margin: 0 auto;
}
.landing-page .card-block {
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .landing-page .card-block {
    padding: 30px 0;
  }
}
.landing-page .card-block .content {
  width: 70%;
}
@media only screen and (max-width: 900px) {
  .landing-page .card-block .content {
    width: 100%;
  }
}
.landing-page .heating-block {
  padding-top: 100px;
}
@media only screen and (max-width: 900px) {
  .landing-page .heating-block {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .landing-page .padding-top-heat .flex {
    flex-direction: column;
  }
}

.heatpump-solution-page .offer-block {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .heatpump-solution-page .offer-block {
    margin: 0;
  }
}
.heatpump-solution-page .top-text-block {
  padding: 50px 0 0;
}
@media only screen and (max-width: 900px) {
  .heatpump-solution-page .top-text-block {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .heatpump-solution-page .top-text-block {
    padding: 0;
  }
}
.heatpump-solution-page .top-text-block .h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .heatpump-solution-page .text-background-block {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .heatpump-solution-page .text-background-block {
    margin-top: 30px;
  }
}

.offer-block {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .offer-block {
    margin-bottom: 0;
  }
}
.offer-block .row {
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .offer-block .row {
    padding: 50px 0;
  }
  .offer-block .row .h2 {
    text-align: center;
  }
  .offer-block .row .h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .offer-block .row {
    padding: 30px 0;
  }
}

.certificate-block {
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .certificate-block {
    padding: 30px 0;
  }
}
.certificate-block .h2 {
  margin-bottom: 50px;
}

.text-background-block {
  padding: 80px 0;
  margin: 100px 0 150px;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .text-background-block {
    margin: 50px 0 100px;
  }
}
@media only screen and (max-width: 600px) {
  .text-background-block {
    margin: 0;
    padding: 30px 0;
  }
}
.text-background-block .row {
  position: relative;
  max-width: 1512px;
  margin: 0 auto;
}
.text-background-block .row .content-1 {
  width: auto;
}
.text-background-block .row .content-1 .sv-image-portlet {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .text-background-block .row .content-1 .sv-image-portlet {
    position: static;
    padding: 0 30px;
    transform: translateY(0);
  }
}
.text-background-block .row .content-2 {
  width: auto;
  padding-left: 520px;
}
@media only screen and (max-width: 900px) {
  .text-background-block .row .content-2 {
    padding-left: 0;
    margin-top: 30px;
  }
}
.text-background-block .row img {
  object-fit: cover;
  min-width: 415px;
  width: 415px;
  min-height: 415px;
  height: 415px;
}
@media only screen and (max-width: 900px) {
  .text-background-block .row img {
    width: 100%;
    min-width: 0;
    min-height: auto;
    height: auto;
  }
}

.reversed-text-background-block {
  padding: 50px 0;
  margin: 75px 0 100px;
  background-color: #fff;
}
.reversed-text-background-block .row {
  position: relative;
}
.reversed-text-background-block .row .content-1 {
  width: auto;
  padding-right: 520px;
}
.reversed-text-background-block .row .content-2 {
  width: auto;
}
.reversed-text-background-block .row .content-2 .sv-image-portlet {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.reversed-text-background-block .row img {
  min-width: 415px;
  width: 415px;
}

.category-products-block {
  padding: 50px 0;
}
@media only screen and (max-width: 900px) {
  .category-products-block {
    padding: 30px 0;
  }
}

.product-page .heating-block, .category-page .heating-block {
  padding: 50px 0;
  margin: 130px 0 200px;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .product-page .heating-block, .category-page .heating-block {
    margin: 30px 0 50px;
  }
}
@media only screen and (max-width: 600px) {
  .product-page .heating-block, .category-page .heating-block {
    margin: 0;
    padding: 0 0 50px;
  }
}
.product-page .heating-block .flex, .category-page .heating-block .flex {
  position: relative;
  flex-direction: column;
}
.product-page .heating-block .flex .col-1, .category-page .heating-block .flex .col-1 {
  width: auto;
  padding-left: 600px;
}
@media only screen and (max-width: 900px) {
  .product-page .heating-block .flex .col-1, .category-page .heating-block .flex .col-1 {
    padding-left: 0;
  }
}
.product-page .heating-block .flex .col-2, .category-page .heating-block .flex .col-2 {
  width: auto;
}
@media only screen and (max-width: 600px) {
  .product-page .heating-block .flex .col-2, .category-page .heating-block .flex .col-2 {
    padding: 0;
  }
}
.product-page .heating-block .flex .col-2 .sv-image-portlet, .category-page .heating-block .flex .col-2 .sv-image-portlet {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .product-page .heating-block .flex .col-2 .sv-image-portlet, .category-page .heating-block .flex .col-2 .sv-image-portlet {
    position: static;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 600px) {
  .product-page .heating-block .flex .col-2 .sv-image-portlet, .category-page .heating-block .flex .col-2 .sv-image-portlet {
    padding: 0;
  }
}
.product-page .heating-block .flex .col-2 img, .category-page .heating-block .flex .col-2 img {
  min-width: 550px;
  width: 550px;
  min-height: 540px;
  height: 540px;
}
@media only screen and (max-width: 600px) {
  .product-page .heating-block .flex .col-2 img, .category-page .heating-block .flex .col-2 img {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .product-page .heating-block .flex .col-2, .category-page .heating-block .flex .col-2 {
    width: 100%;
    min-width: 0;
  }
}

.application-offer-block {
  max-width: 1500px;
  margin: 0 auto 50px;
  padding: 50px 70px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .application-offer-block {
    padding: 50px 20px;
  }
}
.application-offer-block::before, .application-offer-block::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 30px;
}
@media only screen and (max-width: 600px) {
  .application-offer-block::before, .application-offer-block::after {
    left: 0;
  }
}
.application-offer-block::before {
  width: 25px;
  height: 100%;
}
.application-offer-block::after {
  width: 100%;
  height: 25px;
}
.application-offer-block .row {
  margin-top: 40px;
}
.application-offer-block li {
  margin-bottom: 25px;
}

.ground-source-page .heating-block, .loop-source-page .heating-block, .air-to-water-page .heating-block, .exhaust-air-page .heating-block {
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .ground-source-page .heating-block, .loop-source-page .heating-block, .air-to-water-page .heating-block, .exhaust-air-page .heating-block {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  .ground-source-page .heating-block, .loop-source-page .heating-block, .air-to-water-page .heating-block, .exhaust-air-page .heating-block {
    padding: 0;
  }
}
.ground-source-page .heating-block .flex, .loop-source-page .heating-block .flex, .air-to-water-page .heating-block .flex, .exhaust-air-page .heating-block .flex {
  width: 100%;
}
.ground-source-page .heating-block .flex .col-1, .loop-source-page .heating-block .flex .col-1, .air-to-water-page .heating-block .flex .col-1, .exhaust-air-page .heating-block .flex .col-1 {
  width: 60%;
}
@media only screen and (max-width: 900px) {
  .ground-source-page .heating-block .flex .col-1, .loop-source-page .heating-block .flex .col-1, .air-to-water-page .heating-block .flex .col-1, .exhaust-air-page .heating-block .flex .col-1 {
    width: 100%;
  }
}
.ground-source-page .heating-block .flex .col-2, .loop-source-page .heating-block .flex .col-2, .air-to-water-page .heating-block .flex .col-2, .exhaust-air-page .heating-block .flex .col-2 {
  width: 40%;
  min-width: 545px;
}
@media only screen and (max-width: 900px) {
  .ground-source-page .heating-block .flex .col-2, .loop-source-page .heating-block .flex .col-2, .air-to-water-page .heating-block .flex .col-2, .exhaust-air-page .heating-block .flex .col-2 {
    width: 100%;
    padding: 0;
    min-width: 0;
  }
}
.ground-source-page .heating-block .flex .col-2 img, .loop-source-page .heating-block .flex .col-2 img, .air-to-water-page .heating-block .flex .col-2 img, .exhaust-air-page .heating-block .flex .col-2 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .ground-source-page .heating-block.vacuum-block-layout, .loop-source-page .heating-block.vacuum-block-layout, .air-to-water-page .heating-block.vacuum-block-layout, .exhaust-air-page .heating-block.vacuum-block-layout {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 900px) {
  .ground-source-page .heating-block.vacuum-block-layout .flex, .loop-source-page .heating-block.vacuum-block-layout .flex, .air-to-water-page .heating-block.vacuum-block-layout .flex, .exhaust-air-page .heating-block.vacuum-block-layout .flex {
    flex-direction: column;
  }
}
.ground-source-page .heating-block.vacuum-block-layout .flex .col-1, .loop-source-page .heating-block.vacuum-block-layout .flex .col-1, .air-to-water-page .heating-block.vacuum-block-layout .flex .col-1, .exhaust-air-page .heating-block.vacuum-block-layout .flex .col-1 {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .ground-source-page .heating-block.vacuum-block-layout .flex .col-1, .loop-source-page .heating-block.vacuum-block-layout .flex .col-1, .air-to-water-page .heating-block.vacuum-block-layout .flex .col-1, .exhaust-air-page .heating-block.vacuum-block-layout .flex .col-1 {
    width: 100%;
  }
}
.ground-source-page .heating-block.vacuum-block-layout .flex .col-1 .sv-image-portlet, .loop-source-page .heating-block.vacuum-block-layout .flex .col-1 .sv-image-portlet, .air-to-water-page .heating-block.vacuum-block-layout .flex .col-1 .sv-image-portlet, .exhaust-air-page .heating-block.vacuum-block-layout .flex .col-1 .sv-image-portlet {
  padding: 0 30px;
}
.ground-source-page .heating-block.vacuum-block-layout .flex .col-2, .loop-source-page .heating-block.vacuum-block-layout .flex .col-2, .air-to-water-page .heating-block.vacuum-block-layout .flex .col-2, .exhaust-air-page .heating-block.vacuum-block-layout .flex .col-2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .ground-source-page .heating-block.vacuum-block-layout .flex .col-2, .loop-source-page .heating-block.vacuum-block-layout .flex .col-2, .air-to-water-page .heating-block.vacuum-block-layout .flex .col-2, .exhaust-air-page .heating-block.vacuum-block-layout .flex .col-2 {
    width: 100%;
    align-items: center;
  }
}
.ground-source-page .heating-block.vacuum-block-layout .flex .col-2 .sv-image-portlet, .loop-source-page .heating-block.vacuum-block-layout .flex .col-2 .sv-image-portlet, .air-to-water-page .heating-block.vacuum-block-layout .flex .col-2 .sv-image-portlet, .exhaust-air-page .heating-block.vacuum-block-layout .flex .col-2 .sv-image-portlet {
  margin: 0;
  padding: 0 30px;
}
.ground-source-page .heating-block.vacuum-block-layout .flex .col-2 img, .loop-source-page .heating-block.vacuum-block-layout .flex .col-2 img, .air-to-water-page .heating-block.vacuum-block-layout .flex .col-2 img, .exhaust-air-page .heating-block.vacuum-block-layout .flex .col-2 img {
  width: 476px;
  height: 458px;
}
@media only screen and (max-width: 900px) {
  .ground-source-page .heating-block.vacuum-block-layout .flex .col-2 img, .loop-source-page .heating-block.vacuum-block-layout .flex .col-2 img, .air-to-water-page .heating-block.vacuum-block-layout .flex .col-2 img, .exhaust-air-page .heating-block.vacuum-block-layout .flex .col-2 img {
    width: 100%;
    height: auto;
  }
}

.flow-block {
  padding: 50px 30px;
}
@media only screen and (max-width: 600px) {
  .flow-block {
    padding: 30px 0;
  }
}
.flow-block .row {
  max-width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .flow-block .content {
    margin-bottom: 30px;
  }
}
.flow-block .content-1, .flow-block .content-2, .flow-block .content-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 900px) {
  .flow-block .content-1, .flow-block .content-2, .flow-block .content-3 {
    align-items: flex-start;
  }
}
.flow-block .content-1 li, .flow-block .content-2 li, .flow-block .content-3 li {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  .flow-block .content-1, .flow-block .content-2 {
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .flow-block .content-1, .flow-block .content-2 {
    align-items: flex-start;
  }
}
.flow-block .content-1 {
  position: relative;
}
@media only screen and (max-width: 600px) {
  .flow-block .content-1 {
    margin-bottom: 0;
  }
}
.flow-block .content-1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  width: 40px;
  height: 60px;
  transform: translateY(-30px);
  background-image: url("/images/18.1c92a7f51917bd6a9a5367b/1725011578953/angle-right-icon%201.png");
}
@media only screen and (max-width: 900px) {
  .flow-block .content-1::before {
    top: 100%;
    right: 50%;
    transform: translate(50%) rotateZ(90deg);
  }
}
@media only screen and (max-width: 600px) {
  .flow-block .content-1::before {
    top: 100%;
    right: 50%;
    transform: translate(50%) rotateZ(90deg);
  }
}
.flow-block .content-2 {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .flow-block .content-2 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .flow-block .content-2 {
    margin-top: 80px;
  }
}
.flow-block .content-3 {
  position: relative;
}

.heat-transfer-page .card-block {
  padding-top: 0;
}
.heat-transfer-page .top-text-block {
  padding-bottom: 0;
}
.heat-transfer-page .top-text-block h2 {
  margin-bottom: 20px;
}

.card-business-block {
  padding-bottom: 50px;
}

.business-model-page .top-text-block {
  width: 60%;
}

.business-model-block {
  position: relative;
}
@media only screen and (max-width: 600px) {
  .business-model-block {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .business-model-block {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .business-model-block .sv-image-portlet {
    padding: 0;
  }
}
.business-model-block .h4, .business-model-block .p {
  color: #fff;
}
.business-model-block .h4 {
  padding-left: 25px;
  margin-bottom: 35px;
}
.business-model-block .row {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  .business-model-block .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  .business-model-block .row {
    flex-direction: column;
    width: 100%;
  }
}
.business-model-block .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 80px 10%;
  border: 0;
}
@media only screen and (max-width: 900px) {
  .business-model-block .content {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .business-model-block .content {
    width: 100%;
  }
}
.business-model-block .content li {
  margin-bottom: 20px;
}
.business-model-block .row:first-child {
  padding-top: 40px;
}
@media only screen and (max-width: 600px) {
  .business-model-block .row:first-child {
    padding: 0;
  }
}
.business-model-block .row:first-child .content {
  border-bottom: 4px solid #cb5216;
  border-style: dashed;
}
@media only screen and (max-width: 600px) {
  .business-model-block .row:first-child .content {
    border-style: solid;
  }
}
.business-model-block .row:first-child .content-1 {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .business-model-block .row:first-child .content-1 {
    padding: 50px 40px 60px 0;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 600px) {
  .business-model-block .row:first-child .content-1 {
    padding: 30px 0;
  }
}
.business-model-block .row:first-child .content-1::before, .business-model-block .row:first-child .content-1::after {
  content: "";
  top: -2px;
  right: -9.5px;
  height: 15px;
  width: 15px;
  position: absolute;
  background-color: #cb5216;
  transform: rotateZ(45deg);
}
@media only screen and (max-width: 600px) {
  .business-model-block .row:first-child .content-1::before, .business-model-block .row:first-child .content-1::after {
    display: none;
  }
}
.business-model-block .row:first-child .content-1::after {
  top: auto;
  bottom: -9px;
  left: 0;
  transform: rotateZ(45deg);
}
.business-model-block .row:first-child .content-2 {
  padding: 80px 0 80px 15%;
}
@media only screen and (max-width: 900px) {
  .business-model-block .row:first-child .content-2 {
    padding: 50px 0 120px 60px;
  }
}
@media only screen and (max-width: 600px) {
  .business-model-block .row:first-child .content-2 {
    padding: 30px 0;
    border-bottom: 0;
  }
}
.business-model-block .row:nth-child(2) {
  padding-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .business-model-block .row:nth-child(2) {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .business-model-block .row:nth-child(2) .content-1 {
    padding: 120px 40px 50px 0;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 600px) {
  .business-model-block .row:nth-child(2) .content-1 {
    padding: 30px 0;
  }
}
.business-model-block .row:nth-child(2) .content-2 {
  position: relative;
  padding: 80px 0 80px 15%;
}
@media only screen and (max-width: 900px) {
  .business-model-block .row:nth-child(2) .content-2 {
    padding: 120px 0 50px 60px;
  }
}
@media only screen and (max-width: 600px) {
  .business-model-block .row:nth-child(2) .content-2 {
    padding: 30px 0;
  }
}
.business-model-block .row:nth-child(2) .content-2::before, .business-model-block .row:nth-child(2) .content-2::after {
  content: "";
  top: -10px;
  right: 0;
  height: 15px;
  width: 15px;
  position: absolute;
  background-color: #cb5216;
  transform: rotateZ(45deg);
}
@media only screen and (max-width: 600px) {
  .business-model-block .row:nth-child(2) .content-2::before, .business-model-block .row:nth-child(2) .content-2::after {
    display: none;
  }
}
.business-model-block .row:nth-child(2) .content-2::after {
  top: auto;
  bottom: -5px;
  left: -9px;
  transform: rotateZ(45deg);
}
.business-model-block .content-1 {
  border-right: 4px solid #cb5216;
  border-style: dashed;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .business-model-block .content-1 {
    border-right: 0;
    border-bottom: 4px solid #ff691f;
  }
}
@media only screen and (max-width: 600px) {
  .business-model-block .content-2 {
    border-right: 0;
    border-bottom: 4px solid #ff691f;
  }
}
.business-model-block .business-center-part {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 250px;
  width: 250px;
  border: 4px solid #cb5216;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #17242c;
}
@media only screen and (max-width: 600px) {
  .business-model-block .business-center-part {
    position: static;
    transform: translate(0, 0);
  }
}
.business-model-block .business-center-part .h4 {
  text-align: center;
  padding: 0;
  margin: 0;
}
.business-model-block .business-center-part .sv-text-portlet-content {
  padding: 0;
}
.business-model-block .business-center-part .sv-image-portlet:nth-child(2) {
  top: 0;
  left: 0;
}
.business-model-block .business-center-part .sv-image-portlet:nth-child(3) {
  top: 0;
  right: 0;
}
.business-model-block .business-center-part .sv-image-portlet:nth-child(4) {
  bottom: 0;
  left: 0;
}
.business-model-block .business-center-part .sv-image-portlet:nth-child(5) {
  bottom: 0;
  right: 0;
}
.business-model-block .business-center-part .sv-image-portlet {
  position: absolute;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3e484e;
  height: 76px;
  width: 76px;
}

.contact-person-block {
  max-width: 1512px;
  margin: 0 auto;
  padding: 50px 30px;
}
@media only screen and (max-width: 600px) {
  .contact-person-block {
    padding: 30px;
  }
}
.contact-person-block .flex {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 700px) {
  .contact-person-block .flex {
    flex-direction: column;
  }
}
.contact-person-block .row {
  background-color: #fff;
  width: 50%;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .contact-person-block .row {
    flex-direction: column;
  }
  .contact-person-block .row .content-1 {
    width: auto;
    height: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .contact-person-block .row {
    width: 100%;
    flex-direction: column;
  }
}
.contact-person-block .content-1 {
  width: 40%;
  min-width: 250px;
}
@media only screen and (max-width: 1200px) {
  .contact-person-block .content-1 {
    display: flex;
    justify-content: center;
  }
}
.contact-person-block .content-1 img {
  padding: 0;
  object-fit: cover;
  height: 100%;
  max-height: none;
}
@media only screen and (max-width: 1200px) {
  .contact-person-block .content-1 img {
    padding: 0;
    max-height: none;
    max-width: none;
  }
}
.contact-person-block .content-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px 30px 0;
}
@media only screen and (max-width: 1200px) {
  .contact-person-block .content-2 {
    justify-content: flex-start;
  }
}
.contact-person-block .sv-image-portlet {
  padding: 30px 0 30px 30px;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .contact-person-block .sv-image-portlet {
    padding-bottom: 0;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .contact-person-block .sv-image-portlet {
    padding: 30px 30px 0;
  }
}

.phone-image {
  position: relative;
  padding-left: 35px;
}
.phone-image::before {
  content: "";
  background-image: url("/images/18.7a2621641917bb0812a2ab4/1726465997215/ph_phone-fill.png");
  height: 30px;
  width: 30px;
  position: absolute;
  top: -3px;
  left: 30px;
}
.phone-image a {
  color: #3e484e;
}
.phone-image a:hover {
  color: #cb5216;
}

.mail-image {
  position: relative;
  padding-left: 35px;
}
.mail-image::before {
  content: "";
  background-image: url("/images/18.7a2621641917bb0812a2ab5/1726466018216/material-symbols_mail.png");
  height: 30px;
  width: 30px;
  position: absolute;
  top: -3px;
  left: 30px;
}
.mail-image a {
  color: #3e484e;
}
.mail-image a:hover {
  color: #cb5216;
}

.business-areas .flow-block .content {
  justify-content: flex-start;
}
.business-areas .flow-block .content-1::before {
  display: none;
}
.business-areas .offer-block {
  margin: 0;
}
.business-areas .top-text {
  max-width: 1512px;
  margin: 0 auto;
}
.business-areas .card-block .content {
  width: 70%;
}
@media only screen and (max-width: 900px) {
  .business-areas .card-block .content {
    width: 100%;
  }
}

.download-block {
  max-width: 1512px;
  margin: 50px auto;
  padding: 50px 30px;
}

.our-expertise-page .blue-2 .col-1 {
  width: 60%;
}
@media only screen and (max-width: 900px) {
  .our-expertise-page .blue-2 .col-1 {
    width: 100%;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .our-expertise-page .blue-2 .col-1 {
    padding-right: 0;
  }
}
.our-expertise-page .blue-2 .col-1 p {
  width: 100%;
}
.our-expertise-page .blue-2 .row-1 {
  gap: 0;
}

.two-row-two-column-block .heating-block {
  padding-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .two-row-two-column-block .heating-block {
    padding-bottom: 30px;
  }
}
.two-row-two-column-block .padding-top-heat.heating-block {
  padding: 50px 0 100px;
}
@media only screen and (max-width: 900px) {
  .two-row-two-column-block .padding-top-heat.heating-block {
    padding: 30px 0;
  }
}

.contact-page .heating-block .col-1 {
  padding-right: 30px;
}
@media only screen and (max-width: 900px) {
  .contact-page .heating-block .col-1 {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .contact-page .heating-block .flex .col-2 {
    padding-top: 30px;
  }
}

.product-range-block {
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .product-range-block {
    padding: 30px 0;
  }
}
.product-range-block .row {
  margin: 0 auto;
  max-width: 1512px;
}
.product-range-block .content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
}
@media only screen and (max-width: 900px) {
  .product-range-block .content {
    padding: 25px 0;
    width: 100%;
  }
}
.product-range-block .sv-image-portlet img {
  max-height: 250px;
  width: auto;
}

.industry-sectors-hero-banner {
  height: 86vh;
}
.industry-sectors-hero-banner .hero-banner-text {
  width: 50%;
  padding: 10px;
}
.industry-sectors-hero-banner .hero-banner-cta-container {
  margin-top: 20px;
}
.industry-sectors-hero-banner .hero-banner-header {
  font-size: 68px;
  font-family: "Roboto", sans-serif;
}
.industry-sectors-hero-banner .hero-banner-sub-header {
  font-size: 30px;
  font-weight: 600;
}
.industry-sectors-hero-banner .scroll-down {
  bottom: 60px;
}

.industry-sectors-main-content {
  padding: 50px 0;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content {
    padding: 100px 0 50px;
  }
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content {
    padding: 100px 0 50px;
  }
}
.industry-sectors-main-content .multi-list-industry-text {
  padding-top: 50px;
}
.industry-sectors-main-content .multi-list-industry {
  margin: 0 auto;
}
.industry-sectors-main-content .h2 {
  font-size: 40px;
}
.industry-sectors-main-content .multi-list {
  margin-top: 0;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .multi-list {
    padding: 50px 10px;
  }
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .multi-list-items {
    display: flex;
  }
}
.industry-sectors-main-content .multi-list-item {
  background-color: #fff;
  width: calc(25% - 20px);
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .multi-list-item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 600px) {
  .industry-sectors-main-content .multi-list-item {
    width: 100%;
  }
}
.industry-sectors-main-content .multi-list-item .multi-list-item-content {
  padding: 25px;
}
.industry-sectors-main-content .multi-list-item .multi-list-item__figure-content {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
}
.industry-sectors-main-content .multi-list-item .multi-list-item__figure-content img {
  height: 60px;
  width: 60px;
}
.industry-sectors-main-content .multi-list-item:hover {
  box-shadow: 0 5px 15px rgba(23, 36, 44, 0.5);
}
.industry-sectors-main-content .multi-list-item__details {
  text-align: start;
  padding: 20px 0;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .multi-list-item__details {
    width: 80%;
  }
}
.industry-sectors-main-content .multi-list-item__details .multi-list-item__header {
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
}
.industry-sectors-main-content .multi-list-item__details .multi-list-item__text {
  opacity: 0.9;
}
.industry-sectors-main-content .contact-button-3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  .industry-sectors-main-content .contact-button-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .industry-sectors-main-content .contact-button-3 {
    margin-top: 200px;
    padding: 0;
  }
}
.industry-sectors-main-content .contact-button-3 .contact {
  color: #17242c;
  background-color: #f2f2f2;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
@media only screen and (max-width: 600px) {
  .industry-sectors-main-content .contact-button-3 .contact {
    width: 100%;
  }
}
.industry-sectors-main-content .contact-button-3 .contact a {
  color: #17242c;
}
.industry-sectors-main-content .contact-button-3 .contact a:hover {
  color: #ff691f;
}
.industry-sectors-main-content .contact-button-3 .flex-1 {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 600px) {
  .industry-sectors-main-content .contact-button-3 .flex-1 {
    width: 100%;
  }
}
.industry-sectors-main-content .contact-button-3 .flex-1 .sv-image-portlet {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
.industry-sectors-main-content .contact-button-3 .flex-1 .sv-noborder {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.industry-sectors-main-content .contact-button-3 .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0;
}
@media only screen and (max-width: 600px) {
  .industry-sectors-main-content .contact-button-3 .contact-info {
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .industry-sectors-main-content .contact-button-3 .contact-info .sv-text-portlet-content {
    padding: 5px;
  }
}
.industry-sectors-main-content .contact-button-3 .contact-info p {
  margin-bottom: 5px;
}
.industry-sectors-main-content .contact-button-3 .contact-info a {
  padding-bottom: 5px;
}
.industry-sectors-main-content .overview-industry .overview-flex {
  display: flex;
  padding-top: 100px;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .overview-industry .overview-flex {
    flex-direction: column;
  }
}
.industry-sectors-main-content .overview-industry .industry-block {
  margin: 0 auto;
  width: 100%;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .overview-industry .industry-block {
    padding: 100px 20px 0;
  }
}
@media only screen and (max-width: 600px) {
  .industry-sectors-main-content .overview-industry .industry-block {
    padding: 100px 10px 0;
  }
}
.industry-sectors-main-content .overview-industry .industry-block .multi-list-industry {
  padding: 0;
}
.industry-sectors-main-content .overview-industry .industry-block .multi-list {
  padding: 0;
}
.industry-sectors-main-content .overview-industry .industry-block .sv-text-portlet-content {
  padding: 0;
}
.industry-sectors-main-content .overview-industry .column-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .overview-industry .column-2 {
    width: 100%;
  }
}
.industry-sectors-main-content .overview-industry .column-2 .sv-use-margins {
  margin-top: 0;
}
.industry-sectors-main-content .overview-industry .column-2 .sv-text-portlet-content {
  padding: 0;
}
.industry-sectors-main-content .overview-industry .column-1 {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .overview-industry .column-1 {
    width: 100%;
    justify-content: center;
  }
}
.industry-sectors-main-content .overview-industry .column-1 .sv-image-portlet {
  margin: 0;
  padding: 0;
}
.industry-sectors-main-content .overview-industry .product-list-container {
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .overview-industry .product-list-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .industry-sectors-main-content .overview-industry .product-list-container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .overview-industry .product-list-container .sv-text-portlet-content {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .industry-sectors-main-content .overview-industry .product-list-container .button-orange .p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.industry-sectors-main-content .overview-industry .product-list-industry {
  margin: 0 auto 70px;
}
.industry-sectors-main-content .overview-industry .product-list-industry .multi-list {
  padding-top: 0;
}
.industry-sectors-main-content .overview-industry .product-list-industry .multi-list-items {
  flex-direction: row;
  flex-wrap: wrap;
}
.industry-sectors-main-content .overview-industry .product-list-industry .multi-list-item {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .overview-industry .product-list-industry .multi-list-item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 600px) {
  .industry-sectors-main-content .overview-industry .product-list-industry .multi-list-item {
    width: 100%;
  }
}
.industry-sectors-main-content .overview-industry .product-list-industry .multi-list-item-content {
  height: 100%;
}
.industry-sectors-main-content .overview-industry .product-list-industry .multi-list-item__figure {
  height: 60%;
}
.industry-sectors-main-content .overview-industry .product-list-industry .multi-list-item__figure-content {
  margin: 0;
  padding: 10px;
  height: 100%;
}
.industry-sectors-main-content .overview-industry .product-list-industry .multi-list-item__figure-content img {
  width: 100%;
  height: 100%;
}
.industry-sectors-main-content .overview-industry .product-list-industry .multi-list-item__details {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .industry-sectors-main-content .applications-industry {
    padding: 100px 20px 0;
  }
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .applications-industry {
    padding: 0 20px;
  }
}
.industry-sectors-main-content .applications-industry .flex-2 {
  display: flex;
  padding-top: 100px;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .applications-industry .flex-2 {
    flex-direction: column;
  }
}
.industry-sectors-main-content .applications-industry .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .applications-industry .column {
    width: 100%;
  }
}
.industry-sectors-main-content .applications-industry .column .sv-text-portlet-content {
  padding: 0;
}
.industry-sectors-main-content .applications-industry .columns {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .applications-industry .columns {
    flex-direction: row;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .industry-sectors-main-content .applications-industry .columns {
    flex-direction: column;
  }
}
.industry-sectors-main-content .applications-industry .column-1 {
  width: 40%;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .applications-industry .column-1 {
    width: 100%;
  }
}
.industry-sectors-main-content .applications-industry .column-1 .sv-use-margins {
  margin: 0;
}
.industry-sectors-main-content .applications-industry .column-1 .sv-image-portlet {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.industry-sectors-main-content .applications-industry .column-1-picture {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .applications-industry .column-1-picture {
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .applications-industry .p {
    margin-bottom: 0;
  }
}
.industry-sectors-main-content .applications-industry ul li:before {
  top: 6px;
}
@media only screen and (max-width: 900px) {
  .industry-sectors-main-content .downloads-industry {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 450px) {
  .industry-sectors-main-content .downloads-industry {
    padding: 0;
  }
}
.industry-sectors-main-content .downloads-industry h2 {
  margin-bottom: 40px;
}
.industry-sectors-main-content .downloads-industry .download {
  padding: 100px 0 0;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 450px) {
  .industry-sectors-main-content .downloads-industry .download .file-list-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .industry-sectors-main-content .downloads-industry .download .sv-text-portlet-content {
    padding: 0 10px;
  }
}
.industry-sectors-main-content .downloads-industry .file-list {
  margin: 0;
}
.industry-sectors-main-content .downloads-industry .file-list-item {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 30px;
}
.industry-sectors-main-content .downloads-industry .file-list-file-link {
  display: flex;
  align-items: center;
}
.industry-sectors-main-content .downloads-industry .file-list-file-text {
  padding-top: 3px;
  font-weight: 700;
  font-size: 16px;
  color: #3e484e;
}
.industry-sectors-main-content .downloads-industry .file-list-file-text:hover {
  color: #ff691f;
}
.industry-sectors-main-content .downloads-industry .file-list-file-icon {
  background: transparent;
  content: " ";
  background-image: url(/images/18.23e7b6a318a8fb09ffe2c8/1694777331972/document-orange.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 13px;
  display: inline-block;
}

.top-block .flex {
  max-width: 1100px;
  margin: 0 auto;
}
.top-block .flex p,
.top-block .flex .at-share-btn-elements {
  padding: 0 30px;
}
.top-block .flex .at-share-btn-elements {
  margin-top: 50px;
}
.top-block .flex .at-share-btn-elements .at-share-btn {
  border: 2px solid transparent;
  margin-right: 8px;
  transition: 0.3s ease;
}
.top-block .flex .at-share-btn-elements .at-share-btn:hover {
  transform: none;
  background-color: #fff !important;
  border: 2px solid #17242c;
  transition: 0.3s ease;
}
.top-block .flex .at-share-btn-elements .at-share-btn:hover svg {
  fill: #17242c !important;
}
.top-block .flex .article-image {
  margin: 50px 0;
  text-align: center;
}
.top-block .flex .article-header {
  text-align: center;
}
.top-block .flex .article-text p {
  padding: 0;
}
.top-block .flex .sv-text-portlet {
  width: 100%;
}

.engineering-block {
  background-color: #fff;
  padding: 110px 0 900px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .engineering-block {
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 900px) {
  .engineering-block {
    padding: 50px 0 0;
  }
}
.engineering-block .flex .col-1 {
  max-width: 1500px;
  margin: 0 auto;
}
.engineering-block .flex .col-1 h1 {
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .engineering-block .flex .col-1 h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .engineering-block .flex .col-1 h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.engineering-block .flex .col-1 .sv-text-portlet {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .engineering-block .flex .col-1 .sv-text-portlet {
    width: 100%;
  }
}
.engineering-block .flex .col-1 .button-blue-2 {
  margin-top: 70px;
}
@media only screen and (max-width: 500px) {
  .engineering-block .flex .col-1 .button-blue-2 {
    text-align: center;
  }
}
.engineering-block .flex .col-2 {
  width: 50%;
  background-color: #17242c;
  height: 800px;
  float: right;
  margin-top: -70px;
}
@media only screen and (max-width: 1200px) {
  .engineering-block .flex .col-2 {
    display: none;
  }
}
.engineering-block .row-1 {
  max-width: 1500px;
  width: 100%;
  margin: 70px auto 0;
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 30px;
}
@media only screen and (max-width: 1100px) {
  .engineering-block .row-1 {
    position: relative;
    padding: 0;
  }
}
.engineering-block .row-1 .sv-image-portlet {
  margin: 0;
  padding: 0;
}

.list-block {
  background-color: #f2f2f2;
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .list-block {
    padding: 50px 0;
  }
}
.list-block .row-1,
.list-block .row-2 {
  max-width: 1500px;
  margin: 0 auto;
}
.list-block .row-1 h2,
.list-block .row-2 h2 {
  margin-bottom: 40px;
}
.list-block .row-1 .sv-text-portlet,
.list-block .row-2 .sv-text-portlet {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .list-block .row-1 .sv-text-portlet,
  .list-block .row-2 .sv-text-portlet {
    width: 100%;
  }
}
.list-block .row-2 {
  margin-top: 70px;
}
.list-block .row-2 ul {
  padding-left: 0;
  list-style: none;
}
.list-block .row-2 li {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 600px) {
  .list-block .row-2 li {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.list-block .row-2 li:before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ff691f;
  border-radius: 50px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}

.vacuum-block {
  position: relative;
}
.vacuum-block .row-1 {
  background-color: #21546b;
  width: 65%;
  padding: 100px;
  height: 900px;
}
@media only screen and (max-width: 1200px) {
  .vacuum-block .row-1 {
    display: none;
  }
}
.vacuum-block .row-2 {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1100px) {
  .vacuum-block .row-2 {
    display: block;
    position: relative;
    background-color: #374146;
    padding: 50px 0 0;
    margin-top: -100px;
    margin-bottom: 100px;
  }
}
.vacuum-block .row-2 .col-1 {
  width: 50%;
}
@media only screen and (max-width: 1100px) {
  .vacuum-block .row-2 .col-1 {
    width: 100%;
  }
}
.vacuum-block .row-2 .col-1 h2, .vacuum-block .row-2 .col-1 h1, .vacuum-block .row-2 .col-1 h4, .vacuum-block .row-2 .col-1 h3 {
  margin-bottom: 40px;
  color: #fff;
}
.vacuum-block .row-2 .col-1 li, .vacuum-block .row-2 .col-1 p {
  color: #fff;
}
.vacuum-block .row-2 .col-1 .button-orange {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .vacuum-block .row-2 .col-1 .button-orange {
    text-align: center;
    margin-top: 50px;
  }
}
.vacuum-block .row-2 .col-2 {
  margin-top: 0;
  margin-left: 0;
  width: 50%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .vacuum-block .row-2 .col-2 {
    margin-left: 0;
    margin-top: 60px;
    width: 100%;
  }
  .vacuum-block .row-2 .col-2 .sv-image-portlet {
    margin-bottom: 0;
    padding: 0;
  }
}

.founded-block .row-1 {
  height: 700px;
}
@media only screen and (max-width: 1100px) {
  .founded-block .row-1 {
    height: auto;
  }
}
.founded-block .col-1,
.founded-block .col-2 {
  width: 50%;
}
@media only screen and (max-width: 1100px) {
  .founded-block .col-1,
  .founded-block .col-2 {
    width: 100%;
  }
}

.list-block-quality {
  padding: 100px 0 0;
}
@media only screen and (max-width: 900px) {
  .list-block-quality {
    padding: 100px 0 50px;
  }
}
.list-block-quality h2 {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .list-block-quality h2 {
    width: 100%;
  }
}
.list-block-quality .flex {
  max-width: 1500px;
  margin: 70px auto 0;
}
.list-block-quality .flex .col-1 {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .list-block-quality .flex .col-1 {
    width: 100%;
  }
}
.list-block-quality .flex .col-1 ul {
  padding-left: 0;
  list-style: none;
}
.list-block-quality .flex .col-1 li {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 600px) {
  .list-block-quality .flex .col-1 li {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.list-block-quality .flex .col-1 li:before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ff691f;
  border-radius: 50px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}
.list-block-quality .row-1 {
  text-align: right;
  max-width: 1500px;
  margin: -260px auto 0;
}
.list-block-quality .row-1 .sv-image-portlet {
  padding: 0;
  opacity: 0.4;
}
@media only screen and (max-width: 1200px) {
  .list-block-quality .row-1 {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .list-block-quality-2 {
    padding-bottom: 0;
  }
}
.list-block-quality-2 p {
  width: 50%;
}
@media only screen and (max-width: 1100px) {
  .list-block-quality-2 p {
    width: 100%;
  }
}

.advantages-block {
  background-color: #17242c;
  padding-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .advantages-block {
    padding: 50px 0;
  }
}
.advantages-block h2 {
  color: #fff;
}
.advantages-block .col-1 {
  z-index: 10;
}
.advantages-block .col-1 li {
  color: #fff;
}

@media only screen and (max-width: 900px) {
  .padding-top-heat.heating-block .flex {
    flex-direction: column;
  }
}
.padding-top-heat.heating-block .sv-image-portlet {
  padding-right: 15px;
}
@media only screen and (max-width: 900px) {
  .padding-top-heat.heating-block .sv-image-portlet {
    padding-right: 30px;
  }
}

.heating-block {
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .heating-block {
    padding: 30px 0;
  }
}
.heating-block .flex {
  display: flex;
  max-width: 1512px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .heating-block .flex {
    flex-direction: column-reverse;
  }
}
.heating-block .flex .col-2 {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .heating-block .flex .col-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .heating-block .flex .col-2 {
    padding-top: 0;
  }
}
.heating-block .flex .col-2 .sv-image-portlet {
  display: flex;
  justify-content: flex-end;
  padding-left: 30px;
}
@media only screen and (max-width: 900px) {
  .heating-block .flex .col-2 .sv-image-portlet {
    padding-left: 30px;
  }
}
.heating-block .flex .col-2 img {
  width: 710px;
  height: 470px;
  object-fit: cover;
  max-height: 470px;
  max-width: none;
}
@media only screen and (max-width: 1520px) {
  .heating-block .flex .col-2 img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .heating-block .flex .col-2 {
    padding-top: 0;
  }
}
.heating-block .flex .button-blue-2 {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .heating-block .flex .button-blue-2 {
    text-align: center;
  }
}
.heating-block .flex .col-1 {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .heating-block .flex .col-1 {
    width: 100%;
    margin-top: 30px;
  }
}

.environment-block {
  background-color: #fff;
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .environment-block {
    padding: 50px 0;
  }
}
.environment-block .flex {
  max-width: 1500px;
  margin: 0 auto;
}
.environment-block .flex .sv-text-portlet-content {
  margin: 0;
  max-width: 1500px;
}
.environment-block .flex .col-1 {
  width: 50%;
}
.environment-block .flex .col-1 h2 {
  margin-bottom: 40px;
  color: #17242c;
}
.environment-block .flex .col-1 .button-blue-2 {
  margin-top: 70px;
}
@media only screen and (max-width: 500px) {
  .environment-block .flex .col-1 .button-blue-2 {
    text-align: center;
  }
}

.certificates-block {
  background-color: #f2f2f2;
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .certificates-block {
    padding: 50px 0;
  }
}
.certificates-block .sv-text-portlet-content {
  padding: 0 30px;
  max-width: 1500px;
  margin: 0 auto;
}
.certificates-block .flex {
  max-width: 1500px;
  margin: 70px auto 0;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .certificates-block .flex {
    display: block;
  }
}
.certificates-block .flex .col-1 {
  width: 20%;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .certificates-block .flex .col-1 {
    width: 100%;
  }
}
.certificates-block .flex .col-1 img {
  height: 170px;
  width: auto;
}

.join-block {
  background-color: #fff;
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .join-block {
    padding: 50px 0;
  }
}
.join-block h1 {
  font-size: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .join-block h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .join-block h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.join-block h1,
.join-block p {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .join-block h1,
  .join-block p {
    width: 100%;
  }
}
.join-block .flex {
  margin: 100px auto 0;
  padding: 0 30px;
  display: flex;
  max-width: 1500px;
}
@media only screen and (max-width: 900px) {
  .join-block .flex {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .join-block .flex {
    margin-top: 50px;
  }
}
.join-block .flex .col-1 {
  width: 25%;
  border: 1px solid #677075;
  padding: 80px;
}
@media only screen and (max-width: 1100px) {
  .join-block .flex .col-1 {
    padding: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .join-block .flex .col-1 {
    width: 100%;
  }
}
.join-block .flex .col-1 .sv-image-portlet,
.join-block .flex .col-1 .sv-text-portlet-content {
  padding: 0;
}
.join-block .flex .col-1 p {
  font-size: 26px;
  font-weight: 700;
  color: #17242c;
  width: 100%;
}

.top-block {
  background-color: #fff;
  min-height: 0;
  padding: 180px 0 100px;
}
@media only screen and (max-width: 900px) {
  .top-block {
    padding-top: 140px;
    padding-bottom: 50px;
  }
}
.top-block .pagecontent {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
}
.top-block h1 {
  margin-bottom: 40px;
}
.top-block p {
  margin-bottom: 40px;
}
.top-block .sv-text-portlet {
  width: 50%;
}
@media only screen and (max-width: 1100px) {
  .top-block .sv-text-portlet {
    width: 100%;
  }
}
.top-block .col-3 {
  display: flex;
  grid-gap: 100px;
  margin-top: 50px;
}
@media only screen and (max-width: 500px) {
  .top-block .col-3 {
    display: block;
  }
}
.top-block .col-3 h3 {
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .top-block .col-3 h3 {
    margin-top: 20px;
  }
}
.top-block .col-3 a {
  color: #677075;
}
.top-block .col-3 a:hover {
  text-decoration: underline !important;
}
@media only screen and (max-width: 600px) {
  .top-block .button-blue-2,
  .top-block .button-blue {
    text-align: center;
    margin-top: 60px;
  }
}

.warranty-contact {
  padding: 100px 0;
  margin: 0;
  max-width: 100%;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 900px) {
  .warranty-contact {
    padding: 50px 0;
  }
}
.warranty-contact .row-2 {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .warranty-contact .row-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .warranty-contact .row-2 {
    display: block;
  }
}
.warranty-contact .row-2 .row-1 {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .warranty-contact .row-2 .row-1 {
    width: 100%;
  }
}
.warranty-contact .row-2 .row-1 a {
  color: #677075;
}
.warranty-contact .row-2 .row-1 a:hover {
  text-decoration: underline;
}
.warranty-contact .row-2 .row-1 .button-blue-2 {
  text-align: right;
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .warranty-contact .row-2 .row-1 .button-blue-2 {
    text-align: center;
    margin-top: 50px;
  }
}
.warranty-contact .row-3 {
  margin-top: 0;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .warranty-contact .row-3 {
    width: 100%;
    margin-top: 50px;
  }
}

.jobs {
  padding: 100px 0;
  background-color: #fff;
}
.jobs h2 {
  margin-bottom: 40px;
}
.jobs h3 {
  font-size: 30px;
}
.jobs li:before {
  display: none;
}

.sv-archive-portlet h3 {
  margin-top: 10px;
  margin-bottom: 0;
}
.sv-archive-portlet .sv-channel-item {
  border-bottom: 2px solid #f2f2f2;
  padding: 30px 0;
}
.sv-archive-portlet a {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background-color: #ff691f;
  color: #fff !important;
  border: 2px solid transparent;
}
.sv-archive-portlet a:hover {
  transition: 0.5s ease;
  border: 2px solid #ff691f;
  background-color: transparent;
  color: #ff691f !important;
  text-decoration: none !important;
}

.blue-2 {
  background-color: #17242c;
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .blue-2 {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 500px) {
  .blue-2 {
    padding: 50px 0;
  }
}
.blue-2 h1, .blue-2 h2, .blue-2 h3, .blue-2 p {
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .blue-2 h1 {
    font-size: 30px;
  }
}
.blue-2 .col-1 {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
}
.blue-2 .col-1 p, .blue-2 .col-1 h2 {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .blue-2 .col-1 p, .blue-2 .col-1 h2 {
    width: 100%;
  }
}
.blue-2 .row-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  max-width: 1500px;
  margin: 70px auto 0;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .blue-2 .row-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .blue-2 .row-1 {
    grid-template-columns: 1fr;
  }
}
.blue-2 .row-1 .col-1 {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .blue-2 .row-1 .col-1 {
    margin-bottom: 30px;
  }
}
.blue-2 .row-1 .col-1 .sv-text-portlet-content {
  padding: 0;
}
.blue-2 .row-1 .col-1 h2, .blue-2 .row-1 .col-1 p {
  width: 100%;
}
.blue-2 .row-1 .col-1 h2 {
  font-size: 36px;
  color: #cb5216;
}
@media only screen and (max-width: 600px) {
  .blue-2 .row-1 .col-1 h2 {
    font-size: 26px;
  }
}
.blue-2 .row-1 .col-1:before {
  content: " ";
  background: #fff;
  display: inline-block;
  width: 60px;
  height: 3px;
  border-radius: 50px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 900px) {
  .padding-top-heat {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .padding-top-heat {
    padding-top: 30px;
  }
}

.grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  margin-top: 30px;
  max-width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.grid img {
  margin-top: 40px;
}

.login-block {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login-block .sv-image-portlet {
  padding: 0 20px;
  margin-bottom: 20px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.login-block .sv-login-portlet {
  width: 100%;
  text-align: center;
}
.login-block .sv-login-input-group {
  text-align: left;
}
.login-block label {
  font-size: 12px;
  opacity: 0.5;
  color: #000;
}
.login-block input[type=submit],
.login-block a {
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 15px 1em 14px;
  margin-top: 16px;
  font-size: 18px;
  border-style: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.login-block input[type=submit]:hover,
.login-block a:hover {
  background-color: #0d3a77;
  color: #fff;
}
.login-block .input-field,
.login-block .input-field:invalid {
  width: 100%;
  line-height: 1.2em;
  padding: 12px 0.4em;
  font-size: 24px;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  border: 1px solid transparent;
  -webkit-appearance: none;
}
.login-block .input-field:focus,
.login-block .input-field:invalid:focus {
  outline: 0;
  border-color: #60aded;
}
.login-block form {
  padding: 20px;
  background-color: #f9f9f9;
}
@media only screen and (min-width: 450px) {
  .login-block form fieldset {
    max-width: 300px;
  }
}
.login-block fieldset {
  margin: 0 auto;
  padding: 0;
}
.login-block .sv-login-error-message {
  background-color: #bd1d1e;
  color: #fff;
  display: inline-block;
  padding: 3px 0.5em 1px;
  font-size: 12px;
  margin: 0 0 1.2em;
  line-height: 1.6em;
  outline: 0;
}
.login-block .sv-login-error-message:focus {
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.top-block .col-2 {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  flex-direction: row;
}
@media only screen and (max-width: 1200px) {
  .top-block .col-2 {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .top-block .col-2 {
    display: flex;
    flex-direction: column;
  }
  .top-block .col-2 .image-block {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.top-block .col-2 .product-block,
.top-block .col-2 .image-block {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .top-block .col-2 .product-block,
  .top-block .col-2 .image-block {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .top-block .col-2 .product-block {
    order: 2;
  }
}
.top-block .col-2 .image-block {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .top-block .col-2 .image-block {
    order: 1;
  }
}
@media only screen and (max-width: 600px) {
  .top-block .col-2 .button-orange {
    text-align: left;
  }
}

.top-block-2 .sv-text-portlet {
  width: 100%;
}

.content-list-product {
  margin: -42px auto 0;
  padding: 0 30px;
  max-width: 1500px;
}
@media only screen and (max-width: 600px) {
  .content-list-product {
    margin: 30px auto 0;
  }
}
.content-list-product .sv-contentlist-portlet .sv-tab .sv-nav-tabs > li.sv-active > a {
  background-color: #f2f2f2;
  color: #17242c;
}
@media only screen and (max-width: 600px) {
  .content-list-product .sv-contentlist-portlet .sv-tab .sv-nav-tabs > li.sv-active > a {
    border: 2px solid #17242c;
  }
}
.content-list-product .sv-contentlist-portlet .sv-tab .sv-nav-tabs > li > a {
  background-color: #17242c;
  border: 2px solid transparent;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 24px;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .content-list-product .sv-contentlist-portlet .sv-tab .sv-nav-tabs > li > a {
    width: 100%;
    display: block;
    margin-bottom: 6px;
    border-radius: 20px;
    text-align: center;
  }
}
.content-list-product .sv-contentlist-portlet .sv-tab .sv-nav-tabs > li > a:hover {
  color: #17242c;
  background-color: #f2f2f2;
  transition: 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .content-list-product .sv-contentlist-portlet .sv-tab .sv-nav-tabs > li {
    float: none;
  }
}
.content-list-product .sv-contentlist-portlet .sv-tab .sv-nav-tabs {
  border: 0;
}
@media only screen and (max-width: 600px) {
  .content-list-product .sv-contentlist-portlet .sv-tab {
    display: block;
  }
}
.content-list-product .sv-contentlist-portlet .sv-tab-content {
  margin-top: 70px;
}
.content-list-product .sv-contentlist-portlet .sv-tab-content .sv-text-portlet-content {
  max-width: 1500px;
  padding: 0;
}
.content-list-product .sv-contentlist-portlet .sv-tab-content .sv-text-portlet-content h3 {
  margin-bottom: 40px;
}
.content-list-product .sv-contentlist-portlet .sv-tab-content .sv-text-portlet-content ul {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 0;
  color: #677075;
  list-style: none;
}
.content-list-product .sv-contentlist-portlet .sv-tab-content .sv-text-portlet-content ul li {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.content-list-product .sv-contentlist-portlet .sv-tab-content .sv-text-portlet-content ul li:before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ff691f;
  border-radius: 50px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}

.appliacations .sv-slideshow-module .uikit-slideshow-text-container {
  padding: 20px 240px;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .appliacations .sv-slideshow-module .uikit-slideshow-text-container {
    padding: 20px 50px;
  }
}
.appliacations .sv-slideshow-module .uikit-slideshow-text-container h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.appliacations .sv-slideshow-module .uikit-slideshow-text-container p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
.appliacations .sv-slideshow-module .uk-slideshow-items {
  min-height: 450px !important;
}
.appliacations .sv-slideshow-module .uikit-slideshow-image-container:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.filter-block {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 30px;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .filter-block {
    padding: 50px 30px 0;
  }
}
.filter-block .sv-text-portlet-content {
  padding: 0;
  margin: 0;
}

.about-layout {
  padding: 0;
}

.about-loval-blue {
  background-color: #17242c;
  padding: 100px 0 450px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .about-loval-blue {
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 900px) {
  .about-loval-blue {
    padding: 50px 0 200px;
  }
}
@media only screen and (max-width: 600px) {
  .about-loval-blue {
    padding-bottom: 40px;
  }
}
.about-loval-blue .text-block {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
}
.about-loval-blue .text-block .col-1 {
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  .about-loval-blue .text-block .col-1 {
    width: 100%;
  }
}
.about-loval-blue .text-block .col-1 .h2 {
  color: #fff;
  font-size: 40px;
  line-height: 65px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .about-loval-blue .text-block .col-1 .h2 {
    line-height: 36px;
    font-size: 30px;
  }
}
.about-loval-blue .text-block .col-1 p {
  color: #fff;
}
.about-loval-blue .text-block .col-2 {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .about-loval-blue .text-block .col-2 {
    display: none;
  }
}
.about-loval-blue .row-1 {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  position: absolute;
  flex-wrap: wrap;
  top: 400px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .about-loval-blue .row-1 {
    top: 120px;
    position: relative;
  }
}
@media only screen and (max-width: 600px) {
  .about-loval-blue .row-1 {
    position: relative;
    top: 0;
    padding-top: 50px;
    display: flex;
  }
}
.about-loval-blue .row-1 .col-1 {
  text-align: left;
  width: 19%;
}
@media only screen and (max-width: 1200px) {
  .about-loval-blue .row-1 .col-1 {
    width: 18%;
  }
}
@media only screen and (max-width: 600px) {
  .about-loval-blue .row-1 .col-1 {
    width: 50%;
    margin-bottom: 30px;
    text-align: left;
  }
}
.about-loval-blue .row-1 .col-1 .sv-text-portlet-content {
  padding: 0;
}
.about-loval-blue .row-1 .col-1 p {
  color: #fff;
}
.about-loval-blue .row-1 .col-1 h2 {
  color: #cb5216;
  margin-top: 20px;
  font-weight: 800;
  font-size: 60px;
  margin: 20px 0;
}
@media only screen and (max-width: 1200px) {
  .about-loval-blue .row-1 .col-1 h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .about-loval-blue .row-1 .col-1 h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .about-loval-blue .row-1 .col-1 h2 {
    font-size: 40px;
  }
}
.about-loval-blue .row-1 .col-1:before {
  content: " ";
  background: #fff;
  display: inline-block;
  width: 60px;
  height: 3px;
  border-radius: 50px;
}

.two-block {
  background-color: transparent;
}

.quality-block {
  position: relative;
  padding: 100px 0 50px;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .quality-block {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .quality-block {
    padding: 50px 0 70px;
  }
}
.quality-block .row-1 {
  max-width: 1500px;
  margin: 0 auto;
}
.quality-block .row-1 .col-1 {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .quality-block .row-1 .col-1 {
    width: 100%;
  }
}
.quality-block .row-1 .col-1 h2 {
  margin-bottom: 40px;
}
.quality-block .row-1 .col-1 .button-blue-2 {
  margin-top: 70px;
}
.quality-block .row-1 .col-2 {
  text-align: right;
  max-width: 1500px;
  margin: -260px auto 0;
  opacity: 0.6;
}
@media only screen and (max-width: 1200px) {
  .quality-block .row-1 .col-2 {
    display: none;
  }
}

.product-slideshow .uk-slideshow {
  margin-bottom: -25px;
}
.product-slideshow .uk-slideshow .uikit-slideshow-image-container img {
  width: 1000px !important;
  height: 1000px !important;
  min-width: 0;
  min-height: 0;
  z-index: 10;
  right: 0;
  margin-left: 400px;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow .uk-slideshow .uikit-slideshow-image-container img {
    margin: 0 !important;
    position: absolute;
    max-width: 0;
    max-height: 0;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 0;
  }
}
.product-slideshow .uk-slideshow .uk-slideshow-items {
  min-height: 90vh !important;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow .uk-slideshow .uk-slideshow-items {
    min-height: 95vh !important;
  }
}
.product-slideshow .uk-slideshow .uikit-slideshow-image-container {
  background-color: #fff;
}
.product-slideshow .uk-slideshow .uikit-slideshow-image-container:after {
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow .uk-slideshow .uikit-slideshow-image-container:after {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.product-slideshow .uk-slideshow .uikit-slideshow-text-container {
  text-align: left;
}
.product-slideshow .uk-slideshow .uikit-slideshow-text-container h2 {
  color: #17242c;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  width: 30%;
  margin-bottom: 70px;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow .uk-slideshow .uikit-slideshow-text-container h2 {
    width: 100%;
    line-height: 36px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
  }
}
.product-slideshow .uk-slideshow .uikit-slideshow-text-container p {
  color: #677075;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  width: 30%;
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow .uk-slideshow .uikit-slideshow-text-container p {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
  }
}
.product-slideshow .uk-slideshow .uikit-slideshow-text-container .slide-extra-text {
  color: #677075;
  font-size: 16px;
  line-height: 26px !important;
  font-weight: 500;
  width: 30%;
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  .product-slideshow .uk-slideshow .uikit-slideshow-text-container .slide-extra-text {
    width: 50%;
  }
}
.product-slideshow .uk-slideshow .uk-position-center {
  top: 200px;
  left: 0;
  transform: none;
  margin: 0 auto !important;
  padding: 0 60px !important;
  max-width: 1500px !important;
  width: 1500px;
  position: relative !important;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow .uk-slideshow .uk-position-center {
    top: 350px;
    width: 100%;
    max-width: 700px !important;
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .product-slideshow .uk-slideshow .uk-position-center {
    top: 150px;
    width: 100%;
    max-width: 305px !important;
    padding: 0;
  }
}
.product-slideshow .uk-slideshow .uikit-slideshow-cta-container {
  justify-content: left;
  margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow .uk-slideshow .uikit-slideshow-cta-container {
    margin-top: 50px;
    justify-content: center;
  }
}
.product-slideshow .uk-slideshow .uikit-slideshow-cta-container .uikit-slideshow-cta {
  border-radius: 50px;
  text-transform: none;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background-color: #17242c;
  border: 2px solid transparent;
  margin-right: 10px !important;
}
.product-slideshow .uk-slideshow .uikit-slideshow-cta-container .uikit-slideshow-cta:hover {
  transition: 0.5s ease;
  border: 2px solid #17242c;
  background-color: transparent;
  color: #17242c;
}
.product-slideshow .uk-slideshow .uikit-slideshow-cta-container .uikit-slideshow-cta-1 {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background-color: #fff;
  border: 2px solid #17242c;
  color: #17242c;
}
.product-slideshow .uk-slideshow .uikit-slideshow-cta-container .uikit-slideshow-cta-1:hover {
  transition: 0.5s ease;
  border: 2px solid transparent;
  background-color: #17242c;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow .uk-slideshow .uikit-slideshow-cta-container .uikit-slideshow-cta-1 {
    border: 2px solid #fff;
  }
}
.product-slideshow .uk-slideshow .uikit-slideshow-cta-container .button {
  margin: 0;
}
.product-slideshow .uk-slideshow .uk-slidenav {
  background-color: #ff691f;
  border-radius: 50%;
}
.product-slideshow .uk-slideshow .uk-slidenav svg {
  margin: 5px;
}
.product-slideshow .uk-slideshow .uk-dotnav a {
  background-color: #fff;
  border: 1px solid #17242c;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow .uk-slideshow .uk-dotnav a {
    border: 1px solid #fff;
  }
}
.product-slideshow .uk-slideshow .uk-dotnav .uk-active a {
  background-color: #17242c;
  border: 1px solid transparent;
}

.product-slideshow-2 .uk-slideshow {
  margin-bottom: 0;
}
.product-slideshow-2 .uk-slideshow .uk-position-center {
  width: 100% !important;
}
.product-slideshow-2 .uk-slideshow li:before {
  display: none;
}
.product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container {
  text-align: left;
  padding: 20px 150px;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container {
    padding: 20px 50px;
  }
}
.product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container h2, .product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  margin-bottom: 70px;
  text-align: left;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container h2, .product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container h1 {
    line-height: 36px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container p {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container p {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
  }
}
.product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container .uikit-slideshow-cta-container {
  justify-content: left;
  margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container .uikit-slideshow-cta-container {
    margin-top: 50px;
    justify-content: center;
  }
}
.product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container .uikit-slideshow-cta-container .uikit-slideshow-cta {
  border-radius: 50px;
  text-transform: none;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background-color: #17242c;
  border: 2px solid transparent;
  margin-right: 10px !important;
}
.product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container .uikit-slideshow-cta-container .uikit-slideshow-cta:hover {
  transition: 0.5s ease;
  border: 2px solid #17242c;
  background-color: transparent;
  color: #17242c;
}
.product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container .uikit-slideshow-cta-container .uikit-slideshow-cta-1 {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  background-color: #fff;
  border: 2px solid #17242c;
  color: #17242c;
}
.product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container .uikit-slideshow-cta-container .uikit-slideshow-cta-1:hover {
  transition: 0.5s ease;
  border: 2px solid transparent;
  background-color: #17242c;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container .uikit-slideshow-cta-container .uikit-slideshow-cta-1 {
    border: 2px solid #fff;
  }
}
.product-slideshow-2 .uk-slideshow .uikit-slideshow-text-container .uikit-slideshow-cta-container .button {
  margin: 0;
}