@charset "UTF-8";
/* General Settings */
.img-abs {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button {
  text-transform: uppercase;
  display: inline-block;
  border-radius: 7px;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 400;
  font-family: "LatoLatin", sans-serif;
  padding: 15px 20px;
  min-width: 320px;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .button {
    font-size: 1em;
  }
}
@media (max-width: 1680px) {
  .button {
    font-size: 1em;
  }
}
@media (max-width: 1367px) {
  .button {
    min-width: 280px;
    padding: 12px 18px;
  }
}
@media (max-width: 1367px) {
  .button {
    min-width: 250px;
    font-size: 0.9em;
  }
}

.green-btn {
  background-color: #7dd220;
  color: #0e0d0c;
  border: 2px solid #7dd220;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.green-btn:hover {
  color: #fff;
  border: 2px solid #7531d6;
  background-color: #7531d6;
}

.purple-btn {
  background-color: #7531d6;
  color: #fff;
  border: 2px solid #7531d6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.purple-btn:hover {
  background-color: #fff;
  color: #0e0d0c;
}

.white-btn {
  background-color: #fff;
  min-width: unset;
  color: #0e0d0c;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.white-btn:hover {
  background-color: #7dd220;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1, h2, h3, h4, h5, h6,
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a {
  font-family: "Ubuntu", sans-serif;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
  color: #3d3d3d;
}

h1 {
  font-size: 60px;
  line-height: 68px;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 52px;
    line-height: 58px;
  }
}
@media (max-width: 1367px) {
  h1 {
    font-size: 50px;
    line-height: 56px;
  }
}
@media (max-width: 1025px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 850px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

h2 {
  font-size: 50px;
  line-height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1367px) {
  h2 {
    font-size: 33px;
    line-height: 47px;
  }
}
@media (max-width: 1025px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 340px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.headline {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #a8a8a8;
  letter-spacing: 9.8px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .headline {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .headline {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1440px) {
  .headline {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1025px) {
  .headline {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 340px) {
  .headline {
    font-size: 10px;
    line-height: 12px;
  }
}

.headline.fade-letters {
  -webkit-animation: fadeIn ease 2s;
          animation: fadeIn ease 2s;
}

h3 {
  font-size: 34px;
  line-height: 42px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 1680px) {
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 19px;
    line-height: 28px;
  }
}

h4 {
  font-size: 28px;
  line-height: 32px;
}

h5, h6 {
  font-size: 26px;
  line-height: 30px;
}

p, li {
  font-size: 18px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  p, li {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  p, li {
    font-size: 16px;
  }
}
@media (max-width: 1025px) {
  p, li {
    font-size: 16px;
  }
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

span {
  display: inline;
}

i:not([class]), em, cite, dfn {
  font-style: italic;
}

b, strong, th, legend {
  font-weight: 700;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

mark {
  padding: 3.5px;
  background-color: #f1f1f1;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

dl {
  margin-bottom: 20px;
}

dl dt {
  font-weight: 700;
  margin: 15px 0 5px;
}

dl dt:first-child {
  margin-top: 0;
}

dd {
  margin-left: 0;
  margin-bottom: 0px;
}

samp {
  font-family: "LatoLatin", sans-serif;
  font-size: inherit;
}

kbd {
  font-family: "LatoLatin", sans-serif;
  font-size: inherit;
  line-height: inherit;
  background-color: #e6e6e6;
  padding: 2px 4px 0 4px;
}

table {
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}

th, td {
  border: 1px solid #e1e1e1;
  padding: 10px;
}

caption {
  font-size: 15px;
  padding: 10px 0;
  color: #e1e1e1;
  caption-side: bottom;
}

code {
  display: inline-block;
  font: 14px/1.25 monospace;
  letter-spacing: -0.65px;
  padding: 0.125rem;
}

pre code {
  display: block;
  font: inherit;
  letter-spacing: inherit;
  overflow-x: auto;
  padding: 15px 64px 15px 15px;
  background: #f9f9f9;
  border: 1px solid #7dd220;
  color: #3d3d3d;
}

figcaption {
  font-size: 15px;
}

legend {
  margin-bottom: 5px;
}

label {
  display: block;
  cursor: pointer;
}

form .inner {
  margin: 30px 0;
}
@media (max-width: 1367px) {
  form .inner {
    margin: 20px 0;
  }
}
form [type=email], form [type=tel] {
  width: 100%;
  display: block;
  border: 0;
  outline: 0;
  border-radius: 7px;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 18px;
  padding: 13px;
  font-family: "LatoLatin", sans-serif;
  -webkit-appearance: none;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  form [type=email], form [type=tel] {
    padding: 11px;
  }
}
@media (max-width: 1367px) {
  form [type=email], form [type=tel] {
    padding: 10px;
  }
}
@media (max-width: 1281px) {
  form [type=email], form [type=tel] {
    padding: 7px;
  }
}
@media (max-width: 767px) {
  form [type=submit] {
    min-width: 240px;
  }
}
form label {
  margin-bottom: 5px;
  font-family: "LatoLatin", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #000;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  form label {
    font-size: 14px;
  }
}
@media (max-width: 1680px) {
  form label {
    font-size: 15px;
  }
}
@media (max-width: 1367px) {
  form label {
    font-size: 12px;
  }
}
form .terms {
  text-align: left;
  position: relative;
}
form .terms label {
  display: inline-block;
  padding-left: 26px;
  margin-top: -3px;
}
form [type=checkbox] {
  position: absolute;
}
form [type=checkbox]:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 17px;
  width: 17px;
  top: -2px;
  left: -2px;
  background-color: #fff;
  visibility: visible;
  cursor: pointer;
}
@media (max-width: 767px) {
  form [type=checkbox]:before {
    height: 20px;
    width: 20px;
    top: -3px;
    left: -2px;
  }
}
form [type=checkbox]:checked:before {
  background-color: #7531d6;
}
form .validation {
  color: red;
  margin-top: 5px;
  font-size: 14px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  form .validation {
    font-size: 12px;
  }
}
@media (max-width: 1700px) {
  form .validation {
    font-size: 11px;
  }
}
@media (max-width: 1281px) {
  form .validation {
    font-size: 10px;
  }
}

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, main, span, applet, object, iframe,
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;
  vertical-align: baseline;
}

::-moz-selection {
  background: #7dd220;
  color: #fff;
}

::selection {
  background: #7dd220;
  color: #fff;
}

::-moz-selection {
  background: #7dd220;
  /* Gecko Browsers */
  color: #fff !important;
}

html, body {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font: 16px/1.2 "LatoLatin", arial, sans-serif;
  font-weight: 400;
  color: #3d3d3d;
  background: #FFF;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

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

iframe {
  max-width: 100%;
}

[id] {
  outline: 0;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

section ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

nav ul, nav ol {
  margin: 0;
  list-style: none;
}

[type=submit], [type=reset], [type=button],
[type=text], [type=email], [type=tel], [type=search],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button, [type=submit], [type=reset], [type=button] {
  cursor: pointer;
}

textarea:focus, button:focus,
div[contenteditable=true]:focus, [class~=btn]:focus,
[type=text]:focus, [type=tel]:focus, [type=email]:focus, [type=password]:focus, [type=submit]:focus {
  outline: 0;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  display: block;
  width: 100%;
}

.container {
  display: block;
  width: 100%;
  max-width: 80%;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1281px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 980px) {
  .container {
    max-width: 100%;
  }
}

.background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.v-padding {
  padding: 30px 0;
}
@media (max-width: 850px) {
  .v-padding {
    padding: 30px 0 0;
  }
}

/* Header */
.navigation {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navigation .logo {
  position: relative;
  z-index: 8;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .navigation .logo {
    height: 30px;
  }
}
@media (max-width: 1680px) {
  .navigation .logo {
    height: 30px;
  }
}
@media (max-width: 1441px) {
  .navigation .logo {
    height: 26px;
  }
}
@media (max-width: 830px) and (max-height: 430px) {
  .navigation .logo {
    height: 20px;
    width: 103px;
  }
}
@media (max-width: 767px) {
  .navigation .logo {
    width: 143px;
    height: 27px;
  }
}
@media (max-width: 767px) {
  .navigation .container {
    padding: 0 10px;
  }
}
.navigation__menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 767px) {
  .navigation__menu {
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    z-index: -999;
    position: fixed;
    top: 50%;
    width: 100%;
    right: 0;
    background-color: #3d3d3d;
    text-align: center;
    height: 0;
  }
  .navigation__menu.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    height: auto;
    z-index: 6;
  }
}
.navigation__menu_item:not(.white-btn) {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 2.8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .navigation__menu_item:not(.white-btn) {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1680px) {
  .navigation__menu_item:not(.white-btn) {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1441px) {
  .navigation__menu_item:not(.white-btn) {
    font-size: 11px;
    line-height: 13px;
    padding: 0 10px;
  }
}
@media (max-width: 1367px) {
  .navigation__menu_item:not(.white-btn) {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .navigation__menu_item:not(.white-btn) {
    display: block;
    padding: 15px;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    text-align: center;
  }
}
.navigation__menu_item:not(.white-btn):hover {
  color: #7dd220;
}
.navigation__menu .white-btn {
  margin-left: 25px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .navigation__menu .white-btn {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1680px) {
  .navigation__menu .white-btn {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1441px) {
  .navigation__menu .white-btn {
    font-size: 11px;
    line-height: 13px;
  }
}
@media (max-width: 767px) {
  .navigation__menu .white-btn {
    margin: 0 auto;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
.navigation #burgerBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 8;
  display: none;
}
@media (max-width: 767px) {
  .navigation #burgerBtn {
    display: block;
  }
}
.navigation #burgerBtn .line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation #burgerBtn .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.navigation #burgerBtn .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.navigation #burgerBtn .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.navigation #burgerBtn.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.navigation #burgerBtn.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.navigation #burgerBtn.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.navigation .mobile_overlay {
  z-index: 5;
  border-radius: 50%;
  width: 0px;
  height: 0px;
  position: fixed;
  top: 0px;
  right: 0px;
  background: #3d3d3d;
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  display: none;
}
@media (max-width: 767px) {
  .navigation .mobile_overlay {
    display: block;
  }
}
.navigation .mobile_overlay.open {
  width: 160vh;
  height: 160vh;
  top: -200px;
  right: -60%;
  -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
}
@media (max-width: 740px) and (max-height: 420px) {
  .navigation .mobile_overlay.open {
    width: 600vh;
    height: 600vh;
    right: -100%;
  }
}

.navigation.sticky {
  position: fixed;
  background-color: #3d3d3d;
}

/* Homepage */
.homepage {
  overflow: hidden;
  position: relative;
}
.homepage .hp1 {
  position: relative;
  height: calc(0.915*100vh);
  background-image: url("../images/hp-bg.jpg");
  background-size: cover;
  background-position: bottom;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp1 {
    height: calc(0.94*100vh);
  }
}
@media (max-width: 1680px) {
  .homepage .hp1 {
    height: calc(0.86*100vh);
  }
}
@media only screen and (max-width: 1600px) {
  .homepage .hp1 {
    height: calc(0.93*100vh);
  }
}
@media only screen and (min-device-width: 1380px) and (max-device-width: 1440px) {
  .homepage .hp1 {
    height: calc(0.88*100vh);
  }
}
@media only screen and (min-device-height: 1050px) and (min-device-width: 1380px) and (max-device-width: 1440px) {
  .homepage .hp1 {
    height: calc(0.73*100vh);
  }
}
@media only screen and (max-width: 1367px) {
  .homepage .hp1 {
    height: calc(0.97*100vh);
  }
}
@media only screen and (min-device-height: 1024px) and (max-device-width: 1280px) {
  .homepage .hp1 {
    height: calc(0.64*100vh);
  }
}
@media only screen and (max-device-height: 800px) and (max-device-width: 1281px) {
  .homepage .hp1 {
    height: calc(0.87*100vh);
  }
}
@media only screen and (max-device-height: 720px) and (max-device-width: 1281px) {
  .homepage .hp1 {
    height: calc(0.99*100vh);
  }
}
@media only screen and (max-width: 1025px) {
  .homepage .hp1 {
    height: calc(0.8*100vh);
  }
}
@media only screen and (min-device-width: 900px) and (max-device-width: 1024px) and (min-device-height: 1360px) {
  .homepage .hp1 {
    height: calc(0.4*100vh);
  }
}
@media only screen and (max-device-width: 850px) and (min-device-height: 1024px) {
  .homepage .hp1 {
    height: calc(0.5*100vh);
  }
}
@media only screen and (max-device-width: 850px) and (max-device-height: 450px) {
  .homepage .hp1 {
    height: calc(1*100vh);
  }
}
@media only screen and (max-width: 765px) {
  .homepage .hp1 {
    height: calc(1*100vh);
  }
}
.homepage .hp1 .container {
  position: static;
}
.homepage .hp1 .container .box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 30%;
}
@media only screen and (max-device-width: 850px) and (max-device-height: 450px) {
  .homepage .hp1 .container .box {
    max-width: 40%;
  }
}
@media only screen and (max-width: 765px) {
  .homepage .hp1 .container .box {
    max-width: 100%;
    left: 0;
    top: 55%;
    text-align: center;
    padding: 0 20px;
  }
}
.homepage .hp1 .container .box h1, .homepage .hp1 .container .box p {
  color: #fff;
}
.homepage .hp1 .container .box h1 {
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 1680px) {
  .homepage .hp1 .container .box h1 {
    font-size: 48px;
  }
}
@media (max-width: 1367px) {
  .homepage .hp1 .container .box h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1025px) {
  .homepage .hp1 .container .box h1 {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
@media (max-width: 965px) {
  .homepage .hp1 .container .box h1 {
    font-size: 27px;
  }
}
.homepage .hp1 .container .box p {
  margin-bottom: 40px;
  font-size: 1.3em;
}
@media (max-width: 1680px) {
  .homepage .hp1 .container .box p {
    font-size: 1.1em;
  }
}
@media (max-width: 1480px) {
  .homepage .hp1 .container .box p {
    font-size: 1em;
  }
}
@media (max-width: 1025px) {
  .homepage .hp1 .container .box p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
@media (max-width: 965px) {
  .homepage .hp1 .container .box p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 765px) {
  .homepage .hp1 .container .box p {
    font-size: 14px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp1 .container .box .button {
    font-size: 1em;
    min-width: 300px;
  }
}
@media (max-width: 1367px) {
  .homepage .hp1 .container .box .button {
    min-width: 250px;
    font-size: 1em;
    padding: 12px;
  }
}
@media (max-width: 1025px) {
  .homepage .hp1 .container .box .button {
    min-width: auto;
    font-size: 0.8em;
    padding: 4% 9%;
  }
}
@media only screen and (max-device-width: 850px) and (max-device-height: 450px) {
  .homepage .hp1 .container .box .button {
    padding: 4% 5%;
  }
}
@media (max-width: 1680px) {
  .homepage .hp2 {
    padding-top: 25px;
  }
}
@media (max-width: 1367px) {
  .homepage .hp2 {
    padding-bottom: 0;
  }
}
@media (max-width: 1281px) {
  .homepage .hp2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1025px) {
  .homepage .hp2 {
    padding-bottom: 10px;
  }
}
.homepage .hp2 h2 {
  text-align: center;
  color: #7dd220;
}
.homepage .hp2__beneficii {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  max-width: 90%;
  margin: 0 auto;
  margin-right: -30px;
  padding-top: 60px;
}
@media (max-width: 1680px) {
  .homepage .hp2__beneficii {
    padding-top: 30px;
  }
}
@media (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp2__beneficii {
    max-width: 89%;
    margin-right: 0;
  }
}
@media (max-width: 1367px) {
  .homepage .hp2__beneficii {
    margin-right: 0;
  }
}
@media (max-width: 1025px) {
  .homepage .hp2__beneficii {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 850px) {
  .homepage .hp2__beneficii {
    columns: unset;
    -webkit-columns: unset;
    -moz-columns: unset;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .homepage .hp2__beneficii {
    padding-top: 10px;
  }
}
.homepage .hp2__beneficii_li {
  margin-bottom: 28px;
}
@media (max-width: 1281px) {
  .homepage .hp2__beneficii_li {
    margin-bottom: 18px;
  }
}
@media (max-width: 1025px) {
  .homepage .hp2__beneficii_li {
    padding: 0 20px;
  }
}
@media (max-width: 965px) {
  .homepage .hp2__beneficii_li {
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) {
  .homepage .hp2__beneficii_li {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .homepage .hp2__beneficii_li {
    padding: 0;
  }
}
.homepage .hp2__beneficii_li .inner {
  position: relative;
}
@media (max-width: 767px) {
  .homepage .hp2__beneficii_li .inner {
    text-align: left;
  }
}
.homepage .hp2__beneficii_li .inner h3 {
  margin-bottom: 20px;
}
@media (max-width: 1367px) {
  .homepage .hp2__beneficii_li .inner h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1281px) {
  .homepage .hp2__beneficii_li .inner h3 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 1025px) {
  .homepage .hp2__beneficii_li .inner h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
@media (max-width: 965px) {
  .homepage .hp2__beneficii_li .inner h3 {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .homepage .hp2__beneficii_li .inner h3 {
    margin-bottom: 10px;
    padding-right: 30px;
    font-size: 21px;
    line-height: 24px;
  }
}
@media (max-width: 340px) {
  .homepage .hp2__beneficii_li .inner h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .homepage .hp2__beneficii_li .inner__ul:not(.visible) {
    display: none;
  }
  .homepage .hp2__beneficii_li .inner__ul.visible {
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    overflow: hidden;
  }
}
.homepage .hp2__beneficii_li .inner__ul li {
  margin-bottom: 18px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 850px) {
  .homepage .hp2__beneficii_li .inner__ul li br {
    display: none;
  }
}
@media (max-width: 1367px) {
  .homepage .hp2__beneficii_li .inner__ul li {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media (max-width: 1281px) {
  .homepage .hp2__beneficii_li .inner__ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1025px) {
  .homepage .hp2__beneficii_li .inner__ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .homepage .hp2__beneficii_li .inner__ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 340px) {
  .homepage .hp2__beneficii_li .inner__ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.homepage .hp2__beneficii_li .inner .more {
  display: none;
}
.homepage .hp2__beneficii_li .inner .more:before, .homepage .hp2__beneficii_li .inner .more:after {
  content: "";
  display: block;
  background-color: #7dd220;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 100%;
  height: 2px;
}
.homepage .hp2__beneficii_li .inner .more:before {
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.homepage .hp2__beneficii_li .inner .more:after {
  -webkit-transform: translatey(-50%) rotate(90deg);
          transform: translatey(-50%) rotate(90deg);
}
@media (max-width: 767px) {
  .homepage .hp2__beneficii_li .inner .more {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: block;
    right: 0;
    top: 5px;
  }
}
@media (max-width: 767px) and (max-width: 340px) {
  .homepage .hp2__beneficii_li .inner .more {
    width: 14px;
    height: 14px;
  }
}
.homepage .hp2__beneficii_li .inner.active .more:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
          transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.homepage .hp2__beneficii_li .inner.active .more:after {
  -webkit-transform: translatey(-50%) rotate(0);
          transform: translatey(-50%) rotate(0);
}
.homepage .hp3 {
  text-align: center;
}
.homepage .hp3 h2 {
  text-transform: uppercase;
  color: #7dd220;
  margin-bottom: 15px;
}
.homepage .hp3 h2 span {
  color: #7531d6;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp3 h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .homepage .hp3 h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.homepage .hp3 p {
  font-size: 24px;
  margin-bottom: 50px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp3 p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1680px) {
  .homepage .hp3 p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1367px) {
  .homepage .hp3 p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .homepage .hp3 p {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .homepage .hp3 p {
    font-size: 32px;
    line-height: 38px;
  }
}
.homepage .hp3 p strong {
  text-transform: uppercase;
}
.homepage .vector-group {
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.homepage .vector-group::after {
  display: block;
  content: "";
  background-image: url("../images/gv.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 75%;
  left: -190px;
  z-index: -1;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .vector-group::after {
    background-size: cover;
    top: 10px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2.3636363636363638), only screen and (min-resolution: 227dpi), only screen and (min-resolution: 2dppx) {
  .homepage .vector-group::after {
    background-size: contain;
    top: -30px;
    height: 82%;
    left: 0;
  }
}
@media screen and (min-width: 2400px) {
  .homepage .vector-group::after {
    background-size: 88% 98%;
  }
}
@media (max-width: 1680px) {
  .homepage .vector-group::after {
    top: -20px;
    width: 110%;
    height: 80%;
    left: -157px;
  }
}
@media (max-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .vector-group::after {
    left: -270px;
  }
}
@media (max-width: 1680px) and (-webkit-min-device-pixel-ratio: 2) {
  .homepage .vector-group::after {
    left: -140px;
  }
}
@media (max-width: 1441px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .vector-group::after {
    height: 80%;
    width: 130%;
    left: -361px;
  }
}
@media (max-width: 1441px) {
  .homepage .vector-group::after {
    height: 75%;
    left: -245px;
  }
}
@media (max-width: 1401px) {
  .homepage .vector-group::after {
    left: -200px;
    top: 0;
  }
}
@media (max-width: 1281px) {
  .homepage .vector-group::after {
    top: 30px;
    left: -180px;
  }
}
@media (max-width: 1281px) and (-webkit-min-device-pixel-ratio: 2) {
  .homepage .vector-group::after {
    left: -130px;
  }
}
@media (max-width: 1025px) {
  .homepage .vector-group::after {
    top: 30px;
    left: -250px;
    background-size: cover;
    width: 123%;
    height: 60%;
  }
}
@media (max-width: 850px) {
  .homepage .vector-group::after {
    top: 30px;
    left: -290px;
    background-size: cover;
    width: 143%;
    height: 70%;
  }
}
@media (max-width: 767px) {
  .homepage .vector-group::after {
    display: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .vector-group {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .homepage .vector-group {
    margin-top: 0px;
  }
}
.homepage .hp4 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .homepage .hp4 {
    padding-top: 0;
  }
}
.homepage .hp4 h2, .homepage .hp4 .headline {
  color: #ffffff;
}
@media (max-width: 767px) {
  .homepage .hp4 h2 {
    color: #7dd220;
  }
}
@media (max-width: 767px) {
  .homepage .hp4 .headline {
    color: #3d3d3d;
  }
}
.homepage .hp4 .container {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .homepage .hp4 .container {
    padding-bottom: 0;
  }
}
.homepage .hp4__placeholder-figure {
  position: absolute;
  right: 50px;
  top: 45px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2.3636363636363638), only screen and (min-resolution: 227dpi), only screen and (min-resolution: 2dppx) {
  .homepage .hp4__placeholder-figure {
    top: -40px;
  }
}
@media (max-width: 1680px) {
  .homepage .hp4__placeholder-figure {
    width: 470px;
  }
}
@media (max-width: 1601px) {
  .homepage .hp4__placeholder-figure {
    width: 460px;
  }
}
@media (max-width: 1441px) {
  .homepage .hp4__placeholder-figure {
    width: 380px;
  }
}
@media (max-width: 1281px) and (max-height: 800px) {
  .homepage .hp4__placeholder-figure {
    top: 85px;
    width: 340px;
  }
}
@media (max-width: 1025px) {
  .homepage .hp4__placeholder-figure {
    width: 310px;
    right: 10px;
    top: 60px;
  }
}
@media (max-width: 850px) {
  .homepage .hp4__placeholder-figure {
    width: 190px;
    right: 10px;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .homepage .hp4__placeholder-figure {
    position: static;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.homepage .hp4__placeholder-svg {
  position: absolute;
  left: calc(20% - 230px);
  width: 230px;
  bottom: 0;
}
@media (max-width: 1281px) {
  .homepage .hp4__placeholder-svg {
    width: 170px;
    left: calc(30% - 230px);
  }
}
@media (max-width: 850px) {
  .homepage .hp4__placeholder-svg {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .homepage .hp4__placeholder-svg {
    position: static;
  }
}
.homepage .hp4__mecanism {
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 965px) {
  .homepage .hp4__mecanism {
    max-width: 70%;
  }
}
@media (max-width: 850px) {
  .homepage .hp4__mecanism {
    max-width: 100%;
  }
}
.homepage .hp4__mecanism_li {
  width: 100%;
  display: block;
}
.homepage .hp4__mecanism_li::after, .homepage .hp4__mecanism_li::before {
  display: block;
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  .homepage .hp4__mecanism_li {
    padding-bottom: 20px;
  }
}
.homepage .hp4__mecanism_li .inner {
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .homepage .hp4__mecanism_li .inner {
    width: 100%;
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
  }
}
.homepage .hp4__mecanism_li .inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background-color: #7531d6;
  border-radius: 50%;
  right: -10px;
  top: 10px;
  z-index: 2;
}
@media (max-width: 1025px) {
  .homepage .hp4__mecanism_li .inner::before {
    width: 15px;
    height: 15px;
    right: -7px;
  }
}
@media (max-width: 767px) {
  .homepage .hp4__mecanism_li .inner::before {
    right: unset;
    left: 2px;
    top: 6px;
  }
}
.homepage .hp4__mecanism_li .inner h3 {
  margin-bottom: 10px;
}
@media (max-width: 1441px) {
  .homepage .hp4__mecanism_li .inner h3 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (max-width: 1367px) {
  .homepage .hp4__mecanism_li .inner h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1025px) {
  .homepage .hp4__mecanism_li .inner h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1441px) {
  .homepage .hp4__mecanism_li .inner p {
    font-size: 14px;
  }
}
@media (max-width: 1025px) and (min-width: 850px) {
  .homepage .hp4__mecanism_li .inner p {
    font-size: 12px;
  }
}
.homepage .hp4__mecanism_li:nth-child(even) .inner {
  float: right;
  text-align: left;
  padding-left: 40px;
}
.homepage .hp4__mecanism_li:nth-child(even) .inner::before {
  left: -10px;
  right: unset;
}
@media (max-width: 767px) {
  .homepage .hp4__mecanism_li:nth-child(even) .inner::before {
    left: 2px;
  }
}
.homepage .hp4__mecanism::after {
  border-left: 2px solid #fff;
  width: 3px;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
  z-index: -1;
}
@media (max-width: 767px) {
  .homepage .hp4__mecanism::after {
    border-left: 1px solid #3d3d3d;
    left: 9px;
    -webkit-transform: unset;
            transform: unset;
    height: 94%;
  }
}
.homepage .hp5 h2 {
  color: #7dd220;
}
@media (max-width: 1680px) {
  .homepage .hp5 h2 {
    margin-bottom: 10px;
  }
}
.homepage .hp5 figure {
  position: relative;
  margin-top: 50px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp5 figure {
    margin-top: 30px;
  }
}
@media (max-width: 1367px) {
  .homepage .hp5 figure {
    margin-top: 20px;
  }
}
.homepage .hp5 figure img {
  margin-left: 120px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp5 figure img {
    height: 430px;
  }
}
@media (max-width: 1680px) {
  .homepage .hp5 figure img {
    height: 460px;
  }
}
@media (max-width: 1441px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp5 figure img {
    margin-left: 40px;
  }
}
@media (max-width: 1401px) {
  .homepage .hp5 figure img {
    height: 400px;
    margin-left: 80px;
  }
}
@media (max-width: 1281px) {
  .homepage .hp5 figure img {
    height: 340px;
  }
}
@media (max-width: 1025px) {
  .homepage .hp5 figure img {
    margin-left: 100px;
  }
}
@media (max-width: 850px) {
  .homepage .hp5 figure img {
    margin-left: 80px;
    height: 360px;
  }
}
@media (max-width: 767px) {
  .homepage .hp5 figure img {
    margin-left: 20px;
    margin-bottom: 20px;
    height: auto;
  }
}
@media (max-width: 340px) {
  .homepage .hp5 figure img {
    margin-left: 10px;
  }
}
.homepage .hp5 figure .button {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .homepage .hp5 figure .button {
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
}
.homepage .hp6 {
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) {
  .homepage .hp6 {
    zoom: 0.9;
  }
}
@media only screen and (max-width: 1401px) and (min-width: 1000px) {
  .homepage .hp6 {
    zoom: 0.9;
    padding-top: 15px;
  }
}
.homepage .hp6 h2 {
  color: #7dd220;
}
@media only screen and (max-width: 1025px) and (min-width: 1000px) {
  .homepage .hp6 .tns-outer {
    zoom: 0.8;
  }
}
.homepage .hp6 .tns-ovh {
  margin-right: -100%;
  padding-bottom: 2%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .homepage .hp6 .tns-ovh {
    margin-right: unset;
    margin-bottom: 80px;
  }
}
.homepage .hp6 .tns-controls {
  position: absolute;
  right: 0;
  top: 25px;
  outline: 0;
}
.homepage .hp6 .tns-controls:focus {
  outline: 0;
  border: 0;
}
@media (max-width: 850px) {
  .homepage .hp6 .tns-controls {
    top: unset;
    right: unset;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .homepage .hp6 .tns-controls {
    bottom: 80px;
  }
}
.homepage .hp6 .tns-controls button {
  width: 80px;
  height: 50px;
  border: 0;
  outline: 0;
  background-color: #f0f0f0;
  margin: 0 5px;
  position: relative;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.homepage .hp6 .tns-controls button:focus {
  outline: 0;
  border: 0;
}
@media (max-width: 1367px) {
  .homepage .hp6 .tns-controls button {
    width: 60px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .homepage .hp6 .tns-controls button {
    width: 55px;
    height: 35px;
  }
}
.homepage .hp6 .tns-controls button:after {
  display: block;
  content: "";
  background-image: url("../images/light-arrow.svg");
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.homepage .hp6 .tns-controls button:hover {
  background-color: #e6e6fd;
}
.homepage .hp6 .tns-controls button:hover:after {
  background-image: url("../images/dark-arrow.svg");
}
.homepage .hp6 .tns-controls button:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.homepage .hp6 .tns-controls button:first-child:after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.homepage .hp6 .tns-controls button:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.homepage .hp6__testimoniale::after, .homepage .hp6__testimoniale::before {
  display: block;
  content: "";
  clear: both;
}
.homepage .hp6__testimoniale_li {
  display: inline-block;
  padding: 0 15px;
  width: 470px;
  text-align: left;
}
@media (max-width: 767px) {
  .homepage .hp6__testimoniale_li {
    padding: 0 10px;
    padding-left: 0;
  }
}
.homepage .hp6__testimoniale_li .grey-box {
  background-color: #eeeeee;
  display: block;
  width: 100%;
  padding: 20px 30px;
  border-bottom-right-radius: 235px;
}
@media (max-width: 767px) {
  .homepage .hp6__testimoniale_li .grey-box {
    padding: 20px;
  }
}
.homepage .hp6__testimoniale_li .grey-box h4 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #7dd220;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp6__testimoniale_li .grey-box h4 {
    font-size: 20px;
  }
}
@media (max-device-width: 1680px) {
  .homepage .hp6__testimoniale_li .grey-box h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .homepage .hp6__testimoniale_li .grey-box h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.homepage .hp6__testimoniale_li .grey-box h3 {
  margin-bottom: 10px;
}
.homepage .hp6__testimoniale_li .grey-box .testimonial {
  min-height: 185px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp6__testimoniale_li .grey-box .testimonial {
    min-height: 150px;
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-device-width: 1680px) {
  .homepage .hp6__testimoniale_li .grey-box .testimonial {
    min-height: 125px;
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 1367px) {
  .homepage .hp6__testimoniale_li .grey-box .testimonial {
    font-size: 14px;
  }
}
.homepage .hp6__testimoniale_li .grey-box .item {
  position: relative;
  margin-top: 60px;
  padding-right: 135px;
  min-height: 90px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp6__testimoniale_li .grey-box .item {
    min-height: 85px;
    padding-right: 110px;
  }
}
@media (max-device-width: 1680px) {
  .homepage .hp6__testimoniale_li .grey-box .item {
    min-height: 90px;
    padding-right: 110px;
  }
}
@media (max-width: 767px) {
  .homepage .hp6__testimoniale_li .grey-box .item {
    margin-top: 20px;
    padding-right: 76px;
    min-height: 70px;
  }
  .homepage .hp6__testimoniale_li .grey-box .item p {
    font-size: 14px;
  }
}
.homepage .hp6__testimoniale_li .grey-box .item .position i {
  font-weight: 900;
  font-family: "LatoLatin", sans-serif;
  font-size: 16px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp6__testimoniale_li .grey-box .item .position i {
    font-size: 13px;
  }
}
@media (max-device-width: 1680px) {
  .homepage .hp6__testimoniale_li .grey-box .item .position i {
    font-size: 14px;
  }
}
.homepage .hp6__testimoniale_figure {
  position: relative;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  border: 7px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .hp6__testimoniale_figure {
    width: 150px;
    height: 150px;
  }
}
@media (max-device-width: 1680px) {
  .homepage .hp6__testimoniale_figure {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .homepage .hp6__testimoniale_figure {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    right: 0;
  }
}
.homepage .hp6__testimoniale_figure img {
  border-radius: 50%;
  border: 7px solid #7dd220;
}
@media (max-width: 767px) {
  .homepage .hp6__testimoniale_figure img {
    border: 2px solid #7dd220;
  }
}
.homepage .hp7 {
  position: relative;
  text-align: center;
  min-height: 470px;
  padding-top: 80px;
  margin-top: 40px;
  min-height: 640px;
}
@media (max-width: 1600px) {
  .homepage .hp7 {
    min-height: auto;
  }
}
@media (max-width: 850px) {
  .homepage .hp7 {
    padding-top: 40px;
  }
}
.homepage .hp7 .form__container h2, .homepage .hp7 .form__container .headline {
  color: #ffffff;
}
@media (max-width: 850px) {
  .homepage .hp7 .form__container h2, .homepage .hp7 .form__container .headline {
    color: #7dd220;
  }
}
@media (max-width: 850px) {
  .homepage .hp7 .form__container .headline {
    color: #3d3d3d;
  }
}
.homepage .hp7 .form__container form {
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 1367px) {
  .homepage .hp7 .form__container form {
    max-width: 50%;
  }
}
@media (max-width: 1025px) {
  .homepage .hp7 .form__container form {
    max-width: 60%;
  }
}
@media (max-width: 850px) {
  .homepage .hp7 .form__container form {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .homepage .hp7 .form__container form {
    max-width: 100%;
  }
}
.homepage .hp7 .form__container form .terms .validation {
  display: none;
}
.homepage .hp7 .form__container form .terms.show-error .validation {
  display: block;
  text-align: center;
}
@media (max-width: 850px) {
  .homepage .hp7 .form__container form [type=email], .homepage .hp7 .form__container form [type=tel] {
    border: 1px solid #3d3d3d;
  }
}
@media (max-width: 850px) {
  .homepage .hp7 .form__container form [type=checkbox]:before {
    border: 2px solid #7dd220;
  }
}
.homepage .hp7 .form__container form .inner .validation {
  display: none;
}
.homepage .hp7 .form__container form .inner.show-error .validation {
  display: block;
}
.homepage .modal__form {
  position: fixed;
  top: 80px;
  right: 0;
  width: 530px;
  background-image: url(../images/formbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 40px;
  padding-top: 84px;
  padding-left: 106px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 12;
  padding-bottom: 40px;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .modal__form {
    top: 67px;
    width: 498px;
    padding-top: 75px;
    padding-left: 100px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1680px) and (min-width: 1000px) {
  .homepage .modal__form {
    zoom: 0.9;
    width: 515px;
    padding-left: 98px;
    top: 60px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1000px) {
  .homepage .modal__form {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 1367px) {
  .homepage .modal__form {
    width: 490px;
    zoom: 0.85;
  }
}
@media only screen and (max-width: 1281px) {
  .homepage .modal__form {
    width: 440px;
    padding-left: 85px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1281px) and (max-device-height: 800px) {
  .homepage .modal__form {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 1260px) {
  .homepage .modal__form {
    right: -100%;
  }
}
@media only screen and (max-width: 1025px) {
  .homepage .modal__form {
    width: 422px;
    zoom: 0.7;
    top: 70px;
  }
}
@media (max-width: 830px) and (max-height: 963px) {
  .homepage .modal__form {
    width: 100%;
    height: 100%;
    top: 0;
    background-image: unset;
    background-color: #7dd220;
    padding-top: 125px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    zoom: normal;
  }
}
@media (max-width: 830px) and (max-height: 440px) {
  .homepage .modal__form {
    padding: 60px 20px;
    overflow-y: scroll;
    text-align: center;
    display: block;
  }
}
.homepage .modal__form h2 {
  color: #fff;
  font-size: 48px;
  line-height: 84px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .modal__form h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 1367px) {
  .homepage .modal__form h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1281px) {
  .homepage .modal__form h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 340px) {
  .homepage .modal__form h2 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 0;
  }
}
.homepage .modal__form form {
  text-align: center;
}
@media (max-width: 830px) and (max-height: 440px) {
  .homepage .modal__form form {
    text-align: center;
  }
}
@media (max-width: 769px) and (max-height: 963px) {
  .homepage .modal__form form {
    text-align: center;
  }
}
.homepage .modal__form form .terms label {
  font-size: 12px;
  color: #000;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .modal__form form .terms label {
    font-size: 11px;
  }
}
@media (max-width: 1281px) {
  .homepage .modal__form form .terms label {
    font-size: 11px;
  }
}
@media (max-width: 340px) {
  .homepage .modal__form form .terms label {
    font-size: 10px;
  }
}
.homepage .modal__form form .terms .validation {
  display: none;
}
.homepage .modal__form form .terms.show-error .validation {
  display: block;
  text-align: center;
}
@media (max-width: 1367px) {
  .homepage .modal__form form .terms.show-error .validation {
    text-align: left;
    margin-left: 27px;
  }
}
@media (max-width: 767px) {
  .homepage .modal__form form .terms.show-error .validation {
    text-align: center;
  }
}
.homepage .modal__form form [type=submit] {
  min-width: 260px;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 60px;
  font-size: 16px;
  margin-top: 25px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .modal__form form [type=submit] {
    margin-top: 20px;
  }
}
@media (max-width: 1367px) {
  .homepage .modal__form form [type=submit] {
    margin-top: 15px;
    margin-right: 25px;
  }
}
@media (max-width: 1025px) {
  .homepage .modal__form form [type=submit] {
    min-width: 230px;
    margin-right: 0;
  }
}
.homepage .modal__form form .inner {
  margin: 20px 0;
  margin-bottom: 8px;
}
@media (max-width: 1367px) {
  .homepage .modal__form form .inner {
    margin: 10px 0 8px;
  }
}
.homepage .modal__form form .inner .validation {
  display: none;
}
.homepage .modal__form form .inner.show-error .validation {
  display: block;
}
.homepage .modal__form #close_modal {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 840px) and (max-height: 880px) {
  .homepage .modal__form #close_modal {
    top: 68px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .homepage .modal__form #close_modal {
    top: 60px;
    right: 10px;
  }
}
.homepage .modal__form #close_modal svg {
  width: 30px;
  height: 30px;
}
.homepage .modal__form #close_modal svg path {
  fill: #fff;
}
.homepage .modal__form.visible {
  right: 0;
}
.homepage .modal__button {
  position: fixed;
  right: -100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/modal-btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 123px;
  height: 113px;
  z-index: 9;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .homepage .modal__button {
    zoom: 0.7;
  }
}
@media (max-width: 1441px) {
  .homepage .modal__button {
    zoom: 0.9;
  }
}
@media (max-width: 1367px) {
  .homepage .modal__button {
    width: 104px;
    height: 94px;
    zoom: 0.8;
  }
}
@media (max-width: 1025px) {
  .homepage .modal__button {
    width: 100px;
    height: 93px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .homepage .modal__button {
    top: 25%;
  }
}
@media (max-width: 767px) {
  .homepage .modal__button {
    width: 90px;
    height: 82px;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: 10%;
  }
}
.homepage .modal__button P {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
}
@media (max-width: 1367px) {
  .homepage .modal__button P {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 1025px) {
  .homepage .modal__button P {
    font-size: 13px;
    line-height: 13px;
  }
}
@media (max-width: 767px) {
  .homepage .modal__button P {
    font-size: 12px;
    line-height: 12px;
  }
}
.homepage .modal__button P:after {
  content: "Înscrie-te";
}
.homepage .modal__button P svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-bottom: 4px;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
@media (max-width: 1025px) {
  .homepage .modal__button P svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .homepage .modal__button P svg {
    width: 19px;
    height: 19px;
  }
}
.homepage .modal__button P svg polygon {
  fill: #fff;
}
.homepage .modal.show-form .modal__form {
  -webkit-transform: translateX(570px);
          transform: translateX(570px);
}
@media (max-width: 850px) {
  .homepage .modal.show-form .modal__form {
    -webkit-transform: translateX(800px);
            transform: translateX(800px);
  }
}
@media (max-width: 830px) and (max-height: 880px) {
  .homepage .modal.show-form .modal__form {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.homepage .modal.show-form .modal__button {
  right: 0%;
}
.homepage .modal.hide-form .modal__button {
  right: -100%;
}
.homepage .modal .prelead-message {
  padding-bottom: 215px;
}
@media (max-width: 767px) {
  .homepage .modal .prelead-message {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.homepage .modal .sk-circle {
  padding-bottom: 70px;
}

@media only screen and (max-width: 1680px) and (min-width: 1000px) {
  .homepage .login__modal__form {
    zoom: 0.9;
    padding-left: 90px;
    height: 577px;
    width: 478px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) {
  .homepage .login__modal__form {
    zoom: 0.8;
  }
}

.footer {
  text-align: center;
  position: relative;
}
.footer:after {
  display: block;
  content: "";
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  height: 912px;
  left: 0;
  right: 0;
}
@media (min-width: 2400px) {
  .footer:after {
    background-size: 100% 100%;
  }
}
@media (max-width: 1680px) {
  .footer:after {
    left: -68px;
    height: 842px;
  }
}
@media (max-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .footer:after {
    height: 869px;
    left: -252px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2.3636363636363638), only screen and (min-resolution: 227dpi), only screen and (min-resolution: 2dppx) {
  .footer:after {
    left: 0px;
    height: 908px;
  }
}
@media (max-width: 1680px) and (-webkit-min-device-pixel-ratio: 2) {
  .footer:after {
    left: -120px;
    height: 859px;
  }
}
@media (max-width: 1601px) {
  .footer:after {
    left: -59px;
    height: 800px;
  }
}
@media (max-width: 1540px) {
  .footer:after {
    left: -51px;
    height: 772px;
  }
}
@media (max-width: 1441px) {
  .footer:after {
    left: -228px;
  }
}
@media (max-width: 1440px) {
  .footer:after {
    left: -155px;
    height: 795px;
  }
}
@media (max-width: 1367px) {
  .footer:after {
    left: -38px;
    height: 685px;
  }
}
@media (max-width: 1281px) {
  .footer:after {
    left: -66px;
    height: 658px;
  }
}
@media (max-width: 1025px) {
  .footer:after {
    left: -147px;
    height: 633px;
  }
}
@media (max-width: 850px) {
  .footer:after {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 85px;
  }
}
.footer figure, .footer div.footer__info {
  display: inline-block;
  margin: 0 60px;
  vertical-align: bottom;
}
@media (max-width: 1200px) {
  .footer figure, .footer div.footer__info {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .footer figure, .footer div.footer__info {
    margin: 0;
    padding: 0 15px;
  }
}
.footer__container {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer__container {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__svg1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 23%;
  }
}
.footer__svg1 img {
  width: 216px;
  margin-bottom: -4px;
}
@media (max-width: 1680px) {
  .footer__svg1 img {
    width: 145px;
  }
}
@media (max-width: 1401px) {
  .footer__svg1 img {
    width: 140px;
  }
}
@media (max-width: 1367px) {
  .footer__svg1 img {
    width: 115px;
  }
}
@media (max-width: 1025px) {
  .footer__svg1 img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .footer__svg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23%;
  }
}
.footer__svg2 img {
  width: 160px;
  margin-bottom: -6px;
}
@media (max-width: 1680px) {
  .footer__svg2 img {
    width: 120px;
  }
}
@media (max-width: 1401px) {
  .footer__svg2 img {
    width: 140px;
  }
}
@media (max-width: 1367px) {
  .footer__svg2 img {
    width: 103px;
  }
}
@media (max-width: 1025px) {
  .footer__svg2 img {
    width: 102px;
  }
}
.footer__social {
  display: block;
  width: 100%;
  margin: 0px !important;
}
.footer__social_links {
  text-align: center;
}
.footer__social_links li {
  display: inline-block;
  padding: 10px 5px;
  list-style: none;
}
.footer__social_links li svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 340px) {
  .footer__social_links li svg {
    width: 25px;
    height: 25px;
  }
}
.footer__social_links li svg path {
  fill: #7dd220;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 850px) {
  .footer__social_links li svg path {
    fill: #fff;
  }
}
@media (max-width: 850px) {
  .footer__social_links li svg #fill {
    fill: #7dd220 !important;
  }
}
.footer__social_links li svg:hover path {
  fill: #7531d6;
}
.footer__info p {
  padding-bottom: 10px;
}
@media (max-width: 1441px) {
  .footer__info p {
    font-size: 14px;
  }
}
@media (max-width: 1367px) {
  .footer__info p {
    font-size: 10px;
  }
}
@media (max-width: 340px) {
  .footer__info p {
    font-size: 9px;
  }
}