* {
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

html, body {
  overflow-x: hidden; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, select, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, 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, textarea {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline; }

figure {
  margin: 0 !important; }

body {
  background: #fff;
  color: #2a2d42;
  font-family: 'futura-pt',sans-serif;
  font-size: 24px;
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-style: normal;
  font-weight: 300;
  line-height: 1.38; }

/* headers
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  display: block;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: normal;
  margin: 0;
  padding: 0; }

h1, h2, h3 {
  font-weight: 600;
  letter-spacing: -0.025em !important; }

h1 {
  color: #2a2d42;
  font-size: 70px;
  font-size: calc(24px + (70 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  padding: 0 0 30px 0; }

h2 {
  color: #2a2d42;
  font-size: 50px;
  font-size: calc(24px + (50 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  padding: 0 0 30px 0; }

h3 {
  color: #2a2d42;
  font-size: 24px;
  font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2; }

/* links
-----------------------------------------------*/
a {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a:hover {
    text-decoration: underline; }

/* paragraphs
-----------------------------------------------*/
p, address {
  color: #2B2D42;
  display: block;
  font-family: inherit;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 30px 0; }
  p.small, address.small {
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) !important; }

strong, b {
  font-weight: 600; }

/* others
-----------------------------------------------*/
img {
  vertical-align: middle; }

.rwdimg {
  display: block !important;
  position: relative;
  width: 100%;
  z-index: 1; }

.cf {
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

.no__mobile {
  display: none;
  font-size: 0 !important;
  height: auto !important;
  line-height: 0 !important; }
  @media (min-width: 992px) {
    .no__mobile {
      display: block; } }

/*

::-moz-selection {
    text-shadow: none;
}
::selection {
    text-shadow: none;
}

*/
::-webkit-input-placeholder {
  color: #2b2d42; }

::-moz-placeholder {
  color: #2b2d42; }

:-ms-input-placeholder {
  color: #2b2d42; }

:-moz-placeholder {
  color: #2b2d42; }

.btn, input[type="button"], input[type="submit"], input[type="reset"] {
  background: #D8F125;
  color: #2B2D42;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  height: 44px;
  letter-spacing: 0;
  line-height: 44px;
  padding: 0;
  min-width: 180px;
  padding: 0 25px;
  text-align: center;
  -webkit-border-radius: 22px;
  border-radius: 22px; }
  .btn:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    opacity: 0.8;
    text-decoration: none; }
    .btn:hover:after, input[type="button"]:hover:after, input[type="submit"]:hover:after, input[type="reset"]:hover:after {
      display: none; }
  .btn.__white, input[type="button"].__white, input[type="submit"].__white, input[type="reset"].__white {
    background: #fff; }

.btn--large {
  width: 220px !important; }

.__bottom--m40 {
  margin-bottom: 40px !important; }

.__bottom--m60 {
  margin-bottom: 60px !important; }

.__center {
  text-align: center !important; }

.c__yellow {
  color: #ffed48 !important; }

.c__lime {
  color: #d8f125 !important; }

.c__green {
  color: #92eb4e !important; }

.c__aqua {
  color: #00caca !important; }

.c__blue {
  color: #29abe2 !important; }

.c__purple {
  color: #436fcf !important; }

.c__yellow svg, .c__yellow path {
  fill: #ffed48 !important; }

.c__lime svg, .c__lime path, .c__lime g {
  fill: #d8f125 !important; }

.c__green svg, .c__green path, .c__green g {
  fill: #92eb4e !important; }

.c__aqua svg, .c__aqua path, .c__aqua g {
  fill: #00caca !important; }

.c__blue svg, .c__blue path, .c__blue g {
  fill: #29abe2 !important; }

.c__purple svg, .c__purple path, .c__purple g {
  fill: #436fcf !important; }

.c__white svg, .c__white path, .c__white g, .c__white rect {
  fill: #ffffff !important; }

.bg__yellow {
  background: #ffed48 !important; }

.bg__lime {
  background: #d8f125 !important; }

.bg__green {
  background: #92eb4e !important; }

.bg__aqua {
  background: #00caca !important; }

.bg__blue {
  background: #29abe2 !important; }

.bg__pink, input[type="button"], input[type="submit"], input[type="reset"] {
  background: #fa0091 !important; }

.bg__grey {
  background: #f3f8f5 !important; }

.bg__darkgrey {
  background: #2b2d42 !important; }

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

svg1, path1 {
  height: 100%;
  fill: inherit !important;
  width: 100%; }

.spots__list svg,
.charts-list svg {
  height: 100% !important;
  width: auto !important; }

svg1 {
  height: 100% !important;
  width: auto !important; }

.__bg--lime {
  background: #D8F125 !important; }

.__bg {
  background: #f3f8f5 !important; }

.container {
  display: block;
  margin: 0;
  max-width: none;
  padding: 0 20px;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .container {
      margin: 0 auto;
      max-width: 1300px;
      width: auto; } }
  @media (min-width: 992px) {
    .container.__narrow {
      max-width: 980px !important;
      width: auto; } }

#header {
  background: #fff;
  float: left;
  overflow: hidden;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: background-color .5s linear;
  transition: all .5s ease-out; }
  @media (min-width: 992px) {
    #header {
      left: 0;
      padding: 20px 0 25px 0;
      right: 0; } }
  #header .container {
    padding: 0; }
    @media (min-width: 992px) {
      #header .container {
        padding: 0 20px; } }
  #header svg {
    height: 100% !important;
    width: auto !important; }
  #header .header__logo {
    float: left;
    font-size: 0;
    height: 45px;
    line-height: 0;
    margin-left: 20px;
    text-indent: -999em;
    transition: all .5s ease-out;
    width: 130px; }
    @media (min-width: 992px) {
      #header .header__logo {
        margin-left: 0;
        width: 153px; } }
  #header.header__sticky1 {
    background: #fff !important;
    padding: 5px 0; }
    @media (min-width: 992px) {
      #header.header__sticky1 {
        padding: 10px 0; } }
    #header.header__sticky1 .header__logo {
      background-size: 86px 30px;
      height: 30px;
      width: 86px; }
      @media (min-width: 992px) {
        #header.header__sticky1 .header__logo {
          background-size: 128px 45px;
          height: 45px;
          width: 128px; } }
    #header.header__sticky1 .hamburger {
      top: -3px; }
    @media (min-width: 992px) {
      #header.header__sticky1 .header-nav__menu {
        padding-top: 7px; } }
  #header .hamburger {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font: inherit;
    text-transform: none;
    margin: 0;
    overflow: visible;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 999999;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear; }
    @media (min-width: 992px) {
      #header .hamburger {
        display: none; } }
  #header .hamburger:hover {
    opacity: 0.7; }
  #header .hamburger.is-active:hover {
    opacity: 0.7; }
  #header .hamburger.is-active .hamburger-inner, #header .hamburger.is-active .hamburger-inner::before, #header .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }
  #header .hamburger-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
    perspective: 80px; }
  #header .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
  #header .hamburger-inner, #header .hamburger-inner::before, #header .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  #header .hamburger-inner {
    transition: transform 0.15s cubic-bezier(255, 255, 255, 1), background-color 0s 0.1s cubic-bezier(255, 255, 255, 1);
    background: #80eb4e; }
  #header .hamburger-inner::before, #header .hamburger-inner::after {
    content: "";
    display: block; }
  #header .hamburger-inner::before {
    top: -10px;
    background: #d8f125; }
  #header .hamburger-inner::after {
    bottom: -10px;
    background: #00caca; }
  #header .hamburger-inner::before, #header .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  #header.navopen {
    background: #f3f8f5 !important; }
    #header.navopen .hamburger-inner {
      background-color: transparent !important;
      transform: rotateX(-180deg); }
    #header.navopen .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    #header.navopen .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }
    @media (max-width: 992px) {
      #header.navopen .header-nav__menu {
        display: block; } }
    @media (max-width: 767px) {
      #header.navopen .header-nav__menu .header-nav__menu--btn a {
        padding: 0 25px !important;
        width: 275px !important; } }
    #header.navopen .header-nav__menu .header-nav__menu--tel {
      padding-top: 0; }
      #header.navopen .header-nav__menu .header-nav__menu--tel a {
        background-position: 0 center;
        height: auto;
        width: 135px; }

@media (min-width: 992px) {
  .header-nav {
    float: right;
    white-space: nowrap; } }
.header-nav .header-nav__menu {
  display: none;
  float: left;
  padding: 50px 0 20px 0;
  width: 100%; }
  @media (min-width: 992px) {
    .header-nav .header-nav__menu {
      display: block;
      float: right;
      padding: 10px 0 0 0;
      white-space: nowrap;
      width: auto; } }
  .header-nav .header-nav__menu li {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center; }
    @media (min-width: 992px) {
      .header-nav .header-nav__menu li {
        color: #4d506d;
        float: left;
        font-size: 18px;
        font-weight: 400;
        line-height: 38px;
        padding: 0 0 0 25px;
        text-align: left; } }
    .header-nav .header-nav__menu li a {
      color: #4d506d;
      display: block;
      font-weight: 600;
      position: relative; }
      .header-nav .header-nav__menu li a:hover, .header-nav .header-nav__menu li a.active {
        text-decoration: none; }
        .header-nav .header-nav__menu li a:hover:after, .header-nav .header-nav__menu li a.active:after {
          background: #fff018;
          bottom: -2px;
          content: '';
          display: block;
          font-size: 0;
          height: 2px;
          left: 50%;
          line-height: 0;
          margin-left: -15px;
          position: absolute;
          width: 30px;
          -webkit-border-radius: 2px;
          border-radius: 2px; }
    .header-nav .header-nav__menu li.header-nav__menu--btn {
      padding-top: 20px; }
      @media (min-width: 992px) {
        .header-nav .header-nav__menu li.header-nav__menu--btn {
          padding-top: 0; } }
      .header-nav .header-nav__menu li.header-nav__menu--btn a {
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background: #fff018;
        color: #2a2d42;
        display: block;
        font-size: 21px;
        font-weight: 400;
        height: 46px;
        letter-spacing: 0;
        line-height: 46px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 170px;
        -webkit-border-radius: 25px;
        border-radius: 25px; }
        @media (min-width: 992px) {
          .header-nav .header-nav__menu li.header-nav__menu--btn a {
            font-size: 18px;
            height: 38px;
            line-height: 38px;
            margin: 0;
            padding: 0 25px;
            width: auto; } }
        .header-nav .header-nav__menu li.header-nav__menu--btn a:hover {
          opacity: 0.8;
          text-decoration: none; }
          .header-nav .header-nav__menu li.header-nav__menu--btn a:hover:after {
            display: none; }
    .header-nav .header-nav__menu li.header-nav__menu--tel {
      padding-top: 20px; }
      @media (min-width: 992px) {
        .header-nav .header-nav__menu li.header-nav__menu--tel {
          padding-top: 8px; } }
      .header-nav .header-nav__menu li.header-nav__menu--tel a {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%232b2d42' d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
        background-size: auto 24px;
        background-repeat: no-repeat;
        background-position: 0 5px;
        color: #2b2d42;
        display: block;
        font-size: 14px;
        font-weight: 400;
        height: 46px;
        letter-spacing: 0;
        line-height: 16px;
        margin: 0 auto;
        padding: 0 0 0 30px;
        text-align: left;
        width: 200px;
        -webkit-border-radius: 25px;
        border-radius: 25px; }
        @media (min-width: 992px) {
          .header-nav .header-nav__menu li.header-nav__menu--tel a {
            font-size: 14px;
            height: 30px;
            line-height: 16px;
            margin: -5px 0 0 0;
            width: auto; } }
        .header-nav .header-nav__menu li.header-nav__menu--tel a:hover {
          opacity: 0.8;
          text-decoration: none; }
          .header-nav .header-nav__menu li.header-nav__menu--tel a:hover:after {
            display: none; }

#main {
  padding-top: 65px;
  position: relative;
  width: 100%;
  z-index: 10; }
  @media (min-width: 768px) {
    #main {
      padding-top: 90px; } }
  #main .bottom-space60 {
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      #main .bottom-space60 {
        padding-bottom: 60px; } }
  #main .bottom-space80 {
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      #main .bottom-space80 {
        padding-bottom: 80px; } }
  #main p {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320))); }
    #main p sup {
      font-size: 14px;
      padding-right: 5px; }

.column {
  float: left;
  width: 100%; }
  @media (min-width: 992px) {
    .column {
      padding: 0;
      width: 50%; } }

