/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "FigMedium";
  font-display: swap;
  src: url("/assets/config/fonts/Figtree-Medium.eot?") format("eot"), url("/assets/config/fonts/Figtree-Medium.woff2") format("woff2"), url("/assets/config/fonts/Figtree-Medium.woff") format("woff"), url("/assets/config/fonts/Figtree-Medium.ttf") format("truetype"), url("/assets/config/fonts/Figtree-Medium.svg#FigMedium") format("svg");
}
@font-face {
  font-family: "FigSemiBold";
  font-display: swap;
  src: url("/assets/config/fonts/Figtree-SemiBold.eot?") format("eot"), url("/assets/config/fonts/Figtree-SemiBold.woff2") format("woff2"), url("/assets/config/fonts/Figtree-SemiBold.woff") format("woff"), url("/assets/config/fonts/Figtree-SemiBold.ttf") format("truetype"), url("/assets/config/fonts/Figtree-SemiBold.svg#FigSemiBold") format("svg");
}
@font-face {
  font-family: "FigExtraBold";
  font-display: swap;
  src: url("/assets/config/fonts/Figtree-ExtraBold.eot?") format("eot"), url("/assets/config/fonts/Figtree-ExtraBold.woff2") format("woff2"), url("/assets/config/fonts/Figtree-ExtraBold.woff") format("woff"), url("/assets/config/fonts/Figtree-ExtraBold.ttf") format("truetype"), url("/assets/config/fonts/Figtree-ExtraBold.svg#FigExtraBold") format("svg");
}
@font-face {
  font-family: "PoppinsRegular";
  font-display: swap;
  src: url("/assets/config/fonts/Poppins-Regular.eot?") format("eot"), url("/assets/config/fonts/Poppins-Regular.woff2") format("woff2"), url("/assets/config/fonts/Poppins-Regular.woff") format("woff"), url("/assets/config/fonts/Poppins-Regular.ttf") format("truetype"), url("/assets/config/fonts/Poppins-Regular.svg#PoppinsRegular") format("svg");
}
@font-face {
  font-family: "PoppinsBold";
  font-display: swap;
  src: url("/assets/config/fonts/Poppins-Bold.eot?") format("eot"), url("/assets/config/fonts/Poppins-Bold.woff2") format("woff2"), url("/assets/config/fonts/Poppins-Bold.woff") format("woff"), url("/assets/config/fonts/Poppins-Bold.ttf") format("truetype"), url("/assets/config/fonts/Poppins-Bold.svg#PoppinsBold") format("svg");
}
html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  font-family: var(--best-regular-font-1);
  color: var(--best-main-black);
}

h1 {
  color: var(--best-main-1);
}

h1,
h2 {
  line-height: 1;
  margin-bottom: var(--flow-space);
  font-family: var(--best-bold-font-1);
}

h2 {
  color: var(--best-main-1);
  font-size: 1.71875rem;
  font-size: 20px;
  font-size: clamp(
    20px,
    16.5909090909px + 1.0653409091vw,
    27.5px
  );
}

h3 {
  font-size: 1.09375rem;
  font-family: var(--best-bold-font-1);
  margin-bottom: var(--flow-space);
}

h4 {
  margin-bottom: var(--flow-space);
}

p {
  font-size: 12.5px;
  font-size: clamp(
    12.5px,
    10.2272727273px + 0.7102272727vw,
    17.5px
  );
}

a {
  color: var(--best-main-black);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

button:hover {
  cursor: pointer;
}

em {
  font-style: italic;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#bp_container {
  z-index: 9999999 !important;
}

.pull-block {
  margin-top: -12.5rem;
}

.pull-carousel {
  margin-top: -12.5rem;
}

.page--home .full-header__bottom-menu ul li:first-of-type a {
  border: 2px solid var(--best-main-3);
}

.page--energy-matters {
  background: var(--best-main-7);
}

.page--case-studies .globe-slider-bg {
  padding-top: 3.125rem;
}

.page--about-us svg.best-energy-header path {
  fill: #000039;
}
.page--about-us header.js-open-menu svg.best-energy-header path,
.page--about-us header.js-fix-header svg.best-energy-header path {
  fill: #ffffff;
}
.page--about-us .burger-icon {
  background-color: #000039;
}
.page--about-us .burger-icon:before, .page--about-us .burger-icon:after {
  background-color: #000039;
}
.page--about-us header.js-open-menu .burger-icon:before, .page--about-us header.js-open-menu .burger-icon:after {
  background-color: #ffffff;
}
.page--about-us header.js-fix-header .burger-icon {
  background-color: #ffffff;
}
.page--about-us header.js-fix-header .burger-icon:before, .page--about-us header.js-fix-header .burger-icon:after {
  background-color: #ffffff;
}
.page--about-us .menu-button.is-active .burger-icon {
  background-color: transparent !important;
}
.page--about-us .menu-button.is-active .burger-icon:before, .page--about-us .menu-button.is-active .burger-icon:after {
  background-color: #ffffff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  cursor: pointer;
}

.section-solutions {
  margin: 60px 0 60px 0;
}

.title-solutions {
  margin-bottom: 40px;
}

.grid-title-solutions {
  background: var(--best-main-1);
  color: #fff;
  text-align: center;
  padding: 0 !important;
}

.grid-title-solutions h3 {
  margin-bottom: -16px !important;
  padding: 10px 0 10px 0;
  color: var(--best-main-white) !important;
}

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

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.25em;
  vertical-align: middle;
  font-size: 1.5em;
  fill: currentColor;
  pointer-events: none;
}

.best-energy-header {
  width: 8.3125rem;
  height: 2.75rem;
  position: relative;
  z-index: 9;
}
@media (max-width: 63.99em) {
  .best-energy-header {
    top: -0.375rem;
    height: 4rem;
  }
}
@media (min-width: 64em) {
  .best-energy-header {
    width: 18rem;
  }
}

.best-icon-dark {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
}
.best-icon-dark path,
.best-icon-dark polygon {
  transition: fill 0.5s ease-in-out;
}
.best-icon-dark:hover g {
  fill: var(--best-main-9);
}
.best-icon-dark:hover path {
  fill: var(--best-main-9);
}
.best-icon-dark:hover polygon {
  fill: var(--best-main-9);
}

.best-icon-dark-right {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
}
.best-icon-dark-right path,
.best-icon-dark-right polygon {
  transition: fill 0.5s ease-in-out;
}
.best-icon-dark-right:hover g {
  fill: var(--best-main-9);
}
.best-icon-dark-right:hover path {
  fill: var(--best-main-9);
}
.best-icon-dark-right:hover polygon {
  fill: var(--best-main-9);
}

.u-container {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 71rem;
}

.u-h-100vh {
  height: 100vh;
}

.u-flow > * + * {
  margin-top: 1em;
  margin-top: var(--flow-space);
}

.d-grid {
  display: grid;
}
.d-grid--place-items-center {
  place-items: center;
}

@media (min-width: 64em) {
  .d-grid-desktop-1 {
    display: grid;
  }
}

