@font-face {
  font-family: "core_sans_c45_regular";
  src: url("../fonts/coresansc-45regular_2-webfont.woff2") format("woff2"), url("../fonts/coresansc-45regular_2-webfont.woff") format("woff"), url("../fonts/coresansc-45regular_2-webfont.ttf") format("truetype"), url("../fonts/coresansc-45regular_2-webfont.svg#core_sans_c45_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "core_sans_c85_heavy";
  src: url("../fonts/coresansc-85heavy_6-webfont.woff2") format("woff2"), url("../fonts/coresansc-85heavy_6-webfont.woff") format("woff"), url("../fonts/coresansc-85heavy_6-webfont.ttf") format("truetype"), url("../fonts/coresansc-85heavy_6-webfont.svg#core_sans_c85_heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "core_sans_c35_light";
  src: url("../fonts/coresansc-35light-webfont.woff2") format("woff2"), url("../fonts/coresansc-35light-webfont.woff") format("woff"), url("../fonts/coresansc-35light-webfont.ttf") format("truetype"), url("../fonts/coresansc-35light-webfont.svg#core_sans_c35_light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "core_sans_c75_extrabold";
  src: url("../fonts/coresansc-75extrabold-webfont.woff2") format("woff2"), url("../fonts/coresansc-75extrabold-webfont.woff") format("woff"), url("../fonts/coresansc-75extrabold-webfont.ttf") format("truetype"), url("../fonts/coresansc-75extrabold-webfont.svg#core_sans_c75_extrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "core_sans_c95_black";
  src: url("../fonts/coresansc-95black-webfont.woff2") format("woff2"), url("../fonts/coresansc-95black-webfont.woff") format("woff"), url("../fonts/coresansc-95black-webfont.ttf") format("truetype"), url("../fonts/coresansc-95black-webfont.svg#core_sans_c95_black") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "core_sans_c55_medium";
  src: url("../fonts/coresansc-55medium-webfont.woff2") format("woff2"), url("../fonts/coresansc-55medium-webfont.woff") format("woff"), url("../fonts/coresansc-55medium-webfont.ttf") format("truetype"), url("../fonts/coresansc-55medium-webfont.svg#core_sans_c55_medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "core_sans_c65_bold";
  src: url("../fonts/coresansc-65bold-webfont.woff2") format("woff2"), url("../fonts/coresansc-65bold-webfont.woff") format("woff"), url("../fonts/coresansc-65bold-webfont.ttf") format("truetype"), url("../fonts/coresansc-65bold-webfont.svg#core_sans_c65_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.font-light,
.lp-homewhiz__infoBig,
.lp-homewhiz h1 span,
.lp-homewhiz h2 span,
.lp-homewhiz h3 span,
.lp-homewhiz h4 span {
  font-family: "core_sans_c35_light";
  font-weight: 300;
}

.font-regular,
.lp-homewhiz h1 small,
.lp-homewhiz h2 small,
.lp-homewhiz h3 small,
.lp-homewhiz h4 small,
.lp-homewhiz h1,
.lp-homewhiz h2,
.lp-homewhiz h3,
.lp-homewhiz h4,
.lp-homewhiz {
  font-family: "core_sans_c45_regular";
  font-weight: 400;
}

.font-medium {
  font-family: "core_sans_c55_medium";
  font-weight: 500;
}

.font-bold,
.lp-homewhiz__informationsBoxes__box__title,
.lp-homewhiz strong,
.lp-homewhiz h2 {
  font-family: "core_sans_c65_bold";
  font-weight: 700;
}

.font-extra-bold {
  font-family: "core_sans_c75_extrabold";
  font-weight: 700;
}

.font-heavy {
  font-family: "core_sans_c85_heavy";
  font-weight: 900;
}

.font-black {
  font-family: "core_sans_c95_black";
  font-weight: 900;
}

.flex-row {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .flex-row {
    flex-direction: row;
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .flex-row {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .flex-row {
    max-width: 1170px;
  }
}

@media (min-width: 1366px) {
  .flex-row {
    max-width: 1200px;
  }
}

.flex-row.full-width {
  max-width: 1400px;
}

.flex-row.no-padd {
  padding: 0;
}

.flex-row .colflex-sm-2 {
  max-width: 16.6666666667%;
}

.flex-row .colflex-sm-3 {
  max-width: 25%;
}

.flex-row .colflex-sm-4 {
  max-width: 33.3333333333%;
}

.flex-row .colflex-sm-5 {
  max-width: 41.6666666667%;
}

.flex-row .colflex-sm-6 {
  max-width: 50%;
}

.flex-row .colflex-sm-7 {
  max-width: 58.3333333333%;
}

.flex-row .colflex-sm-8 {
  max-width: 66.6666666667%;
}

.flex-row .colflex-sm-9 {
  max-width: 75%;
}

.flex-row .colflex-sm-10 {
  max-width: 83.3333333333%;
}

.flex-row .colflex-sm-11 {
  max-width: 91.6666666667%;
}

.flex-row .colflex-sm-12 {
  max-width: 100%;
}

.flex-row .colflex-1 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-1 {
    max-width: 8.3333333333%;
  }
}

.flex-row .colflex-1.no-padd {
  padding: 0;
}

.flex-row .order-1 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-1 {
    order: 1;
  }
}

.flex-row .colflex-2 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-2 {
    max-width: 16.6666666667%;
  }
}

.flex-row .colflex-2.no-padd {
  padding: 0;
}

.flex-row .order-2 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-2 {
    order: 2;
  }
}

.flex-row .colflex-3 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-3 {
    max-width: 25%;
  }
}

.flex-row .colflex-3.no-padd {
  padding: 0;
}

.flex-row .order-3 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-3 {
    order: 3;
  }
}

.flex-row .colflex-4 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-4 {
    max-width: 33.3333333333%;
  }
}

.flex-row .colflex-4.no-padd {
  padding: 0;
}

.flex-row .order-4 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-4 {
    order: 4;
  }
}

.flex-row .colflex-5 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-5 {
    max-width: 41.6666666667%;
  }
}

