@charset "UTF-8";
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Optimasolar Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/asap-v30-latin-100.woff2") format("woff2"), url("../fonts/asap-v30-latin-100.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/asap-v30-latin-100italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-100italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/asap-v30-latin-200.woff2") format("woff2"), url("../fonts/asap-v30-latin-200.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/asap-v30-latin-200italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-200italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/asap-v30-latin-300.woff2") format("woff2"), url("../fonts/asap-v30-latin-300.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/asap-v30-latin-300italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-300italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/asap-v30-latin-regular.woff2") format("woff2"), url("../fonts/asap-v30-latin-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/asap-v30-latin-italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/asap-v30-latin-500.woff2") format("woff2"), url("../fonts/asap-v30-latin-500.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/asap-v30-latin-500italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-500italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/asap-v30-latin-600.woff2") format("woff2"), url("../fonts/asap-v30-latin-600.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/asap-v30-latin-600italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-600italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/asap-v30-latin-700.woff2") format("woff2"), url("../fonts/asap-v30-latin-700.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/asap-v30-latin-700italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-700italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/asap-v30-latin-800.woff2") format("woff2"), url("../fonts/asap-v30-latin-800.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/asap-v30-latin-800italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-800italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/asap-v30-latin-900.woff2") format("woff2"), url("../fonts/asap-v30-latin-900.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Asap";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/asap-v30-latin-900italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-900italic.ttf") format("truetype");
}
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p:empty {
  display: none;
}

html {
  font-size: 62.5%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  html {
    overflow-x: hidden;
    width: 100%;
    position: relative;
  }
}