.d-grid-sec-columns-container {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .d-grid-sec-columns-container {
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 768px) {
  .d-grid-sec-columns-container {
    display: grid;
    grid-template-columns: auto;
  }
}
.d-flex {
  display: flex;
}

@media (min-width: 64em) {
  .d-flex-desktop-1 {
    display: flex;
  }
}

.d-flex-wrap {
  flex-wrap: wrap;
}

@media (min-width: 62em) {
  .d-flex-tablet-3 {
    display: flex;
  }
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-space-between {
  justify-content: space-between;
}

.u-justify-content-flex-end {
  justify-content: flex-end;
}

.u-align-items-center {
  align-items: center;
}

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-content-end {
  align-content: end;
}

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

@media (min-width: 64em) {
  .u-flex-direction-column-desktop {
    flex-direction: column;
  }
}

@media (min-width: 64em) {
  .u-align-items-flex-end-desktop {
    align-items: flex-end;
  }
}

.u-d-block {
  display: block;
}

.u-d-inline-block {
  display: inline-block;
}

.u-mx-auto {
  margin: 0 auto;
}

.u-display-none {
  display: none;
}

@media (min-width: 64em) {
  .u-display-none-desktop-1 {
    display: none;
  }
}

@media (min-width: 64em) {
  .u-display-block-desktop-1 {
    display: block;
  }
}

.u-position-relative {
  position: relative;
}

.u-position-fixed {
  position: fixed;
}

.u-position-absolute {
  position: absolute;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-unstyled-list {
  list-style-type: none;
}

.u-list-inline > li {
  display: inline;
}

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

.u-text-uppercase {
  text-transform: uppercase;
}

.u-p-0 {
  padding: 0;
}

.u-m-0 {
  margin: 0;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-list-unstyled {
  list-style: none;
}

.u-list-inline li {
  display: inline;
}

.u-mb-50 {
  margin-bottom: 3.125rem;
}

.u-bg-colour-white {
  background: #ffffff;
}
.u-bg-colour-white .swiper-horizontal-title-wrap p {
  color: var(--best-main-1);
}

.u-bg-main-colour-1 {
  background: var(--best-main-1);
}
.u-bg-main-colour-1--video-padding {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 63.99em) {
  .u-bg-main-colour-1--video-title-padding {
    padding-bottom: 10.625rem;
  }
}

.u-bg-main-colour-4 {
  background: var(--best-main-4);
}

.u-bg-main-colour-6 {
  background: var(--best-main-6);
}

.u-color-2 {
  color: var(--best-main-2);
}

@media (min-width: 64em) {
  .u-gradient-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #000039 0%, #00003900 43%) 0% 0% no-repeat padding-box;
  }
}

@media (min-width: 64em) {
  .u-gradient-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(270deg, #000039 0%, #00003900 43%) 0% 0% no-repeat padding-box;
  }
}

.u-gradient-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8;
  pointer-events: none;
}

.u-gradient-4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: linear-gradient(rgba(0, 0, 57, 0.5) 0%, #000039 90%);
}

.u-gradient-5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: rgba(0, 0, 57, 0.6);
}

.u-gradient-6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(-270deg, #000039 0%, #00003900 56%) 0% 0% no-repeat padding-box;
  z-index: 8;
}

/* heading line */
.u-heading-line {
  padding-left: 1.25rem;
  position: relative;
}
.u-heading-line:before {
  content: "";
  background-color: var(--best-main-8);
  position: absolute;
  left: 0;
  top: 0rem;
  height: 100%;
  width: 0.3125rem;
}

:root {
  --swiper-pagination-color: #ffffff;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.9375rem;
  border: 1px solid transparent;
  padding: 0.625rem 1.375rem 0.5rem 1.375rem;
  line-height: 1.5;
  font-family: var(--best-bold-font-1);
}
.btn:hover {
  text-decoration: none;
}
.btn--one {
  background: var(--best-main-1);
  color: var(--best-main-3);
  transition: 1s;
  transition-timing-function: ease-in-out;
}
.btn--one:hover {
  background: var(--best-main-9);
  color: var(--best-main-black);
}
.btn--two {
  border: 2px solid var(--best-main-3);
  color: var(--best-main-3);
  transition: 1s;
  transition-timing-function: ease-in-out;
}
.btn--two:hover {
  color: var(--best-main-9);
  border-color: var(--best-main-9);
}
.btn--three {
  background: var(--best-main-2);
  color: var(--best-main-white);
  transition: 1s;
  transition-timing-function: ease-in-out;
}
.btn--three:hover {
  background: var(--best-main-9);
}
.btn--four {
  background: var(--best-main-6);
  color: var(--best-main-1);
  transition: 1s;
  transition-timing-function: ease-in-out;
}
.btn--four:hover {
  background: var(--best-main-9);
  color: var(--best-main-black);
}
.btn--five {
  background: var(--best-main-3);
  color: var(--best-main-1);
  transition: 1s;
  transition-timing-function: ease-in-out;
}
.btn--five:hover {
  background: var(--best-main-9);
  color: var(--best-main-black);
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media (min-width: 64em) {
  .header {
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
}
.header ul > li a {
  color: var(--best-main-white);
  text-decoration: none;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  font-size: 0.875rem;
}
@media (max-width: 63.99em) {
  .header nav svg {
    padding: 0.9375rem 0.625rem 0 0.9375rem;
  }
}
.header .best-energy-header {
  width: 100%;
}
@media (min-width: 64em) {
  .header .best-energy-header {
    width: 20rem;
    height: 8rem;
    top: 1rem;
  }
}

.off-screen-nav {
  width: 100%;
  background: rgba(0, 0, 57, 0.9);
  right: 0;
  z-index: 9;
  padding-top: 3.125rem;
  overflow-y: scroll;
}
@media (max-width: 63.99em) {
  .off-screen-nav {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav {
    padding-top: 6.25rem;
  }
}
.off-screen-nav .u-container {
  padding-top: 1.25rem;
}
.off-screen-nav h2 {
  font-size: 37.5px;
  font-size: clamp(
    37.5px,
    27.2727272727px + 3.1960227273vw,
    60px
  );
}
.off-screen-nav h2 a {
  color: var(--best-main-white);
}
.off-screen-nav h2 a:hover {
  text-decoration: none;
}
.off-screen-nav ul {
  padding-top: 0;
  margin-top: 0;
  padding-left: 1.5625rem;
  margin-bottom: 0;
}
.off-screen-nav ul li {
  margin-bottom: 0.5rem;
}
.off-screen-nav ul li > a {
  font-size: 15px;
  font-size: clamp(
    15px,
    13.8636363636px + 0.3551136364vw,
    17.5px
  );
  text-decoration: none;
  position: relative;
  font-family: var(--best-bold-font-1);
}
.off-screen-nav__row-item a {
  color: var(--best-main-9);
}
.off-screen-nav__row-item a:hover {
  color: var(--best-main-white);
  position: relative;
}
.off-screen-nav__row {
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 1.25rem;
}
@media (min-width: 64em) {
  .off-screen-nav__row {
    opacity: 1;
  }
}
@media (min-width: 75em) {
  .off-screen-nav__row {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 106.25em) {
  .off-screen-nav__row {
    margin-bottom: 5rem;
  }
}
.off-screen-nav__title {
  grid-column: span 6;
}
@media (min-width: 64em) {
  .off-screen-nav__title a:hover {
    opacity: 0.5;
  }
}
.off-screen-nav__first-menu {
  grid-column: span 3;
}
.off-screen-nav__second-menu {
  grid-column: span 3;
}
@media (min-width: 64em) {
  .off-screen-nav__second-menu a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__title-one h2 {
    margin-left: 2.5rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__title-one:after {
    content: " ";
    background-image: url("/assets/images/svgs/menu-ring-blue.svg");
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 1.25rem;
  }
}
.off-screen-nav__links a {
  margin-left: 1.25rem;
}
.off-screen-nav__links a:last-of-type {
  margin-right: 1.25rem;
}
@media (min-width: 64em) {
  .off-screen-nav__title-two h2 {
    margin-left: 2.5rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__title-two:after {
    content: " ";
    background-image: url("/assets/images/svgs/menu-ring-yellow.svg");
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 1.25rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__title-three h2 {
    margin-left: 2.5rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__title-three:after {
    content: " ";
    background-image: url("/assets/images/svgs/menu-ring-red.svg");
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 1.25rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__first-menu ul li a > span:after {
    position: absolute;
  }
  .off-screen-nav__first-menu ul li a > span:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  .off-screen-nav__first-menu ul li a:hover:after {
    display: block;
    content: " ";
    background-image: url("/assets/images/svgs/menu-right-sectors.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    right: -45px;
    top: -4px;
    opacity: 1 !important;
    position: absolute;
  }
}
.off-screen-nav--solutions-menu ul li a:hover:after {
  background-image: url("/assets/images/svgs/menu-right-solutions.svg");
}
.off-screen-nav--about-menu ul li a:hover:after {
  background-image: url("/assets/images/svgs/menu-right-about.svg");
}

.menu-button {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  z-index: 9;
}
.menu-button:hover {
  cursor: pointer;
}

.burger-icon {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger-icon, .burger-icon::before, .burger-icon::after {
  display: block;
  width: 25px;
  height: 4px;
  background-color: var(--best-main-white);
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.burger-icon::before, .burger-icon::after {
  position: absolute;
  content: "";
}
.burger-icon::before {
  top: -9px;
}
.burger-icon::after {
  top: 9px;
}

.menu-button.is-active .burger-icon {
  background-color: transparent;
}
.menu-button.is-active .burger-icon::before {
  transform: translateY(9px) rotate(45deg);
}
.menu-button.is-active .burger-icon::after {
  transform: translateY(-9px) rotate(-45deg);
}

.js-fix-header {
  display: none;
}
@media (min-width: 64em) {
  .js-fix-header {
    display: block;
    position: fixed;
    background: var(--best-main-1);
    width: 100%;
    top: 0;
    z-index: 999999;
  }
}
@media (min-width: 64em) {
  .js-fix-header .best-energy-header {
    top: 0.25rem;
  }
}

.js-open-menu {
  background: transparent;
}
@media (max-width: 47.99em) {
  .js-open-menu nav {
    background: #000039;
  }
}
.js-open-menu #headerMenuCenter > li a {
  display: none;
}

.languages-wrapper {
  display: flex;
  align-items: center;
}

.languages {
  margin-right: 1rem;
}
.languages ul {
  display: flex;
  list-style: none;
}

.fade-header {
  display: grid;
  grid-template-areas: "fade-header";
  height: 48rem;
  place-items: center;
  position: relative;
}
.fade-header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, white 0%, white 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.075) 100%, rgba(0, 0, 0, 0.037) 60%, rgba(0, 0, 0, 0.019) 70%, rgba(0, 0, 0, 0) 100%);
}
.fade-header > * {
  grid-area: fade-header;
}
.fade-header__content {
  z-index: 1;
  text-align: center;
}
.fade-header__content h1 {
  font-size: 50px;
  font-size: clamp(
    50px,
    40.9090909091px + 2.8409090909vw,
    70px
  );
}
.fade-header__content p {
  font-family: var(--best-bold-font-1);
}
.fade-header__content h1,
.fade-header__content p {
  color: var(--best-main-white);
}
.fade-header img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 48rem;
  width: 100%;
  z-index: -1;
}
.fade-header picture {
  width: 100%;
}

.center-text-block {
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
  grid-template-columns: repeat(12, 1fr);
}
.center-text-block__content {
  grid-column: 1/-1;
}
@media (min-width: 64em) {
  .center-text-block__content {
    grid-column: 3/11;
  }
}

.text-center-block {
  grid-template-columns: repeat(12, 1fr);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 64em) {
  .text-center-block {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.text-center-block h2 {
  font-size: 1.5625rem;
}
.text-center-block .btn {
  margin-top: 1.4375rem;
}
.text-center-block__content {
  grid-column: 1/-1;
}
@media (min-width: 64em) {
  .text-center-block__content {
    grid-column: 3/11;
  }
}
.text-center-block__video {
  max-width: 37.5rem;
  margin: 0 auto;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.text-center-block__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.text-center-block span {
  color: var(--best-main-2);
}
.text-center-block .best-icon-dark {
  margin-top: var(--flow-space);
}
.text-center-block--two-links a {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.text-center-block--user-hub {
  padding-bottom: 3.125rem;
}
.text-center-block--padding-bottom-0 {
  padding-bottom: 0;
}

.short-header {
  display: grid;
  grid-template-areas: "short-header";
  height: 16.5625rem;
  place-items: center;
}
@media (min-width: 64em) {
  .short-header {
    height: 20.75rem;
  }
}
.short-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.5625rem;
  background: rgba(0, 0, 57, 0.3);
}
@media (min-width: 64em) {
  .short-header:before {
    height: 20.75rem;
  }
}
.short-header > * {
  grid-area: short-header;
}
.short-header__content {
  z-index: 1;
  text-align: left;
}
.short-header__content h1 {
  font-size: 35px;
  font-size: clamp(
    35px,
    19.0909090909px + 4.9715909091vw,
    70px
  );
  margin-bottom: 0;
}
@media (max-width: 63.99em) {
  .short-header__content h1 {
    text-align: center;
  }
}
.short-header__content p {
  font-family: var(--best-bold-font-1);
}
.short-header__content h1,
.short-header__content p {
  color: var(--best-main-white);
}
.short-header__content h2 {
  color: var(--best-main-white);
}
.short-header img,
.short-header picture {
  -o-object-fit: cover;
     object-fit: cover;
  height: 16.5625rem;
  width: 100%;
  z-index: -1;
}
@media (min-width: 64em) {
  .short-header img,
.short-header picture {
    height: 20.75rem;
  }
}
.short-header--sub-heading {
  margin-bottom: 0.1875rem;
}

.banner-call-out {
  display: grid;
  grid-template-areas: "banner-call-out";
  width: 100%;
}
.banner-call-out > * {
  grid-area: banner-call-out;
}
.banner-call-out img,
.banner-call-out picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 64em) {
  .banner-call-out img,
.banner-call-out picture {
    height: 47.125rem;
  }
}
.banner-call-out h2 {
  font-size: 1.5625rem;
  color: var(--best-main-6);
  margin-bottom: var(--flow-space);
}
.banner-call-out__title {
  position: absolute;
  width: 100%;
  top: 2.5rem;
}
@media (max-width: 63.99em) {
  .banner-call-out__title {
    display: none;
  }
}
@media (min-width: 64em) {
  .banner-call-out__title {
    top: 4.375rem;
  }
}
.banner-call-out__title h2 {
  color: var(--best-main-white);
  margin-bottom: 0;
  font-size: 27.5px;
  font-size: clamp(
    27.5px,
    19.5454545455px + 2.4857954545vw,
    45px
  );
}
.banner-call-out p {
  color: var(--best-main-white);
  line-height: 2;
}
@media (min-width: 64em) {
  .banner-call-out p {
    width: 25rem;
    font-size: 0.9375rem;
  }
}
.banner-call-out hr {
  width: 12.5rem;
  height: 0.125rem;
  background-color: var(--best-main-3);
  border-width: 0;
  border-top: 0;
  border-bottom: 0;
  margin: 2.625rem 0 2.625rem 0;
}
@media (max-width: 47.99em) {
  .banner-call-out hr {
    width: 100%;
  }
}
.banner-call-out .u-container {
  max-width: 100%;
}
@media (min-width: 36em) {
  .banner-call-out .u-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 64em) {
  .banner-call-out .u-container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: 75em) {
  .banner-call-out .u-container {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.banner-call-out__content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 64em) {
  .banner-call-out__content {
    height: 31.25rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding-top: 5rem;
  }
}
@media (min-width: 64em) {
  .banner-call-out__copy {
    height: 8.125rem;
  }
}
.banner-call-out__left {
  flex-grow: 1;
  min-width: 50%;
}
@media (min-width: 64em) {
  .banner-call-out__left {
    grid-area: 1/1/2/2;
  }
}
@media (min-width: 48em) {
  .banner-call-out--right {
    text-align: right;
  }
}
@media (max-width: 63.99em) {
  .banner-call-out--right {
    flex-grow: 1;
    min-width: 50%;
  }
}
@media (min-width: 64em) {
  .banner-call-out--right {
    grid-area: 1/2/2/3;
  }
  .banner-call-out--right p {
    margin-left: auto;
  }
}
.banner-call-out--right hr {
  margin-left: auto;
}
.banner-call-out__footer {
  width: 100%;
}
@media (min-width: 64em) {
  .banner-call-out__footer {
    grid-area: 2/1/3/3;
    margin-top: 2.5rem;
  }
}
@media (min-width: 64em) {
  .banner-call-out__footer p {
    font-family: var(--best-bold-font-1);
    width: 100%;
    margin-bottom: var(--flow-space);
    font-size: 1.71875rem;
  }
}
.banner-call-out__footer a {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media (max-width: 63.99em) {
  .banner-call-out--sub-title {
    padding-top: 6.25rem;
  }
}
.banner-call-out--left-icons svg {
  width: 2.5rem;
  margin-right: 1.25rem;
}
.banner-call-out--left-icons p {
  margin-left: 3.75rem;
}
.banner-call-out--right-icons svg {
  width: 2.5rem;
  margin-left: 1.25rem;
}
.banner-call-out--right-icons p {
  margin-right: 3.75rem;
}

.full-header {
  display: grid;
  grid-template-areas: "hero";
  place-items: center;
  height: 100vh;
  overflow: hidden;
}
.full-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 57, 0.3);
  z-index: 1;
}
.full-header > * {
  grid-area: hero;
}
.full-header img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
}
.full-header__content {
  z-index: 1;
  text-align: center;
  color: #fff;
  min-width: 30ch;
}
.full-header__content h1 {
  font-family: var(--best-bold-font-1);
  color: var(--best-main-white);
  font-size: 30px;
  font-size: clamp(
    30px,
    16.3636363636px + 4.2613636364vw,
    60px
  );
  line-height: 1.2;
}
.full-header__title {
  font-size: 20px;
  font-size: clamp(
    20px,
    13.1818181818px + 2.1306818182vw,
    35px
  );
  font-family: var(--best-bold-font-1);
  color: var(--best-main--white);
  letter-spacing: 7px;
}
.full-header__vertical-text {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  right: 1.25rem;
  top: 5rem;
}
@media (min-width: 64em) {
  .full-header__vertical-text {
    right: 3.5625rem;
  }
}
.full-header__vertical-text a {
  font-size: 0.84375rem;
  color: var(--best-main-white);
  font-family: var(--best-bold-font-1);
  padding-bottom: 1.25rem;
  letter-spacing: 2px;
}
.full-header__bottom-menu {
  bottom: 3.75rem;
  left: 3.75rem;
}
.full-header__bottom-menu ul li a {
  font-size: 15px;
  font-size: clamp(
    15px,
    15px + 0vw,
    15px
  );
  color: var(--best-main-white);
  margin-right: 1.25rem;
  padding: 0.625rem;
  border: 2px solid transparent;
  letter-spacing: 2px;
  font-family: var(--best-bold-font-1);
}
.full-header__bottom-menu ul li a:hover {
  border: 2px solid var(--best-main-3);
  text-decoration: none;
  padding: 0.625rem;
}
.full-header__bottom-menu ul:hover li {
  opacity: 0.5;
}
.full-header__bottom-menu ul li:hover {
  opacity: 1;
}
.full-header svg {
  margin-top: 2.5rem;
}

.full-screen-video-height {
  height: 100%;
  width: 100%;
}

.full-screen-video {
  position: absolute;
  background-color: #000;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.full-screen-video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.narrow-header {
  display: grid;
  grid-template-areas: "narrow-header";
  height: 16.5625rem;
  place-items: center;
}
@media (min-width: 64em) {
  .narrow-header {
    height: 25.8125rem;
  }
}
.narrow-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.5625rem;
  background: rgba(0, 0, 57, 0.3);
}
@media (min-width: 64em) {
  .narrow-header:before {
    height: 25.8125rem;
  }
}
.narrow-header > * {
  grid-area: narrow-header;
}
.narrow-header__content {
  z-index: 1;
  text-align: left;
}
.narrow-header__content h1 {
  font-size: 22px;
  font-size: clamp(
    22px,
    16.0909090909px + 1.8465909091vw,
    35px
  );
}
.narrow-header__content p {
  font-family: var(--best-bold-font-1);
}
.narrow-header__content h1,
.narrow-header__content p {
  color: var(--best-main-white);
}
.narrow-header--long-text h1 {
  font-size: 18px;
  font-size: clamp(
    18px,
    -5.6363636364px + 7.3863636364vw,
    70px
  );
}
.narrow-header img,
.narrow-header picture {
  -o-object-fit: cover;
     object-fit: cover;
  height: 16.5625rem;
  width: 100%;
  z-index: -1;
}
@media (min-width: 64em) {
  .narrow-header img,
.narrow-header picture {
    height: 25.8125rem;
  }
}

.narrow-page {
  padding: 3.75rem 0.9375rem 3.75rem 0.9375rem;
  max-width: 43.75rem;
}
.narrow-page--full-width {
  max-width: 100%;
}
.narrow-page--1200 {
  max-width: 75rem;
}
.narrow-page h2 {
  font-size: 2.5rem;
}
.narrow-page p:first-of-type {
  font-size: 1.5625rem;
  color: var(--best-main-black);
  font-family: var(--best-medium-font-1);
  margin-bottom: 2rem;
}
.narrow-page p:nth-child(3) {
  font-style: italic;
}
.narrow-page h3 {
  font-size: 1.25rem;
  color: var(--best-main-8);
}

.narrow-banner-page {
  display: grid;
  grid-template-areas: "narrow-banner-page";
  place-items: center;
  height: 21.875rem;
  overflow: hidden;
}
.narrow-banner-page > * {
  grid-area: narrow-banner-page;
}
.narrow-banner-page__content {
  z-index: 1;
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.narrow-banner-page__content h2 {
  color: var(--best-main-white);
  font-size: 1.5625rem;
}
.narrow-banner-page img {
  height: 21.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: -1;
  width: 100%;
}
.narrow-banner-page picture {
  width: 100%;
}

.circle-left-text-right {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 64em) {
  .circle-left-text-right {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.circle-left-text-right.u-bg-main-colour-1 p,
.circle-left-text-right.u-bg-main-colour-1 h2 {
  color: var(--best-main-secondary-font-color);
}
.circle-left-text-right.u-bg-main-colour-1 .btn--one {
  background: var(--best-main-6);
  color: var(--best-main-1);
}
.circle-left-text-right > .u-container {
  justify-content: center;
}
.circle-left-text-right__wrap {
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
}
.circle-left-text-right picture,
.circle-left-text-right img {
  width: 12.5rem;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 63.99em) {
  .circle-left-text-right picture,
.circle-left-text-right img {
    margin: 0 auto;
    margin-bottom: 2.5rem;
  }
}
.circle-left-text-right .btn {
  margin-top: 1.25rem;
}

.full-width-background {
  flex-direction: column;
  overflow: hidden;
}
.full-width-background h2 {
  font-size: 40px;
  font-size: clamp(
    40px,
    18.4090909091px + 6.7471590909vw,
    87.5px
  );
  color: var(--best-main-white);
  line-height: 0.9;
}
@media (min-width: 64em) {
  .full-width-background h2 {
    margin-bottom: 1.125rem;
  }
}
.full-width-background p {
  font-size: 1.40625rem;
  color: var(--best-main-6);
  font-family: var(--best-bold-font-1);
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .full-width-background p {
    margin-bottom: 1.75rem;
  }
}
.full-width-background__right {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 63.99em) {
  .full-width-background__top {
    height: 25vh;
  }
}
.full-width-background__top img,
.full-width-background__top picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 63.99em) {
  .full-width-background__top img,
.full-width-background__top picture {
    height: 25vh;
  }
}
.full-width-background__bottom {
  padding: 2.5rem 0 2.5rem 0;
}
@media (max-width: 63.99em) {
  .full-width-background__bottom {
    background: var(--best-main-1);
  }
}
@media (min-width: 64em) {
  .full-width-background__bottom {
    position: absolute;
    padding: 1.25rem 0 1.25rem 0;
  }
}
@media (min-width: 64em) {
  .full-width-background--left-copy {
    top: 0;
    left: 1.25rem;
  }
}
@media (min-width: 75em) {
  .full-width-background--left-copy {
    top: 25%;
  }
}
@media (min-width: 64em) {
  .full-width-background--right-copy {
    top: 0;
    right: 1.25rem;
  }
}
@media (min-width: 75em) {
  .full-width-background--right-copy {
    top: 25%;
  }
}

.u-bg-main-colour-1 > .swiper-horizontal-title-wrap h2 {
  color: var(--best-main-secondary-font-color);
  line-height: 1.2;
}

.swiper-horizontal-title-wrap {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 64em) {
  .swiper-horizontal-title-wrap {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.swiper-horizontal-title-wrap p {
  font-size: 12.5px;
  font-size: clamp(
    12.5px,
    10.2272727273px + 0.7102272727vw,
    17.5px
  );
  color: var(--best-main-white);
}
.swiper-horizontal-title-wrap__title {
  margin-bottom: 3.125rem;
}
.swiper-horizontal-title-wrap .swiper-container {
  overflow: hidden;
}
.swiper-horizontal-title-wrap .swiper-slide img,
.swiper-horizontal-title-wrap .swiper-slide picture {
  width: 12.5rem;
}
.swiper-horizontal-title-wrap .swiper-pagination-bullets {
  padding-top: 3.125rem;
  position: relative;
}

.swiper-buttons-horizontal {
  display: flex;
  justify-content: center;
  width: 100%;
}
.swiper-buttons-horizontal > div {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.swiper-three-container {
  grid-template-columns: repeat(12, 1fr);
  padding: 4.0625rem 0.9375rem 4.0625rem 0.9375rem;
}
.swiper-three-container .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-three-container__left {
  grid-column: 1/-12;
}
@media (min-width: 64em) {
  .swiper-three-container__left {
    grid-column: 1/5;
    padding-right: 1.25rem;
  }
}
@media (min-width: 106.25em) {
  .swiper-three-container__left {
    grid-column: 2/5;
    padding-right: 1.875rem;
  }
}
.swiper-three-container__left h2,
.swiper-three-container__left p {
  color: var(--best-main-white);
}
.swiper-three-container__left p {
  padding-bottom: 2.5rem;
}
.swiper-three-container__left span {
  color: var(--best-main-6);
  margin-bottom: 1.25rem;
  font-family: var(--best-bold-font-1);
}
@media (min-width: 64em) {
  .swiper-three-container__right {
    grid-column: 5/-1;
  }
}
@media (min-width: 75em) {
  .swiper-three-container__right {
    grid-column: 5/12;
  }
}
.swiper-three-container__right h3 {
  color: var(--best-main-white);
}
@media (max-width: 63.99em) {
  .swiper-three-container__buttons {
    margin-top: 1.5625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 64em) {
  .swiper-three-container__buttons {
    position: absolute;
    bottom: 0;
  }
}
.swiper-three-container__buttons > div:first-of-type {
  margin-right: 1.25rem;
}
.swiper-three-container__buttons > div:hover {
  cursor: pointer;
}
.swiper-three-container--large-text h2 {
  font-size: 27.5px;
  font-size: clamp(
    27.5px,
    19.5454545455px + 2.4857954545vw,
    45px
  );
}

.swiper-three .swiper-slide {
  height: auto;
}
.swiper-three__item {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 64em) {
  .swiper-three__item {
    padding: 10rem 0.9375rem 5rem 0.9375rem;
    border-left: 1px solid var(--best-main-3);
  }
}
.swiper-three__item p {
  color: var(--best-main-white);
  font-size: 0.9375rem;
}
.swiper-three__item img,
.swiper-three__item picture {
  max-width: 14.1875rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.25rem;
}

.three-column-images {
  padding-top: 3.75rem;
}
.three-column-images h2 ~ p {
  padding-bottom: 2.5rem;
}
.three-column-images ul {
  grid-template-columns: 1fr;
  gap: 0.9375rem;
}
@media (min-width: 64em) {
  .three-column-images ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.three-column-images ul li {
  margin-bottom: 3.75rem;
}
.three-column-images ul li img,
.three-column-images ul li picture {
  height: 21.5625rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.three-column-images ul li span.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.three-column-images ul li figcaption {
  font-size: 1.125rem;
  font-family: var(--best-bold-font-1);
  color: var(--best-main-black);
}

.d-grid.three-column-images__row figcaption {
  margin-top: 1.25rem;
}

@media (max-width: 63.99em) {
  .d-flex.three-column-images__row {
    flex-direction: column;
  }
}
.d-flex.three-column-images__row li {
  flex: 1 1 0;
}
@media (max-width: 63.99em) {
  .d-flex.three-column-images__row li {
    margin-bottom: 0;
  }
  .d-flex.three-column-images__row li:last-of-type {
    margin-bottom: 4.375rem;
  }
}

.carousel-left-text-right {
  grid-template-columns: 1fr;
  padding-top: 5.625rem;
  padding-bottom: 5rem;
  gap: 2.5rem;
}
@media (min-width: 64em) {
  .carousel-left-text-right {
    grid-template-columns: 1fr 1fr;
  }
}
.carousel-left-text-right__images,
.carousel-left-text-right .swiper-container {
  overflow: hidden;
}
.carousel-left-text-right__images picture,
.carousel-left-text-right__images img,
.carousel-left-text-right .swiper-container picture,
.carousel-left-text-right .swiper-container img {
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-left-text-right__content p,
.carousel-left-text-right__content h2 {
  color: var(--best-main-white);
}
@media (max-width: 63.99em) {
  .carousel-left-text-right__buttons a {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .carousel-left-text-right__buttons a:last-of-type {
    margin-bottom: 0;
  }
}
.carousel-left-text-right .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
  position: relative;
  bottom: 0;
}
.carousel-left-text-right .swiper-pagination-bullet {
  background: var(--best-main-6);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  opacity: 0.4;
}
.carousel-left-text-right .swiper-pagination-bullet-active {
  opacity: 1;
}

.tabs {
  gap: 1.25rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 63.99em) {
  .tabs {
    flex-direction: column;
  }
}
.tabs > li {
  cursor: pointer;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 20px;
  font-size: clamp(
    20px,
    19.0909090909px + 0.2840909091vw,
    22px
  );
}
@media (max-width: 63.99em) {
  .tabs > li {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .tabs > li {
    min-width: 12.5rem;
  }
}
.tabs [aria-selected=true] {
  background: var(--best-main-3);
  color: var(--best-main-1);
}

.tab-grid {
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 64em) {
  .tab-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.tab-grid iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.tab-grid .btn {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.tab-list {
  gap: 1.25rem;
  margin-top: 1.5625rem;
}
.tab-list__number {
  width: 3.4375rem;
  height: 2.5rem;
  color: var(--best-main-white);
}
.tab-list h3 {
  margin-bottom: 0.3125rem;
}

.tab-list:first-of-type .tab-list__number {
  background: var(--best-main-1);
}
.tab-list:nth-of-type(2) .tab-list__number {
  background: var(--best-main-5);
}
.tab-list:last-of-type .tab-list__number {
  background: var(--best-main-8);
}

.product-tabs .u-container {
  margin-bottom: 3.75rem;
}
.product-tabs .tabs {
  position: relative;
  top: -1.875rem;
}
.product-tabs .tab-grid h2,
.product-tabs .tab-grid p {
  color: var(--best-main-secondary-font-color);
}

.list-block-wrap {
  padding-bottom: 5rem;
}

.list-block {
  margin-bottom: 1.25rem;
}
@media (min-width: 64em) {
  .list-block {
    margin-left: 5rem;
  }
}
.list-block h2 {
  font-size: 27.5px;
  font-size: clamp(
    27.5px,
    17.2727272727px + 3.1960227273vw,
    50px
  );
  font-family: var(--best-bold-font-1);
  margin-bottom: 0.75rem;
}
@media (min-width: 64em) {
  .list-block h2 {
    line-height: 0.8;
  }
}
.list-block p {
  color: var(--best-main-8);
  font-family: var(--best-mediun-font-1);
  font-weight: bold;
  line-height: 1;
  font-size: 13px;
  font-size: clamp(
    13px,
    10.9545454545px + 0.6392045455vw,
    17.5px
  );
}
.list-block__left {
  margin-right: 1.25rem;
}
@media (min-width: 64em) {
  .list-block__left {
    margin-right: 2.5rem;
  }
}
.list-block__left svg {
  width: 6rem;
  height: 4.6875rem;
}
.list-block__footer {
  font-size: 12.5px;
  font-size: clamp(
    12.5px,
    11.1363636364px + 0.4261363636vw,
    15.5px
  );
  padding-bottom: 2.5rem;
}
@media (min-width: 64em) {
  .list-block__footer {
    margin-left: 5rem;
    padding-bottom: 7.8125rem;
  }
}
.list-block--small-headings h2 {
  font-size: 13px;
  font-size: clamp(
    13px,
    6.4090909091px + 2.0596590909vw,
    27.5px
  );
}
@media (min-width: 64em) {
  .list-block--title {
    margin-bottom: 3.75rem;
  }
}
.list-block--title h2 {
  font-size: 20px;
  font-size: clamp(
    20px,
    15.4545454545px + 1.4204545455vw,
    30px
  );
}
.list-block--title p {
  color: var(--best-main-black);
  font-weight: 400;
}

@media (max-width: 63.99em) {
  .grid-block-links {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 64em) {
  .grid-block-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid-block-links__col {
  height: 12.5rem;
  position: relative;
}
@media (min-width: 64em) {
  .grid-block-links__col {
    height: 18.75rem;
  }
}
.grid-block-links__col img,
.grid-block-links__col picture {
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 64em) {
  .grid-block-links__col img,
.grid-block-links__col picture {
    height: 18.75rem;
  }
}
.grid-block-links__col p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
  font-size: 1.71875rem;
  font-family: var(--best-bold-font-1);
  color: var(--best-main-white);
  line-height: 1.2;
}
.grid-block-links__col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 57, 0.53);
  z-index: 1;
  mix-blend-mode: multiply;
}
@media (min-width: 64em) {
  .grid-block-links__col:hover:after {
    content: "";
    position: absolute;
    z-index: 2;
    border-radius: inherit;
    border: 2px solid #fccb00;
    inset: 1rem;
  }
}

@media (min-width: 64em) {
  body .two-column-full-width-image:nth-child(even) .two-column-full-width-image__left {
    order: 1;
  }
  body .two-column-full-width-image:nth-child(even) .two-column-full-width-image__right {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  body .two-column-full-width-image:nth-child(even) .two-column-full-width-image__right ul {
    text-align: left;
  }
  body .two-column-full-width-image:nth-child(even) .two-column-full-width-image__right > div {
    margin-left: 0;
    margin-right: 3.75rem;
  }
  body .two-column-full-width-image:nth-child(even) .two-column-full-width-image__right > div h2,
body .two-column-full-width-image:nth-child(even) .two-column-full-width-image__right > div p {
    text-align: left;
  }
}

@media (max-width: 63.99em) {
  body main .two-column-full-width-image {
    padding-bottom: 0;
  }
}

@media (min-width: 64em) {
  .two-column-full-width-image {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 63.99em) {
  .two-column-full-width-image {
    padding: 0 0.9375rem 3.75rem 0.9375rem;
  }
}
.two-column-full-width-image .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.two-column-full-width-image__left {
  background: var(--best-main-7);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.two-column-full-width-image__left img,
.two-column-full-width-image__left picture {
  max-width: 37.5rem;
}
.two-column-full-width-image__right {
  padding-right: 0.625rem;
}
.two-column-full-width-image__right > div {
  height: 100%;
  max-width: 37.5rem;
}
@media (min-width: 64em) {
  .two-column-full-width-image__right > div {
    margin-left: 3.75rem;
  }
}
@media (max-width: 63.99em) {
  .two-column-full-width-image__right > div {
    padding-bottom: 1.75rem;
  }
}

.text-left-large-image-right {
  padding-top: 5rem;
  padding-bottom: 5rem;
  gap: 2.5rem;
}
@media (min-width: 64em) {
  .text-left-large-image-right {
    grid-template-columns: 25rem 1fr;
    gap: 6.25rem;
  }
}
.text-left-large-image-right h2,
.text-left-large-image-right p {
  color: var(--best-main-white);
}
.text-left-large-image-right__left {
  height: 100%;
}
.text-left-large-image-right picture,
.text-left-large-image-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-left-block {
  padding-bottom: 5rem;
  padding-top: 6.25rem;
}
.image-left-block h2,
.image-left-block p {
  margin-bottom: var(--flow-space);
}
.image-left-block p {
  font-size: 12.5px;
  font-size: clamp(
    12.5px,
    11.1363636364px + 0.4261363636vw,
    15.5px
  );
  margin-bottom: 1.4375rem;
  max-width: 44ch;
}
@media (max-width: 63.99em) {
  .image-left-block img {
    margin-bottom: var(--flow-space);
  }
}
@media (min-width: 64em) {
  .image-left-block__left {
    margin-right: var(--flow-space);
  }
  .image-left-block__left img,
.image-left-block__left picture {
    max-width: 29.0625rem;
  }
}
.image-left-block__right span {
  color: var(--best-main-8);
  font-family: var(--best-bold-font-1);
  font-size: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.image-left-block__video {
  max-width: 37.5rem;
  margin: 0 auto;
  padding-bottom: 9.375rem;
}
.image-left-block__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.image-left-block--large-text h2 {
  font-size: 20px;
  font-size: clamp(
    20px,
    8.6363636364px + 3.5511363636vw,
    45px
  );
}

@media (min-width: 64em) {
  .globe-slider-page {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 63.99em) {
  .globe-slider-page {
    height: 43.75rem;
  }
}
@media (max-width: 63.99em) {
  .globe-slider-page .swiper-container {
    height: 43.75rem;
  }
}
@media (min-width: 64em) {
  .globe-slider-page {
    height: initial;
  }
}

.globe-slider-header.globe-slider-bg {
  height: initial;
}
@media (max-width: 63.99em) {
  .globe-slider-header .globe-slider {
    height: 43.75rem;
  }
}
@media (min-width: 64em) {
  .globe-slider-header .globe-slider .world-globe__buttons {
    bottom: 3.75rem;
  }
}

.globe-slider-bg {
  background-size: cover;
}
@media (min-width: 64em) {
  .globe-slider-bg {
    height: 46.25rem;
  }
}
@media (min-width: 64em) {
  .globe-slider-bg .globe-slider {
    height: 46.25rem;
  }
}

.world-globe {
  background-size: cover;
  height: 43.75rem;
}
@media (min-width: 64em) {
  .world-globe {
    grid-template-columns: repeat(3, 1fr);
  }
}
.world-globe__header {
  left: 1.25rem;
  top: 2.5rem;
  z-index: 9;
}
@media (max-width: 63.99em) {
  .world-globe__header {
    left: 3.125rem;
  }
}
@media (min-width: 75em) {
  .world-globe__header {
    left: 6.25rem;
  }
}
@media (min-width: 106.25em) {
  .world-globe__header {
    left: 15.625rem;
  }
}
.world-globe__header h2 {
  font-size: 20px;
  font-size: clamp(
    17.5px,
    21.1363636364px + -0.3551136364vw,
    20px
  );
  color: var(--best-main-6);
}
.world-globe p {
  color: var(--best-main-white);
  font-size: 12.5px;
  font-size: clamp(
    12.5px,
    11.1363636364px + 0.4261363636vw,
    15.5px
  );
  width: 30ch;
  line-height: 2;
}
@media (max-width: 63.99em) {
  .world-globe__logo img,
.world-globe__logo picture {
    position: absolute;
    z-index: 99;
    width: 6.25rem;
    left: 50%;
    top: 113%;
    transform: translate(-50%, -50%);
    max-width: 25rem;
  }
}
@media (min-width: 64em) {
  .world-globe__logo img,
.world-globe__logo picture {
    width: 12.5rem;
  }
}
@media (max-width: 63.99em) {
  .world-globe__globe img,
.world-globe__globe picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
    width: 85%;
  }
}
@media (min-width: 75em) {
  .world-globe__globe img,
.world-globe__globe picture {
    max-width: 40.625rem;
  }
}
.world-globe__line {
  width: 200px;
  height: 2px;
  position: absolute;
  right: 0;
  display: none;
}
@media (min-width: 64em) {
  .world-globe__line {
    display: block;
  }
}
@media (max-width: 63.99em) {
  .world-globe__fact {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 64em) {
  .world-globe__fact {
    display: block;
    flex-direction: column;
  }
}
.world-globe__fact p {
  color: var(--best-main-white);
  margin-bottom: var(--flow-space);
  width: 40ch;
}
@media (min-width: 64em) {
  .world-globe__fact p {
    text-align: left;
  }
}
.world-globe__fact span {
  display: none;
  font-size: 8.75rem;
  font-family: var(--best-bold-font-1);
  color: var(--best-main-white);
}
@media (min-width: 64em) {
  .world-globe__fact span {
    display: block;
  }
}
.world-globe__fact span:last-of-type {
  color: var(--best-main-6);
  font-size: 4.375rem;
}
.world-globe__facts {
  align-items: baseline;
}
@media (max-width: 63.99em) {
  .world-globe__info {
    text-align: center;
    top: 0.625rem;
    position: relative;
  }
}
.world-globe__buttons {
  justify-content: center;
  position: absolute;
  left: 1.25rem;
  bottom: 9.375rem;
  z-index: 99;
}
@media (max-width: 63.99em) {
  .world-globe__buttons {
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 29px;
  }
}
@media (min-width: 64em) {
  .world-globe__buttons {
    bottom: 1.25rem;
    justify-content: flex-end;
    right: 1.25rem;
  }
}
.world-globe__buttons .swiper-button-next {
  margin-left: 1.25rem;
}
@media (max-width: 63.99em) {
  .world-globe--with-button-1 {
    top: 3.125rem;
  }
}
@media (max-width: 63.99em) {
  .world-globe--with-button-2 {
    top: 1.25rem;
  }
}
@media (max-width: 63.99em) {
  .world-globe--with-button-3 {
    top: 2.5rem;
  }
}
@media (max-width: 63.99em) {
  .world-globe--with-no-button-1 {
    top: 1.875rem;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.brochure-intro {
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
}

.brochure-download {
  gap: 2.5rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 64em) {
  .brochure-download {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.brochure-download article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 57, 0.3);
}
.brochure-download article a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brochure-download article picture,
.brochure-download article img {
  height: 18.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-block-intro {
  grid-template-columns: repeat(12, 1fr);
  margin-top: 5rem;
  padding-bottom: 5rem;
}
.form-block-intro__content {
  grid-column: 1/-1;
}
@media (min-width: 64em) {
  .form-block-intro__content {
    grid-column: 2/12;
  }
}

.form-block {
  box-shadow: 3px 3px 15px #0000001a;
  margin-bottom: 7.5rem;
}
.form-block__row {
  margin-top: 0.375rem;
  margin-bottom: 1rem;
}
.form-block__message {
  background: var(--best-main-2);
}
.form-block__message p {
  color: var(--best-main-white);
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.form-block input[type=text],
.form-block input[type=email],
.form-block input[type=tel],
.form-block textarea,
.form-block select {
  width: 100%;
  background: #f3f3f3;
  padding: 12px;
  border: 2px solid #f3f3f3;
  box-sizing: border-box;
}
.form-block input[type=text]:focus,
.form-block input[type=email]:focus,
.form-block input[type=tel]:focus,
.form-block textarea:focus,
.form-block select:focus {
  outline: none;
  border: 2px solid var(--best-main-3);
}
.form-block input:-webkit-autofill,
.form-block input:-webkit-autofill:hover,
.form-block input:-webkit-autofill:focus,
.form-block textarea:-webkit-autofill,
.form-block textarea:-webkit-autofill:hover,
.form-block textarea:-webkit-autofill:focus,
.form-block select:-webkit-autofill,
.form-block select:-webkit-autofill:hover,
.form-block select:-webkit-autofill:focus {
  border: 2px solid var(--best-main-3);
  -webkit-box-shadow: 0 0 0 30px #f3f3f3 inset !important;
  -webkit-text-fill-color: #060606;
}
.form-block__left {
  padding: 0.625rem;
  flex: 1 1 42rem;
}
@media (min-width: 64em) {
  .form-block__left {
    padding: 3.125rem;
  }
}
.form-block__left a {
  color: var(--best-main-5);
  text-decoration: underline;
}
.form-block__tandc {
  flex: 0 1 50%;
}
.form-block__tandc p {
  font-size: 15px;
  font-size: clamp(
    15px,
    15px + 0vw,
    15px
  );
}
@media (max-width: 63.99em) {
  .form-block__tandc p {
    margin-bottom: 1.25rem;
  }
}
.form-block__tandc a:hover {
  text-decoration: none;
}
.form-block__button {
  flex: 0 1 50%;
}
.form-block__button button,
.form-block__button input[type=submit] {
  width: 100%;
  line-height: 2;
  padding: 0.625rem 1.375rem 0.3125rem 1.375rem;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}
.form-block__button button:hover,
.form-block__button input[type=submit]:hover {
  background: var(--best-main-9);
  cursor: pointer;
}
.form-block__right {
  flex: 1 0 29rem;
}
.form-block__right img,
.form-block__right picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

::-webkit-input-placeholder {
  color: #060606;
}

::-moz-placeholder {
  color: #060606;
}

:-ms-input-placeholder {
  color: #060606;
}

:-moz-placeholder {
  color: #060606;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.three-column-text {
  grid-template-columns: 1fr;
  gap: 3.75rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 64em) {
  .three-column-text {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.three-column-text article {
  text-align: center;
}
.three-column-text__header {
  background: var(--best-main-1);
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.three-column-text__header h3 {
  color: var(--best-main-6);
  margin-bottom: 0;
}
.three-column-text img, .three-column-text picture {
  display: inline;
  margin-bottom: 1.25rem;
}
.three-column-text svg {
  width: 6.25rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 3.75rem;
  height: 100px;
}
.three-column-text svg path {
  fill: var(--best-main-1) !important;
  stroke: var(--best-main-1) !important;
}
.three-column-text svg .cls-1 {
  fill: var(--best-main-1) !important;
}
.three-column-text svg circle {
  stroke: var(--best-main-1) !important;
}
.three-column-text svg rect {
  stroke: var(--best-main-1) !important;
}
.three-column-text svg line {
  stroke: var(--best-main-1) !important;
}
.three-column-text--with-images {
  padding-bottom: 1.5625rem;
}
.three-column-text--with-images-header {
  padding-top: 4.6875rem;
}

.three-image-blocks {
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
}
.three-image-blocks__item {
  grid-column: span 12;
}
@media (min-width: 64em) {
  .three-image-blocks__item {
    grid-column: span 4;
  }
}
.three-image-blocks__item img,
.three-image-blocks__item picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.three-image-blocks__item span {
  right: 1.25rem;
  bottom: -1.25rem;
}
.three-image-blocks__content {
  padding-top: 40px;
}
.three-image-blocks__content h3 {
  margin-bottom: 0;
}
.three-image-blocks__content p {
  font-size: 15.5px;
  font-size: clamp(
    15.5px,
    15.5px + 0vw,
    15.5px
  );
  color: var(--best-main-black);
}

.contact-bg {
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  z-index: -1;
  background: var(--best-main-1);
  width: 100%;
  height: 100%;
}
.contact-bg img,
.contact-bg picture {
  width: 100%;
  height: 100%;
}

.contact-block {
  padding-top: 6.25rem;
}
.contact-block h1 {
  color: var(--best-main-white);
  font-size: 40px;
  font-size: clamp(
    40px,
    26.3636363636px + 4.2613636364vw,
    70px
  );
  font-family: var(--best-bold-font-1);
  margin-bottom: 0;
}
.contact-block p,
.contact-block a[href^="tel:"] {
  color: var(--best-main-white);
}
.contact-block a[href^="tel:"] {
  margin-bottom: 1.25rem;
}
.contact-block__intro {
  font-size: 25px;
  font-size: clamp(
    25px,
    25px + 0vw,
    25px
  );
  font-family: var(--best-bold-font-1);
  margin-bottom: 2.5rem;
}
.contact-block__row h2 {
  color: var(--best-main-3);
  font-size: 17.5px;
  font-size: clamp(
    17.5px,
    17.5px + 0vw,
    17.5px
  );
}
.contact-block__form h2 {
  color: var(--best-main-6);
  font-size: 27.5px;
  font-size: clamp(
    27.5px,
    27.5px + 0vw,
    27.5px
  );
}
.contact-block__items {
  padding-right: 3.75rem;
}
.contact-block address {
  font-style: normal;
  margin-bottom: 1.25rem;
}
@media (min-width: 64em) {
  .contact-block address {
    margin-bottom: 5rem;
  }
}
.contact-block__wrapper {
  margin-top: 0.9375rem;
}
@media (min-width: 64em) {
  .contact-block__wrapper {
    margin-top: 5rem;
  }
}
.contact-block__left {
  padding-top: 0.625rem;
}
@media (min-width: 64em) {
  .contact-block__left {
    width: 12.5rem;
  }
}
.contact-block__left svg {
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 2.5rem;
  margin-bottom: 1.25rem;
}
.contact-block__right {
  max-width: 43.75rem;
  width: 100%;
}
.contact-block__right label {
  font-family: var(--best-bold-font-1);
  color: var(--best-main-white);
  letter-spacing: 1px;
}
.contact-block__right button {
  max-width: 7.625rem;
  margin-left: auto;
}
.contact-block__right .form-block {
  margin-bottom: 1.875rem;
}
@media (max-width: 63.99em) {
  .contact-block__right .form-block__row {
    margin-bottom: 1.875rem;
  }
}
.contact-block__right .form-block__button {
  display: flex;
}
.contact-block__right a {
  color: var(--best-main-white);
  text-decoration: underline;
}
.contact-block__right input[type=text],
.contact-block__right input[type=email],
.contact-block__right input[type=tel],
.contact-block__right textarea,
.contact-block__right select {
  width: 100%;
  background: var(--best-main-1);
  padding: 12px;
  border: 2px solid #f3f3f3;
  box-sizing: border-box;
  color: var(--best-main-white);
  background-color: transparent;
}
.contact-block__right input[type=text]:focus,
.contact-block__right input[type=email]:focus,
.contact-block__right input[type=tel]:focus,
.contact-block__right textarea:focus,
.contact-block__right select:focus {
  outline: none;
  border: 2px solid var(--best-main-3);
}
.contact-block__right textarea + .js-validate-error-label {
  position: relative;
  top: -6px;
}
.contact-block__right input:-webkit-autofill,
.contact-block__right input:-webkit-autofill:hover,
.contact-block__right input:-webkit-autofill:focus,
.contact-block__right textarea:-webkit-autofill,
.contact-block__right textarea:-webkit-autofill:hover,
.contact-block__right textarea:-webkit-autofill:focus,
.contact-block__right select:-webkit-autofill,
.contact-block__right select:-webkit-autofill:hover,
.contact-block__right select:-webkit-autofill:focus {
  border: 2px solid var(--best-main-3);
  -webkit-box-shadow: 0 0 0 30px var(--best-main-1) inset !important;
  -webkit-text-fill-color: var(--best-main-white);
}
.contact-block__right select {
  color: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.contact-block__right select option {
  color: #000000 !important;
}
.contact-block__right ::-webkit-input-placeholder {
  color: #f3f3f3;
  opacity: 0.5;
}
.contact-block__right ::-moz-placeholder {
  color: #f3f3f3;
  opacity: 0.5;
}
.contact-block__right :-ms-input-placeholder {
  color: #f3f3f3;
  opacity: 0.5;
}
.contact-block__right :-moz-placeholder {
  color: #f3f3f3;
  opacity: 0.5;
}
.contact-block__data {
  margin-bottom: 1.25rem;
}
@media (min-width: 64em) {
  .contact-block__data {
    margin-bottom: 5rem;
  }
}
.contact-block__data h2 {
  color: var(--best-main-6);
  font-size: 15px;
  font-size: clamp(
    15px,
    15px + 0vw,
    15px
  );
}
.contact-block__data p {
  font-size: 15px;
  font-size: clamp(
    15px,
    15px + 0vw,
    15px
  );
}

.three-circles {
  grid-template-columns: 1fr;
  grid-gap: 3.75rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 64em) {
  .three-circles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.three-circles picture,
.three-circles img {
  width: 17.5rem;
  height: 17.5rem;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  display: block;
}
.three-circles p {
  text-align: center;
}

.left-copy {
  display: grid;
  grid-template-areas: "left-copy";
  place-items: center left;
  height: 39.875rem;
}
.left-copy > * {
  grid-area: left-copy;
}
.left-copy img,
.left-copy picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 39.875rem;
  z-index: -1;
}
.left-copy__content {
  max-width: 25rem;
  z-index: 8;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 75em) {
  .left-copy__content {
    padding-left: 6.25rem;
  }
}
.left-copy__content h2 {
  font-size: 17.5px;
  font-size: clamp(
    17.5px,
    17.5px + 0vw,
    17.5px
  );
  color: var(--best-main-6);
}
.left-copy__content p {
  font-size: 14px;
  font-size: clamp(
    14px,
    14px + 0vw,
    14px
  );
  color: var(--best-main-white);
  line-height: 2;
}
.left-copy__content span {
  color: var(--best-main-3);
  margin-bottom: 1.25rem;
  font-family: var(--best-bold-font-1);
}
.left-copy__button {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.left-copy--large-text h2 {
  font-size: 20px;
  font-size: clamp(
    20px,
    8.6363636364px + 3.5511363636vw,
    45px
  );
  color: var(--best-main-white);
}

.product-intro {
  margin-bottom: 6.25rem;
}
.product-intro h3 {
  font-size: 0.9375rem;
}
.product-intro p {
  color: var(--best-main-black);
}
@media (min-width: 64em) {
  .product-intro__cols {
    max-width: 47.625rem;
    margin: 0 auto;
  }
}
.product-intro__left {
  flex-wrap: wrap;
}
@media (max-width: 63.99em) {
  .product-intro__left {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 64em) {
  .product-intro__left {
    margin-right: 1.25rem;
  }
}
.product-intro__left img {
  align-self: center;
  flex-shrink: 0;
  margin-bottom: var(--flow-space);
}
.product-intro__img {
  max-width: 6.25rem;
  margin-right: 0.9375rem;
  margin-left: auto;
}
.product-intro__right p {
  font-size: 0.9375rem;
  color: var(--best-main-black);
  line-height: 1.75;
}
.product-intro--intro {
  padding-bottom: 2.5rem;
}
@media (min-width: 64em) {
  .product-intro--intro {
    width: 70ch;
    padding-bottom: 3.125rem;
  }
}

.video-svg {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.video-svg__header {
  position: relative;
}
.video-svg img {
  max-width: initial;
}
.video-svg__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80vw;
}
@media (min-width: 64em) {
  .video-svg__title {
    width: auto;
  }
}
.video-svg__bg-layer {
  width: 70vw;
  height: 23rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .video-svg__bg-layer {
    max-width: 368px;
  }
}
.video-svg__bg-content {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-svg__bg-content:hover {
  cursor: pointer;
}
.video-svg__bottom-edge {
  display: block;
  position: absolute;
  width: 102.2%;
  height: 50px;
  left: 0;
  bottom: 0;
}
.video-svg__copy {
  max-width: 48.75rem;
  padding-top: 2.5rem;
}
.video-svg__links a {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.video-svg--large-text h2 {
  font-size: 20px;
  font-size: clamp(
    20px,
    8.6363636364px + 3.5511363636vw,
    45px
  );
  margin-bottom: 1.25rem;
}
.video-svg--large-text p {
  margin-bottom: 1.875rem;
}
@media (max-width: 35.99em) {
  .video-svg--large-text .video-svg__links {
    flex-direction: column;
  }
  .video-svg--large-text .video-svg__links button {
    margin-bottom: 1.25rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.video-svg--padding-bottom {
  padding-bottom: 25px;
}

.logo-block {
  flex-direction: column;
  margin-top: 3.75rem;
  margin-bottom: 3.25rem;
  gap: 3.75rem;
}
@media (min-width: 64em) {
  .logo-block {
    flex-wrap: wrap;
    flex-direction: initial;
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
    gap: 0;
  }
}
.logo-block__item {
  width: 100%;
}
@media (min-width: 64em) {
  .logo-block__item {
    width: 25%;
  }
}
.logo-block img,
.logo-block picture {
  margin: 0 auto;
  max-width: 9.375rem;
}
@media (min-width: 64em) {
  .logo-block--top-row {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 64em) {
  .swiper-half-right {
    height: 43.75rem;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .swiper-slide {
    grid-template-columns: repeat(12, 1fr);
  }
}
.swiper-half-right .swiper-slide h2 {
  margin-bottom: 1.25rem;
}
.swiper-half-right .swiper-slide p {
  font-size: 0.96875rem;
  margin-bottom: 0.9375rem;
}
.swiper-half-right .swiper-slide ul li {
  font-size: 0.96875rem;
  margin-bottom: 0.5rem;
}
.swiper-half-right__left {
  padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
}
@media (min-width: 64em) {
  .swiper-half-right__left {
    padding: 7.5rem 2.5rem 2.5rem 0.9375rem;
    grid-column: 1/5;
  }
}
@media (min-width: 75em) {
  .swiper-half-right__left {
    padding: 7.5rem 2.5rem 2.5rem 0;
    grid-column: 2/5;
  }
}
.swiper-half-right__left svg {
  width: 4.6875rem;
  margin-bottom: 1.25rem;
}
.swiper-half-right__right {
  background: var(--best-main-7);
  align-items: center;
}
@media (min-width: 64em) {
  .swiper-half-right__right {
    grid-column: 5/13;
    place-items: center;
  }
}
@media (min-width: 75em) {
  .swiper-half-right__right {
    grid-column: 5/13;
  }
}
.swiper-half-right__right picture,
.swiper-half-right__right img {
  width: 40.625rem;
}
@media (max-width: 63.99em) {
  .swiper-half-right__right picture,
.swiper-half-right__right img {
    width: 18.75rem;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 64em) {
  .swiper-half-right__right picture,
.swiper-half-right__right img {
    margin-top: 5rem;
  }
}
@media (min-width: 106.25em) {
  .swiper-half-right__right picture,
.swiper-half-right__right img {
    margin-top: 0;
    margin-left: -2.5rem;
    width: 50rem;
  }
}
@media (max-width: 63.99em) {
  .swiper-half-right .swiper-pagination-vertical {
    text-align: center;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .swiper-pagination-vertical {
    position: absolute;
    right: 1.25rem;
    top: 0;
    height: 100%;
    width: 4px;
    z-index: 9999;
    right: 4.375rem;
  }
}
@media (min-width: 106.25em) {
  .swiper-half-right .swiper-pagination-vertical {
    right: 1.25rem;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .swiper-pagination-vertical-wrap {
    text-align: center;
    background: var(--best-main-7);
    padding-bottom: 2.5rem;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 106.25em) {
  .swiper-half-right .swiper-pagination-vertical-wrap {
    top: 50%;
  }
}
@media (max-width: 63.99em) {
  .swiper-half-right .bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 4px;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .bullet {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
  }
}
.swiper-half-right .bullet:hover {
  cursor: pointer;
}
@media (min-width: 64em) {
  .swiper-half-right .bullet:first-of-type:before {
    content: "Ar condicionado";
    position: relative;
    left: -8.75rem;
    top: 0.625rem;
    font-style: italic;
    color: var(--best-main-9);
    white-space: nowrap;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .bullet:nth-of-type(2):before {
    content: "Otimização de Voltagem";
    position: relative;
    left: -13rem;
    top: 0.625rem;
    font-style: italic;
    color: var(--best-main-9);
    white-space: nowrap;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .bullet:nth-of-type(3):before {
    content: "Exaustor";
    position: relative;
    left: -5rem;
    top: 0.625rem;
    font-style: italic;
    color: var(--best-main-9);
    white-space: nowrap;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .bullet:nth-of-type(4):before {
    content: "Controlo de Ativos Chave";
    position: relative;
    left: -13.25rem;
    top: 0.625rem;
    font-style: italic;
    color: var(--best-main-9);
    white-space: nowrap;
  }
}
.swiper-half-right .swiper-pagination-bullet-active.bullet:before {
  color: var(--best-main-1) !important;
}
.swiper-half-right--padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 64em) {
  .swiper-half-right--padding {
    padding-bottom: 5.625rem;
    padding-top: 5.625rem;
  }
}
@media (min-width: 64em) {
  .swiper-half-right--large-text {
    padding-top: 5.3125rem;
  }
}
.swiper-half-right--large-text h2 {
  font-size: 20px;
  font-size: clamp(
    20px,
    16.5909090909px + 1.0653409091vw,
    27.5px
  );
}

.grid-wrap {
  height: 768px;
  width: 100%;
}
.grid-wrap img,
.grid-wrap picture {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 768px;
  width: 100%;
  z-index: -1;
}

.grid-block-top {
  z-index: 8;
  border-bottom: 1px solid var(--best-main-white);
}
@media (min-width: 64em) {
  .grid-block-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: 50%;
  }
}
.grid-block-top__item {
  height: 100%;
}
@media (max-width: 63.99em) {
  .grid-block-top__item:first-of-type {
    border-bottom: 1px solid var(--best-main-white);
  }
}
@media (min-width: 64em) {
  .grid-block-top__item:first-of-type {
    border-right: 1px solid var(--best-main-white);
  }
}
@media (max-width: 63.99em) {
  .grid-block-top__item:nth-of-type(2) {
    border-bottom: 1px solid var(--best-main-white);
  }
}
@media (min-width: 64em) {
  .grid-block-top__item:nth-of-type(2) {
    border-left: 1px solid var(--best-main-white);
    border-right: 1px solid var(--best-main-white);
  }
}
.grid-block-top__item:last-of-type {
  border-left: 1px solid var(--best-main-white);
}

.grid-block-bottom {
  border-top: 1px solid var(--best-main-white);
  z-index: 8;
}
@media (min-width: 64em) {
  .grid-block-bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 50%;
  }
}
.grid-block-bottom__item {
  height: 100%;
}
@media (max-width: 63.99em) {
  .grid-block-bottom__item:first-of-type {
    border-bottom: 1px solid var(--best-main-white);
  }
}
@media (min-width: 64em) {
  .grid-block-bottom__item:first-of-type {
    border-right: 1px solid var(--best-main-white);
  }
}
@media (max-width: 63.99em) {
  .grid-block-bottom__item:nth-of-type(2) {
    border-bottom: 1px solid var(--best-main-white);
  }
}
@media (min-width: 64em) {
  .grid-block-bottom__item:nth-of-type(2) {
    border-left: 1px solid var(--best-main-white);
    border-right: 1px solid var(--best-main-white);
  }
}
@media (max-width: 63.99em) {
  .grid-block-bottom__item:nth-of-type(3) {
    border-bottom: 1px solid var(--best-main-white);
  }
}
@media (min-width: 64em) {
  .grid-block-bottom__item:nth-of-type(3) {
    border-left: 1px solid var(--best-main-white);
    border-right: 1px solid var(--best-main-white);
  }
}
.grid-block-bottom__item:last-of-type {
  border-left: 1px solid var(--best-main-white);
}

.grid-block__content {
  margin-left: 1.25rem;
  margin-top: 0.9375rem;
}
@media (max-width: 63.99em) {
  .grid-block__content {
    display: flex;
  }
}
.grid-block__content span {
  font-size: 1.875rem;
  color: var(--best-main-3);
  font-family: var(--best-bold-font-1);
}
.grid-block__content p {
  font-size: 1.25rem;
  color: var(--best-main-white);
}
@media (max-width: 63.99em) {
  .grid-block__content p {
    line-height: 4;
    margin-left: 0.625rem;
  }
}

.u-bg-main-colour-1 .video-block--white h2 {
  color: var(--best-main-6);
}
.u-bg-main-colour-1 .video-block--white p {
  color: var(--best-main-white);
}

.video-block {
  position: relative;
}
.video-block__content {
  grid-template-columns: 3fr 2fr;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (min-width: 64em) {
  .video-block__content {
    -moz-column-gap: 100px;
         column-gap: 100px;
    display: grid;
  }
}
.video-block__col-left, .video-block__col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-block__col-left {
  align-items: flex-start;
  margin-left: auto;
}
.video-block__col-left h2 {
  color: var(--best-main-6);
}
.video-block__col-left p {
  color: var(--best-main-white);
  font-size: 0.96875rem;
}
@media (min-width: 64em) {
  .video-block__col-left p {
    width: 50ch;
  }
}
@media (max-width: 63.99em) {
  .video-block__col-left {
    align-items: center;
  }
}
.video-block__text {
  text-align: right;
}
@media (max-width: 63.99em) {
  .video-block__text {
    text-align: center;
  }
}
.video-block__text .btn {
  margin-top: var(--flow-space);
}
.video-block__col-right {
  align-items: flex-end;
  position: relative;
}
.video-block--white h2 {
  color: var(--best-main-1);
}
.video-block--white p {
  color: var(--best-main-black);
}
.video-block .poster-size-ref {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-block .video-preview {
  height: 100%;
}
@media (max-width: 63.99em) {
  .video-block .video-preview {
    margin-top: 1.25rem;
  }
}
@media (min-width: 64em) {
  .video-block .video-preview {
    position: absolute;
    top: 0;
    right: 0;
    height: 38.875rem;
  }
}
.video-block .video-poster {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 64em) {
  .video-block .video-poster {
    height: 100%;
  }
}
.video-block .play-btn {
  position: absolute;
  width: 64px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-block .play-btn:hover {
  cursor: pointer;
}
.video-block .video-holder {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  /* z-index: -1; */
  opacity: 0;
}
.video-block .vimeo-wrap {
  width: 100%;
  height: 100%;
}
@media (min-width: 64em) {
  .video-block .vimeo-wrap {
    position: absolute;
  }
}
.video-block .vimeo-wrap iframe {
  width: 100%;
  height: 100%;
}
.video-block #vimeo-player1 {
  width: 100%;
  height: 100%;
}

@media (max-width: 63.99em) {
  .js-hide-preview {
    display: none;
  }
}

.offscreen-carousel-2 {
  grid-template-columns: repeat(12, 1fr);
}
.offscreen-carousel-2__slider {
  margin-bottom: 6.25rem;
}
.offscreen-carousel-2__title {
  grid-column: 2/-1;
  align-items: center;
  padding-top: 5.625rem;
  padding-bottom: 2.5rem;
}
.offscreen-carousel-2__title h2 {
  margin-bottom: 0;
}
.offscreen-carousel-2__title p {
  font-size: 15.5px;
  font-size: clamp(
    15.5px,
    15.5px + 0vw,
    15.5px
  );
}
.offscreen-carousel-2__slider {
  grid-column: 2/-1;
}
.offscreen-carousel-2__buttons svg {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.offscreen-carousel-2 .swiper-slide {
  padding-bottom: 3.75rem;
}
.offscreen-carousel-2__img {
  height: 12.5rem;
}
@media (min-width: 36em) {
  .offscreen-carousel-2__img {
    height: 25rem;
  }
}
.offscreen-carousel-2__img img,
.offscreen-carousel-2__img picture {
  -o-object-fit: cover;
     object-fit: cover;
  height: 12.5rem;
  width: 100%;
}
@media (min-width: 36em) {
  .offscreen-carousel-2__img img,
.offscreen-carousel-2__img picture {
    height: 25rem;
  }
}
.offscreen-carousel-2__item h2 {
  font-size: 15.5px;
  font-size: clamp(
    15.5px,
    14.5909090909px + 0.2840909091vw,
    17.5px
  );
  margin-bottom: 0;
}
.offscreen-carousel-2__item p {
  font-size: 15.5px;
  font-size: clamp(
    15.5px,
    15.5px + 0vw,
    15.5px
  );
}
.offscreen-carousel-2__item .btn {
  z-index: 99;
  right: 1.25rem;
  top: 11.25rem;
}
@media (min-width: 36em) {
  .offscreen-carousel-2__item .btn {
    top: 23.4375rem;
  }
}
.offscreen-carousel-2__intro {
  top: 2.5rem;
}

.post {
  grid-template-columns: repeat(12, 1fr);
}
.post__left {
  margin-top: var(--flow-space);
}
@media (min-width: 64em) {
  .post__left {
    grid-column: 2/3;
    padding: 0 0 0 1.25rem;
  }
}
.post__left svg {
  width: 2.5rem;
  margin-bottom: var(--flow-space);
}
@media (max-width: 63.99em) {
  .post__left svg {
    margin-right: 0.625rem;
  }
}
@media (min-width: 64em) {
  .post__left svg {
    width: 3.125rem;
  }
}
@media (min-width: 64em) {
  .post__social-icons {
    margin-top: 2.6875rem;
  }
}
.post__left-social {
  margin-top: 3.75rem;
}
.post__right {
  background: var(--best-main-white);
  grid-column: 3/-1;
}
@media (min-width: 64em) {
  .post__right {
    grid-column: 3/12;
    padding: 1.25rem 4.375rem 5.625rem;
  }
}
.post__right h1 {
  font-size: 20px;
  font-size: clamp(
    20px,
    10.9090909091px + 2.8409090909vw,
    40px
  );
}
.post__right h2 {
  font-size: 15px;
  font-size: clamp(
    15px,
    3.6363636364px + 3.5511363636vw,
    40px
  );
  margin: 1em 0;
  line-height: 1;
  font-family: var(--best-bold-font-1);
}
.post__right h3 {
  font-size: 15px;
  font-size: clamp(
    15px,
    11.5909090909px + 1.0653409091vw,
    22.5px
  );
  color: var(--best-main-8);
  margin-top: var(--flow-space);
  margin-bottom: 0;
}
.post__right h4 {
  font-size: 12.5px;
  font-size: clamp(
    12.5px,
    10.2272727273px + 0.7102272727vw,
    17.5px
  );
  color: var(--best-main-1);
  font-family: var(--best-bold-font-1);
  margin-top: var(--flow-space);
}
.post__right .primary {
  color: var(--best-main-1);
}
.post__right .blue {
  color: var(--best-main-6);
}
.post__right .red {
  color: var(--best-main-8);
}
.post__right iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.post__right img,
.post__right p {
  padding: 1em 0;
}
.post__right ul {
  padding: 1em 2em;
}
.post__right .yt-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.post__right .yt-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.post__job-button {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 64em) {
  .post__job-button {
    position: relative;
    left: -0.9375rem;
  }
}
.post__cat,
.post date {
  color: var(--best-main-5);
  font-family: var(--best-bold-font-1);
}
.post__cat {
  margin-right: 1.25rem;
}
@media (min-width: 64em) {
  .post__tags {
    margin-top: 2.5rem;
  }
}
.post--no-padding {
  padding-top: 0;
}
@media (max-width: 63.99em) {
  .post--no-padding {
    margin-top: 0;
  }
}
.post--case-study-social-icons {
  padding-top: 1.5625rem;
}
@media (min-width: 64em) {
  .post--case-study {
    padding: 1.25rem 4.375rem 5.625rem 4.375rem;
  }
}
.post--blog {
  padding-top: 1.5625rem;
}

.pagination {
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
  margin-bottom: 2.5rem;
  margin-top: 0.5625rem;
}
.pagination__left {
  grid-column: 2/7;
  box-shadow: 3px 3px 15px #06060629;
}
.pagination__left .d-flex {
  height: 100%;
}
.pagination__right {
  grid-column: 7/12;
  box-shadow: 3px 3px 15px #06060629;
}
.pagination__right .d-flex {
  height: 100%;
}
@media (min-width: 64em) {
  .pagination__img {
    width: 50%;
  }
}
.pagination__img img,
.pagination__img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 64em) {
  .pagination__link {
    width: 50%;
  }
}
.pagination__link p {
  font-family: var(--best-bold-font-1);
}
.pagination__heading {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 64em) {
  .pagination__heading {
    padding: 1.875rem 0.9375rem 1.875rem 0.9375rem;
  }
}
.pagination--text-align-left {
  text-align: left;
}
.pagination--text-align-right {
  text-align: right;
}

.blog-overview {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.blog-overview h2 {
  font-size: 20px;
  font-size: clamp(
    20px,
    20px + 0vw,
    20px
  );
}
.blog-overview.three-image-blocks {
  gap: 1.25rem;
}

.posts-pagination {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.footer {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 64em) {
  .footer {
    padding-top: 6rem;
  }
}
.footer h2 {
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
}
.footer p {
  line-height: 1.75;
}
@media (min-width: 62em) {
  .footer p {
    font-size: 0.9375rem;
  }
}
@media (min-width: 62em) {
  .footer ul li > a {
    font-size: 0.875rem;
  }
}
.footer__row-line-1 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 64em) {
  .footer__row-line-1 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.footer__row-line-2 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 64em) {
  .footer__row-line-2 {
    margin-top: 3.75rem;
    margin-bottom: 0.625rem;
  }
}
.footer__row-1-right .best-energy-footer {
  width: 18.75rem;
}
@media (min-width: 62em) {
  .footer__row-1-right .best-energy-footer {
    margin-bottom: 0.625rem;
  }
}
.footer__row-1-left {
  max-width: 36rem;
}
.footer__row-1-left svg {
  width: 0.9375rem;
  position: relative;
  top: 3px;
  margin-right: 0.1875rem;
}
.footer__social {
  margin-top: auto;
}
.footer__social a {
  margin-left: 0.5rem;
}
.footer__row-2-item {
  width: 100%;
}
@media (max-width: 63.99em) {
  .footer__row-2-item {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 62em) {
  .footer__row-2-item {
    width: 25%;
  }
}
@media (max-width: 61.99em) {
  .footer__row-2-item ul {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 63.99em) {
  .footer__row-2-item ul li {
    padding-bottom: 0.9375rem;
    display: block;
  }
}
@media (min-width: 62em) {
  .footer__row-3 p {
    font-size: 0.875rem;
  }
}
.footer__row-3 p a {
  color: var(--best-main-5);
  text-decoration: underline;
}
.footer__row-3 ul li a {
  padding-left: 1.875rem;
}
@media (min-width: 64em) {
  .footer__row-3-item:first-of-type {
    width: 50%;
  }
}
.footer__row-3-item span {
  color: #ff0000;
}
@media (max-width: 63.99em) {
  .footer__row-3-item ul {
    margin-top: 1.25rem;
  }
  .footer__row-3-item ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.9375rem;
  }
  .footer__row-3-item ul li a {
    padding-left: 0;
  }
}
.footer__social {
  margin-bottom: 2.5rem;
}
.footer__social svg {
  width: 1.5625rem;
}
.footer__social svg path:hover {
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  fill: var(--best-main-5);
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}