.hero {
  background: #f3f8f5;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10; }
  .hero img {
    float: left;
    width: 100%;
    z-index: 1; }
    @media (min-width: 992px) {
      .hero img {
        float: right;
        max-width: 780px;
        width: auto; } }
  @media (min-width: 992px) {
    .hero .container {
      height: 100%; } }
  .hero__caption {
    display: block;
    overflow: hidden;
    padding: 30px 0 20px 0;
    width: 100%;
    /*
    left:50%;
    top:50%;
    top:50%;
    transform:translate(-50%, -50%);
    margin:0 auto;
    */ }
    @media (min-width: 992px) {
      .hero__caption {
        left: 0;
        position: absolute;
        height: 100%;
        padding: 0;
        width: 100%;
        z-index: 2; } }
    @media (min-width: 992px) {
      .hero__caption--wrap {
        height: 100%;
        max-width: 700px;
        padding-top: 80px; } }
  .hero h1 {
    font-size: calc(50px + (87 - 50) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 0 20px 0;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.05em; }
  .hero h2, .hero h3 {
    font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 0 25px 0; }
  .hero .trustpilot-widget {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 40px 0 0 0;
    width: 100%; }
    @media (min-width: 992px) {
      .hero .trustpilot-widget {
        padding: 0;
        position: absolute !important;
        bottom: 40px; } }
    .hero .trustpilot-widget iframe {
      width: 270px !important; }
  @media (min-width: 992px) {
    .hero.__sub .hero__caption--wrap {
      max-width: 525px;
      padding-top: 100px; } }
  .hero.__sub h1 {
    font-size: calc(40px + (58 - 40) * ((100vw - 320px) / (1920 - 320))); }
  .hero .partner-logos.small--logos li {
    border: 0;
    padding: 0 30px 0 0; }
    .hero .partner-logos.small--logos li:before {
      display: none; }
  .hero .partner-logos.small--logos img.off60 {
    max-width: 45px; }

.usp__ribbon {
  background: #ffffff;
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%; }
  .usp__ribbon--list {
    clear: both;
    display: block;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 20px 0 0 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .usp__ribbon--list li {
      background-image: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EShape%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-5' transform='translate(-1176.000000, -613.000000)' fill='%232a2d42' fill-rule='nonzero'%3E%3Cpath d='M1184.27227,624.647266 C1184.0543,624.86875 1183.6957,624.86875 1183.47773,624.647266 L1181.22773,622.397266 C1181.00625,622.179297 1181.00625,621.820703 1181.22773,621.602734 C1181.4457,621.38125 1181.8043,621.38125 1182.02227,621.602734 L1183.875,623.455469 L1187.97773,619.352734 C1188.1957,619.13125 1188.5543,619.13125 1188.77227,619.352734 C1188.99375,619.570703 1188.99375,619.929297 1188.77227,620.147266 L1184.27227,624.647266 Z M1194,622 C1194,626.971094 1189.97109,631 1185,631 C1180.02891,631 1176,626.971094 1176,622 C1176,617.028906 1180.02891,613 1185,613 C1189.97109,613 1194,617.028906 1194,622 Z M1185,614.125 C1180.65117,614.125 1177.125,617.651172 1177.125,622 C1177.125,626.348828 1180.65117,629.875 1185,629.875 C1189.34883,629.875 1192.875,626.348828 1192.875,622 C1192.875,617.651172 1189.34883,614.125 1185,614.125 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: 16px 16px;
      background-position: left center;
      background-repeat: no-repeat;
      color: #2a2d42;
      float: left;
      font-size: 18px;
      line-height: 22px;
      padding: 0 25px 0 25px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .usp__ribbon--list li {
          font-size: 16px;
          display: none; } }
      @media (max-width: 767px) {
        .usp__ribbon--list li:first-child, .usp__ribbon--list li:nth-child(2) {
          display: block; } }

.tp-widget-wrapper {
  text-align: left !important; }

.section-trustpilot {
  float: left;
  width: 100%;
  z-index: 1; }

.partner-logos {
  float: left;
  margin: 0;
  padding: 20px 0;
  width: 100%; }
  @media (min-width: 992px) {
    .partner-logos {
      padding: 20px 0 60px 0; } }
  .partner-logos li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0 30px 0;
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .partner-logos li {
        padding: 0 30px 0 0;
        text-align: left;
        width: auto; } }
  .partner-logos.centered {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .partner-logos.small--logos {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 767px) {
      .partner-logos.small--logos {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    .partner-logos.small--logos img {
      max-width: 120px; }
      .partner-logos.small--logos img.off60 {
        max-width: 60px; }
      .partner-logos.small--logos img.off90 {
        max-width: 90px; }
      .partner-logos.small--logos img.off100 {
        max-width: 100px; }
      .partner-logos.small--logos img.off120 {
        max-width: 120px; }
      .partner-logos.small--logos img.fh40 {
        max-width: none;
        height: 40px !important;
        width: auto !important; }
      .partner-logos.small--logos img.fh45 {
        max-width: none;
        height: 45px !important;
        width: auto !important; }
      .partner-logos.small--logos img.fh50 {
        max-width: none;
        height: 50px !important;
        width: auto !important; }
      .partner-logos.small--logos img.fh55 {
        max-width: none;
        height: 55px !important;
        width: auto !important; }
      .partner-logos.small--logos img.fh60 {
        max-width: none;
        height: 60px !important;
        width: auto !important; }
      .partner-logos.small--logos img.fh65 {
        max-width: none;
        height: 65px !important;
        width: auto !important; }
      .partner-logos.small--logos img.fh70 {
        max-width: none;
        height: 70px !important;
        width: auto !important; }
      .partner-logos.small--logos img.fh75 {
        max-width: none;
        height: 75px !important;
        width: auto !important; }
      .partner-logos.small--logos img.fh80 {
        max-width: none;
        height: 80px !important;
        width: auto !important; }
      .partner-logos.small--logos img.fh85 {
        max-width: none;
        height: 85px !important;
        width: auto !important; }
      .partner-logos.small--logos img.fh90 {
        max-width: none;
        height: 90px !important;
        width: auto !important; }
      .partner-logos.small--logos img.fh95 {
        max-width: none;
        height: 95px !important;
        width: auto !important; }
      .partner-logos.small--logos img.fh100 {
        max-width: none;
        height: 100px !important;
        width: auto !important; }
    .partner-logos.small--logos li {
      padding: 0 30px 0 0;
      position: relative; }
      .partner-logos.small--logos li:before {
        background: #fff;
        content: '';
        display: block;
        font-size: 0;
        height: 80px;
        line-height: 1px;
        left: 0;
        margin-top: -40px;
        position: absolute;
        top: 50%;
        width: 1px; }
      .partner-logos.small--logos li:first-child {
        padding-left: 0; }
        .partner-logos.small--logos li:first-child:before {
          display: none; }
      @media (max-width: 767px) {
        .partner-logos.small--logos li {
          width: auto !important;
          padding-bottom: 20px !important; } }

.section-head {
  background: #fff;
  float: left;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .section-head {
      padding: 0; } }
  @media (min-width: 768px) {
    .section-head .container.__narrow {
      max-width: 980px !important; } }
  @media (min-width: 768px) {
    .section-head .container.__narrow550 {
      max-width: 550px !important; } }
  @media (min-width: 768px) {
    .section-head.__bg--lime .container.__narrow {
      max-width: 780px !important; } }
  .section-head__content {
    float: left;
    padding: 40px 0 10px 0;
    text-align: left;
    width: 100%; }
    @media (min-width: 992px) {
      .section-head__content {
        padding: 80px 0;
        text-align: center; } }
  .section-head .btn {
    display: block;
    margin: 0 auto 40px auto;
    max-width: 290px; }
    @media (min-width: 992px) {
      .section-head .btn {
        display: inline-block;
        margin: 0 auto;
        max-width: none; } }
  .section-head .column {
    width: 100%; }
    @media (min-width: 992px) {
      .section-head .column {
        width: 57%; } }
    .section-head .column:first-child {
      padding: 0;
      width: 100%; }
      @media (min-width: 992px) {
        .section-head .column:first-child {
          padding: 0 9% 0 0;
          width: 43%; } }
    .section-head .column.column-one {
      padding: 0;
      width: 100%; }
      @media (min-width: 992px) {
        .section-head .column.column-one {
          padding: 40px 0;
          width: 60%; } }
  .section-head__wrap {
    display: block;
    width: 100%;
    z-index: 1; }
    @media (min-width: 992px) {
      .section-head__wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap; } }
  .section-head h2 {
    font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1920 - 320))) !important;
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      .section-head h2 {
        padding-bottom: 30px; } }
  .section-head p {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))) !important; }

#how-fusion8-works .section-head {
  padding: 0; }
  @media (min-width: 992px) {
    #how-fusion8-works .section-head {
      padding: 0; } }
  #how-fusion8-works .section-head__content {
    padding: 40px 0 0 0; }
    @media (min-width: 992px) {
      #how-fusion8-works .section-head__content {
        padding: 65px 0 0 0; } }

@media (min-width: 992px) {
  .spots__list.__3cols li {
    width: 33.333333% !important; } }
.spots__list.__3cols h3 {
  font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1920 - 320))); }
.spots__list.__3cols p {
  line-height: 1.3; }

.intro-spot__block {
  display: block;
  overflow: hidden;
  padding: 20px;
  width: 100%; }
  @media (min-width: 992px) {
    .intro-spot__block {
      display: -webkit-flex;
      display: flex;
      padding: 40px; } }

.spots__tab {
  background: #F3F8F5;
  text-align: left;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 20px 20px 20px; }
  @media (max-width: 767px) {
    .spots__tab {
      padding: 20px 15px 0 90px; } }
  .spots__tab:hover {
    opacity: 0.8;
    text-decoration: none; }
  .spots__tab .btn {
    margin-bottom: 20px; }
  .spots__tab span {
    display: block;
    clear: both;
    overflow: hidden;
    height: 100px;
    width: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .spots__tab span {
        position: absolute;
        left: 15px;
        top: 20px;
        width: 60px;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
    .spots__tab span img {
      float: left;
      width: 100%; }
  .spots__tab svg {
    fill: #2B2D42 !important;
    height: auto !important;
    width: 100% !important; }
    @media (min-width: 768px) {
      .spots__tab svg {
        height: 60px !important;
        width: auto !important; } }
  .spots__tab h3 {
    font-size: calc(24px + (30 - 24) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 0 10px 0;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .spots__tab h3 {
        padding: 10px 0 10px 0; } }
  .spots__tab p {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))) !important; }
  .spots__tab.__small {
    position: relative;
    padding: 20px 20px 0 75px; }
    .spots__tab.__small h3 {
      font-size: calc(20px + (26 - 20) * ((100vw - 320px) / (1920 - 320))); }
    .spots__tab.__small span {
      position: absolute;
      left: 20px;
      top: 30px;
      width: 40px !important; }
      .spots__tab.__small span svg {
        height: auto !important;
        width: 100% !important; }

.section-intro-spot {
  display: block;
  overflow: hidden;
  padding: 20px 0 30px 0;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .section-intro-spot {
      padding: 80px 0; } }
  .section-intro-spot .container {
    max-width: 1100px; }
  .section-intro-spot .btn {
    display: block;
    margin: 0 auto;
    overflow: hidden; }
  .section-intro-spot__content {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .section-intro-spot__content {
        max-width: 680px;
        margin: 0 auto;
        padding: 0 0 30px 0;
        text-align: left; } }
    .section-intro-spot__content h2 {
      font-weight: 600;
      line-height: 1.3;
      letter-spacing: -0.025em; }
      @media (min-width: 768px) {
        .section-intro-spot__content h2 {
          line-height: 1; } }
    .section-intro-spot__content.__centered {
      text-align: center; }
  .section-intro-spot .spots {
    padding: 0 0 30px 0;
    width: 100%; }
    @media (min-width: 992px) {
      .section-intro-spot .spots {
        padding: 0 0 60px 0; } }
  @media (min-width: 992px) {
    .section-intro-spot .spots__list li {
      width: 33.333333%;
      padding: 0 10px 20px 10px; } }
  @media (min-width: 992px) {
    .section-intro-spot .spots__list.__2cols li {
      width: 50%;
      padding: 0 10px 20px 10px; } }
  @media (min-width: 992px) {
    .section-intro-spot .column {
      width: 33.333333%; } }

@media (min-width: 992px) {
  .solar-panel-cost .section-head .spots {
    width: 1030px; } }
@media (min-width: 992px) {
  .solar-panel-cost .section-head .spots .spots__list li {
    width: 20%; } }
.solar-panel-cost .section-head .spots .spots__list h3 {
  min-height: 76px;
  padding-bottom: 10px; }
.solar-panel-cost .section-head .spots .spots__list h4 {
  font-size: 14px; }
.solar-panel-cost .section-head .spots .spots__list span {
  height: 60px; }
.solar-panel-cost .section-head .section-head__content {
  max-width: 960px; }

.get-started .section-signup__content {
  max-width: 960px; }