.flex-row .colflex-5.no-padd {
  padding: 0;
}

.flex-row .order-5 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-5 {
    order: 5;
  }
}

.flex-row .colflex-6 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-6 {
    max-width: 50%;
  }
}

.flex-row .colflex-6.no-padd {
  padding: 0;
}

.flex-row .order-6 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-6 {
    order: 6;
  }
}

.flex-row .colflex-7 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-7 {
    max-width: 58.3333333333%;
  }
}

.flex-row .colflex-7.no-padd {
  padding: 0;
}

.flex-row .order-7 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-7 {
    order: 7;
  }
}

.flex-row .colflex-8 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-8 {
    max-width: 66.6666666667%;
  }
}

.flex-row .colflex-8.no-padd {
  padding: 0;
}

.flex-row .order-8 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-8 {
    order: 8;
  }
}

.flex-row .colflex-9 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-9 {
    max-width: 75%;
  }
}

.flex-row .colflex-9.no-padd {
  padding: 0;
}

.flex-row .order-9 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-9 {
    order: 9;
  }
}

.flex-row .colflex-10 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-10 {
    max-width: 83.3333333333%;
  }
}

.flex-row .colflex-10.no-padd {
  padding: 0;
}

.flex-row .order-10 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-10 {
    order: 10;
  }
}

.flex-row .colflex-11 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-11 {
    max-width: 91.6666666667%;
  }
}

.flex-row .colflex-11.no-padd {
  padding: 0;
}

.flex-row .order-11 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-11 {
    order: 11;
  }
}

.flex-row .colflex-12 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-12 {
    max-width: 100%;
  }
}

.flex-row .colflex-12.no-padd {
  padding: 0;
}

.flex-row .order-12 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-12 {
    order: 12;
  }
}

.box-flex {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .box-flex {
    flex-direction: row;
  }
}

.box-flex.column {
  flex-direction: column;
}

.box-flex.row {
  flex-direction: row;
}

.box-flex.jc-space-between {
  justify-content: space-between;
}

.box-flex.jc-center {
  justify-content: center;
}

.box-flex.jc-flex-end {
  justify-content: flex-end;
}

.box-flex.ai-center {
  align-items: center;
}

.box-flex.ai-flex-start {
  align-items: flex-start;
}