body {
  width: 100%;
  font: normal 400 1.6rem/1 "Asap", sans-serif;
  color: #2C2C2C;
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.review-active, body.team-active {
  overflow: hidden;
}
body.mob-nav-active {
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  body {
    font: normal 400 1.5rem/1 "Asap", sans-serif;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font: normal 400 1.4rem/1 "Asap", sans-serif;
  }
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img.lazy {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
}

img.loaded {
  opacity: 1;
}

img.with-border {
  padding: 1rem;
  background: #FFF;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}

.align-center img {
  margin: 0 auto;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

.wrap-square,
.wrap-16-9,
.wrap-4-3,
.wrap-3-1,
.wrap-80,
.wrap-22-41,
.wrap-team,
.wrap-map {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-square img,
.wrap-16-9 img,
.wrap-4-3 img,
.wrap-3-1 img,
.wrap-80 img,
.wrap-22-41 img,
.wrap-team img,
.wrap-map img {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap-square {
  padding: 0 0 100% 0;
}

.wrap-80 {
  padding: 0 0 80% 0;
}

.wrap-16-9 {
  padding: 0 0 56.25% 0;
}

.wrap-4-3 {
  padding: 0 0 66.67% 0;
}

.wrap-3-1 {
  padding: 0 0 33.34% 0;
}

.wrap-22-41 {
  padding: 0 0 188% 0;
}

.wrap-team {
  padding: 0 0 120% 0;
}

.wrap-map {
  padding: 0 0 55% 0;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
}

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

.align-left {
  text-align: left;
}

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

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

::-moz-selection {
  background: #2152F0;
  color: #ffffff;
}

::selection {
  background: #2152F0;
  color: #ffffff;
}

::-moz-selection {
  background: #2152F0;
  color: #ffffff;
}

.blue-bg ::-moz-selection {
  background: #ffffff;
  color: #2152F0;
}

.blue-bg ::selection {
  background: #ffffff;
  color: #2152F0;
}
.blue-bg ::-moz-selection {
  background: #ffffff;
  color: #2152F0;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#default-content,
#search-page,
#page-404 {
  padding-top: 21rem;
}
@media only screen and (max-width: 1023px) {
  #default-content,
  #search-page,
  #page-404 {
    padding-top: 10rem;
  }
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

.subtitle {
  color: #2152F0;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block !important;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none !important;
  }
}

.mob-img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mob-img {
    display: block;
  }
}

.desktop-img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .desktop-img {
    display: none;
  }
}

/* ## Animations
--------------------------------------------- */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.animated-view {
  transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.animated-view.fade-to-left {
  transform: translateX(20rem);
  opacity: 0;
}
.animated-view.fade-to-left.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-right {
  transform: translateX(-20rem);
  opacity: 0;
}
.animated-view.fade-to-right.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-top {
  transform: translateY(20rem);
  opacity: 0;
}
.animated-view.fade-to-top.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-to-bottom {
  transform: translateY(-20rem);
  opacity: 0;
}
.animated-view.fade-to-bottom.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-in {
  opacity: 0;
}
.animated-view.fade-in.in-view {
  opacity: 1;
}
.animated-view.zoom-in {
  transform: scale(0);
  transform-origin: center center;
}
.animated-view.zoom-in.in-view {
  transform: scale(1);
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  position: relative;
  width: calc(100% - 4rem);
  overflow: hidden;
}
.breadcrumbs__text {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2rem;
  word-break: break-all;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs__text {
    max-width: 80rem;
  }
}
@media only screen and (max-width: 750px) {
  .breadcrumbs__text {
    max-width: 40rem;
  }
}
@media only screen and (max-width: 640px) {
  .breadcrumbs__text {
    max-width: 30rem;
  }
}
.breadcrumbs .breadcrumb_last {
  font-weight: bold;
}

/* ## Wrap
--------------------------------------------- */
#main {
  padding: 0;
  position: relative;
}

.wrap {
  max-width: 140rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.wrap__full-width {
  max-width: 100%;
}
.wrap__outer-wrap {
  max-width: 196rem;
}
.wrap__big-wrap {
  max-width: 196rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.wrap__inner-wrap {
  max-width: 112.4rem;
}
.wrap__text-wrap {
  max-width: 102rem;
}
.wrap__faq-wrap {
  max-width: 92rem;
}

/* ## Lay-out styling
--------------------------------------------- */
.content-row {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.spacing-row {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1023px) {
  .spacing-row {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.small-gap {
  gap: 1.6rem;
}

.medium-gap {
  gap: 4rem;
}

.big-gap {
  gap: 6.4rem;
}
@media only screen and (max-width: 750px) {
  .big-gap {
    gap: 4rem;
  }
}

.bigger-gap {
  gap: 8rem;
}
@media only screen and (max-width: 750px) {
  .bigger-gap {
    gap: 4rem;
  }
}

.mega-gap {
  gap: 24rem;
}
@media only screen and (max-width: 1440px) {
  .mega-gap {
    gap: 12rem;
  }
}
@media only screen and (max-width: 1023px) {
  .mega-gap {
    gap: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .mega-gap {
    gap: 0rem;
  }
}

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

.col-2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 750px) {
  .col-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .col-3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .col-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .col-4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .col-4-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-2-1-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .col-2-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-2-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 1023px) {
  .col-1-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-1-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 0.9fr;
}
@media only screen and (max-width: 1023px) {
  .col-3-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-3-grid {
  display: grid;
  grid-template-columns: 0.9fr minmax(0, 3fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-3-grid-wide {
  display: grid;
  grid-template-columns: 1.35fr minmax(0, 3fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-3-grid-wide {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  flex-basis: 49%;
  max-width: 49%;
}
.gallery.gallery-columns-3 .gallery-item {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  flex-basis: 25%;
  max-width: 25%;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding-bottom: 3rem;
}

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  padding: 0.5rem 0 0 0;
}

/* ## Text
--------------------------------------------- */
a {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  color: #2C2C2C;
}
a:hover {
  text-decoration: none;
  color: #2C2C2C;
}
a.text-link {
  color: #2C2C2C;
}

p,
label,
address,
td,
th,
li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  font-family: "Asap", sans-serif;
  color: #2C2C2C;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 1023px) {
  p,
  label,
  address,
  td,
  th,
  li {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  p,
  label,
  address,
  td,
  th,
  li {
    font-size: 1.4rem;
  }
}

.smaller,
small {
  font-size: 1.4rem;
}

.bigger {
  font-size: 1.8rem;
}

.with-icon {
  padding-left: 2.5rem;
  position: relative;
}
.with-icon i {
  position: absolute;
  left: 0;
}

hr {
  margin: 0 0 3.2rem 0;
  padding: 0;
  border: 0;
  height: 1px;
  background: #2C2C2C;
  display: block;
}

ul,
ol {
  display: block;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
  font-weight: 600;
  line-height: 1.6;
}
ul li:before,
ol li:before {
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #000000;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: 1.3rem;
  left: 0;
  content: "";
}
ul li.check,
ol li.check {
  padding: 0 0 0 3rem;
}
ul li.check:before,
ol li.check:before {
  display: block;
  height: 1.77rem;
  width: 1.77rem;
  background: url("../img/custom-icons/check-green-round.svg") no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: 0.4rem;
  left: 0;
  content: "";
}
ul li.chevron,
ol li.chevron {
  padding: 0 0 0 3rem;
}
ul li.chevron:before,
ol li.chevron:before {
  display: block;
  height: 2rem;
  width: 2rem;
  background: url("../img/custom-icons/chevron-right-white.svg") no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: 0.3rem;
  left: 0;
  content: "";
}
@media only screen and (max-width: 1023px) {
  ul li.chevron:before,
  ol li.chevron:before {
    top: 0.2rem;
  }
}
ul li.arrow,
ol li.arrow {
  padding: 0 0 0 3rem;
}
ul li.arrow:before,
ol li.arrow:before {
  display: block;
  position: relative;
  top: 0.7rem;
  height: 1.6rem;
  width: 1.6rem;
  background: url("../img/custom-icons/arrow-right-black.svg") no-repeat center center;
  background-size: 1.6rem 1.6rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  content: "";
}
ul li.arrow.arrow-active:before,
ol li.arrow.arrow-active:before {
  display: block;
  position: relative;
  top: 0.7rem;
  height: 1.6rem;
  width: 1.6rem;
  background: url("../img/custom-icons/arrow-right-blue.svg") no-repeat center center;
  background-size: 1.6rem 1.6rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  content: "";
}
ul.two-columns,
ol.two-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns,
  ol.two-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
ul.three-columns,
ol.three-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 750px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

ol li {
  counter-increment: step-counter;
  padding-left: 2.5rem;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border-radius: 0;
}

blockquote {
  position: relative;
  display: block;
}
blockquote p {
  font-size: 3.6rem;
  line-height: 1.167;
  color: #2152F0;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1023px) {
  blockquote p {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

table {
  margin: 0 0 3rem 0;
  width: 100%;
}

td, th {
  text-align: left;
  padding: 1rem;
}

th {
  font-weight: 700;
}

.white-text h1, .white-text .h1,
.white-text h2, .white-text .h2,
.white-text h3, .white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text legend,
.white-text i,
.white-text a {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

/* ## Heading styling
--------------------------------------------- */
h1, .h1 {
  font-size: 6rem;
  line-height: 1.167;
  font-weight: 700;
  color: #2C2C2C;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 3.2rem;
    line-height: 1.167;
  }
}

h2, .h2 {
  font-size: 3.6rem;
  line-height: 1.23;
  font-weight: 700;
  color: #2C2C2C;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font-size: 2.2rem;
  }
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.125;
  font-weight: 600;
  color: #2C2C2C;
  padding: 0;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 1023px) {
  h3, .h3 {
    font-size: 2.2rem;
  }
}

h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 2.2rem;
  line-height: 1.273;
  font-weight: 700;
  padding: 0;
  margin: 0 0 3rem 0;
}

/* ## Cards
--------------------------------------------- */
.card {
  position: relative;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
}
.card > :last-child {
  margin-bottom: 0;
}

.with-border-radius {
  border-radius: 4rem;
}

.with-shadow {
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}

/* ## Forms styling
--------------------------------------------- */
.gform-field-label--type-inline {
  font-weight: 400 !important;
}

.field-row {
  display: flex;
  flex-direction: row;
}
.field-row .gfield_radio {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  padding-top: 0.5rem;
  flex-wrap: wrap;
}

label,
legend {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0;
  position: relative;
  line-height: 1.25;
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  label,
  legend {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  label,
  legend {
    font-size: 1.4rem;
  }
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.6rem 3rem;
  font: 400 1.6rem/2rem "Asap", sans-serif;
  color: #2C2C2C;
  margin: 0;
  border: 1px solid #2152F0;
  border-radius: 4rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #86BB46;
}
@media only screen and (max-width: 1023px) {
  input[type=text],
  input[type=number],
  input[type=search],
  input[type=email],
  input[type=tel],
  input[type=password],
  input[type=date],
  input[type=phone],
  input[type=url],
  select,
  textarea {
    font: 400 1.5rem/2rem "Asap", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  input[type=text],
  input[type=number],
  input[type=search],
  input[type=email],
  input[type=tel],
  input[type=password],
  input[type=date],
  input[type=phone],
  input[type=url],
  select,
  textarea {
    font: 400 1.4rem/2rem "Asap", sans-serif;
  }
}

input[type=checkbox],
input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  inset: 0 0 0 0;
  height: 100%;
  opacity: 0;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=checkbox] + td,
input[type=radio] + label,
input[type=radio] + span,
input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
}
input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before,
input[type=radio] + label:before,
input[type=radio] + span:before,
input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  content: "";
  padding: 0;
  background: #FFF;
  border: 1px solid #2C2C2C;
  inset: 0 0 0 0;
}
input[type=checkbox] + label:after, input[type=checkbox] + span:after, input[type=checkbox] + td:after,
input[type=radio] + label:after,
input[type=radio] + span:after,
input[type=radio] + td:after {
  display: block;
  position: absolute;
  background: #2C2C2C;
  height: 0.9rem;
  width: 0.9rem;
  background: #2C2C2C;
  inset: 0 0 0 0;
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  inset: 0.3rem 0 0 0.3rem;
  content: "";
}

input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  border-radius: 50%;
  inset: 0.3rem 0 0 0.36rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

textarea {
  height: 13rem;
  padding: 2rem;
  border-radius: 3rem;
}

.input-number-wrap {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 14rem;
  height: 4.1rem;
  background: #ffffff;
}
.input-number-wrap .number-min,
.input-number-wrap .number-plus {
  cursor: pointer;
  display: flex;
  height: 4.1rem;
  width: 4.1rem;
  align-items: center;
  justify-content: center;
  color: #2C2C2C;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.input-number-wrap input[type=number] {
  width: calc(100% - 8.2rem);
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  min-width: 8rem;
}

.gfield_consent_label {
  display: inline-block !important;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input- {
  opacity: 0.5;
}

/* ## Gravity forms addons
--------------------------------------------- */
.gform_wrapper {
  margin: 0 0 2.8rem 0;
  position: relative;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.4rem 0;
}
.gform_wrapper .gfield {
  position: relative;
  width: 100%;
}
.gform_wrapper .gfield.gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gfield--width-half {
  width: calc(50% - 1.2rem);
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield--width-half {
    width: 100%;
  }
}
.gform_wrapper .gfield--width-third {
  width: calc(33% - 1.2rem);
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield--width-third {
    width: 100%;
  }
}
.gform_wrapper .gfield.one-three {
  width: calc(33% - 1.2rem) !important;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield.one-three {
    width: 100% !important;
  }
}
.gform_wrapper .gfield.three-three {
  width: calc(66% - 0.3rem) !important;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield.three-three {
    width: 100% !important;
  }
}
.gform_wrapper .gchoice {
  position: relative;
  margin: 0 0 1rem 0;
}

.gform_footer {
  display: flex;
  justify-content: flex-start;
  margin: 2.4rem 0 0 0;
}

.gf_name_has_2 {
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .gf_name_has_2 {
    grid-template-columns: 1fr;
  }
}

.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea {
  border-color: #ff0000;
}

.instruction,
.gfield_validation_message {
  font-style: italic;
  font-size: 1.4rem;
  display: flex;
  margin: 1rem 0 0 0;
}

.gfield_validation_message {
  color: #ff0000;
}

.gfield_required {
  margin: 0 0 0 0.2rem;
  color: #2C2C2C;
  font-size: 1.2rem;
}

.hidden_label > legend,
.hidden_label > label {
  display: none;
}

body img.gform_ajax_spinner {
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

/* ## Select2 styling
--------------------------------------------- */
.select2-container--default .select2-selection--single {
  height: 4.1rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Asap", sans-serif !important;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font: 400 1.5rem/1.25 "Asap", sans-serif !important;
  }
}
@media only screen and (max-width: 640px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font: 400 1.4rem/1.25 "Asap", sans-serif !important;
  }
}

ul.select2-results__options li {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Asap", sans-serif !important;
}
@media only screen and (max-width: 1023px) {
  ul.select2-results__options li {
    font: 400 1.5rem/1.25 "Asap", sans-serif !important;
  }
}
@media only screen and (max-width: 640px) {
  ul.select2-results__options li {
    font: 400 1.4rem/1.25 "Asap", sans-serif !important;
  }
}
ul.select2-results__options li:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #2C2C2C;
  color: #FFF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
  font-weight: 400;
  margin-bottom: 0;
}
body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  padding-bottom: 1.2rem;
}
body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  color: #ffffff;
  height: auto;
}
body .dgwt-wcas-sf-wrapp button:before {
  display: none;
}

/* ## Colors
--------------------------------------------- */
.bg-black {
  background: #000;
}

.black-color {
  color: #000 !important;
}

.bg-white {
  background: #FFF;
}

.white-color {
  color: #FFF !important;
}

.blue-bg {
  background: #2152F0;
}

.bg-red {
  background: #ff0000;
}

.red-color {
  color: #ff0000 !important;
}

.bg-green {
  background: #86BB46;
}

.green-color {
  color: #86BB46 !important;
}

.bg-yellow {
  background: #ffcc00;
}

.yellow-color {
  color: #ffcc00 !important;
}

/* ## Buttons
--------------------------------------------- */
.blue-bg .button.blue-ghost:hover {
  border-color: #ffffff !important;
}

.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 1.5rem 3rem;
  font: 600 1.6rem/1.25 "Asap", sans-serif;
  color: #ffffff;
  border: 2px solid #2152F0;
  background-color: #2152F0;
  border-radius: 4rem;
  border-color: #2152F0;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.button.full-width,
input[type=submit].full-width,
button[type=submit].full-width {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .button,
  input[type=submit],
  button[type=submit] {
    width: 100%;
    font: 600 1.4rem/1.25 "Asap", sans-serif;
  }
}
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background-color: #86BB46;
  border-color: #86BB46;
  color: #FFF;
}
.button:hover:after,
input[type=submit]:hover:after,
button[type=submit]:hover:after {
  transform: translateX(0.6rem);
}
.button:after,
input[type=submit]:after,
button[type=submit]:after {
  content: "";
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  transition: all 0.3s ease-out 0s;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 1rem;
  position: relative;
  top: 0.3rem;
  background-image: url("../img/custom-icons/arrow-right-white.svg");
}
.button.loading:after,
input[type=submit].loading:after,
button[type=submit].loading:after {
  content: "";
  background-image: url("../img/custom-icons/loader.svg");
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
  animation: spin 4s linear infinite;
}
.button.loading:hover:after,
input[type=submit].loading:hover:after,
button[type=submit].loading:hover:after {
  filter: brightness(0) invert(1);
}
.button.blue-ghost,
input[type=submit].blue-ghost,
button[type=submit].blue-ghost {
  background-color: #ffffff;
  border-color: #2152F0;
  color: #2152F0;
}
.button.blue-ghost:hover,
input[type=submit].blue-ghost:hover,
button[type=submit].blue-ghost:hover {
  background-color: #2152F0;
  color: #ffffff;
}
.button.blue-ghost:hover:after,
input[type=submit].blue-ghost:hover:after,
button[type=submit].blue-ghost:hover:after {
  background-image: url("../img/custom-icons/arrow-right-white.svg");
}
.button.blue-ghost:after,
input[type=submit].blue-ghost:after,
button[type=submit].blue-ghost:after {
  background-image: url("../img/custom-icons/arrow-right-blue.svg");
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

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

.responsive-iframe-wrapper,
.responsive-video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  margin: 0 0 3rem 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe,
.responsive-video-wrapper img,
.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.responsive-iframe-wrapper .play-button,
.responsive-video-wrapper .play-button {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background: #2152F0;
}
.responsive-iframe-wrapper .play-button svg,
.responsive-video-wrapper .play-button svg {
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateX(0.2rem);
}
.responsive-iframe-wrapper .play-button:hover svg,
.responsive-video-wrapper .play-button:hover svg {
  transform: translateX(0.2rem) scale(1.25);
}

/* Sm icons
--------------------------------------------- */
.sm-icons {
  display: flex;
  align-items: center;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.sm-icons li {
  padding-left: 0;
  margin-right: 0.6rem;
}
.sm-icons li svg {
  width: 2.4rem;
}
.sm-icons li:before {
  display: none;
}

/* Sm share buttons
--------------------------------------------- */
.sm-share-buttons {
  display: flex;
  margin: 0;
  padding: 0;
}
.sm-share-buttons li {
  display: flex;
  margin: 0;
  padding: 0;
}
.sm-share-buttons li:not(:last-child) {
  margin: 0 1rem 0 0;
}
.sm-share-buttons li:before {
  display: none;
}
.sm-share-buttons li a {
  display: flex;
  height: 4.2rem;
  width: 4.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.sm-share-buttons li.youtube a {
  background: #E9654B;
}
.sm-share-buttons li.instagram a {
  background: #d6249f !important;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.sm-share-buttons li.facebook a {
  background-color: #ffffff;
}
.sm-share-buttons li.twitter a {
  background: #000000;
}
.sm-share-buttons li.linkedin a {
  background: #ffffff;
}
.sm-share-buttons li.whatsapp a {
  background: #25D366;
}
.sm-share-buttons li.whatsapp a svg {
  fill: white;
}
.sm-share-buttons li.email a {
  background: #92D6FF;
}
.sm-share-buttons li.email a svg {
  stroke: white;
}
.sm-share-buttons li:hover a {
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}
.sm-share-buttons li:hover svg {
  transform: scale(1.25);
}

.contact-information {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .contact-information {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 0;
  }
}
.contact-information p {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .contact-information p {
    justify-content: center;
  }
}
.contact-information svg {
  margin-right: 0.6rem;
  max-width: 1.2rem;
  position: relative;
}

.reviews_sc {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.8rem;
}
@media only screen and (max-width: 1023px) {
  .reviews_sc {
    justify-content: center;
  }
}
.reviews_sc .rating {
  font-weight: 600;
  font-size: 1.2rem;
  vertical-align: middle;
  line-height: 1rem;
}
.reviews_sc .star-container__star {
  width: 1.6rem;
  fill: #EFCE4A;
}

.scroll-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #2152F0;
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 60;
}

.scroll-to-top:hover {
  background-color: #86BB46;
}
.scroll-to-top:hover svg {
  stroke: #ffffff;
}

/* # Blocks SCSS files
---------------------------------------------------------------------------------------------------- */
/* # Header index
---------------------------------------------------------------------------------------------------- */
/* Main-header
--------------------------------------------- */
.main-header {
  position: fixed;
  inset: 0 0 unset 0;
  z-index: 250;
  width: 100%;
}

.site-logo {
  display: block;
  position: relative;
}
.site-logo img {
  max-width: 20.4rem;
}
@media only screen and (max-width: 1023px) {
  .site-logo img {
    max-width: 16.5rem;
  }
}

/* Nav-bar
--------------------------------------------- */
.nav-bar {
  position: relative;
}
.nav-bar .nav-bar-container {
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #ffffff;
}
.nav-bar .top-nav-bar {
  padding: 1.5rem 2rem 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .nav-bar .top-nav-bar {
    display: none;
  }
}
.nav-bar .top-nav-bar__left .usps {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}
.nav-bar .top-nav-bar__left .usp {
  font-size: 1.2rem;
  line-height: 1.16;
}
.nav-bar .top-nav-bar__left .usp__icon {
  margin-right: 0.6rem;
  position: relative;
  top: 0.1rem;
}
.nav-bar .top-nav-bar__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.nav-bar .top-nav-bar__right .call {
  font-weight: 600;
  font-size: 1.2rem;
}
.nav-bar .top-nav-bar__right .call svg {
  position: relative;
  top: 0.2rem;
  margin-right: 0.4rem;
}
.nav-bar .top-nav-bar__right a {
  text-decoration: none;
}
.nav-bar .bottom-nav-bar {
  padding: 0rem 2rem 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media only screen and (max-width: 1023px) {
  .nav-bar .bottom-nav-bar {
    padding: 1.2rem 2rem;
    display: block;
  }
}
.nav-bar .bottom-nav-bar__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4.2rem;
}
@media only screen and (max-width: 1023px) {
  .nav-bar .bottom-nav-bar__left {
    justify-content: space-between;
    gap: 1rem;
  }
}
.nav-bar .bottom-nav-bar__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .nav-bar .bottom-nav-bar__right {
    display: none;
  }
}
.nav-bar .bottom-nav-bar__right .menu .menu-item a {
  font-size: 1.4rem;
}
.nav-bar .bottom-nav-bar__right .language-switch {
  position: relative;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 1rem;
}
.nav-bar .bottom-nav-bar__right .language-switch a {
  text-decoration: none;
  padding: 2rem 0;
  font-size: 1.4rem;
}
.nav-bar .bottom-nav-bar__right .language-switch:hover .language-selector {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.nav-bar .bottom-nav-bar__right .language-switch:hover .chevron-down {
  transform: rotate(180deg);
}
.nav-bar .bottom-nav-bar__right .language-switch .chevron-down {
  position: relative;
  top: 0.8rem;
  width: 2rem;
  transition: transform 0.5s ease;
}
.nav-bar .bottom-nav-bar__right .language-switch .language-selector {
  position: absolute;
  top: 100%;
  left: -1rem;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  z-index: 1;
  background-color: #ffffff;
  border-top: 0.4rem solid #2152F0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 1rem;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .bottom-nav-bar__right .language-switch .language-selector:hover {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.nav-bar .bottom-nav-bar__right .language-switch .language-selector ul {
  margin-bottom: 0;
  display: block;
}
.nav-bar .bottom-nav-bar__right .language-switch .language-selector ul li {
  padding: 0;
  margin-right: 0rem;
}
.nav-bar .bottom-nav-bar__right .language-switch .language-selector ul li a {
  font-weight: bold !important;
  padding: 1.6rem;
}
.nav-bar__menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-bar__menu-wrap .menu .menu-item {
  margin-right: 3rem !important;
}
.nav-bar__menu-wrap .menu .menu-item a {
  font-weight: bold !important;
}
@media only screen and (max-width: 1023px) {
  .nav-bar__menu-wrap {
    display: none;
  }
}
.nav-bar__menu-wrap-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 1280px) {
  .nav-bar__menu-wrap-right {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-bar__menu-wrap-right {
    display: none;
  }
}
.nav-bar .menu {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.nav-bar .menu .menu-item {
  position: relative;
  margin-right: 2rem;
  display: flex;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .menu .menu-item:last-child {
  margin-right: 0;
}
.nav-bar .menu .menu-item a {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  padding: 2rem 0;
  font-family: "Asap", sans-serif;
  color: #2C2C2C;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: none;
}
.nav-bar .menu .menu-item.current-menu-item > a, .nav-bar .menu .menu-item.current-menu-ancestor > a, .nav-bar .menu .menu-item.current_page_item > a, .nav-bar .menu .menu-item.current_page_ancestor > a {
  color: #2C2C2C;
  text-decoration: underline;
}
.nav-bar .menu .menu-item.current-menu-item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current-menu-ancestor > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_ancestor > a .nav-bar__toggle-icon {
  fill: #2C2C2C;
}
.nav-bar .menu .menu-item.menu-item-has-children {
  display: flex;
  flex-direction: column;
}
.nav-bar .menu .menu-item.menu-item-has-children svg {
  position: relative;
  top: 0.2rem;
  left: 0.2rem;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .menu .menu-item.menu-item-has-children:hover svg {
  transform: rotate(180deg);
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: calc(100% - 1rem);
  left: -2rem;
  background-color: #FFF;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  border-top: 0.4rem solid #2152F0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-bottom: 0;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  text-wrap: nowrap;
  margin-right: 0 !important;
  position: relative;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item__toggle {
  transform: rotate(90deg);
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 2rem;
  min-width: 13rem;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  text-decoration: underline;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item .sub-menu {
  transition: none;
  left: 20rem;
  top: 1rem;
  z-index: 10;
  visibility: hidden;
  border: none;
  transform: translateX(-5rem);
  opacity: 0;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item {
  visibility: inherit;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item:hover .sub-menu {
  transition: all 0.3s ease-out 0s;
  visibility: visible;
  opacity: 1;
  transform: translateX(-3rem);
}
.nav-bar .menu .menu-item svg {
  width: 2rem;
  height: 2rem;
}
.nav-bar .menu .menu-item:hover > a {
  color: #2C2C2C;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.nav-bar .menu .menu-item:hover > a .nav-bar__toggle-icon {
  transform: rotate(180deg);
  fill: #2C2C2C;
}
.nav-bar .menu .menu-item:hover .sub-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .nav-bar .lang-select {
    display: none;
  }
}

.menu-item {
  padding-left: 0;
}
.menu-item:before {
  display: none;
}

.lang-select {
  position: relative;
  margin-left: 2.4rem;
}
.lang-select__button {
  display: flex;
  align-items: center;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
  padding-right: 0;
}
.lang-select__button img {
  margin-right: 0.8rem;
}
.lang-select__text {
  line-height: 1;
  font-size: 1.4rem;
  color: #2C2C2C;
}
.lang-select__icon {
  width: 1.4rem;
  margin-left: 0.4rem;
  display: inline-block;
  color: #2C2C2C;
  transition: all 0.3s ease-out 0s;
}
.lang-select__container {
  position: absolute;
  padding: 0.6rem 1.2rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
  margin-top: 0.6rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  right: 0;
  transform: scaleY(0);
  transform-origin: top center;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.lang-select__container .menu {
  padding-bottom: 0;
  flex-direction: column;
}
.lang-select__container .menu-item {
  padding-left: 0;
  margin-right: 0 !important;
}
.lang-select__container .menu-item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #000000;
  padding: 0.8rem 0 !important;
}
.lang-select__container .menu-item a img {
  margin-right: 0.8rem;
}
.lang-select__container .menu-item:before {
  display: none;
}
.lang-select__container .menu-item:last-child {
  border-bottom: 0;
}
.lang-select--active .lang-select__icon {
  transform: rotate(180deg);
}
.lang-select--active .lang-select__container {
  visibility: visible;
  transform: scaleY(1);
}

.mob-lang-select .lang-select {
  margin-left: 0;
  display: inline-block;
}
.mob-lang-select .lang-select__container ul {
  margin-bottom: 0;
}

/* # Flexible index
---------------------------------------------------------------------------------------------------- */
/* Section
--------------------------------------------- */
.section.grid-bg {
  background-image: url("../img/bg.svg");
}
.section__header--center {
  text-align: center;
}
.section__header--right {
  text-align: right;
}
.section__title {
  padding-bottom: 0;
}
.section__content {
  max-width: 56rem;
}
.section__content > :last-child:not(a):not(.responsive-video-wrapper) {
  padding-bottom: 0;
}
.section__content_wide > :last-child:not(a):not(.responsive-video-wrapper) {
  padding-bottom: 0;
}
.section__footer {
  display: flex;
  margin-top: 4rem;
  justify-content: center;
}

/* Content-two-columns
--------------------------------------------- */
.content-two-columns {
  overflow: hidden;
}
.content-two-columns .optimasolar-bg {
  position: absolute;
  overflow: hidden;
  right: -21rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  height: 130%;
}
@media only screen and (max-width: 1023px) {
  .content-two-columns .optimasolar-bg {
    transform: translate(-50%, -30%);
    height: 100%;
    top: 50%;
    left: 50%;
  }
}
.content-two-columns .section__media {
  position: relative;
}
.content-two-columns figure {
  border-radius: 2rem;
}
.content-two-columns .overlay-img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -12rem;
  right: initial;
  width: 36rem;
  height: 36rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 1023px) {
  .content-two-columns .overlay-img {
    display: none;
  }
}
.content-two-columns .overlay-img img {
  width: 36rem;
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 7rem;
  left: initial;
  right: initial;
  border-radius: 2rem;
}
.content-two-columns .section__content.overlay {
  margin-right: 16rem;
  margin-left: unset;
}
@media only screen and (max-width: 1023px) {
  .content-two-columns .section__content.overlay {
    margin-right: unset;
  }
}
.content-two-columns--reverse .section__media {
  order: -1;
}
.content-two-columns--reverse .section__content.overlay {
  margin-left: 16rem;
  margin-right: unset;
}
@media only screen and (max-width: 1023px) {
  .content-two-columns--reverse .section__content.overlay {
    margin-left: unset;
  }
}
.content-two-columns--reverse .overlay-img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -12rem;
  left: unset;
  width: 36rem;
  height: 36rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 1023px) {
  .content-two-columns--reverse .overlay-img {
    display: none;
  }
}
.content-two-columns--reverse .overlay-img img {
  width: 36rem;
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 7rem;
  right: initial;
  border-radius: 2rem;
}

/* Media
--------------------------------------------- */
/* Text-text
--------------------------------------------- */
/* Text
--------------------------------------------- */
.header {
  min-height: 84rem;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .header {
    min-height: unset;
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .header .wrap__outer-wrap {
    display: none;
  }
}
.header .header-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.header figure {
  border-radius: 2rem;
}
.header .header-content {
  padding-top: 12.5rem;
  display: flex;
  align-items: center;
  min-height: 84rem;
}
@media only screen and (max-width: 1023px) {
  .header .header-content {
    min-height: unset;
    padding-top: unset;
  }
}
.header .header-content h1 {
  margin-bottom: 2rem;
}
.header .header-content .header-content-content {
  margin-top: 9rem;
  margin-bottom: 9rem;
  max-width: 56rem;
}
@media only screen and (max-width: 1023px) {
  .header .header-content .header-content-content {
    max-width: unset;
    margin-top: unset;
    margin-bottom: unset;
  }
}
.header.content_header .header-content .header-content-content {
  margin-top: 9rem;
  margin-bottom: 9rem;
  max-width: initial;
  margin-left: 68rem;
}
.header .image-container {
  margin-top: 4rem;
  margin-right: 4rem;
  max-width: 76rem;
  max-height: 76rem;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1440px) {
  .header .image-container {
    max-width: 64rem;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .header .image-container {
    max-width: 52rem;
  }
}
@media only screen and (max-width: 1140px) {
  .header .image-container {
    max-width: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .header .image-container {
    max-width: 100%;
    position: relative;
    margin-right: 0;
  }
}
.header .image-container figure {
  width: 76rem;
  height: 76rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 1440px) {
  .header .image-container figure {
    max-width: 64rem;
  }
}
@media only screen and (max-width: 1280px) {
  .header .image-container figure {
    max-width: 52rem;
  }
}
@media only screen and (max-width: 1140px) {
  .header .image-container figure {
    max-width: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .header .image-container figure {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
}
.header .image-container .badge-image {
  position: absolute;
  z-index: 1;
  left: -9rem;
  bottom: 4rem;
}
@media only screen and (max-width: 1023px) {
  .header .image-container .badge-image {
    left: 0;
    bottom: 0;
  }
}
.header.content_header .image-container {
  left: 0;
  margin-right: unset;
  margin-left: 4rem;
}
.header.content_header .image-container .badge-image {
  left: initial;
  right: -9rem;
}
@media only screen and (max-width: 1440px) {
  .header.content_header .image-container {
    margin-left: 2rem;
  }
}
.header .mobile-header-image {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .header .mobile-header-image {
    display: block;
    margin-top: 3rem;
    max-width: 100%;
    position: relative;
  }
  .header .mobile-header-image.badge {
    margin-bottom: 6rem;
  }
}
.header .mobile-header-image .badge-image {
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: -7rem;
}

.reviews {
  overflow: hidden;
}
.reviews .optimasolar-bg {
  position: absolute;
  overflow: hidden;
  right: -21rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  height: 130%;
}
@media only screen and (max-width: 1023px) {
  .reviews .optimasolar-bg {
    transform: translate(-50%, -50%);
    height: 125%;
    top: 50%;
    left: 50%;
  }
}
.reviews .reviews-title {
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .reviews .reviews-title {
    text-align: center;
  }
}
.reviews .reviews-slider {
  overflow: hidden;
  padding-top: 3rem;
}
.reviews .reviews-slider .swiper-wrapper {
  position: relative;
}
.reviews .reviews-slider .swiper-slide {
  height: auto;
  display: flex;
}
.reviews .reviews-slider .swiper-slide .single-review {
  flex: 1;
}
.reviews .reviews-slider .swiper-pagination {
  margin-top: 3rem;
  position: relative;
}
.reviews .reviews-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
.reviews .reviews-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #86BB46;
}
.reviews .single-review {
  position: relative;
  flex-direction: column;
  background: #ffffff;
  padding: 3rem;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.reviews .single-review .star-container {
  margin-right: 0.85rem;
}
.reviews .single-review .star-container__star {
  width: 1.6rem;
  fill: #EFCE4A;
}
.reviews .single-review p {
  margin-bottom: 0;
}
.reviews .single-review .review-rating {
  font-weight: bold;
  display: flex;
  z-index: 2;
  flex-direction: row;
  justify-content: flex-end;
}
.reviews .single-review .review-text {
  margin-top: 2rem;
  z-index: 2;
}
.reviews .single-review .review-text .extended-review {
  display: inline-block;
  color: #2152F0;
  font-weight: bold;
  cursor: pointer;
}
.reviews .single-review .review-image {
  background-color: #ffffff;
  border-radius: 5rem;
  border: 1px solid #2152F0;
  z-index: 2;
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -3rem;
}
.reviews .single-review .review-image img {
  width: 6.8rem;
  height: 6.8rem;
}
.reviews .single-review .google-icon {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -1rem;
  right: -1rem;
  background-color: #FFF;
  border-radius: 5rem;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}
.reviews .single-review .review-name {
  font-weight: bold;
  margin-top: auto;
  z-index: 2;
  padding-top: 2rem;
}
.reviews .single-review .quote {
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.reviews .button-wrap {
  margin-top: 3rem;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  .reviews .button-wrap {
    margin-top: 2rem;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal .close {
  color: #2152F0;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .close:hover,
.modal .close:focus {
  color: #86BB46;
  text-decoration: none;
  cursor: pointer;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-content {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem;
  box-shadow: rgba(100, 100, 111, 0.5) 0px 0px 10px 0px;
  border-radius: 1rem;
  max-height: 90%;
  overflow-y: auto;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .modal-content {
    width: 90%;
  }
}
.modal-content .review-text {
  margin-bottom: 0;
}
.modal-content .review-name {
  margin-top: 2rem;
  margin-bottom: 0;
  font-weight: bold;
}

.products {
  overflow: hidden;
}
.products .project-tile-wrapper {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .products .swiper-button-prev,
  .products .swiper-button-next {
    width: 2rem;
  }
}
.products .swiper-button-prev::after,
.products .swiper-button-next::after {
  color: #2152F0;
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .products .swiper-button-prev::after,
  .products .swiper-button-next::after {
    font-size: 2.5rem;
  }
}
.products .product-tile-slider .swiper-slide {
  height: auto;
  background-color: #F2F5FF;
  position: relative;
}
.products .product-tile-slider .product-tile {
  background-color: #F2F5FF;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding: 3rem 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.products .product-tile-slider .product-tile:hover .product-tile__text:after {
  transform: translateX(0.6rem);
}
.products .product-tile-slider .product-tile__text {
  color: #2152F0;
  font-weight: 600;
  font-size: 1.8rem;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .products .product-tile-slider .product-tile__text {
    font-size: 1.6rem;
    margin: 0 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .products .product-tile-slider .product-tile__text {
    font-size: 1.4rem;
  }
}
.products .product-tile-slider .product-tile__text:after {
  content: "";
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  transition: all 0.3s ease-out 0s;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  position: relative;
  top: 0.3rem;
  background-image: url("../img/custom-icons/arrow-right-blue.svg");
}
.products .product-tile-slider .product-tile__image {
  background-color: #2152F0;
  border-radius: 5rem;
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .product-tile-slider .product-tile__link {
  text-decoration: none;
}
.products .product-tile-slider::before {
  content: "";
  height: 120%;
  width: 500%;
  position: absolute;
  left: -500%;
  top: -10%;
  background: #ffffff;
  z-index: 10;
}
.products .product-tile-slider::after {
  content: "";
  height: 120%;
  width: 500%;
  position: absolute;
  right: -500%;
  top: -10%;
  background: #ffffff;
  z-index: 10;
}

.hotspots {
  text-align: center;
  overflow: hidden;
}
.hotspots__title {
  margin-bottom: 1rem;
}
.hotspots__subtitle {
  color: #2152F0;
  font-weight: 600;
}
.hotspots .hotspots-image-wrapper {
  display: flex;
  justify-content: center;
}
.hotspots .hotspot-usp {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
}
.hotspots .hotspot-usp svg {
  margin-right: 0.6rem;
  position: relative;
  top: 0.1rem;
}
.hotspots .hotspot-usps {
  margin: 3rem 0rem;
  overflow: hidden;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .hotspots .hotspot-usps {
    display: block;
  }
}
.hotspots .mobile-toggle-info {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .hotspots .mobile-toggle-info {
    display: block;
    margin-top: 1rem;
  }
}
.hotspots .mobile-toggle-info .question {
  background-color: #ffffff;
  border: none;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.hotspots .mobile-toggle-info .question__text {
  color: #2152F0;
  padding: 1.4rem 2rem;
}
.hotspots .mobile-toggle-info .question__answer {
  text-align: left;
  padding: 0rem 2rem 2rem 2rem;
  line-height: 2;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .hotspots .mobile-toggle-info .question__answer {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .hotspots .mobile-toggle-info .question__answer {
    font-size: 1.4rem;
  }
}
.hotspots .mobile-toggle-info .question svg {
  transition: all 0.3s ease-out 0s;
  width: 1.5rem;
}
.hotspots .mobile-toggle-info .question--active svg {
  transform: rotate(180deg);
}
.hotspots .usps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3rem;
  align-items: center;
  margin: 3rem 0rem;
}
@media only screen and (max-width: 1023px) {
  .hotspots .usps {
    flex-direction: column;
    display: none;
  }
}
.hotspots .hotspots-image-container {
  position: relative;
  width: 90rem;
  height: 54rem;
  border-radius: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 1023px) {
  .hotspots .hotspots-image-container {
    width: 100%;
    height: auto;
  }
}
.hotspots .hotspots-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.hotspots .hotspots-image-container .lg-hotspot {
  position: absolute;
  background-color: #ffffff;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 5rem;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotspots .hotspots-image-container .lg-hotspot svg {
  width: 2rem;
  height: 2rem;
  color: #2152F0;
}
.hotspots .hotspots-image-container .lg-hotspot.active svg {
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .hotspots .hotspots-image-container .lg-hotspot {
    display: none;
  }
}
.hotspots .hotspots-image-container .hotspot_popup_wrapper {
  position: relative;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.hotspots .hotspots-image-container .hotspot_popup_wrapper.active {
  opacity: 1;
}
.hotspots .hotspots-image-container .hotspot_popup {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  pointer-events: none;
  z-index: 3;
  width: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  padding: 3rem;
  top: -8rem;
  right: 4rem;
}
.hotspots .hotspots-image-container .hotspot_popup.right {
  left: 2rem;
  right: auto;
}
.hotspots .hotspots-image-container .hotspot_popup .hotspot-title {
  font-size: 1.8rem;
  color: #2152F0;
  font-weight: 600;
}
.hotspots .hotspots-image-container .hotspot_popup .hotspot-description {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.hotspots .hotspots-image-container .hotspot_popup p {
  margin-bottom: 0;
  text-align: left;
}

.form-image {
  position: relative;
  overflow: hidden;
}
.form-image.blue-bg .button {
  background-color: #86BB46;
}
@media only screen and (max-width: 1023px) {
  .form-image.content-row {
    padding-bottom: 0;
  }
}
.form-image .form-img-right {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  left: auto;
}
@media only screen and (max-width: 750px) {
  .form-image .form-img-right {
    display: block;
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .form-image.mega-gap {
    gap: 0;
  }
}

.latest-blogs .section__header {
  position: relative;
}
.latest-blogs .section__header--right .button.inline {
  right: initial;
  left: 0;
}
.latest-blogs .section__title {
  margin-bottom: 3rem;
}
.latest-blogs .subtitle {
  display: block;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1023px) {
  .latest-blogs .subtitle {
    margin-bottom: 2rem;
  }
}
.latest-blogs .button.inline {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .latest-blogs .button.inline {
    position: initial;
    margin-bottom: 3rem;
  }
}
.latest-blogs .button.bottom {
  margin-top: 6rem;
}
.latest-blogs .button-wrapper {
  text-align: center;
}

.app {
  overflow: hidden;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 1023px) {
  .app {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.app .app-wrap {
  z-index: 10;
}
.app .phone {
  display: none;
}
.app .app-content .app-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 5rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 750px) {
  .app .app-content .app-container {
    display: none;
  }
}
.app .app-content .app-function {
  display: flex;
  flex-direction: row;
  justify-self: center;
  flex-wrap: nowrap;
  gap: 3rem;
  cursor: pointer;
}
.app .app-content .app-function .app-icon .app-icon-bg {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #86BB46;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app .app-content .app-function .app-icon .app-icon-bg img {
  max-height: 6rem;
}
.app .app-content .app-function .app-function-title {
  margin-bottom: 1rem;
}
.app .app-content .app-function .function-description {
  margin-bottom: 0;
}
.app .app-content .app-function.active .app-icon-bg {
  background-color: #2152F0;
}
.app .image-container {
  position: absolute;
  width: 50%;
  max-height: 76rem;
  max-width: 76rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 4rem;
}
@media only screen and (max-width: 750px) {
  .app .image-container {
    display: none;
  }
}
.app .image-container figure {
  border-radius: 2rem;
}
@media only screen and (max-width: 1023px) {
  .app .image-container figure {
    display: none;
  }
}
.app .image-container .phone-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14rem;
}
.app .image-container .phone-container .phone-image {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 1770px) {
  .app .image-container {
    width: 45%;
  }
  .app .image-container .phone-container {
    left: -8rem;
  }
  .app .image-container .phone-container img {
    max-width: 30rem;
  }
}
@media only screen and (max-width: 1440px) {
  .app .image-container {
    width: 40%;
  }
  .app .image-container .phone-container {
    left: -4rem;
  }
  .app .image-container .phone-container img {
    max-width: 24rem;
  }
}
.app .mobile-app-preview {
  display: none;
  margin: 0 4rem;
}
@media only screen and (max-width: 750px) {
  .app .mobile-app-preview {
    display: block;
    margin-bottom: 4rem;
  }
}
.app .mobile-toggle-info {
  display: none;
}
@media only screen and (max-width: 750px) {
  .app .mobile-toggle-info {
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.app .mobile-toggle-info .question {
  background-color: #ffffff;
  border: none;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.app .mobile-toggle-info .question__text {
  color: #2C2C2C;
  padding: 1.4rem 2rem;
  justify-content: left;
  gap: 1rem;
}
.app .mobile-toggle-info .question__answer {
  text-align: left;
  padding: 0rem 2rem 2rem 2rem;
  line-height: 2;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .app .mobile-toggle-info .question__answer {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .app .mobile-toggle-info .question__answer {
    font-size: 1.4rem;
  }
}
.app .mobile-toggle-info .question .optimasolar-green {
  min-width: 2.4rem;
  min-height: 2.4rem;
}
.app .mobile-toggle-info .question .chevron-down {
  transition: all 0.3s ease-out 0s;
  width: 1.5rem;
  margin-left: auto;
}
.app .mobile-toggle-info .question--active .chevron-down {
  transform: rotate(180deg);
}

.ctas .cta-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  min-height: 46rem;
  min-width: 30rem;
}
@media only screen and (max-width: 1440px) {
  .ctas .cta-container {
    min-height: 40rem;
    min-width: 26rem;
  }
}
@media only screen and (max-width: 1280px) {
  .ctas .cta-container {
    min-height: 30rem;
    min-width: 20rem;
  }
}
@media only screen and (max-width: 1140px) {
  .ctas .cta-container {
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
  }
}
.ctas .cta-container img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 46rem;
  min-width: 30rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 1440px) {
  .ctas .cta-container img {
    min-height: 40rem;
    min-width: 26rem;
  }
}
@media only screen and (max-width: 1280px) {
  .ctas .cta-container img {
    min-height: 30rem;
    min-width: 20rem;
  }
}
@media only screen and (max-width: 1140px) {
  .ctas .cta-container img {
    max-height: 30rem;
  }
}

.social-media .social-media-wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.social-media .social-media-wrapper a img {
  max-width: 4rem;
  max-height: 4rem;
}
.social-media .social-media-wrapper a:hover {
  opacity: 0.8;
}

.faq .section__header {
  margin-bottom: 4rem;
}
.faq .faq-container .faq-block {
  margin-bottom: 6rem;
}
.faq .faq-container .faq-block__title {
  font-size: 2.4rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #2152F0;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .faq .faq-container .faq-block__title {
    font-size: 2.2rem;
  }
}
.faq .faq-container .faq-block .question:first-child {
  border-top: 0.1rem solid #2152F0;
}

.image-slider {
  overflow: hidden;
}

.contact .contact-container {
  border-radius: 1rem;
}
.contact__left {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
@media only screen and (max-width: 750px) {
  .contact__left {
    border-radius: 1rem 1rem 0 0;
  }
}
.contact__left figure {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .contact__left figure {
    border-radius: 1rem 1rem 0 0;
  }
}
.contact__right {
  border-radius: 0 1rem 1rem 0;
  padding: 4rem;
}
@media only screen and (max-width: 750px) {
  .contact__right {
    border-radius: 0 0 1rem 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .contact__right {
    padding: 3rem;
  }
}
.contact__right p {
  margin-bottom: 0rem;
}
.contact__right svg {
  position: relative;
  top: 0.2rem;
  margin-right: 0.5rem;
  max-width: 1.4rem;
}
.contact__right svg.whatsapp {
  position: relative;
  top: 0.5rem;
  margin-right: 0.4rem;
}
.contact__right a {
  text-decoration: none;
}
.contact__right a:hover {
  text-decoration: underline;
}
.contact__right .contact-section {
  margin-bottom: 2rem;
}
.contact__right .contact-section:last-of-type {
  margin-bottom: 0rem;
}

/* Text-text-images
--------------------------------------------- */
.text-text-images figure {
  border-radius: 2rem;
  margin-bottom: 3rem;
}

.latest-projects {
  overflow: hidden;
}
.latest-projects .optimasolar-bg {
  position: absolute;
  overflow: hidden;
  right: -21rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  height: 130%;
}
@media only screen and (max-width: 1023px) {
  .latest-projects .optimasolar-bg {
    transform: translate(-50%, -50%);
    height: 125%;
    top: 50%;
    left: 50%;
  }
}
.latest-projects .blog-summary {
  background-color: #ffffff;
}
.latest-projects .blog-summary p {
  margin-bottom: 0;
}
.latest-projects .section__header {
  position: relative;
}
.latest-projects .section__title {
  margin-bottom: 3rem;
  color: #ffffff;
}

.latest-cases .blog-summary {
  background-color: #2152F0;
}
.latest-cases .section__header {
  position: relative;
}
.latest-cases .section__title {
  margin-bottom: 3rem;
}

.team .col-4-grid.team-amount-1 {
  grid-template-columns: repeat(1, 1fr);
}
.team .col-4-grid.team-amount-2 {
  grid-template-columns: repeat(2, 1fr);
}
.team .col-4-grid.team-amount-3 {
  grid-template-columns: repeat(3, 1fr);
}
.team .team-card figure {
  border-radius: 1rem;
}
.team .team-card .title {
  color: #2152F0;
  margin-bottom: 0;
}
.team .team-card .name {
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .team .team-card .name {
    font-size: 2.2rem;
  }
}
.team .team-card .team-member {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.team .modal-team {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 1023px) {
  .team .modal-team {
    flex-direction: column;
  }
}
.team .modal-team__photo {
  width: 50%;
}
.team .modal-team__photo figure {
  width: 100%;
}
.team .modal-team__information {
  width: 50%;
}
.team .modal-team__information .title {
  color: #2152F0;
  margin-bottom: 0;
}
.team .modal-team__information .name {
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .team .modal-team__information .name {
    font-size: 2.2rem;
  }
}
.team .modal-team__information p {
  margin-bottom: 0;
}

.map {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
}
@media only screen and (max-width: 1440px) {
  .map {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 1023px) {
  .map {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.map .image-container {
  position: absolute;
  width: 50%;
  max-height: 76rem;
  max-width: 76rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 4rem;
}
@media only screen and (max-width: 750px) {
  .map .image-container {
    display: none;
  }
}
.map .image-container figure {
  border-radius: 2rem;
}
@media only screen and (max-width: 1023px) {
  .map .image-container figure {
    display: none;
  }
}
@media only screen and (max-width: 1770px) {
  .map .image-container {
    width: 45%;
  }
}
@media only screen and (max-width: 1440px) {
  .map .image-container {
    width: 40%;
  }
}
.map .map-image {
  top: 3rem;
  right: 36rem;
}
@media only screen and (max-width: 1023px) {
  .map .col-left {
    display: none;
  }
  .map .col-right {
    width: 100%;
  }
  .map .col-2-grid {
    grid-template-columns: 1fr;
  }
  .map .map-image {
    display: none;
  }
}
.map .mobile-image {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .map .mobile-image {
    display: block;
    position: relative;
    margin-bottom: 14rem;
  }
}
.map .mobile-image .wrap-map {
  z-index: 2;
  position: absolute;
  bottom: -12rem;
  width: 100%;
}

/* # Footer index
---------------------------------------------------------------------------------------------------- */
/* Main-footer
--------------------------------------------- */
.main-footer {
  position: relative;
}

.footer-top {
  background-color: #2152F0;
  padding: 6rem 0;
}
@media only screen and (max-width: 1023px) {
  .footer-top {
    padding: 3rem 0;
  }
}
.footer-top .footer-usp-slider {
  position: relative;
  overflow: hidden;
}
.footer-top .footer-usp-slider .swiper-slide {
  height: auto;
}
.footer-top .footer-usp-slider .swiper-slide:first-of-type .usp {
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .footer-top .footer-usp-slider .swiper-slide:first-of-type .usp {
    justify-content: center;
  }
}
.footer-top .footer-usp-slider .swiper-slide:last-of-type .usp {
  justify-content: flex-end;
}
@media only screen and (max-width: 1023px) {
  .footer-top .footer-usp-slider .swiper-slide:last-of-type .usp {
    justify-content: center;
  }
}
.footer-top .footer-usp-slider .swiper-slide .usp {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer-top .usp {
  display: flex;
  gap: 1.8rem;
}
.footer-top .usp .usp-image {
  background-color: white;
  width: 6rem;
  height: 6rem;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-top .usp .usp-image .wrap-square {
  width: 2.4rem;
}
.footer-top .usp .usp-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-top .usp .usp-content .usp-title {
  font-weight: 600;
  margin-bottom: 0;
  max-width: 24rem;
}
.footer-top .usp .usp-content .usp-description {
  margin-bottom: 0;
  max-width: 24rem;
  line-height: 1.5;
}

.footer-cta {
  padding: 2.6rem 0;
}
.footer-cta .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .footer-cta .wrap {
    justify-content: center;
    flex-direction: column;
  }
}
.footer-cta__right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}
@media only screen and (max-width: 1023px) {
  .footer-cta__right {
    justify-content: center;
    flex-direction: column;
  }
}
.footer-cta__right svg {
  margin-right: 0.6rem;
  max-width: 2rem;
  position: relative;
}
.footer-cta__right .whatsapp-icon {
  display: flex;
  align-items: center;
}
.footer-cta__right .call,
.footer-cta__right .email,
.footer-cta__right .whatsapp {
  font-weight: 600;
  text-decoration: none;
}

/* Footer-nav
--------------------------------------------- */
.footer-nav {
  background-color: #222222;
  padding-top: 5.3rem;
}
@media only screen and (max-width: 1023px) {
  .footer-nav {
    display: flex;
    text-align: center;
  }
}
.footer-nav .reviews_sc {
  padding-bottom: 2rem;
}
.footer-nav a {
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav .review_url:hover {
  text-decoration: none;
}
.footer-nav .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .footer-nav .wrap {
    flex-direction: column;
  }
}
.footer-nav__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .footer-nav__title {
    font-size: 1.6rem;
  }
}
.footer-nav__left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 65%;
  gap: 6rem;
}
@media only screen and (max-width: 1440px) {
  .footer-nav__left {
    gap: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-nav__left {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
.footer-nav__left ul {
  padding-bottom: 0;
}
.footer-nav__left ul li {
  padding-left: 0;
  line-height: 2;
}
.footer-nav__left ul li:before {
  display: none;
}
.footer-nav__left ul li a {
  font-weight: 500;
}
.footer-nav__left .reviews {
  margin-bottom: 3.2rem;
}
.footer-nav__right {
  width: 25%;
}
@media only screen and (max-width: 1023px) {
  .footer-nav__right {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-nav .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .footer-nav .wrap {
    grid-template-columns: 1fr;
  }
}

.footer-bottom {
  background-color: #222222;
  padding-bottom: 3.2rem;
}
.footer-bottom a {
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-bottom .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .footer-bottom .wrap {
    flex-direction: column;
  }
}
.footer-bottom .wrap .trust-badges {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  width: 65%;
}
@media only screen and (max-width: 1023px) {
  .footer-bottom .wrap .trust-badges {
    width: 100%;
    justify-content: center;
  }
}
.footer-bottom .wrap .trust-badges img {
  max-height: 5rem;
  width: auto;
}
.footer-bottom .wrap .socials {
  width: 25%;
}
@media only screen and (max-width: 1023px) {
  .footer-bottom .wrap .socials {
    width: 100%;
    margin: 4rem 0;
    order: -1;
  }
}
.footer-bottom .wrap .socials .social-wrapper {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .footer-bottom .wrap .socials .social-wrapper {
    justify-content: center;
  }
}
.footer-bottom .wrap .socials .social-wrapper a {
  font-size: 1.4rem;
}
.footer-bottom .wrap .socials .social-wrapper img {
  width: 2rem;
}
.footer-bottom .wrap .socials .social-wrapper .social-title {
  text-decoration: underline;
}

/* Footer-copyright
--------------------------------------------- */
.footer-copyright {
  background-color: #222222;
}
.footer-copyright a {
  text-decoration: none;
}
.footer-copyright a:hover {
  text-decoration: underline;
}
.footer-copyright .wrap {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #505050;
  padding: 2rem 0;
}
.footer-copyright__menu-wrap {
  position: relative;
  flex-grow: 1;
}
.footer-copyright__menu-wrap .menu {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.footer-copyright__menu-wrap .menu li {
  display: table-cell;
  padding: 0;
  margin: 0;
}
.footer-copyright__menu-wrap .menu li:before {
  display: none;
}
.footer-copyright__menu-wrap .menu li:after {
  display: inline-block;
  padding: 0 1rem;
  content: "|";
}
.footer-copyright__menu-wrap .menu li:last-child:after {
  display: none;
}
.footer-copyright__copy, .footer-copyright__creator {
  padding-bottom: 0;
  font-size: 1.2rem;
  flex: 1;
  margin-bottom: 0;
}
.footer-copyright__menu-wrap {
  flex: 1;
}
.footer-copyright__menu-wrap a {
  font-size: 1.2rem;
}
.footer-copyright__creator {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright {
    padding-bottom: 6rem;
  }
  .footer-copyright .wrap {
    flex-wrap: wrap;
  }
  .footer-copyright__menu-wrap {
    order: 2;
    flex-basis: 100%;
    margin-bottom: 1.6rem;
    text-align: center;
  }
  .footer-copyright__copy {
    order: 1;
    text-align: center;
  }
  .footer-copyright__creator {
    order: 3;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .wrap {
    flex-direction: column;
  }
  .footer-copyright__copy {
    margin-bottom: 1.6rem;
  }
  .footer-copyright__menu-wrap .menu {
    display: block;
  }
  .footer-copyright__menu-wrap .menu li {
    display: block;
    padding-right: 0;
  }
  .footer-copyright__menu-wrap .menu li:after {
    display: none;
  }
}

/* Mobile
---------------------------------------------------------------------------------------------------- */
/* .mobile-navigation
--------------------------------------------- */
.mobile-navigation {
  position: fixed;
  inset: 0 0 0 -100%;
  z-index: 30;
  visibility: hidden;
  background: #ffffff;
  transform-origin: center left;
  width: 100%;
  overflow: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1023px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation .mobile-nav-container {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.mobile-navigation__menu-wrap ul {
  margin-bottom: 2rem;
}
.mobile-navigation .menu .menu-item__toggle {
  transition: all 0.3s ease-out 0s;
  position: relative;
  top: 0.5rem;
}
.mobile-navigation .menu .menu-item__toggle.active {
  top: 0rem;
  transform: rotate(180deg);
  fill: #2C2C2C;
}
.mobile-navigation .menu-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  padding: 0.5rem 0;
}
.mobile-navigation .sub-menu {
  margin-bottom: 2rem;
  display: none;
}
.mobile-navigation .sub-menu li {
  margin: 0 0.5rem;
}
.mobile-navigation .sub-menu li a {
  font-weight: 500;
  border-bottom: 1px dashed #2152F0;
}
.mobile-navigation .sub-menu li:last-child a {
  border-bottom: none;
}

.mob-nav-active .mobile-navigation {
  left: 0;
  visibility: visible;
}

.mobile-nav-toggle {
  position: relative;
  display: none;
}
.mobile-nav-toggle__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: none;
  border: 2px solid #2152F0;
  border-radius: 50%;
  position: relative;
  color: #2152F0;
  padding: 1.1rem 1.2rem;
  cursor: pointer;
}
.mobile-nav-toggle__button .strokes {
  width: 1.4rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mobile-nav-toggle__button .strokes span {
  display: block;
  position: relative;
  height: 0.3rem;
  width: 100%;
  margin: 0 0 0.3rem 0;
  border-radius: 0.15rem;
  padding: 0;
  background: #2152F0;
  transition: all 0.3s ease-out 0s;
}
.mobile-nav-toggle__button .strokes span:last-child {
  margin-bottom: 0;
}
.mobile-nav-toggle__button .strokes :nth-child(2) {
  width: 1rem;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggle {
    display: flex;
  }
}

.mob-call-button {
  position: relative;
  display: none;
  background-color: #2152F0;
  border-radius: 50%;
  min-width: 4rem;
  min-height: 4rem;
}
@media only screen and (max-width: 1023px) {
  .mob-call-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.mob-call-button:hover {
  opacity: 0.8;
}

.mob-nav-active .mobile-nav-toggle__button .strokes span:first-child {
  transform: rotate(45deg);
  top: 0.6rem;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(3) {
  transform: rotate(-45deg);
  top: -0.6rem;
}

.bottom-bar {
  display: none;
  background-color: white;
  width: 100%;
  height: 3.3rem;
  position: fixed;
  bottom: 0;
  justify-content: center;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  z-index: 40;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}
.bottom-bar .button {
  display: none;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  width: unset;
}
@media only screen and (max-width: 750px) {
  .bottom-bar .button {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .bottom-bar {
    display: flex;
  }
}

.archive-header {
  position: relative;
  padding-top: 18.5rem;
}
@media only screen and (max-width: 1023px) {
  .archive-header {
    padding-top: 10rem;
  }
}
.archive-header:before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  height: 84rem;
  background-image: url("../img/bg.svg");
  pointer-events: none;
}
.archive-header .archive-header-content {
  max-width: 80rem;
}
.archive-header.faq-header {
  text-align: center;
}
.archive-header.faq-header .archive-header-content {
  max-width: unset;
}

.archive-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1023px) {
  .archive-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.archive-content .reviews {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.blog-summary {
  background-color: #F2F5FF;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.blog-summary__badge {
  position: absolute;
  right: 4rem;
  top: 1rem;
  border-radius: 0.5rem;
  z-index: 1;
  background-color: #ffffff;
  padding: 1rem;
  border: 1px solid #2152F0;
  color: #2152F0;
  font-weight: bold;
  font-size: 1.2rem;
}
@media only screen and (max-width: 750px) {
  .blog-summary__badge {
    right: 1rem;
  }
}
.blog-summary__title, .blog-summary__excerpt {
  text-decoration: none;
}
.blog-summary__content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-summary__img {
  border-radius: 0;
}
.blog-summary__img img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.blog-summary__details {
  margin-top: auto;
  display: block;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  color: #2152F0;
  font-weight: 600;
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .blog-summary__details {
    flex-direction: column;
    gap: 1rem;
  }
}
.blog-summary__author svg, .blog-summary__date svg, .blog-summary__readtime svg {
  position: relative;
  top: 0.5rem;
  width: 2rem;
}

.category-button {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #2C2C2C;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.category-button:hover {
  background-color: #2152F0;
  border: 1px solid #2152F0;
  color: #ffffff;
}
.category-button.active {
  border: 1px solid #2152F0;
  color: #2152F0;
}
.category-button.active:hover {
  background-color: #2152F0;
  color: #ffffff;
}

.faq-content {
  gap: 16rem;
}
@media only screen and (max-width: 1770px) {
  .faq-content {
    gap: 12rem;
  }
}
@media only screen and (max-width: 1440px) {
  .faq-content {
    gap: 8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .faq-content {
    gap: 6rem;
  }
}
.faq-content .faq-sidebar {
  position: relative;
  min-width: 32rem;
}
.faq-content .faq-sidebar .faq-sidebar-sticky {
  position: sticky;
  top: 15rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  padding: 3rem;
}
.faq-content .faq-sidebar .faq-sidebar-sticky .faq-category .faq-category-item {
  margin-bottom: 2rem;
}
.faq-content .faq-sidebar .faq-sidebar-sticky .faq-category .faq-category-item--active a {
  color: #2152F0;
}
.faq-content .faq-sidebar .faq-sidebar-sticky .faq-category a {
  font-weight: 600;
  text-decoration: none;
  font-size: 1.8rem;
}
.faq-content .faq-container .faq-block {
  margin-bottom: 6rem;
}
.faq-content .faq-container .faq-block__title {
  font-size: 2.4rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #2152F0;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .faq-content .faq-container .faq-block__title {
    font-size: 2.2rem;
  }
}
.faq-content .faq-container .faq-block .question:first-child {
  border-top: 0.1rem solid #2152F0;
}

.question {
  border-bottom: 1px solid #2152F0;
}
.question:first-child {
  border-top: 0.1rem solid #2152F0;
}
.question__text {
  font-weight: 700;
  color: #2C2C2C;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: "Asap", sans-serif;
  padding: 2rem 0rem;
  margin-bottom: 0;
}
.question__icon, .question__icon-min {
  width: 3rem;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: all 0.3s ease-out 0s;
  pointer-events: none;
}
.question__icon-min {
  display: none;
}
.question__answer {
  display: none;
}
.question--active .question__text {
  border-bottom: 0;
}
.question--active .question__icon {
  display: none;
}
.question--active .question__icon-min {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .question__text {
    padding: 1.4rem 1rem;
  }
  .question__answer {
    padding-inline: 1rem;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 3rem 0;
}
@media only screen and (max-width: 1023px) {
  .pagination {
    gap: 1rem;
  }
}
.pagination .page-numbers {
  border: 1px solid #2152F0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background: #2152F0;
  color: #ffffff;
}
.pagination .page-numbers.current a {
  color: #ffffff;
}
.pagination .page-numbers svg {
  width: 2rem;
  height: 2rem;
}

#related-blogs {
  background-image: url("../img/bg.svg");
}

.social-share {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #2152F0;
}
@media only screen and (max-width: 1023px) {
  .social-share {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.social-share .social-share-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 2.4rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .social-share .social-share-container {
    flex-direction: column;
  }
}

.single-header {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
@media only screen and (max-width: 1023px) {
  .single-header {
    padding-top: 10rem;
  }
}
.single-header .single-header-wrapper {
  position: relative;
  top: -9rem;
  margin: 0 auto;
  width: calc(100% - 6rem);
}
@media only screen and (max-width: 750px) {
  .single-header .single-header-wrapper {
    top: -2rem;
    width: 100%;
  }
}
.single-header .single-header-wrapper .blog-summary__badge {
  top: -1.7rem;
  left: 3rem;
  right: unset;
}
@media only screen and (max-width: 750px) {
  .single-header .single-header-wrapper .blog-summary__badge {
    left: 2rem;
  }
}
.single-header:before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  height: 84rem;
  background-image: url("../img/bg.svg");
  pointer-events: none;
}
.single-header .single-header-image {
  border-radius: 1rem;
}
.single-header .single-header-title {
  position: absolute;
  background-color: #F2F5FF;
  padding: 3rem 10rem 3rem 3rem;
  width: 100%;
  border-radius: 1rem;
}
@media only screen and (max-width: 750px) {
  .single-header .single-header-title {
    padding: 2rem;
  }
}

.single-content .optimasolar-bg {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  opacity: 0.1;
  height: 100%;
}
.single-content .single-content-container {
  gap: 8.5rem;
  width: calc(100% - 6rem);
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .single-content .single-content-container {
    gap: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .single-content .single-content-container {
    width: 100%;
    gap: 4rem;
  }
}
.single-content .single-content-container .single-sidebar .single-sidebar-sticky {
  position: sticky;
  overflow: hidden;
  top: 15rem;
  padding: 4rem;
  border-radius: 1rem;
}
.single-content .single-content-container .single-sidebar .single-sidebar-sticky h3 {
  color: #ffffff;
  z-index: 2;
}
.single-content .single-content-container .single-sidebar .single-sidebar-sticky ul li {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 2rem;
  z-index: 2;
}
.single-content .single-content-container .single-sidebar .single-sidebar-sticky ul li a {
  color: #ffffff;
  text-decoration: none;
}
.single-content .single-content-container .single-sidebar .single-sidebar-sticky ul li a:hover {
  text-decoration: underline;
}
.single-content .single-content-container .single-sidebar .single-sidebar-sticky ul li.category-item--active {
  font-weight: bold;
}
.single-content .single-content-container .single-sidebar .single-sidebar-sticky .button {
  width: 100%;
  z-index: 2;
}
.single-content .single-content-container .single-content-text p a {
  color: #2152F0;
  text-decoration: none;
  font-weight: bold;
}
.single-content .single-content-container .single-content-text p a:hover {
  text-decoration: underline;
}

.blog-cta {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
@media only screen and (max-width: 1023px) {
  .blog-cta {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
.blog-cta .blog-cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4rem;
}
@media only screen and (max-width: 750px) {
  .blog-cta .blog-cta-wrapper {
    flex-direction: column;
  }
}
.blog-cta .blog-cta-wrapper .blog-cta__left {
  width: 28rem;
}
.blog-cta .blog-cta-wrapper .blog-cta__left figure {
  width: 28rem;
  height: 28rem;
}
.blog-cta .blog-cta-wrapper .blog-cta__left img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

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