.spots {
  display: block;
  overflow: hidden;
  padding: 0 0 80px 0;
  width: 100%; }
  @media (min-width: 992px) {
    .spots {
      margin: 0 auto;
      padding: 0 0 95px 0;
      width: 820px; } }
  .spots__list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
    .spots__list li {
      float: left;
      list-style: none;
      margin: 0;
      padding: 0 2px 4px 2px;
      width: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column;
      flex-flow: column; }
      @media (min-width: 992px) {
        .spots__list li {
          padding: 0 1px;
          width: 25%; } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
.section-vector {
  display: block;
  left: 50%;
  position: absolute;
  width: 580px;
  z-index: -1; }
  .section-vector__circular {
    float: left !important;
    position: relative !important;
    width: 100% !important;
    -webkit-animation-name: spin;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 5s; }

.steps-list {
  clear: both;
  display: block;
  margin: 0;
  max-width: 750px;
  overflow: hidden;
  padding: 40px 50px 0 0;
  width: 100%; }
  .steps-list li {
    color: #ffffff;
    float: left;
    font-size: 20px;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 50px 0 0 0;
    position: relative;
    text-align: center;
    width: 20%;
    	/*
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;		
    */ }
    .steps-list li:before {
      display: block;
      content: '';
      font-size: 0;
      height: 30px;
      left: 50%;
      margin-left: -15px;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 30px;
      -webkit-border-radius: 100px;
      border-radius: 100px; }
    .steps-list li:after {
      display: block;
      content: '';
      font-size: 0;
      height: 8px;
      left: 50%;
      margin-left: 0;
      overflow: hidden;
      position: absolute;
      top: 12px;
      width: 150px; }
    .steps-list li.yellow:before, .steps-list li.yellow:after {
      background: #ffed48; }
    .steps-list li.lime:before, .steps-list li.lime:after {
      background: #d8f125; }
    .steps-list li.green:before, .steps-list li.green:after {
      background: #92eb4e; }
    .steps-list li.aqua:before, .steps-list li.aqua:after {
      background: #00caca; }
    .steps-list li.blue:before, .steps-list li.blue:after {
      background: #29abe2; }
    .steps-list li:last-child:after {
      display: none; }
  .steps-list__info {
    clear: both;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 16px; }
    .steps-list__info svg {
      height: auto !important;
      width: 100% !important; }
    .steps-list__info:hover {
      opacity: 0.6;
      text-decoration: none; }

.charts-list {
  clear: both;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .charts-list li {
    float: left;
    list-style: none;
    margin: 0 0 30px 0;
    min-height: 100px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 33%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .charts-list li:last-child {
      margin: 0; }
    @media (min-width: 992px) {
      .charts-list li {
        min-height: 144px; } }
  .charts-list__vector {
    display: block;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: 0;
    width: 100px; }
    @media (min-width: 992px) {
      .charts-list__vector {
        margin-left: -72px;
        width: 144px; } }
  .charts-list h4 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #ffffff; }
    @media (min-width: 992px) {
      .charts-list h4 {
        font-size: 14px; } }
    .charts-list h4 span {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 1; }
      @media (min-width: 992px) {
        .charts-list h4 span {
          font-size: 24px; } }
    .charts-list h4 strong {
      font-weight: 600; }
  .charts-list .circular-chart {
    display: block;
    margin: 0;
    max-width: 100%;
    max-height: 100px; }
    @media (min-width: 992px) {
      .charts-list .circular-chart {
        max-height: 144px; } }
  .charts-list .circle-bg {
    fill: none;
    stroke: #2b2d42;
    stroke-width: 2; }
  .charts-list .circle {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    /*animation: progress 3s ease-out forwards;*/
    animation: progress 3s ease-out forwards; }
@keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }
  .charts-list .circular-chart.yellow .circle {
    stroke: #fff018; }
  .charts-list .circular-chart.green .circle {
    stroke: #92eb4e; }
  .charts-list .circular-chart.aqua .circle {
    stroke: #00caca; }

.section-spot {
  float: left;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 10; }
  @media (min-width: 768px) {
    .section-spot {
      padding: 0 0 60px 0; } }
  .section-spot.__bg {
    background: #f3f8f5; }
  .section-spot p {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
    line-height: 1.3; }
  .section-spot__img {
    display: block;
    position: relative;
    width: 100%; }
    .section-spot__img.__overtop {
      margin: 0 !important; }
      @media (min-width: 992px) {
        .section-spot__img.__overtop {
          margin: -60px 0 0 0 !important; } }
    .section-spot__img img {
      float: left;
      width: 100%; }
  .section-spot__img-bottom {
    display: block;
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      .section-spot__img-bottom {
        bottom: -80px;
        height: 620px;
        margin-bottom: 0;
        width: auto; } }
    .section-spot__img-bottom img {
      float: left;
      width: 100%; }
      @media (min-width: 992px) {
        .section-spot__img-bottom img {
          height: 620px;
          right: 0;
          position: absolute;
          top: 0;
          width: auto; } }
  .section-spot__img-top {
    display: block;
    margin: 0 !important;
    position: relative;
    width: 100%; }
    .section-spot__img-top img {
      float: left;
      width: 100%; }
  .section-spot__img-middle {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 190px;
    z-index: 10; }
    @media (min-width: 992px) {
      .section-spot__img-middle {
        float: left;
        width: 100%; } }
    .section-spot__img-middle img {
      float: left;
      width: 100%; }
  .section-spot__img640 {
    display: block;
    margin: 0;
    position: relative;
    z-index: 10; }
    @media (min-width: 992px) {
      .section-spot__img640 {
        margin: 120px 0 100px 0;
        height: 475px; } }
    .section-spot__img640 .img {
      float: left;
      width: 100%; }
      @media (min-width: 992px) {
        .section-spot__img640 .img {
          height: 475px;
          right: 0;
          position: absolute;
          top: 0;
          width: auto; } }
  .section-spot .section-vector {
    display: block;
    left: -125px;
    position: absolute;
    top: -45px;
    width: 75%;
    z-index: -1; }
    @media (min-width: 992px) {
      .section-spot .section-vector {
        left: -290px;
        top: -145px;
        width: 580px; } }
  .section-spot.section-spot__first {
    padding-bottom: 80px; }
    @media (min-width: 992px) {
      .section-spot.section-spot__first {
        padding-bottom: 0; } }
  .section-spot__content {
    float: left;
    margin: 0;
    padding: 40px 0;
    position: relative;
    width: auto;
    text-align: left; }
    @media (min-width: 992px) {
      .section-spot__content {
        margin: 0;
        padding: 80px 0 0 80px;
        text-align: left; } }
    .section-spot__content h2 {
      padding: 0 0 20px 0; }
      @media (min-width: 992px) {
        .section-spot__content h2 {
          padding: 0 0 30px 0; } }
    .section-spot__content .btn {
      display: block;
      margin: 0 auto;
      max-width: 290px; }
      @media (min-width: 992px) {
        .section-spot__content .btn {
          display: inline-block;
          margin: 0;
          max-width: none; } }
    .section-spot__content ul {
      clear: both;
      display: block;
      margin: 0;
      padding: 0 0 30px 15px;
      overflow: hidden;
      list-style: none;
      text-align: left;
      width: 100%; }
      .section-spot__content ul li {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='12px' height='22px' viewBox='0 0 12 22' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Bullet-Chevron'%3E%3Cpath d='M1.08196 21.6C0.805119 21.6 0.528275 21.4952 0.316316 21.2877C-0.105439 20.8684 -0.105439 20.1924 0.316316 19.7731L9.38945 10.7989L0.316316 1.82692C-0.105439 1.40977 -0.105439 0.731623 0.316316 0.31447C0.740233 -0.104823 1.42369 -0.104823 1.84761 0.31447L11.6842 10.0438C11.8875 10.2427 12 10.5144 12 10.7989C12 11.0835 11.8875 11.3551 11.6842 11.5562L1.84761 21.2877C1.63565 21.4952 1.35881 21.6 1.08196 21.6' id='Fill-1' fill='%23D8F125' fill-rule='evenodd' stroke='%23D8F125' stroke-width='1' /%3E%3C/g%3E%3C/svg%3E");
        background-position: 0 5px;
        background-repeat: no-repeat;
        clear: both;
        display: block;
        overflow: hidden;
        color: #2B2D42;
        font-weight: 400;
        padding: 0 0 15px 35px;
        font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
        font-weight: 400;
        line-height: 1.3; }
  .section-spot .trustpilot-widget {
    text-align: left;
    width: auto;
    padding-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    clear: both; }
    @media (min-width: 992px) {
      .section-spot .trustpilot-widget {
        padding-top: 20px; } }
    .section-spot .trustpilot-widget iframe {
      width: 270px !important; }
  @media (min-width: 992px) {
    .section-spot__content-thin {
      padding-left: 165px; } }
  .section-spot .column {
    padding: 0; }
    @media (min-width: 992px) {
      .section-spot .column {
        padding: 0; } }
    .section-spot .column:first-child .section-spot__content {
      margin-left: 0;
      padding-right: 0; }
      @media (min-width: 992px) {
        .section-spot .column:first-child .section-spot__content {
          margin-left: 0;
          padding-right: 105px; } }
  .section-spot__icon {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      .section-spot__icon {
        left: 0;
        padding: 0;
        position: absolute;
        top: -10px; } }
    .section-spot__icon img {
      width: auto;
      height: 80px; }
      @media (min-width: 992px) {
        .section-spot__icon img {
          height: 100px; } }
  .section-spot__charts {
    float: left;
    padding: 0;
    width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      .section-spot__charts {
        padding: 25px 0 0 0; } }
    .section-spot__charts h3 {
      padding-bottom: 20px;
      text-align: center; }
  .section-spot .charts-list {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%; }
    .section-spot .charts-list li {
      display: block;
      list-style: none;
      margin: 0;
      min-height: 100px;
      overflow: hidden;
      padding: 0;
      position: relative;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      @media (min-width: 992px) {
        .section-spot .charts-list li {
          clear: both;
          margin: 0 0 30px 0;
          min-height: 144px;
          width: 100%; } }
      .section-spot .charts-list li:last-child {
        margin: 0; }
    .section-spot .charts-list .circle-bg {
      stroke: #4e506d; }
      @media (min-width: 992px) {
        .section-spot .charts-list .circle-bg {
          stroke: #2b2d42; } }
  .section-spot__wrap {
    display: block;
    width: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    @media (min-width: 992px) {
      .section-spot__wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap; } }
  .section-spot__wrap--reverse {
    display: block;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    @media (min-width: 992px) {
      .section-spot__wrap--reverse {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    @media (min-width: 992px) {
      .section-spot__wrap--reverse .section-spot__content {
        margin-left: 0;
        padding: 80px 80px 0 0; } }
  .section-spot.three--blocks {
    background: #2b2d42 !important;
    padding: 0; }
    @media (min-width: 992px) {
      .section-spot.three--blocks {
        background: #3b3d59 !important;
        padding-top: 30px; } }
    .section-spot.three--blocks .container {
      padding: 0; }
      @media (min-width: 992px) {
        .section-spot.three--blocks .container {
          padding: 0 20px; } }
    .section-spot.three--blocks .section-spot__wrap {
      display: block;
      width: 100%; }
      @media (min-width: 992px) {
        .section-spot.three--blocks .section-spot__wrap {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: row;
          flex-direction: row;
          -webkit-flex-flow: row wrap;
          flex-flow: row wrap; } }
      .section-spot.three--blocks .section-spot__wrap .column {
        padding: 0 0 30px 0;
        width: 100%; }
        @media (min-width: 992px) {
          .section-spot.three--blocks .section-spot__wrap .column {
            padding: 0 35px;
            width: 33.333333%; } }
        .section-spot.three--blocks .section-spot__wrap .column:nth-of-type(1) {
          background: #3b3d59 !important;
          order: 2;
          padding: 50px 20px 30px 20px; }
          @media (min-width: 992px) {
            .section-spot.three--blocks .section-spot__wrap .column:nth-of-type(1) {
              background: none !important;
              padding: 0 35px; } }
        .section-spot.three--blocks .section-spot__wrap .column:nth-of-type(2) {
          background: #3b3d59 !important;
          order: 1;
          padding: 0 20px 50px 20px; }
          @media (min-width: 992px) {
            .section-spot.three--blocks .section-spot__wrap .column:nth-of-type(2) {
              background: none !important;
              padding: 0 35px 0 0; } }
        .section-spot.three--blocks .section-spot__wrap .column:nth-of-type(3) {
          background: #2b2d42;
          order: 3;
          padding: 30px 0 50px 0; }
          @media (min-width: 992px) {
            .section-spot.three--blocks .section-spot__wrap .column:nth-of-type(3) {
              background: none;
              padding: 0; } }
      .section-spot.three--blocks .section-spot__wrap .section-spot__content {
        margin: 0;
        padding: 0;
        text-align: center; }
        @media (min-width: 992px) {
          .section-spot.three--blocks .section-spot__wrap .section-spot__content {
            padding: 30px 0 0 0;
            text-align: left; } }
  .section-spot .partner-logos {
    clear: both;
    width: 100%; }
    .section-spot .partner-logos.small--logos {
      padding: 20px 0 20px 0;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      .section-spot .partner-logos.small--logos li {
        background: none;
        border: 0;
        padding: 0 30px 0 0 !important;
        flex-basis: content; }
        .section-spot .partner-logos.small--logos li:before {
          display: none; }
      .section-spot .partner-logos.small--logos img.off60 {
        max-width: none;
        height: 40px !important;
        width: auto !important; }
  @media (min-width: 768px) {
    .section-spot.__edge {
      min-height: 575px;
      position: relative; } }
  @media (min-width: 992px) {
    .section-spot.__edge .container {
      position: static; } }
  @media (min-width: 992px) {
    .section-spot.__edge .section-spot__img {
      height: 680px;
      position: absolute;
      width: auto;
      right: 0;
      top: 0; } }
  @media (min-width: 992px) {
    .section-spot.__edge .section-spot__img img {
      float: right;
      height: 100%;
      width: auto; } }

.section__edge {
  background: #f3f8f5;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10; }
  .section__edge img {
    float: left;
    width: 100%;
    z-index: 1; }
    @media (min-width: 767px) {
      .section__edge img {
        float: right;
        max-width: 780px;
        width: auto; } }
  @media (min-width: 767px) {
    .section__edge .container {
      height: 100%; } }
  .section__edge--caption {
    display: block;
    overflow: hidden;
    padding: 30px 0 20px 0;
    width: 100%;
    /*
    left:50%;
    top:50%;
    top:50%;
    transform:translate(-50%, -50%);
    margin:0 auto;
    */ }
    @media (min-width: 768px) {
      .section__edge--caption {
        left: 0;
        position: absolute;
        height: 100%;
        padding: 0;
        width: 100%;
        z-index: 2; } }
    @media (min-width: 768px) {
      .section__edge--caption--wrap {
        height: 100%;
        max-width: 700px;
        padding-top: 80px; } }
  .section__edge h1 {
    font-size: calc(50px + (87 - 50) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 0 20px 0;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.05em; }
  .section__edge h2, .section__edge h3 {
    font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 0 25px 0; }
  @media (min-width: 768px) {
    .section__edge.__sub .hero__caption--wrap {
      max-width: 525px;
      padding-top: 100px; } }
  .section__edge.__sub h1 {
    font-size: calc(40px + (58 - 40) * ((100vw - 320px) / (1920 - 320))); }
  .section__edge .partner-logos.small--logos li {
    border: 0;
    padding: 0 30px 0 0; }
    .section__edge .partner-logos.small--logos li:before {
      display: none; }
  .section__edge .partner-logos.small--logos img.off60 {
    max-width: 45px; }

.section-product {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 20; }
  @media (min-width: 992px) {
    .section-product {
      padding: 0 0 60px 0; } }
  .section-product .section-vector {
    display: none; }
    @media (min-width: 992px) {
      .section-product .section-vector {
        display: block;
        margin-left: 500px;
        top: -265px; } }
    .section-product .section-vector.bottom-left {
      display: none; }
      @media (min-width: 992px) {
        .section-product .section-vector.bottom-left {
          bottom: -300px;
          display: block;
          margin-left: -960px;
          top: auto; } }
  .section-product__img {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 10;
    width: 100%; }
    @media (min-width: 992px) {
      .section-product__img {
        margin: -80px -10px 0 0;
        width: calc(100% + 10px); } }
    .section-product__img img {
      float: left;
      width: 100%; }
  .section-product__content {
    float: left;
    margin: 0;
    padding: 30px 0 30px 75px;
    position: relative;
    width: 100%;
    text-align: left; }
    @media (min-width: 992px) {
      .section-product__content {
        margin: 0 0 0 70px;
        padding: 80px 0 80px 115px;
        text-align: left;
        width: auto; } }
    .section-product__content .btn {
      margin: 0; }
      @media (min-width: 768px) {
        .section-product__content .btn {
          display: inline-block;
          margin: 0;
          max-width: none; } }
    .section-product__content ul {
      clear: both;
      display: block;
      margin: 0;
      padding: 0 0 30px 15px;
      overflow: hidden;
      list-style: none;
      text-align: left;
      width: 100%; }
      .section-product__content ul li {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='12px' height='22px' viewBox='0 0 12 22' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Bullet-Chevron'%3E%3Cpath d='M1.08196 21.6C0.805119 21.6 0.528275 21.4952 0.316316 21.2877C-0.105439 20.8684 -0.105439 20.1924 0.316316 19.7731L9.38945 10.7989L0.316316 1.82692C-0.105439 1.40977 -0.105439 0.731623 0.316316 0.31447C0.740233 -0.104823 1.42369 -0.104823 1.84761 0.31447L11.6842 10.0438C11.8875 10.2427 12 10.5144 12 10.7989C12 11.0835 11.8875 11.3551 11.6842 11.5562L1.84761 21.2877C1.63565 21.4952 1.35881 21.6 1.08196 21.6' id='Fill-1' fill='%23D8F125' fill-rule='evenodd' stroke='%23D8F125' stroke-width='1' /%3E%3C/g%3E%3C/svg%3E");
        background-position: 0 5px;
        background-repeat: no-repeat;
        clear: both;
        display: block;
        overflow: hidden;
        color: #2B2D42;
        font-weight: 400;
        padding: 0 0 15px 35px;
        font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
        font-weight: 400;
        line-height: 1.3; }
    .section-product__content h2 {
      padding: 0 0 20px 0; }
      @media (min-width: 768px) {
        .section-product__content h2 {
          padding: 0 0 30px 0; } }
    .section-product__content p {
      padding: 0 0 20px 0; }
      @media (min-width: 768px) {
        .section-product__content p {
          padding: 0 0 30px 0; } }
  .section-product .column {
    padding: 0; }
    @media (min-width: 992px) {
      .section-product .column {
        padding: 0; } }
  .section-product__icon {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 20px; }
    @media (min-width: 992px) {
      .section-product__icon {
        left: 0;
        padding: 0;
        position: absolute;
        top: 85px;
        padding-bottom: 30px; } }
    .section-product__icon img {
      width: auto;
      height: 50px; }
      @media (min-width: 992px) {
        .section-product__icon img {
          height: 80px; } }
    .section-product__icon svg {
      width: auto !important;
      height: 50px !important;
      fill: #2B2D42 !important; }
      @media (min-width: 992px) {
        .section-product__icon svg {
          height: 80px !important;
          width: auto !important; } }
    .section-product__icon.__sm50 svg, .section-product__icon.__sm50 img {
      width: auto !important;
      height: 40px !important; }
      @media (min-width: 992px) {
        .section-product__icon.__sm50 svg, .section-product__icon.__sm50 img {
          height: 50px !important; } }
    .section-product__icon.__sm60 svg, .section-product__icon.__sm60 img {
      width: auto !important;
      height: 40px !important; }
      @media (min-width: 992px) {
        .section-product__icon.__sm60 svg, .section-product__icon.__sm60 img {
          height: 60px !important; } }
  .section-product__wrap {
    display: block;
    width: 100%;
    z-index: 1; }
    @media (min-width: 992px) {
      .section-product__wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap; } }
  .section-product__wrap--reverse {
    display: block;
    z-index: 10; }
    @media (min-width: 992px) {
      .section-product__wrap--reverse {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    .section-product__wrap--reverse .section-product__img {
      margin: 0;
      width: 100%; }
      @media (min-width: 992px) {
        .section-product__wrap--reverse .section-product__img {
          margin: -80px 0 0 -10px;
          width: calc(100% + 10px); } }
    .section-product__wrap--reverse.__bg .section-product__content:before {
      background: #F3F8F5; }
    @media (min-width: 992px) {
      .section-product__wrap--reverse .section-product__content {
        margin-left: 0;
        padding-right: 115px; } }
    .section-product__wrap--reverse .section-product__content:before {
      display: block;
      content: '';
      height: 100%;
      left: 50%;
      margin-left: -1365px;
      margin-left: -1190px;
      position: absolute;
      top: 0;
      width: 1920px;
      z-index: -1; }
  .section-product__wrap--bg {
    display: block;
    z-index: 10; }
    @media (min-width: 992px) {
      .section-product__wrap--bg {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    .section-product__wrap--bg .section-product__img {
      margin: 0;
      width: 100%; }
      @media (min-width: 992px) {
        .section-product__wrap--bg .section-product__img {
          margin: -80px 0 0 -10px;
          width: calc(100% + 10px); } }
    @media (min-width: 992px) {
      .section-product__wrap--bg .section-product__content {
        margin-left: 0;
        padding-right: 115px; } }
    .section-product__wrap--bg .section-product__content:before {
      background: #F3F8F5;
      display: block;
      content: '';
      height: 100%;
      left: 50%;
      margin-left: -1190px;
      position: absolute;
      top: 0;
      width: 1920px;
      z-index: -1; }

@media (min-width: 768px) {
  .section-product .__less--right {
    padding-right: 40px !important;
    width: 100% !important; } }
.section-product .__column--overlap {
  position: relative; }
.section-product .collection-block__content {
  padding: 0; }
.section-product .collection-block__content-list {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }
  .section-product .collection-block__content-list li {
    background: none;
    padding: 0 0 20px 50px;
    width: 100%;
    overflow: hidden; }
    .section-product .collection-block__content-list li .icon {
      width: 35px; }
      .section-product .collection-block__content-list li .icon svg {
        width: 100% !important;
        height: auto !important;
        fill: #2B2D42 !important; }
      .section-product .collection-block__content-list li .icon.__icon30 {
        width: 30px; }
      .section-product .collection-block__content-list li .icon.__icon35 {
        width: 35px; }
      .section-product .collection-block__content-list li .icon.__icon40 {
        width: 40px; }
      .section-product .collection-block__content-list li .icon.__icon45 {
        width: 45px; }
.section-product .section-rates--block {
  position: relative; }
  @media (min-width: 768px) {
    .section-product .section-rates--block {
      border-right: 5px solid #2b2d42;
      position: absolute;
      bottom: 0;
      right: -240px;
      width: 360px;
      z-index: 99999;
      height: auto; } }
  .section-product .section-rates--block.__img-rates--block {
    padding: 0; }
    @media (min-width: 768px) {
      .section-product .section-rates--block.__img-rates--block {
        border: 0;
        position: absolute;
        bottom: 0;
        right: -240px;
        width: 360px;
        z-index: 99999;
        height: auto;
        padding: 0;
        display: block;
        overflow: hidden; } }
    .section-product .section-rates--block.__img-rates--block a {
      clear: both;
      display: block;
      overflow: hidden;
      width: 100%; }
    .section-product .section-rates--block.__img-rates--block img {
      float: left;
      width: 100%;
      height: auto; }

.section-tech {
  float: left;
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 10; }
  @media (min-width: 992px) {
    .section-tech {
      padding: 100px 0; } }
  .section-tech__wrap {
    display: block;
    width: 100%; }
    @media (min-width: 992px) {
      .section-tech__wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        align-items: center; } }
  .section-tech__wrap--reverse {
    display: block;
    width: 100%; }
    @media (min-width: 992px) {
      .section-tech__wrap--reverse {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  .section-tech .column {
    padding: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .section-tech .column {
        padding: 0 9%;
        width: 62%; } }
    .section-tech .column:first-child {
      padding: 0 0 50px 0;
      width: 100%; }
      @media (min-width: 992px) {
        .section-tech .column:first-child {
          padding: 0;
          width: 38%; } }
  .section-tech .section-vector {
    margin-left: 100px;
    top: -200px;
    width: 400px; }
    @media (min-width: 992px) {
      .section-tech .section-vector {
        margin-left: 295px;
        top: -300px;
        width: 1000px; } }
  .section-tech__content {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%; }
    @media (min-width: 992px) {
      .section-tech__content {
        text-align: left; } }
  .section-tech__img {
    float: left;
    width: 100%; }
    .section-tech__img .img {
      display: block !important;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
      max-width: 260px; }
      @media (min-width: 992px) {
        .section-tech__img .img {
          float: left;
          max-width: none;
          width: 100%; } }
  .section-tech__content ol {
    display: inline-block;
    margin: 0 0 30px 20px;
    padding: 0;
    text-align: center;
    list-style-position: inside; }
    @media (min-width: 992px) {
      .section-tech__content ol {
        text-align: left;
        list-style-position: outside; } }
    .section-tech__content ol li {
      font-weight: 300; }
  .section-tech__content ul {
    clear: both;
    display: block;
    margin: 0;
    padding: 0 0 30px 15px;
    overflow: hidden;
    list-style: none;
    text-align: left;
    width: 100%; }
    .section-tech__content ul li {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='12px' height='22px' viewBox='0 0 12 22' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Bullet-Chevron'%3E%3Cpath d='M1.08196 21.6C0.805119 21.6 0.528275 21.4952 0.316316 21.2877C-0.105439 20.8684 -0.105439 20.1924 0.316316 19.7731L9.38945 10.7989L0.316316 1.82692C-0.105439 1.40977 -0.105439 0.731623 0.316316 0.31447C0.740233 -0.104823 1.42369 -0.104823 1.84761 0.31447L11.6842 10.0438C11.8875 10.2427 12 10.5144 12 10.7989C12 11.0835 11.8875 11.3551 11.6842 11.5562L1.84761 21.2877C1.63565 21.4952 1.35881 21.6 1.08196 21.6' id='Fill-1' fill='%23D8F125' fill-rule='evenodd' stroke='%23D8F125' stroke-width='1' /%3E%3C/g%3E%3C/svg%3E");
      background-position: 0 5px;
      background-repeat: no-repeat;
      clear: both;
      display: block;
      overflow: hidden;
      color: #2B2D42;
      font-weight: 400;
      padding: 0 0 15px 35px;
      font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
      font-weight: 400;
      line-height: 1.3; }

.accordion {
  padding: 30px 0; }
  .accordion div {
    display: none;
    overflow: hidden;
    padding: 10px 25px;
    width: 100%; }
  .accordion h3 {
    font-weight: 300;
    padding: 0 0 10px 0; }
    .accordion h3 a {
      display: block;
      line-height: 44px;
      overflow: hidden;
      padding: 0 0 0 25px;
      position: relative; }
      .accordion h3 a:hover {
        color: #ffed48;
        text-decoration: none; }
      .accordion h3 a:before {
        display: block;
        content: '+';
        font-size: 30px;
        font-weight: 300;
        left: 0;
        line-height: inherit;
        position: absolute;
        top: 0; }
    .accordion h3.open a {
      color: #ffed48; }
      .accordion h3.open a:before {
        content: '-'; }
  .accordion p {
    font-size: 20px;
    font-weight: 300; }

.section-gen {
  float: left;
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 10; }
  @media (min-width: 992px) {
    .section-gen {
      padding: 100px 0; } }
  .section-gen .section-vector {
    bottom: -200px;
    margin-left: -1200px; }
  .section-gen h1 {
    padding-bottom: 30px; }
  .section-gen__content ul, .section-gen__content ol {
    margin: 0 0 30px 30px;
    padding: 0; }
    .section-gen__content ul li, .section-gen__content ol li {
      color: #2B2D42;
      font-weight: 400; }
  .section-gen__content ul {
    clear: both;
    display: block;
    margin: 0;
    padding: 0 0 30px 15px;
    overflow: hidden;
    list-style: none;
    text-align: left;
    width: 100%; }
    .section-gen__content ul li {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='12px' height='22px' viewBox='0 0 12 22' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Bullet-Chevron'%3E%3Cpath d='M1.08196 21.6C0.805119 21.6 0.528275 21.4952 0.316316 21.2877C-0.105439 20.8684 -0.105439 20.1924 0.316316 19.7731L9.38945 10.7989L0.316316 1.82692C-0.105439 1.40977 -0.105439 0.731623 0.316316 0.31447C0.740233 -0.104823 1.42369 -0.104823 1.84761 0.31447L11.6842 10.0438C11.8875 10.2427 12 10.5144 12 10.7989C12 11.0835 11.8875 11.3551 11.6842 11.5562L1.84761 21.2877C1.63565 21.4952 1.35881 21.6 1.08196 21.6' id='Fill-1' fill='%23D8F125' fill-rule='evenodd' stroke='%23D8F125' stroke-width='1' /%3E%3C/g%3E%3C/svg%3E");
      background-position: 0 5px;
      background-repeat: no-repeat;
      clear: both;
      display: block;
      overflow: hidden;
      color: #2B2D42;
      font-weight: 400;
      padding: 0 0 15px 35px;
      font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
      font-weight: 400;
      line-height: 1.3; }
  .section-gen__content a {
    color: #2B2D42; }

.site .section-gen {
  padding: 100px 0; }
  @media (min-width: 992px) {
    .site .section-gen {
      padding: 200px 0 100px; } }
  .site .section-gen__content {
    padding: 0; }
    @media (min-width: 992px) {
      .site .section-gen__content {
        padding: 0 9%; } }
    .site .section-gen__content ul li {
      padding-bottom: 15px; }

.our-solar-system .section-gen__content {
  margin: 0 auto;
  max-width: 650px; }

.video__block {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .video__block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.section-why {
  float: left;
  padding: 50px 0 0 0;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .section-why {
      padding: 120px 0 50px 0; } }
  .section-why .column {
    padding: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .section-why .column {
        padding: 0 9% 0 0;
        width: 50%; } }
    .section-why .column:first-child {
      padding: 0 0 50px 0; }
      @media (min-width: 992px) {
        .section-why .column:first-child {
          padding: 0 9% 0 0;
          width: 50%; } }
  .section-why__content {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .section-why__content {
        text-align: left; } }
  .section-why .btn {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .section-why .btn {
        margin: 0; } }
  .section-why__img {
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      .section-why__img {
        float: right;
        padding-bottom: 0;
        height: 460px; } }
    .section-why__img .section-why__wrap {
      display: block;
      height: 100%; }
    .section-why__img .img {
      float: left;
      padding: 0 20px 20px 20px;
      width: 100%; }
      @media (min-width: 992px) {
        .section-why__img .img {
          height: 460px;
          padding: 0;
          position: absolute;
          right: 150px;
          top: 0;
          width: auto; } }
    .section-why__img:after {
      background: #3b3d59;
      display: block;
      content: '';
      font-size: 0;
      height: calc(100% - 20px);
      line-height: 0;
      position: absolute;
      right: 0;
      top: 20px;
      width: 100%;
      z-index: -1; }
      @media (min-width: 992px) {
        .section-why__img:after {
          bottom: auto;
          height: 500px;
          top: 90px;
          width: 600px; } }
  .section-why__img-caption {
    color: #ffffff;
    display: block;
    font-size: 28px;
    font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 800;
    line-height: 1.07;
    padding: 0 20px 0 20px;
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      .section-why__img-caption {
        bottom: -60px;
        padding: 0;
        position: absolute;
        right: 80px;
        width: 200px; } }
  @media (min-width: 992px) {
    .section-why__video {
      height: 370px; } }
  @media (min-width: 992px) {
    .section-why__video:after {
      height: 400px; } }
  @media (min-width: 992px) {
    .section-why__video .section-why__img-caption {
      bottom: -60px;
      padding: 0;
      position: absolute;
      right: 80px;
      width: 230px; } }
  .section-why h2 {
    padding-bottom: 50px; }
  .section-why h3 {
    padding-bottom: 15px; }
  .section-why p {
    letter-spacing: 0; }
  .section-why__wrap {
    display: block;
    width: 100%;
    z-index: 1; }
    @media (min-width: 992px) {
      .section-why__wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap; } }
  .section-why__wrap--reverse {
    display: block;
    z-index: 10; }
    @media (min-width: 992px) {
      .section-why__wrap--reverse {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    .section-why__wrap--reverse .column {
      padding: 0;
      width: 100%; }
      @media (min-width: 992px) {
        .section-why__wrap--reverse .column {
          padding: 0 25px 0 9%;
          width: 50%; } }
      .section-why__wrap--reverse .column:first-child {
        padding: 0 0 50px 0;
        width: 100%; }
        @media (min-width: 992px) {
          .section-why__wrap--reverse .column:first-child {
            padding: 0 0 0 25px;
            width: 50%; } }
    .section-why__wrap--reverse .section-why__img {
      float: left;
      width: 100%;
      z-index: 2; }
      @media (min-width: 992px) {
        .section-why__wrap--reverse .section-why__img {
          height: auto;
          padding-top: 30px; } }
      .section-why__wrap--reverse .section-why__img .img {
        float: left;
        height: auto;
        position: relative;
        right: auto;
        top: auto;
        width: 100%; }
      .section-why__wrap--reverse .section-why__img:after {
        background: #3b3d59;
        display: none;
        content: '';
        font-size: 0;
        height: 100%;
        left: 0;
        line-height: 0;
        margin-left: 0;
        position: absolute;
        right: auto;
        top: 20px;
        width: 100%;
        z-index: -2; }
        @media (min-width: 992px) {
          .section-why__wrap--reverse .section-why__img:after {
            display: none; } }
    .section-why__wrap--reverse .section-why__img-caption {
      padding: 0 20px 0 20px;
      position: relative;
      width: 100%; }
      @media (min-width: 992px) {
        .section-why__wrap--reverse .section-why__img-caption {
          bottom: -85px;
          padding: 0;
          position: absolute;
          right: 0;
          width: 200px; } }
  .section-why .section-vector {
    margin-left: 100px;
    top: -200px;
    width: 580px;
    z-index: 1; }
    @media (min-width: 992px) {
      .section-why .section-vector {
        margin-left: 555px;
        top: -200px; } }
    .section-why .section-vector:after {
      display: none; }
      @media (min-width: 992px) {
        .section-why .section-vector:after {
          background: #3b3d59;
          display: block;
          content: '';
          font-size: 0;
          height: 555px;
          left: 50%;
          line-height: 0;
          margin-left: -840px;
          position: absolute;
          right: auto;
          top: 200px;
          width: 700px;
          z-index: -2; } }

.collection-block {
  float: left;
  width: 100%; }
  .collection-block__img {
    float: left;
    width: 100%; }
    .collection-block__img img {
      float: left;
      width: 100%; }
  .collection-block__img-caption {
    min-height: 100px;
    padding: 0 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center; }
  .collection-block h3 {
    color: #2b2d42;
    font-size: 28px;
    font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    margin: 0;
    padding: 0; }
    .collection-block h3 span {
      display: block;
      font-size: 16px; }
  .collection-block__content {
    float: left;
    padding: 20px 0 0 0;
    width: 100%; }
  .collection-block__content-list {
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .collection-block__content-list {
        padding: 0 25px; } }
    .collection-block__content-list li {
      clear: both;
      display: block;
      font-size: 20px;
      font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
      font-weight: 300;
      line-height: 1.5;
      list-style: none;
      margin: 0;
      padding: 9px 125px 9px 45px;
      position: relative;
      width: 100%; }
    .collection-block__content-list.hybrid li:nth-of-type(1) .icon {
      background: url("../images/icons/ico_mpg.svg") no-repeat center center; }
    .collection-block__content-list.hybrid li:nth-of-type(2) .icon {
      background: url("../images/icons/ico_speed.svg") no-repeat center center; }
    .collection-block__content-list.hybrid li:nth-of-type(3) .icon {
      background: url("../images/icons/ico_battery_sm.svg") no-repeat center center; }
    .collection-block__content-list.hybrid li:nth-of-type(4) .icon {
      background: url("../images/icons/ico_price.svg") no-repeat center center; }
    .collection-block__content-list.electric li:nth-of-type(1) .icon {
      background: url("../images/icons/ico_range.svg") no-repeat center center; }
    .collection-block__content-list.electric li:nth-of-type(2) .icon {
      background: url("../images/icons/ico_mpg.svg") no-repeat center center; }
    .collection-block__content-list.electric li:nth-of-type(3) .icon {
      background: url("../images/icons/ico_speed.svg") no-repeat center center; }
    .collection-block__content-list.electric li:nth-of-type(4) .icon {
      background: url("../images/icons/ico_battery_sm.svg") no-repeat center center; }
    .collection-block__content-list.electric li:nth-of-type(5) .icon {
      background: url("../images/icons/ico_price.svg") no-repeat center center; }
    .collection-block__content-list .icon {
      display: block;
      font-size: 0;
      height: 100%;
      line-height: inherit;
      left: 0;
      position: absolute;
      text-indent: -9999em;
      top: 0;
      width: 33px; }
    .collection-block__content-list .progress {
      background: #4e506d;
      display: block;
      font-size: 0;
      height: 5px;
      line-height: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 50%;
      width: 100px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
      .collection-block__content-list .progress span {
        display: block;
        font-size: 0;
        height: 5px;
        left: 0;
        line-height: 0;
        position: absolute;
        top: 0;
        -webkit-border-radius: 2px;
        border-radius: 2px; }

.section-benefits {
  background: #F3F8F5;
  float: left;
  padding: 50px 0 20px 0;
  position: relative;
  width: 100%;
  z-index: 30; }
  @media (min-width: 992px) {
    .section-benefits {
      padding: 100px 0 70px 0; } }
  .section-benefits__head {
    float: left;
    padding: 0 0 40px 0;
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .section-benefits__head {
        padding: 0 0 40px 0; } }
    .section-benefits__head h2 {
      padding-bottom: 0; }
    .section-benefits__head p {
      font-size: 26px;
      font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1920 - 320)));
      font-weight: 300;
      padding: 0; }
  .section-benefits__wrap {
    display: block;
    width: 100%;
    z-index: 1; }
    @media (min-width: 992px) {
      .section-benefits__wrap {
        display: -webkit-flex;
        display: flex;
        margin: 0;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 100%; } }
  .section-benefits .column {
    padding: 0 0 40px 0;
    width: 100%; }
    @media (min-width: 992px) {
      .section-benefits .column {
        padding: 0 40px 40px 40px;
        width: 50%; } }
  .section-benefits__list {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 30px 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%; }
    .section-benefits__list li {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='27px' height='28px' viewBox='0 0 27 28' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpath d='M0 0L27.5847 0L27.5847 27.5849L0 27.5849L0 0Z' id='path_1' /%3E%3CclipPath id='mask_1'%3E%3Cuse xlink:href='%23path_1' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Tick'%3E%3Cg id='Group-3'%3E%3Cpath d='M0 0L27.5847 0L27.5847 27.5849L0 27.5849L0 0Z' id='Clip-2' fill='none' fill-rule='evenodd' stroke='none' /%3E%3Cg clip-path='url(%23mask_1)'%3E%3Cpath d='M27.585 13.7925C27.585 21.4095 21.4095 27.585 13.7925 27.585C6.1755 27.585 0 21.4095 0 13.7925C0 6.1755 6.1755 0 13.7925 0C21.4095 0 27.585 6.1755 27.585 13.7925' transform='translate(0 -0.00014999999)' id='Fill-1' fill='%23D8F125' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3Cpath d='M16.0165 0.228596C15.6865 -0.086404 15.163 -0.074404 14.848 0.255596L5.43701 10.1316L1.43201 5.8101C1.12151 5.4756 0.598008 5.4546 0.265008 5.7666C-0.0694922 6.0771 -0.0904922 6.5991 0.220008 6.9336L4.82201 11.9001C4.97801 12.0681 5.19401 12.1641 5.42201 12.1641L5.42801 12.1641C5.65451 12.1641 5.87051 12.0726 6.02651 11.9091L16.045 1.3971C16.36 1.0656 16.3465 0.542096 16.0165 0.228596' transform='translate(6.2772427 7.7103047)' id='Fill-4' fill='%232A2D42' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/svg%3E");
      background-position: 0 0;
      background-repeat: no-repeat;
      float: left;
      display: block;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      margin: 0;
      overflow: hidden;
      padding: 0 0 30px 50px;
      width: 100%; }
      @media (min-width: 992px) {
        .section-benefits__list li {
          padding: 0 50px 30px 50px;
          width: 50%; } }

.section-collection {
  float: left;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 20; }
  .section-collection:before {
    background: #3b3d59;
    display: block;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1; }
    @media (min-width: 992px) {
      .section-collection:before {
        height: 585px; } }
  .section-collection .section-vector {
    display: none; }
    @media (min-width: 992px) {
      .section-collection .section-vector {
        display: block;
        margin-left: 500px;
        top: -150px; } }
  .section-collection__head {
    float: left;
    padding: 40px 0;
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .section-collection__head {
        padding: 70px 0; } }
    .section-collection__head p {
      font-size: 26px;
      font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1920 - 320)));
      font-weight: 300;
      padding: 0; }
  .section-collection__wrap {
    display: block;
    width: 100%;
    z-index: 1; }
    @media (min-width: 992px) {
      .section-collection__wrap {
        display: -webkit-flex;
        display: flex;
        margin: 0 -10px;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 100%; } }
  .section-collection .column {
    padding: 0 0 40px 0;
    width: 100%; }
    @media (min-width: 992px) {
      .section-collection .column {
        padding: 0 10px 40px 10px;
        width: 33.333333%; } }

.variant-block {
  float: left;
  width: 100%; }
  .variant-block__img {
    float: left;
    margin-top: -65px;
    padding-right: 20px;
    width: 100%; }
    @media (min-width: 992px) {
      .variant-block__img {
        padding-right: 35px; } }
    .variant-block__img img {
      float: left;
      width: 100%; }
  .variant-block h3 {
    color: #ffffff;
    font-size: 36px;
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    line-height: 1.15;
    margin: 0;
    padding: 0 0 30px 0; }
    .variant-block h3 sup {
      font-size: 14px;
      padding-left: 5px; }
  .variant-block h4 {
    color: #2b2d42;
    font-size: 24px;
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.15;
    margin: 0;
    padding: 0 0 30px 0; }
    .variant-block h4 strong {
      display: block;
      font-size: 36px;
      font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1920 - 320)));
      font-weight: 500;
      overflow: hidden;
      padding: 5px 0 0 0; }
  .variant-block__content {
    float: left;
    padding: 20px;
    width: 100%; }
    @media (min-width: 992px) {
      .variant-block__content {
        padding: 30px 20px 20px 35px; } }

.section-variants {
  float: left;
  padding: 0 0 60px 0;
  position: relative;
  width: 100%;
  z-index: 20; }
  @media (min-width: 992px) {
    .section-variants {
      padding: 0 0 140px 0; } }
  .section-variants:before {
    background: #d8f125;
    display: block;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1; }
    @media (min-width: 992px) {
      .section-variants:before {
        height: 585px; } }
  .section-variants .section-vector {
    display: none; }
    @media (min-width: 992px) {
      .section-variants .section-vector {
        display: block;
        margin-left: 500px;
        top: -150px; } }
  .section-variants__head {
    float: left;
    padding: 40px 0;
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .section-variants__head {
        padding: 70px 0; } }
    .section-variants__head p {
      font-size: 26px;
      font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1920 - 320)));
      font-weight: 300;
      padding: 0 0 20px 0; }
    .section-variants__head h6 {
      font-size: 16px;
      font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
      font-weight: 300;
      padding: 0; }
  .section-variants__wrap {
    float: left;
    display: block;
    padding: 70px 0 0 0;
    width: 100%;
    z-index: 1; }
    @media (min-width: 992px) {
      .section-variants__wrap {
        display: -webkit-flex;
        display: flex;
        margin: 0 -10px;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        width: auto;
        padding: 65px 0 0 0; } }
    @media (min-width: 992px) {
      .section-variants__wrap.variants--5 .column {
        width: 20%; } }
  .section-variants .column {
    padding: 0 0 100px 0;
    width: 100%; }
    @media (min-width: 992px) {
      .section-variants .column {
        padding: 0 10px 40px 10px;
        width: 33.333333%; } }

.section-table {
  float: left;
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 20; }
  @media (min-width: 992px) {
    .section-table {
      padding: 75px 0; } }
  .section-table h2 {
    text-align: left; }
  .section-table__content {
    float: left;
    width: 100%; }
    @media (min-width: 992px) {
      .section-table__content {
        /*max-width:850px;*/
        padding: 0 0 0 9%; } }
  .section-table table {
    border-collapse: collapse;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    border: 1px solid #fff;
    border-width: 1px 0 0 1px; }
    @media (max-width: 768px) {
      .section-table table {
        overflow-x: auto;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%; } }
    .section-table table th, .section-table table td {
      padding: 7px 10px;
      text-align: left;
      font-size: 16px;
      line-height: 1.4;
      color: #2b2d42; }
      @media (max-width: 768px) {
        .section-table table th, .section-table table td {
          font-size: 12px;
          white-space: nowrap; } }
    .section-table table td, .section-table table .row {
      background: #F3F8F5; }
    .section-table table th, .section-table table .__th {
      border: 1px solid #fff;
      border-width: 0 1px 1px 0;
      background: #F3F8F5;
      color: #2b2d42;
      font-weight: 700 !important; }
    .section-table table td {
      border: 1px solid #fff;
      border-width: 0 1px 1px 0; }
    .section-table table .colA {
      width: 20% !important; }
    .section-table table .colB {
      width: 25% !important; }
    .section-table table td, .section-table table th {
      text-align: center !important;
      font-weight: 400; }
      .section-table table td:first-child, .section-table table td:nth-child(2), .section-table table th:first-child, .section-table table th:nth-child(2) {
        text-align: left !important;
        font-weight: 700; }
      .section-table table td.normal, .section-table table th.normal {
        text-align: center !important;
        font-weight: 400; }
    .section-table table .first td {
      border-bottom: 0; }
      .section-table table .first td:first-child {
        border-block-width: 1px; }
    .section-table table .second td {
      background: #dae2f5; }
    .section-table table strong {
      font-weight: 700; }

.section-quote {
  float: left;
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 10; }
  @media (min-width: 992px) {
    .section-quote {
      padding: 25px 0 100px 0; } }
  .section-quote__content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 880px;
    text-align: center; }
  .section-quote h2 {
    text-align: center; }
  .section-quote blockquote {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: 1px;
    margin: 0;
    padding: 0; }

.section-social {
  float: left;
  padding: 30px 0 0 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media (min-width: 992px) {
    .section-social {
      padding: 150px 0 60px 0; } }
  .section-social .container {
    padding: 0; }
    @media (min-width: 992px) {
      .section-social .container {
        padding: 0 20px; } }
  .section-social__head {
    padding: 0 20px 30px 20px;
    text-align: center; }
    @media (min-width: 992px) {
      .section-social__head {
        padding: 0 70px 50px 70px;
        text-align: left; } }
    .section-social__head h2 {
      padding: 0 0 10px 0; }
    .section-social__head h3 {
      font-weight: 300;
      padding: 0; }
  .section-social__panel img {
    float: left;
    width: 100%; }
  .section-social .section-vector {
    display: none; }
    @media (min-width: 992px) {
      .section-social .section-vector {
        display: block;
        margin-left: 270px;
        top: 105px; } }

.section-cta {
  background: #D8F125;
  float: left;
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 30; }
  @media (min-width: 992px) {
    .section-cta {
      padding: 100px 0; } }
  .section-cta:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='252px' height='305px' viewBox='0 0 252 305' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECircle 1 Copy%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0 172.652174 0 172.652174 421.393939 0 421.393939'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Workfile-v2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='How-it-works' transform='translate(0.000000, -5340.000000)'%3E%3Cg id='Group-3' transform='translate(-15.000000, 0.000000)'%3E%3Cg id='Section-3-Copy-5' transform='translate(15.000000, 5340.000000)'%3E%3Cg id='Circles' transform='translate(576.754645, 252.807385) rotate(43.000000) translate(-576.754645, -252.807385) translate(-741.487009, -565.053606)'%3E%3Cg id='Circle-1-Copy' transform='translate(563.323691, 1072.557355) rotate(-58.000000) translate(-563.323691, -1072.557355) translate(154.823691, 663.557355)'%3E%3Cpath d='M687.844971,671.618733 C678.196465,661.276721 661.999773,660.728037 651.676885,670.395719 C607.08477,712.139544 551.961468,741.88954 492.268245,756.430832 C437.216294,769.841326 381.538295,770.149097 326.785558,757.343769 C274.539315,745.12747 224.793812,720.767492 182.929149,686.897751 C171.93533,678.004682 155.82495,679.72105 146.944044,690.733932 C138.064289,701.744508 139.777865,717.88344 150.771683,726.77651 C198.598764,765.469141 255.439095,793.3022 315.14958,807.264837 C377.785459,821.91333 441.445571,821.568673 504.363402,806.242393 C572.58768,789.621633 635.613688,755.596278 686.622796,707.845742 C696.947986,698.180365 697.494627,681.960744 687.844971,671.618733' id='Fill-23' fill='%2380EB4D'%3E%3C/path%3E%3Cg id='Group-27' transform='translate(644.347826, 292.496970)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-26'%3E%3C/g%3E%3Cpath d='M130.159578,0.729454028 C116.453253,4.06644571 108.045451,17.889155 111.378708,31.6061104 C119.042213,63.1471765 122.413374,95.4250705 121.39456,127.542035 C119.892182,174.912833 109.096426,220.896188 89.3082274,264.218455 C69.7348181,307.06713 42.4140557,345.066073 8.10172338,377.160048 C-2.20472585,386.798586 -2.75031411,402.972018 6.8807543,413.28646 C13.4059898,420.274256 22.9302378,422.779012 31.6010708,420.668534 C35.7245694,419.665022 39.6573993,417.615468 42.9791703,414.506077 C82.1880136,377.833653 113.405999,334.420576 135.763631,285.472667 C158.386592,235.944261 170.729521,183.354744 172.448985,129.163976 C173.614821,92.4352271 169.76584,55.546698 161.012307,19.5248901 C157.680199,5.80908415 143.865904,-2.60523866 130.159578,0.729454028' id='Fill-25' fill='%23FFEF17' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 252px 305px;
    content: '';
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 32;
    width: 252px;
    height: 305px; }
    @media (min-width: 768px) {
      .section-cta:before {
        display: block; } }
  .section-cta:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='290px' height='229px' viewBox='0 0 290 229' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECircle 1%3C/title%3E%3Cg id='Workfile-v2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='How-it-works' transform='translate(-1150.000000, -5513.000000)'%3E%3Cg id='Group-3' transform='translate(-15.000000, 0.000000)'%3E%3Cg id='Section-3-Copy-5' transform='translate(15.000000, 5340.000000)'%3E%3Cg id='Circles' transform='translate(576.754645, 252.807385) rotate(43.000000) translate(-576.754645, -252.807385) translate(-741.487009, -565.053606)'%3E%3Cg id='Circle-1' transform='translate(1819.483307, 0.000000)'%3E%3Cpath d='M98.4034385,141.849325 C43.820012,205.42671 10.4112699,282.90978 1.79114123,365.922018 C0.332244191,379.964495 10.5261436,392.529845 24.5579762,393.98743 C27.546992,394.300099 30.4716785,394.080541 33.2355417,393.408075 C43.4374823,390.925122 51.4556724,382.254329 52.6032614,371.206339 C60.1435765,298.598363 89.3812516,230.805705 137.152663,175.159975 C185.937261,118.337141 250.309082,78.9122195 323.313669,61.143014 C337.021557,57.8082705 345.430318,43.9853506 342.096681,30.2670365 C338.763044,16.549872 324.948322,8.13542096 311.240434,11.471314 C227.790375,31.7797985 154.19304,76.864933 98.4034385,141.849325 Z' id='Fill-19' fill='%2300CACA'%3E%3C/path%3E%3Cpath d='M183.798428,686.604963 C122.401087,637.023014 80.0648351,570.174321 61.3614358,493.284122 C51.6347941,453.295192 48.8376801,412.469087 53.050603,371.940823 C54.5112669,357.895135 44.3061715,345.323702 30.2573447,343.864395 C16.2119682,342.403938 3.63645674,352.606439 2.17694293,366.654428 C-2.64209796,413.014171 0.548360137,459.684405 11.6620575,505.370268 C33.0418072,593.264495 81.4530409,669.692408 151.660371,726.389198 C158.109145,731.596246 166.315316,733.1579 173.791155,731.340953 C179.056446,730.061041 183.957146,727.104477 187.623757,722.56441 C196.499304,711.576482 194.786761,695.478103 183.798428,686.604963' id='Fill-21' fill='%2328AAE2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 290px 229px;
    content: '';
    display: none;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 32;
    width: 290px;
    height: 229px; }
    @media (min-width: 768px) {
      .section-cta:after {
        display: block; } }
  .section-cta__content {
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
    text-align: center; }
  .section-cta h2 {
    font-size: calc(32px + (50 - 32) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 20px;
    text-align: center; }
  .section-cta p {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.4; }
  .section-cta .btn {
    background: #fff !important;
    color: #2A2D42 !important;
    margin: 0 auto;
    opacity: 1 !important;
    position: relative;
    z-index: 9;
    /*
    
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;	
    
    width:300px;
    padding:62px 0 0 0;
    height:150px;
    
    */ }
    .section-cta .btn:before_test {
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background: #fff;
      content: '';
      display: block;
      height: 300px;
      left: 0;
      position: absolute;
      top: 0;
      width: 300px;
      z-index: -1; }
    .section-cta .btn:hover:before {
      background: #f4f9fc; }
  .section-cta.cta-img-fixed {
    height: 410px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .section-cta.cta-img-fixed .img {
      position: absolute;
      left: 50%;
      margin-left: -960px;
      top: 0;
      width: 1920px; }
  .section-cta__logo {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 60px; }
    .section-cta__logo svg {
      width: 100% !important;
      height: auto !important; }

.section-signup {
  float: left;
  padding: 50px 0 100px 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  .section-signup .section-vector {
    display: none; }
    @media (min-width: 992px) {
      .section-signup .section-vector {
        display: block;
        margin-left: 500px;
        top: -450px; } }
  .section-signup__column {
    float: left;
    width: 100%; }
    @media (min-width: 992px) {
      .section-signup__column {
        width: 45%;
        padding: 0 0 0 9%; } }
    @media (min-width: 992px) {
      .section-signup__column:first-child {
        width: 55%; } }
    .section-signup__column .section-signup__content {
      padding: 0; }
  .section-signup__content {
    float: left;
    width: 100%; }
    @media (min-width: 992px) {
      .section-signup__content {
        /*max-width:850px;*/
        padding: 0 0 0 9%; } }
  .section-signup:first-child {
    background: #3b3d59;
    padding: 125px 0 50px 0;
    text-align: center; }
    @media (min-width: 992px) {
      .section-signup:first-child {
        padding: 240px 0 75px 0;
        text-align: left; } }
    .section-signup:first-child__content {
      float: left;
      width: 100%; }
      @media (min-width: 992px) {
        .section-signup:first-child__content {
          max-width: 815px;
          padding: 0 0 0 9%; } }
  .section-signup .charts-list {
    padding: 20px 0 0 0; }
    .section-signup .charts-list li {
      margin: 0; }
      @media (min-width: 992px) {
        .section-signup .charts-list li {
          margin: 0 15px 0 0;
          max-width: 145px; } }
  .section-signup__check-list {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%; }
    .section-signup__check-list li {
      clear: both;
      display: block;
      list-style: none;
      margin: 0;
      overflow: hidden;
      padding: 0 0 10px 0;
      width: 100%; }
  .section-signup__form {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 20px 0 0 0;
    width: 100%; }
    @media (min-width: 992px) {
      .section-signup__form {
        padding: 40px 0 0 0; } }
    .section-signup__form-group {
      float: left;
      padding: 0 0 20px 0;
      width: 100%; }
    .section-signup__form .column {
      padding: 0;
      width: 100%; }
      @media (min-width: 992px) {
        .section-signup__form .column {
          padding-right: 10px;
          width: 50%; } }
      .section-signup__form .column:last-child {
        padding: 0;
        width: 100%; }
        @media (min-width: 992px) {
          .section-signup__form .column:last-child {
            padding-left: 10px;
            padding-right: 0;
            width: 50%; } }
    .section-signup__form label {
      clear: both;
      color: #ffffff;
      display: block;
      font-size: 24px;
      font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
      font-weight: 500;
      line-height: 1.17;
      overflow: hidden;
      padding-bottom: 30px;
      width: 100%; }
      .section-signup__form label.check {
        font-size: 18px;
        font-weight: 300;
        line-height: 20px;
        padding: 0 0 0 30px;
        position: relative; }
        .section-signup__form label.check a {
          text-decoration: underline; }
          .section-signup__form label.check a:hover {
            opacity: 0.8; }
    .section-signup__form .error {
      color: #fa0091;
      display: block;
      overflow: hidden;
      font-size: 16px;
      padding: 0 0 10px 0;
      margin-top: -15px; }
    .section-signup__form-group {
      float: left;
      padding: 0 0 20px 0;
      width: 100%; }
      .section-signup__form-group:nth-child(4) .error, .section-signup__form-group:nth-child(6) .error, .section-signup__form-group:nth-child(7) .error {
        margin: 0; }
    .section-signup__form .fld {
      background: #4e506d;
      border: 0;
      color: #ffffff;
      display: block;
      font-size: 24px;
      font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
      height: 50px;
      line-height: 50px;
      margin: 0 0 20px 0;
      outline: 0;
      overflow: hidden;
      padding: 0 15px;
      width: 100%;
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important;
      -webkit-box-shadow: 0 0 0 0 #ffffff !important;
      box-shadow: 0 0 0 0 #ffffff !important; }
      .section-signup__form .fld:focus {
        outline: 0; }
    .section-signup__form .flt {
      background: #4e506d;
      border: 0;
      color: #ffffff;
      display: block;
      font-size: 24px;
      font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
      height: 190px;
      line-height: 1.17;
      margin: 0 0 20px 0;
      outline: 0;
      overflow: hidden;
      padding: 10px 15px;
      width: 100%;
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important;
      -webkit-box-shadow: 0 0 0 0 #ffffff !important;
      box-shadow: 0 0 0 0 #ffffff !important; }
      .section-signup__form .flt:focus {
        outline: 0; }
    .section-signup__form .flc {
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      top: 0;
      width: 20px; }
    .section-signup__form .btn {
      color: #ffffff;
      margin-top: 20px; }
    .section-signup__form select {
      background: #4e506d;
      border: 0;
      color: #ffffff;
      display: block;
      font-size: 24px;
      font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
      font-weight: 300;
      height: 50px;
      line-height: 50px;
      margin: 0 0 20px 0;
      outline: 0;
      overflow: hidden;
      padding: 0 15px;
      width: 100%;
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important;
      -webkit-box-shadow: 0 0 0 0 #ffffff !important;
      box-shadow: 0 0 0 0 #ffffff !important;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      appearance: none !important;
      background-image: url("../images/icons/ico_chevron-down.svg");
      background-repeat: no-repeat;
      background-position-x: 98%;
      background-position-y: center;
      background-size: 48px 26px; }
  .section-signup .spots {
    background: none;
    width: 100%; }
    .section-signup .spots .spots__list {
      background: none; }
      .section-signup .spots .spots__list li {
        float: left;
        width: 100%; }
    .section-signup .spots .spots__tab {
      background: none;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      height: 100%;
      padding: 15px 0; }
      .section-signup .spots .spots__tab span {
        float: left;
        width: 100px;
        max-width: 100px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        flex: 1; }
      .section-signup .spots .spots__tab h3 {
        font-size: calc(24px + (28 - 24) * ((100vw - 320px) / (1920 - 320)));
        padding: 0 0 0 15px;
        flex: 1; }

.section-rates {
  background: #fff;
  clear: both;
  display: block;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 20; }
  @media (min-width: 992px) {
    .section-rates {
      padding: 100px 0; } }
  .section-rates--block {
    background: #3b3d59;
    display: block;
    overflow: hidden;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 255px; }
  .section-rates--stars {
    clear: both;
    display: block;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 10px 0;
    width: 100%; }
    .section-rates--stars li {
      float: left;
      padding: 0 10px 0 0; }
    .section-rates--stars svg {
      height: auto !important;
      width: 35% !important; }
  .section-rates p {
    font-size: 16px !important;
    line-height: 1.4;
    padding-bottom: 20px; }
  .section-rates h3 {
    font-size: 18px;
    line-height: 1.4; }
  .section-rates h2 {
    font-size: calc(32px + (50 - 32) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 40px;
    text-align: center; }

.rates__slider {
  margin: 0;
  padding: 0 45px; }
  .rates__slider .slick-slide {
    margin: 0 15px; }
  .rates__slider .slick-slide.slick-active {
    opacity: 1; }
  .rates__slider .slick-arrow {
    border: 0 !important;
    position: absolute;
    text-indent: -9999em;
    height: 48px;
    width: 48px;
    top: 50%;
    margin-top: -24px;
    background-color: transparent !important;
    outline: none !important;
    cursor: pointer; }
    .rates__slider .slick-arrow:hover {
      opacity: 0.6; }
  .rates__slider .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m8 4l8 8l-8 8'/%3E%3C/svg%3E");
    background-size: 48px 48px;
    background-repeat: no-repeat;
    right: 0; }
  .rates__slider .slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m15 4l-8 8l8 8'/%3E%3C/svg%3E");
    background-size: 48px 48px;
    background-repeat: no-repeat;
    left: 0; }

.section-savings {
  float: left;
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 20; }
  @media (min-width: 992px) {
    .section-savings {
      padding: 75px 0; } }
  .section-savings p {
    font-size: 16px;
    padding: 0; }
  .section-savings h6 {
    font-size: 14px;
    padding-bottom: 30px; }
  .section-savings__head {
    clear: both;
    display: block;
    position: relative;
    padding-right: 135px;
    overflow: hidden;
    width: 100%; }
  .section-savings__ico {
    clear: both;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 100%; }
    .section-savings__ico span {
      flex: 0;
      float: left;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      padding: 0 15px 0 0; }
      .section-savings__ico span svg {
        width: auto !important;
        height: 40px !important; }
    .section-savings__ico p {
      font-size: 18px; }
  .section-savings .spots {
    background: none;
    padding: 30px 0;
    width: 100%; }
    .section-savings .spots .spots__list {
      float: left;
      width: 100%; }
      .section-savings .spots .spots__list li {
        float: left;
        width: 100%; }
        @media (min-width: 768px) {
          .section-savings .spots .spots__list li {
            width: auto;
            padding: 0 45px 0 0; } }
        .section-savings .spots .spots__list li strong {
          clear: both;
          display: block;
          font-size: calc(24px + (28 - 24) * ((100vw - 320px) / (1920 - 320)));
          font-weight: 700; }
  .section-savings .spots__list--small {
    background: none;
    padding: 30px 0; }
    @media (max-width: 767px) {
      .section-savings .spots__list--small {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        flex-direction: row;
        -webkit-flex-wrap: wrap; } }
    .section-savings .spots__list--small li {
      float: left;
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .section-savings .spots__list--small li {
          width: auto;
          padding: 0 45px 0 0; } }
      @media (max-width: 767px) {
        .section-savings .spots__list--small li {
          width: 50%; } }
      @media (max-width: 767px) {
        .section-savings .spots__list--small li:first-child {
          order: 1; } }
      @media (max-width: 767px) {
        .section-savings .spots__list--small li:nth-child(2) {
          order: 3; } }
      @media (max-width: 767px) {
        .section-savings .spots__list--small li:nth-child(3) {
          order: 5; } }
      @media (max-width: 767px) {
        .section-savings .spots__list--small li:nth-child(4) {
          order: 2; } }
      @media (max-width: 767px) {
        .section-savings .spots__list--small li:nth-child(5) {
          order: 4; } }
      @media (max-width: 767px) {
        .section-savings .spots__list--small li:nth-child(6) {
          order: 6; } }
    .section-savings .spots__list--small .spots__tab {
      background: none;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      height: 100%;
      padding: 15px 0; }
      .section-savings .spots__list--small .spots__tab span {
        float: left;
        width: 50px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        flex: 0;
        height: auto;
        padding: 0 15px 0 0; }
        @media (min-width: 768px) {
          .section-savings .spots__list--small .spots__tab span {
            flex: 0; } }
        .section-savings .spots__list--small .spots__tab span svg {
          width: auto !important;
          height: 50px !important; }
          .section-savings .spots__list--small .spots__tab span svg image {
            width: auto !important;
            height: 50px !important; }
      .section-savings .spots__list--small .spots__tab h3, .section-savings .spots__list--small .spots__tab h4 {
        font-size: 16px;
        padding: 0;
        line-height: 1.4; }
        .section-savings .spots__list--small .spots__tab h3 strong, .section-savings .spots__list--small .spots__tab h4 strong {
          clear: both;
          display: block;
          font-size: 18px;
          font-weight: 700; }
          @media (max-width: 767px) {
            .section-savings .spots__list--small .spots__tab h3 strong, .section-savings .spots__list--small .spots__tab h4 strong {
              font-size: 14px; } }
      .section-savings .spots__list--small .spots__tab h4 {
        display: none; }
  .section-savings.active .spots__switch h3 {
    display: none; }
  .section-savings.active .spots__switch h4 {
    display: block; }

.switch {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 34px;
  right: 160px;
  top: 0; }
  @media (max-width: 767px) {
    .switch {
      right: 65px; } }
  .switch div {
    height: 34px;
    line-height: 17px;
    position: absolute;
    left: 75px;
    top: 0;
    white-space: normal;
    font-size: 16px;
    width: 75px; }
    @media (min-width: 768px) {
      .switch div {
        width: 95px; } }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #ffed48; }

input:focus + .slider {
  box-shadow: 0 0 1px #ffed48; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

#footer {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("../images/energy-line.png");
  background-size: 100% 9px;
  background-color: #f4f9fc;
  color: #2a2d42;
  float: left;
  margin: 0;
  padding: 30px 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media (min-width: 992px) {
    #footer {
      padding: 60px 0; } }
  #footer svg {
    height: 100% !important;
    width: auto !important; }
  #footer .column {
    position: static;
    width: 100%; }
    @media (min-width: 992px) {
      #footer .column {
        padding: 0 40px;
        position: relative;
        width: 43%; } }
    #footer .column:first-child {
      padding: 0; }
      @media (min-width: 992px) {
        #footer .column:first-child {
          padding: 0;
          width: 20%; } }
    #footer .column:nth-child(2) {
      padding: 0; }
      @media (min-width: 992px) {
        #footer .column:nth-child(2) {
          padding: 0;
          width: 20%; } }
    #footer .column:last-child {
      padding: 0; }
      @media (min-width: 992px) {
        #footer .column:last-child {
          padding: 0 0 0 40px;
          width: 17%; } }
  #footer h4 {
    font-size: 16px;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    padding-bottom: 0; }
  #footer h6, #footer address {
    color: #2a2d42;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.75px;
    padding-bottom: 0; }
  #footer address {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 27px; }
    @media (min-width: 992px) {
      #footer address {
        padding-bottom: 40px; } }
  #footer .column__wrap {
    float: left;
    width: 100%; }
  #footer .trustpilot-widget {
    float: left;
    clear: both;
    width: 100%; }
    @media (min-width: 768px) {
      #footer .trustpilot-widget {
        float: right; } }
    #footer .trustpilot-widget iframe {
      width: 216px !important; }
      @media (min-width: 768px) {
        #footer .trustpilot-widget iframe {
          float: right; } }
  #footer .footer-partner {
    position: absolute;
    right: 0;
    top: 156px;
    width: auto; }
    @media (min-width: 992px) {
      #footer .footer-partner {
        float: right;
        position: relative;
        right: auto;
        top: auto; } }
    #footer .footer-partner img {
      width: 90px !important; }
      @media (min-width: 992px) {
        #footer .footer-partner img {
          width: 120px !important; } }
    #footer .footer-partner:first-child {
      float: left;
      top: 60px; }
      @media (min-width: 992px) {
        #footer .footer-partner:first-child {
          float: left;
          position: relative;
          right: auto;
          top: auto; } }
      #footer .footer-partner:first-child img {
        width: auto !important; }
        @media (min-width: 992px) {
          #footer .footer-partner:first-child img {
            width: auto !important; } }
    #footer .footer-partner h4 {
      display: block;
      padding-bottom: 10px;
      text-align: right; }
      @media (min-width: 992px) {
        #footer .footer-partner h4 {
          text-align: left; } }
    #footer .footer-partner__logos {
      margin: 0;
      padding: 0;
      width: 100%; }
      #footer .footer-partner__logos li {
        clear: both;
        display: block;
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0 0 25px 0;
        text-align: right;
        width: 100%; }
        @media (min-width: 992px) {
          #footer .footer-partner__logos li {
            text-align: left; } }
      #footer .footer-partner__logos a {
        display: block;
        font-size: 16px;
        height: 22px;
        text-decoration: none; }
        #footer .footer-partner__logos a:hover {
          opacity: 0.8;
          text-decoration: none; }
  #footer .footer-social {
    display: block;
    overflow: hidden;
    padding: 0 0 30px 0;
    position: relative;
    width: auto; }
    @media (min-width: 992px) {
      #footer .footer-social {
        padding: 0 0 30px 0;
        float: left;
        position: relative;
        top: auto; } }
    #footer .footer-social h4 {
      display: none; }
      @media (min-width: 992px) {
        #footer .footer-social h4 {
          display: block;
          padding-bottom: 10px; } }
    #footer .footer-social__list {
      float: left;
      margin: 0;
      padding: 0 0 30px 0;
      width: 100%;
      clear: both; }
      @media (min-width: 768px) {
        #footer .footer-social__list {
          float: right;
          width: 216px; } }
      #footer .footer-social__list a {
        display: block;
        font-size: 16px;
        height: 22px;
        text-decoration: none; }
        #footer .footer-social__list a:hover {
          opacity: 0.8;
          text-decoration: none; }
      #footer .footer-social__list li {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0 10px 0 0; }
        #footer .footer-social__list li:last-child {
          padding-top: 3px; }
          #footer .footer-social__list li:last-child a {
            height: 19px; }
      #footer .footer-social__list svg {
        fill: #2a2d42 !important; }
  #footer .footer__wrap {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1; }
    @media (min-width: 992px) {
      #footer .footer__wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-top: 40px; } }
  #footer .footer__logo {
    float: left;
    height: 45px;
    margin-left: 20px;
    transition: all .5s ease-out; }
    @media (min-width: 992px) {
      #footer .footer__logo {
        height: auto;
        margin-left: 0; } }
  #footer .footer-nav {
    float: left;
    padding-bottom: 30px;
    width: 100%; }
    @media (min-width: 992px) {
      #footer .footer-nav {
        padding-bottom: 0;
        width: 100%; } }
    #footer .footer-nav__list {
      float: left;
      margin: 0;
      padding: 0;
      width: 100%; }
      #footer .footer-nav__list li {
        clear: both;
        color: #2a2d42;
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 1px;
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%; }
  #footer .btn {
    color: #ffffff;
    float: right;
    font-size: 18px;
    height: 31px;
    line-height: 31px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto; }
    @media (min-width: 992px) {
      #footer .btn {
        position: relative;
        right: auto;
        top: auto; } }

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s; }

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s; }

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s; }

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s; }

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0); }

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos="zoom-in"] {
  transform: scale(0.6); }

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