.box-flex.ai-flex-end {
  align-items: flex-end;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body {
  margin: 0;
}

.bgd1 {
  background: url("../images/bgd1.jpg");
  background-size: cover;
}

.bgd3 {
  background: url("../images/bgd3.jpg");
  background-size: cover;
}

.bgd4 {
  background: url("../images/bgd4.jpg");
  background-size: cover;
}

.bgd5 {
  background: url("../images/bgd5.jpg");
  background-size: cover;
}

@keyframes animA {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes animB {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes animc {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.lp-homewhiz {
  position: relative;
  font-size: 14px;
  line-height: 1.75;
  overflow: hidden;
  background: #fff;
  color: #fff !important;
  margin: 0 auto;
  max-width: 1400px;
  background-size: cover;
}

@media (min-width: 768px) {
  .lp-homewhiz {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .lp-homewhiz {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .lp-homewhiz {
    font-size: 17px;
  }
}

.lp-homewhiz * {
  box-sizing: border-box;
}

.lp-homewhiz img,
.lp-homewhiz video {
  max-width: 100%;
  display: block;
}

.lp-homewhiz .lp-container {
  max-width: 1400px;
}

.lp-homewhiz ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lp-homewhiz img.lazy {
  width: auto;
  max-width: 100%;
}

.lp-homewhiz h1,
.lp-homewhiz h2,
.lp-homewhiz h3,
.lp-homewhiz h4 {
  color: #fff;
  margin: 0 0 0.6em;
  line-height: 1.5;
  text-align: center;
}

.lp-homewhiz h1 small,
.lp-homewhiz h2 small,
.lp-homewhiz h3 small,
.lp-homewhiz h4 small {
  display: block;
  font-size: 70%;
}

.lp-homewhiz h1 {
  font-size: 1.5em;
}

@media (min-width: 768px) {
  .lp-homewhiz h1 {
    font-size: 2.125em;
  }
}

@media (min-width: 992px) {
  .lp-homewhiz h1 {
    font-size: 3.125em;
  }
}

.lp-homewhiz h2 {
  font-size: 1.75em;
  margin: 0 0 1.5em;
}

@media (min-width: 992px) {
  .lp-homewhiz h2 {
    font-size: 2.5em;
  }
}

.lp-homewhiz h3 {
  font-size: 1.05em;
}

@media (min-width: 768px) {
  .lp-homewhiz h3 {
    font-size: 1.25em;
  }
}

@media (min-width: 992px) {
  .lp-homewhiz h3 {
    font-size: 1.65em;
  }
}

.lp-homewhiz h4 {
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .lp-homewhiz h4 {
    font-size: 1.05em;
  }
}

@media (min-width: 992px) {
  .lp-homewhiz h4 {
    font-size: 1.55em;
  }
}

.lp-homewhiz br {
  display: none;
}

@media (min-width: 992px) {
  .lp-homewhiz br {
    display: inline;
  }
}

.lp-homewhiz .padding-box {
  padding: 1.5em 0;
}

@media (min-width: 768px) {
  .lp-homewhiz .padding-box {
    padding: 1.75em 0;
  }
}

@media (min-width: 992px) {
  .lp-homewhiz .padding-box {
    padding: 2.125em 0;
  }
}

@media (min-width: 1200px) {
  .lp-homewhiz .padding-box {
    padding: 3.125em 0;
  }
}

.lp-homewhiz .pattern-box__dark {
  background: rgba(0, 0, 0, 0.2);
}

.lp-homewhiz .pattern-box__light {
  background: rgba(0, 0, 0, 0.1);
}

.lp-homewhiz__energy-manager {
  position: relative;
}

@media (min-width: 768px) {
  .lp-homewhiz__energy-manager .flex-row {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}

.lp-homewhiz__energy-manager .flex-row .colflex-6 {
  margin-left: auto;
}

.lp-homewhiz__energy-manager .flex-row .colflex-6 h3 {
  text-align: left;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  transform: translateY(-50%);
  font-size: clamp(19px, 3vw, 30px);
}

@media (min-width: 768px) {
  .lp-homewhiz__energy-manager .flex-row .colflex-6 h3 {
    font-size: 1.75em;
    position: relative;
    top: initial;
    right: initial;
    transform: initial;
    width: auto;
  }
}

.lp-homewhiz__energy-manager img.lp-homewhiz__energy-manager__img__mobile {
  width: 70%;
}

@media (min-width: 768px) {
  .lp-homewhiz__energy-manager img.lp-homewhiz__energy-manager__img__mobile {
    display: none;
  }
}

.lp-homewhiz__energy-manager img.lp-homewhiz__energy-manager__img__desktop {
  width: clamp(100px, 78vw, 1036px);
  display: none;
}

@media (min-width: 768px) {
  .lp-homewhiz__energy-manager img.lp-homewhiz__energy-manager__img__desktop {
    display: block;
  }
}

.lp-homewhiz__energy-manager__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.lp-homewhiz__howWorks {
  text-align: center;
}

.lp-homewhiz__howWorks h2 {
  line-height: 1.2;
  margin-bottom: 1em;
}

.lp-homewhiz__howWorks h2 br {
  display: inline;
}

.lp-homewhiz__followWear {
  position: relative;
}

@media (min-width: 768px) {
  .lp-homewhiz__followWear .flex-row .colflex-6 {
    margin-left: auto;
  }
}

.lp-homewhiz__followWear__box {
  background: #000;
  padding: 2em;
}

@media (min-width: 768px) {
  .lp-homewhiz__followWear__box {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0%;
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
    min-width: 475px;
  }
}

.lp-homewhiz__followWear__box h3 {
  font-size: clamp(19px, 3vw, 30px);
  text-align: left;
}

@media (min-width: 768px) {
  .lp-homewhiz__followWear__box h3 {
    font-size: 1.75em;
  }
}

.lp-homewhiz__followWear__box p {
  margin: 0 0 1em;
  font-size: 1.1em;
}

@media (min-width: 992px) {
  .lp-homewhiz__followWear__box p {
    margin: 0 0 2em;
  }
}

@media (min-width: 768px) {
  .lp-homewhiz__followWear img.lp-homewhiz__followWear__img__mobile {
    display: none;
  }
}

.lp-homewhiz__followWear img.lp-homewhiz__followWear__img__desktop {
  display: none;
}

@media (min-width: 768px) {
  .lp-homewhiz__followWear img.lp-homewhiz__followWear__img__desktop {
    display: block;
  }
}

.lp-homewhiz__videoMain {
  position: relative;
  margin: 5em 0;
}

.lp-homewhiz__functions {
  padding: 3em 0;
}

.lp-homewhiz__functions img {
  display: block;
  margin: 0 auto;
}

.lp-homewhiz__infoBig {
  padding: 4em;
}

.lp-homewhiz__infoBig h3 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
}

.lp-homewhiz__informationsBoxes {
  padding: 5em 0 0;
}

.lp-homewhiz__informationsBoxes__box {
  text-align: center;
  padding: 0 2em;
}

.lp-homewhiz__informationsBoxes__box__icon {
  margin: 1.5em 0;
}

@media (min-width: 768px) {
  .lp-homewhiz__informationsBoxes__box__icon {
    margin: 0 0 1.5em;
  }
}

.lp-homewhiz__informationsBoxes__box__icon img {
  height: 86px;
  margin: 0 auto;
}

.lp-homewhiz__informationsBoxes__box__title {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.75em;
}

.lp-homewhiz__informationsBoxes__ctaBox {
  text-align: center;
  margin-top: 5em;
  gap: 3em;
}

.lp-homewhiz__btn {
  font-size: 18px;
  padding: 0.75em 1.25em;
  display: inline-block;
  background: #0089ce;
  color: #fff;
  text-decoration: none;
  transition: background 0.4s;
}

@media (min-width: 768px) {
  .lp-homewhiz__btn {
    font-size: 22px;
  }
}

.lp-homewhiz__btn:hover {
  background: #164c79;
}

.lp-homewhiz .video-icon {
  position: absolute;
  top: 95%;
  left: 95%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.lp-homewhiz .video-icon:hover {
  opacity: 1;
}

.lp-homewhiz__cookies {
  padding: 3em 0;
}

.lp-homewhiz__cookies .CookieDeclarationType {
  display: block;
  margin: 12px 0 12px 0;
  padding: 8px 8px 0 8px;
  border: 1px solid #fff;
  vertical-align: top;
}

.lp-homewhiz__cookies .CookieDeclaration {
  text-align: center;
}

.lp-homewhiz__cookies .CookieDeclaration a {
  color: #fff;
}

.lp-homewhiz__cookies table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 18px 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.lp-homewhiz__cookies tbody tr td {
  text-align: center;
  text-overflow: ellipsis;
  word-wrap: break-word;
  border-bottom: 1px solid #fff;
  vertical-align: top;
  padding: 4px 4px 5px 4px;
}

.lp-homewhiz__footer__boxes {
  display: flex;
  flex-direction: column;
}

@media (min-width: 576px) {
  .lp-homewhiz__footer__boxes {
    flex-direction: row;
  }
}

.lp-homewhiz .swiper {
  width: 100%;
  height: 100%;
}

.lp-homewhiz .swiper .swiper-button-next,
.lp-homewhiz .swiper .swiper-button-prev {
  color: #fff;
  transition: color 0.4s;
}

.lp-homewhiz .swiper .swiper-button-next:hover,
.lp-homewhiz .swiper .swiper-button-prev:hover {
  color: #38c1f0;
}

.icons-boxes {
  position: relative;
}

.icons-boxes.top-border:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  background: #fff;
  width: 30%;
  height: 2px;
}

.icons-boxes__row {
  justify-content: center;
  flex-direction: row;
  gap: 2em;
  margin-top: 2em;
}

.icons-boxes__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 115px;
  text-align: center;
  text-decoration: none;
}

.icons-boxes__box__icon {
  height: 100px;
}

.icons-boxes__box__icon img {
  display: block;
  margin: 0 auto;
  transition: filter 0.35s;
}

.icons-boxes__box__link {
  width: 100%;
  display: block;
  color: #fff;
  border: 2px solid #0089ce;
  padding: 0.25em;
  background: transparent;
  transition: background 0.35s;
}

.icons-boxes__box:hover .icons-boxes__box__icon img {
  filter: drop-shadow(0 0 6px #fff);
}

.icons-boxes__box:hover .icons-boxes__box__link {
  background: #0089ce;
}

.products {
  position: relative;
}

.products__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 1.5em;
  width: 200px;
}

.products__box__img img {
  display: block;
  margin: 0 auto;
  max-width: 180px;
  max-height: clamp(200px, 24vw, 400px);
}

.products__box__title {
  text-align: center;
  font-size: 0.85em;
  font-weight: 700;
}

.products__box__title small {
  display: block;
  font-size: 90%;
  font-weight: 400;
}

.products__box__btn {
  position: relative;
  text-align: center;
  max-width: 150px;
}

.products__box__btn__text {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  padding: 0.5em 1.75em;
  width: 100%;
  background: transparent;
  transition: background 0.35s;
}

.products__box__btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: scaleY(0%);
  transform-origin: bottom;
  transition: transform 0.35s;
  pointer-events: none;
}

.products__box__btn ul li {
  padding: 0.5em 0;
  background: #0089ce;
  transition: background 0.35s;
}

.products__box__btn ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.products__box__btn:hover ul {
  pointer-events: all;
  transform: scaleY(100%);
}

.products__box__btn:hover .products__box__btn__text {
  background: #0089ce;
}

.products__boxes {
  gap: 3em;
  justify-content: center;
  flex-direction: row;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer .flex-row {
  max-width: 1100px;
}

footer .colflex-4 {
  margin: 1em 0;
  max-width: 40%;
}

@media (min-width: 768px) {
  footer .colflex-4 {
    margin: 0;
  }
}

footer .text-center {
  text-align: center;
}

footer .text-center img {
  margin: 0 auto;
  max-height: 60px;
}

footer ul {
  line-height: 1;
}

footer a {
  font-size: 0.75em;
  color: #fff;
  text-decoration: none;
  transition: color 0.4s;
}

footer a:hover {
  color: #38c1f0;
}

footer .footer-logo-box {
  text-align: center;
}

@media (min-width: 768px) {
  footer .footer-logo-box {
    text-align: right;
  }
}

footer .footer-logo-box a {
  display: inline-block;
}