/**
 * PowerTip
 * https://stevenbenner.github.io/jquery-powertip/
 *
 * Stylesheet for the monochrome (default) theme.
 */
#powerTip {
  cursor: default;
  background-color: #2b2d42;
  background-color: rgba(43, 45, 66, 0.9);
  border-color: #2b2d42;
  border-color: rgba(43, 45, 66, 0.9);
  border-radius: 0;
  color: #fff;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647; }

#powerTip:before {
  content: attr(class) " ";
  position: absolute;
  height: 0;
  width: 0;
  text-indent: 100%;
  overflow: hidden; }

#powerTip.n:before, #powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px; }

#powerTip.e:before, #powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%; }

#powerTip.n:before,
#powerTip.ne:before, #powerTip.nw:before {
  bottom: -10px; }

#powerTip.n:before,
#powerTip.ne:before, #powerTip.nw:before,
#powerTip.nw-alt:before, #powerTip.ne-alt:before {
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 10px; }

#powerTip.e:before {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 10px;
  left: -10px; }

#powerTip.s:before,
#powerTip.se:before, #powerTip.sw:before {
  top: -10px; }

#powerTip.s:before,
#powerTip.se:before, #powerTip.sw:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 10px; }

#powerTip.w:before {
  border-left-color: inherit;
  border-left-style: solid;
  border-left-width: 10px;
  right: -10px; }

#powerTip.ne:before, #powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px; }

#powerTip.nw:before, #powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px; }

#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px; }

#powerTip.ne-alt:before {
  left: auto;
  right: 10px; }

#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: none;
  bottom: auto;
  top: -10px; }

#powerTip.se-alt:before {
  left: auto;
  right: 10px; }

#powerTip {
  max-width: 300px; }

#powerTip p {
  padding-bottom: 10px;
  font-size: 16px;
  white-space: normal; }

#powerTip strong {
  font-size: 16px; }

.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 0;
  box-shadow: 0 0 0 #ccc;
  z-index: 99;
  border: 0 solid #D8F125;
  background: #D8F125;
  text-align: left; }
  .cookie-message .btn {
    background: #fff;
    color: #2a2d42;
    display: block;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    margin: 20px 0 0 0;
    position: relative;
    text-decoration: none;
    width: 150px !important;
    min-width: 1px; }
    @media (min-width: 768px) {
      .cookie-message .btn {
        margin: 0;
        position: absolute;
        right: 20px;
        top: 0; } }
  .cookie-message p {
    color: #2a2d42;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .cookie-message p {
        padding-right: 175px; } }
    .cookie-message p a {
      color: #2a2d42;
      font-size: 14px;
      line-height: 20px;
      margin: 0;
      padding: 0;
      text-decoration: underline; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  opacity: 0.6;
  display: none; }
  .slick-slide.active {
    opacity: 1; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* dev work */
/* section flow 18/07/2022 */
.section__flow {
  background-color: #f3f8f5;
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 9999;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .section__flow {
      margin-top: 0;
      padding-top: 40px; } }
  @media (min-width: 768px) {
    .section__flow .container {
      margin: 0 auto;
      max-width: 700px; } }
  @media (min-width: 992px) {
    .section__flow .container {
      max-width: 800px; } }
  .section__flow svg {
    fill: none; }
  .section__flow--intro {
    background: #2b2d42;
    border: 5px solid rgba(157, 176, 197, 0.1);
    clear: both;
    display: block;
    padding: 30px;
    text-align: center;
    width: 100%;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    @media (min-width: 768px) {
      .section__flow--intro {
        padding: 60px 30px; } }
    .section__flow--intro .section__flow--icon {
      clear: both;
      display: block;
      overflow: hidden;
      padding-bottom: 20px;
      width: 100%; }
    .section__flow--intro:before {
      display: block !important;
      fill: none;
      left: 50%;
      width: 2px !important;
      height: 50px !important;
      background: #fff018;
      overflow: hidden;
      content: '';
      text-indent: -999em;
      bottom: -50px;
      margin-left: -1px;
      position: absolute;
      z-index: 0; }
  .section__flow--block {
    background: #fff;
    border: 0;
    clear: both;
    display: block;
    padding: 30px;
    position: relative;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 40px 0; }
    @media (min-width: 768px) {
      .section__flow--block {
        padding: 60px 30px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    .section__flow--block:after {
      display: block !important;
      fill: none;
      left: 50%;
      width: 6px !important;
      height: 100px !important;
      background: #fff018;
      overflow: hidden;
      content: '';
      text-indent: -999em;
      bottom: -100px;
      margin-left: -3px;
      position: absolute;
      z-index: 0; }
    .section__flow--block:first-child:before {
      display: block !important;
      fill: none;
      left: 50%;
      width: 6px !important;
      height: 100px !important;
      background: #fff018;
      overflow: hidden;
      content: '';
      text-indent: -999em;
      top: -40px;
      margin-left: -3px;
      position: absolute;
      z-index: -1; }
    .section__flow--block:first-child:after {
      background: #d8f024; }
    .section__flow--block:nth-child(2):after {
      background: #80eb4d; }
    .section__flow--block:nth-child(3):after {
      background: #00caca; }
    .section__flow--block:nth-child(4):after {
      background: #d8f024; }
    .section__flow--block:nth-child(5):after {
      background: #80eb4d; }
    .section__flow--block:nth-child(6):after {
      background: #00caca; }
    .section__flow--block:nth-child(8):after {
      height: 100px !important;
      bottom: -100px; }
    .section__flow--block .section__flow--icon {
      flex-shrink: 0;
      height: 100%;
      position: relative;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%;
      padding: 0 0 30px 0; }
      @media (min-width: 768px) {
        .section__flow--block .section__flow--icon {
          padding: 0;
          width: 240px; } }
      .section__flow--block .section__flow--icon svg, .section__flow--block .section__flow--icon img {
        width: 100% !important;
        height: 100px !important; }
        @media (min-width: 768px) {
          .section__flow--block .section__flow--icon svg, .section__flow--block .section__flow--icon img {
            width: 180px !important;
            height: auto !important;
            margin-top: -20px; } }
  .section__flow--content {
    text-align: center;
    display: block;
    overflow: hidden; }
    @media (min-width: 768px) {
      .section__flow--content {
        text-align: left;
        padding-left: 30px; } }
  .section__flow h1 {
    font-size: calc(24px + (50 - 24) * ((100vw - 320px) / (1920 - 320))); }
  .section__flow h2 {
    font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 0 20px 0; }
  .section__flow h4 {
    padding-bottom: 20px; }
  .section__flow .btn {
    display: block;
    margin: 100px auto 0 auto;
    max-width: 300px; }
