/*#####################*/
/* TABLE OF CONTENTS:  */
/*#####################*/
/* 01 FONTS            */
/*=====================*/
/* 02 RESET            */
/*=====================*/
/* 03 GENERAL STYLES   */
/*=====================*/
/* 04 TYPOGRAPHY       */
/*=====================*/
/* 05 BUTTONS          */
/*=====================*/
/* 06 HEADER           */
/*#####################*/
/*///////////*/
/* - FONTS - */
/*///////////*/
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@400;700&display=swap");

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Bold.woff2") format("woff2"),
    url("../fonts/ProximaNova-Bold.woff") format("woff"),
    url("../fonts/ProximaNova-Bold.ttf") format("truetype"),
    url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-ExtraBold.eot");
  src: url("../fonts/ProximaNova-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-ExtraBold.woff2") format("woff2"),
    url("../fonts/ProximaNova-ExtraBold.woff") format("woff"),
    url("../fonts/ProximaNova-ExtraBold.ttf") format("truetype"),
    url("../fonts/ProximaNova-ExtraBold.svg#ProximaNova-ExtraBold")
      format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Black.eot");
  src: url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Black.woff2") format("woff2"),
    url("../fonts/ProximaNova-Black.woff") format("woff"),
    url("../fonts/ProximaNova-Black.ttf") format("truetype"),
    url("../fonts/ProximaNova-Black.svg#ProximaNova-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("../fonts/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova-Regular.ttf") format("truetype"),
    url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-SemiBold.eot");
  src: url("../fonts/ProximaNova-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-SemiBold.woff2") format("woff2"),
    url("../fonts/ProximaNova-SemiBold.woff") format("woff"),
    url("../fonts/ProximaNova-SemiBold.ttf") format("truetype"),
    url("../fonts/ProximaNova-SemiBold.svg#ProximaNova-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Light.woff2") format("woff2"),
    url("../fonts/ProximaNova-Light.woff") format("woff"),
    url("../fonts/ProximaNova-Light.ttf") format("truetype"),
    url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Thin.eot");
  src: url("../fonts/ProximaNova-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Thin.woff2") format("woff2"),
    url("../fonts/ProximaNova-Thin.woff") format("woff"),
    url("../fonts/ProximaNova-Thin.ttf") format("truetype"),
    url("../fonts/ProximaNova-Thin.svg#ProximaNova-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera PRO";
  src: url("../fonts/CeraPro-Regular.eot");
  src: url("../fonts/CeraPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraPro-Regular.woff") format("woff"),
    url("../fonts/CeraPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera PRO";
  src: url("../fonts/CeraPro-Bold.eot");
  src: url("../fonts/CeraPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraPro-Bold.woff") format("woff"),
    url("../fonts/CeraPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera PRO";
  src: url("../fonts/CeraPro-Light.eot");
  src: url("../fonts/CeraPro-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraPro-Light.woff") format("woff"),
    url("../fonts/CeraPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*///////////////////////*/
/* - BOOTSTRAP (v 4.5) - */
/*///////////////////////*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.w-100 {
  width: 100% !important;
}

/*///////////*/
/* - RESET - */
/*///////////*/
html {
  overflow-y: scroll;
}

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

blockquote,
q {
  quotes: none;
}

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

body * {
  -webkit-text-size-adjust: none;
  outline: none;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea,
select {
  font-weight: 400;
  border-radius: 11px;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  font-family: "Arial";
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: "Arial";
}

b,
strong {
  font-weight: 700;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
}

/*/////////////////*/
/* - MAIN STYLES - */
/*/////////////////*/
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-track {
  background-color: #b5c0bc;
}

::-webkit-scrollbar-thumb {
  background-color: #1aa31a;
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
}

main,
section,
.section,
.content-tabs,
.content-tab {
  position: relative;
}

.banner > .bg:before,
.banner > .bg:after,
section > .bg:before,
section > .bg:after,
.section > .bg:before,
.section > .bg:after {
  z-index: 1;
}

.banner > .bg [data-bg-src],
section > .bg [data-bg-src],
.section > .bg [data-bg-src] {
  width: 100%;
  height: 100%;
  position: relative;
}

main {
  margin-top: 80px;
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.section {
  padding: 40px 0 40px;
}

.content-tabs {
  margin-top: 40px;
  /*  min-height: calc(100vh - 40px);*/
}

.popup-wrap {
  display: none;
}

main,
.overflow-hidden {
  overflow: hidden;
}

.bg,
.bg:after,
.full-size {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg {
  background: center / cover no-repeat;
}

.bg:after {
  content: "";
}

.img {
  position: relative;
}

.img img {
  width: 100%;
  display: block;
  max-width: 100%;
}

.img.centered {
  padding-top: 100%;
}

.img.centered img {
  top: 50%;
  left: 50%;
  max-width: calc(100% - 2px);
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.img.img-logo {
  padding-top: 72%;
}

.img.img-logo img {
  max-height: 90%;
  will-change: transform;
}

.banner .bg,
.banner-animation .bg:after,
.decor.rellax,
[data-swiper-parallax] {
  will-change: transform;
}

.home-banner,
.home-banner-bg,
.banner {
  overflow: hidden;
  position: relative;
}

.home-banner .row {
  margin: 0;
}

.home-banner .row > div {
  padding: 0;
}

.home-banner .row > div:first-child .home-banner-bg {
  padding-top: 42.559%;
}

.home-banner .row > div:first-child .home-banner-content {
  bottom: 60px;
}

.home-banner .row > div:last-child .home-banner-bg {
  height: 50%;
}

.home-banner .row > div:last-child .home-banner-bg .home-banner-content {
  bottom: 30px;
}

.home-banner.post .row > div:first-child .home-banner-bg {
  padding-top: 26%;
}

.home-banner.post .bg:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.home-banner.post .home-banner-content {
  text-align: center;
}

.mobile-device .desktop-video {
  display: none;
}

.banner:not(.product) {
  padding-bottom: 100px;
}

/* .banner:before,
.banner:after {
  content: "";
  position: absolute;
  background: center/contain url(../img/decor.svg) no-repeat;
} */

.banner:before {
  left: 8%;
  top: -115px;
  width: 35.5%;
  padding-top: 46.821%;
}

.banner:after {
  right: -7%;
  width: 17.75%;
  bottom: 15px;
  padding-top: 23.415%;
}

.banner .swiper-slide {
  height: 390px;
  overflow: hidden;
  text-align: center;
}

.banner .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 100px 120px 100px;
  border-radius: 11px;
}

.banner .bg:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(40%, transparent),
    to(rgba(0, 0, 0, 0.92))
  );
  background: -o-linear-gradient(
    top,
    transparent 0%,
    transparent 40%,
    rgba(0, 0, 0, 0.92) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 40%,
    rgba(0, 0, 0, 0.92) 100%
  );
  border-radius: 11px;
}

.banner .h1,
.banner .h6 {
  z-index: 1;
  width: 100%;
  text-align: center;
  position: relative;
}
/*
.banner .h1:before,
.banner .h6:before {
  left: 21%;
  top: -35px;
  content: "";
  z-index: -1;
  width: 11.71%;
  padding-top: 15.436%;
  position: absolute;
  background: center/contain url(../img/title-decor.svg) no-repeat;
}
*/

@media (min-width: 992px) {
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    top: 187px;
  }

  .page-template-default .banner .swiper-button-prev,
  .page-template-default .banner .swiper-button-next {
    top: 207px;
  }
}

.banner .blockquote {
  z-index: 1;
  margin-left: 16%;
  max-width: 76.67%;
  margin-top: -50px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.banner:not(.swiper-slider) .swiper-slide:nth-child(odd) .step {
  background-color: #c1e0d5;
}

.banner:not(.swiper-slider) .vertical-align {
  padding: 30px 15px 0;
}

.banner:not(.swiper-slider) form {
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
}

.banner:not(.swiper-slider) form input {
  padding-right: 160px;
}

.banner:not(.swiper-slider) form .btn {
  right: 0;
  bottom: 0;
  position: absolute;
}

.page-template-default .banner {
  padding-bottom: 0px;
  border-radius: 11px;
}

.page-template-default .swiper-slider__title {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: calc(100% - 120px);
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 25px;
}

.home-banner-bg .bg:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(65%, transparent),
    to(rgba(0, 0, 0, 0.92))
  );
  background: -o-linear-gradient(
    top,
    transparent 0%,
    transparent 65%,
    rgba(0, 0, 0, 0.92) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 65%,
    rgba(0, 0, 0, 0.92) 100%
  );
}

.home-banner-bg .desktop-video {
  opacity: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.home-banner-bg .desktop-video video {
  top: 50%;
  left: 50%;
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-banner-bg:active .swiper-button-next:before {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.home-banner-content {
  z-index: 1;
  left: 30px;
  right: 30px;
  font-size: 0;
  text-align: right;
  position: absolute;
  pointer-events: none;
}

.home-banner-content.single {
  font-family: "Cera PRO";
  font-weight: 700;
  left: auto;
  right: auto;
  top: 80%;
}

.home-banner-content .h2,
.home-banner-content .h3,
.home-banner-content .swiper-button-next {
  display: inline-flex !important;
  vertical-align: middle;
}

.home-banner-content .h2,
.home-banner-content .h3 {
  margin: 0;
  padding: 0 4px;
  background-color: rgba(0, 0, 0, 0.2);
}

.home-banner-content .swiper-button-next {
  top: auto;
  right: auto;
  margin-top: 0;
  margin-left: 5px;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  background: #1aa31a !important;
}

.step {
  height: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3f1ec;
  padding: 60px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step .img,
.step .text-bold {
  display: inline-block;
}

.step .img {
  width: 140px;
  height: 140px;
  position: relative;
}

.step .img img {
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.step .text-bold {
  color: #1a1a1a;
  padding-left: 15px;
  max-width: calc(100% - 140px);
}

.step .text-bold span {
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 32px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 8px;
  background-color: #1aa31a;
}

.content-tabs {
  margin-bottom: 0;
  padding-bottom: 120px;
}

.content-tab {
  width: 100%;
}

.content-tab:not(.active) {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
  position: absolute;
}

.content-tab > .container {
  margin-bottom: 60px;
}

.content-tab > .container:last-child {
  margin-bottom: 0;
}

/*///////////////////////////////*/
/* - MAIN STYLES MEDIA QUERIES - */
/*///////////////////////////////*/
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }

  .home-banner-bg:hover .desktop-video {
    opacity: 1;
  }

  .home-banner-bg:hover .swiper-button-next:before {
    background-color: transparent;
  }

  .img.img-logo:hover img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
    transform: translate3d(-50%, -50%, 0) scale(1.05);
  }
}

@media (max-width: 1499px) {
  .banner {
    padding-bottom: 80px;
  }

  .content-tabs {
    padding-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  main {
    margin-top: 70px;
  }

  .home-banner .row > div:first-child .home-banner-bg {
    padding-top: 58%;
  }

  .home-banner .row > div:first-child .home-banner-content {
    bottom: 20px;
  }

  .home-banner .row > div:last-child .home-banner-bg .home-banner-content {
    bottom: 15px;
  }

  .home-banner-content {
    right: 20px;
  }

  .banner {
    padding-bottom: 60px;
  }

  .banner:after {
    right: -11%;
  }

  .banner .bg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 15px;
  }

  .content-tabs {
    padding-bottom: 80px;
  }

  .step {
    padding: 70px 30px 30px;
  }

  .step .img {
    width: 160px;
    height: 160px;
    position: relative;
    margin: 0 auto 50px;
  }

  .step .img img {
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .step .text-bold {
    color: #1a1a1a;
  }

  .step .text-bold span {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 32px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    background-color: #1aa31a;
  }
}

@media (min-width: 992px) {
  .vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vertical-align > div {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .home-banner.post .row > div:first-child .home-banner-bg {
    height: auto;
    padding-top: 0;
    min-height: 280px;
  }

  .banner {
    padding-bottom: 0;
  }

  .banner:before,
  .banner:after {
    display: none;
  }

  .banner .swiper-slide {
    height: auto;
    min-height: 280px;
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    top: 235px;
  }

  .banner .h1,
  .banner .h6 {
    margin-bottom: 0;
  }

  .banner .blockquote {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    max-width: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
  }

  .banner .swiper-pagination.style-2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .banner:not(.custom-pagination-slider) form input {
    padding-right: 15px;
  }

  .banner:not(.custom-pagination-slider) form .btn {
    right: auto;
    bottom: auto;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .banner:not(.custom-pagination-slider) .swiper-button-prev,
  .banner:not(.custom-pagination-slider) .swiper-button-next {
    top: 160px;
  }

  .step {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 15px;
  }

  .step .text-bold,
  .step .img {
    display: block;
  }

  .step .text-bold {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .step .text-bold span {
    margin-bottom: 0;
    margin-right: 8px;
  }

  .step .img {
    margin: 0 auto 15px;
  }

  .step .text-bold {
    font-size: 18px;
  }

  .content-tabs {
    padding-bottom: 30px;
  }

  .content-tab > .container > .row > div {
    margin-bottom: 30px;
  }

  .content-tab > .container > .row > div:last-child {
    margin-bottom: 0;
  }

  .content-tabs:before,
  .content-tabs:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .content-tabs {
    padding-bottom: 50px;
  }

  .home-banner .row > div:first-child .home-banner-bg,
  .home-banner .row > div:last-child .home-banner-bg {
    padding-top: 34%;
  }

  .home-banner .row > div:first-child .home-banner-content,
  .home-banner .row > div:last-child .home-banner-content {
    bottom: 10px;
  }

  .home-banner:not(.post) .row > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home-banner:not(.post) .row > div:last-child .home-banner-bg {
    width: 50%;
  }

  .home-banner-content {
    left: 0;
    right: 0;
  }

  .home-banner-content .h1,
  .home-banner-content .h3,
  .home-banner-content .swiper-button-next {
    display: inline-block;
    vertical-align: middle;
  }

  .home-banner-content .h3 {
    padding: 0 1px;
    font-size: 15px;
    line-height: 20px;
  }

  .home-banner-content .swiper-button-next {
    margin: 0;
    margin-left: -10px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  .banner .blockquote {
    display: none;
  }

  .step {
    padding: 30px 15px 70px;
  }
}

@media (max-width: 575px) {
  .banner .h1:before,
  .banner .h6:before {
    left: 12%;
    top: -15px;
  }

  .banner:not(.swiper-slider) form {
    margin-bottom: 0;
  }

  .banner:not(.swiper-slider) form .btn {
    width: 100%;
    right: auto;
    bottom: auto;
    margin-top: 0;
    display: block;
    position: relative;
  }
}

/*////////////////*/
/* - TYPOGRAPHY - */
/*////////////////*/
body,
.content {
  color: #8c8c8c;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Proxima Nova";
}
body.colors-darkest,
.colors-darkest .content {
  color: #fff;
}

.text-lg {
  font-size: 26px;
  line-height: 32px;
}

.text-sm {
  font-size: 20px;
  line-height: 28px;
}

b,
strong {
  /* color: #100E0F; */
  font-weight: 700;
}

a {
  outline: none;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

iframe {
  border: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

.content {
  color: #000;
  margin-bottom: 30px;
}

.content:last-child {
  margin-bottom: 0;
}

.content [download] {
  margin-bottom: 35px;
}

.content > * {
  margin-bottom: 30px;
}

.content > *:first-child {
  margin-top: 0;
}

.content > *:last-child {
  margin-bottom: 0;
}

.content img {
  height: auto;
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content ul li,
.content ol li {
  padding-left: 34px;
  position: relative;
  margin-bottom: 8px;
}

.content ul li:last-child,
.content ol li:last-child {
  margin-bottom: 0;
}

.content ul li:before,
.content ol li:before {
  position: absolute;
}

.content ul li:before {
  left: 8px;
  top: 0.52em;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  border: 1px solid #1aa31a;
}

.content ol {
  counter-reset: number;
}

.content ol li:before {
  top: 0;
  left: 0;
  color: #1aa31a;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  counter-increment: number;
  content: counter(number) ".";
}

.content ol li:nth-child(1):before,
.content ol li:nth-child(2):before,
.content ol li:nth-child(3):before,
.content ol li:nth-child(4):before,
.content ol li:nth-child(5):before,
.content ol li:nth-child(6):before,
.content ol li:nth-child(7):before,
.content ol li:nth-child(8):before,
.content ol li:nth-child(9):before {
  content: "0" counter(number) ".";
}

.content a {
  color: #1aa31a;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}

.content a:not(.img) {
  -webkit-transition: color 0.42s ease-in-out, opacity 0.1s ease-in;
  -o-transition: color 0.42s ease-in-out, opacity 0.1s ease-in;
  transition: color 0.42s ease-in-out, opacity 0.1s ease-in;
}

.content a:not(.img):after {
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  bottom: -4px;
  position: absolute;
  border-radius: 4px;
  pointer-events: none;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  will-change: transform;
  background-color: #1aa31a;
  -webkit-transform-origin: 14% center;
  -ms-transform-origin: 14% center;
  transform-origin: 14% center;
}

.content a.btn:after {
  display: none;
}

.content a:active {
  opacity: 0.67;
}

.content figure,
.content img {
  margin: 30px 0;
}

.content img,
.content figure {
  max-width: 100%;
}

.content img.alignleft,
.content img.alignright,
.content figure.alignleft,
.content figure.alignright {
  margin: 15px 0;
}

.content img.aligncenter,
.content figure.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.content.text-sm ul li:before {
  top: 0.58em;
}

.content.light a:after {
  background-color: #fff;
}

.content.light ul li:before {
  border-color: #fff;
}

blockquote,
.blockquote {
  color: #100e0f;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  position: relative;
  font-style: italic;
  padding: 60px 90px;
  background-color: #ecefee;
  border-radius: 11px;
}

blockquote:before,
blockquote:after,
.blockquote:before,
.blockquote:after {
  content: "";
  width: 90px;
  height: 90px;
  opacity: 0.3;
  position: absolute;
  background: center/contain url(../img/quote.svg) no-repeat;
}

blockquote:before,
.blockquote:before {
  left: 30px;
  top: 15px;
}

blockquote:after,
.blockquote:after {
  right: 30px;
  bottom: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #100e0f;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 50px;
  line-height: 58px;
}

h2,
.h2 {
  font-size: 44px;
  line-height: 52px;
}

h3,
.h3 {
  font-size: 42px;
  line-height: 50px;
}

h4,
.h4 {
  font-size: 32px;
  line-height: 42px;
}

h5,
.h5 {
  font-size: 30px;
  line-height: 40px;
}

h6,
.h6 {
  font-size: 28px;
  line-height: 38px;
}

h1.light,
.h1.light,
h2.light,
.h2.light,
h3.light,
.h3.light,
h4.light,
.h4.light,
h5.light,
.h5.light,
h6.light,
.h6.light,
.content.light,
.content.light a:not(.btn),
.content.light ol li:before,
.content.light b {
  color: #fff;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d0d8d5;
}

thead {
  background-color: #d0d8d5;
}

tbody tr:nth-child(odd) {
  background-color: #ecefee;
}

tbody tr:nth-child(even) {
  background-color: #f7f8f8;
}

th,
td {
  padding: 10px 15px;
  font-size: inherit;
  text-align: center;
  border-right: 1px solid #d0d8d5;
}

th:first-child,
td:first-child {
  text-align: left;
}

th:last-child,
td:last-child {
  border-right: none;
}

/*//////////////////////*/
/* - TYPOGRAPHY HOVER - */
/*//////////////////////*/
@media (min-width: 1200px) {
  .content a:not(.img):hover {
    text-decoration: underline;
  }

  .content a.img:hover {
    opacity: 0.7;
  }

  .content iframe {
    min-height: 400px;
  }
}

/*//////////////////////////////*/
/* - TYPOGRAPHY MEDIA QUERIES - */
/*//////////////////////////////*/
@media (max-width: 1499px) {
  body,
  .content {
    font-size: 20px;
    line-height: 26px;
  }

  .text-lg {
    font-size: 24px;
    line-height: 29px;
  }

  .text-sm {
    font-size: 18px;
    line-height: 26px;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .content,
  .content > * {
    margin-bottom: 26px;
  }

  h1,
  .h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2,
  .h2 {
    font-size: 44px;
    line-height: 54px;
  }

  h3,
  .h3 {
    font-size: 32px;
    line-height: 36px;
  }

  h4,
  .h4 {
    font-size: 30px;
    line-height: 34px;
  }

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

  h6,
  .h6 {
    font-size: 24px;
    line-height: 28px;
  }

  .content ol li,
  .content ul li {
    padding-left: 28px;
  }

  .content img,
  .content figure {
    max-width: 100%;
  }

  .content img.alignleft,
  .content img.alignright,
  .content figure.alignleft,
  .content figure.alignright {
    margin: 10px 0;
  }

  blockquote,
  .blockquote {
    font-size: 22px;
    line-height: 28px;
    padding: 60px 70px;
  }

  blockquote:before,
  .blockquote:before {
    left: 20px;
  }

  blockquote:after,
  .blockquote:after {
    right: 20px;
  }
}

@media (max-width: 1199px) {
  blockquote,
  .blockquote {
    padding: 40px 50px;
  }

  blockquote:before,
  blockquote:after,
  .blockquote:before,
  .blockquote:after {
    width: 50px;
    height: 50px;
  }

  blockquote:before,
  .blockquote:before {
    left: 15px;
  }

  blockquote:after,
  .blockquote:after {
    right: 15px;
  }
}

@media (max-width: 991px) {
  body,
  .content,
  .text-sm {
    font-size: 18px;
    line-height: 24px;
  }
  .about-content .content {
    font-size: 14px;
    line-height: 1.86;
  }

  .text-lg {
    font-size: 20px;
    line-height: 24px;
  }

  .text-sm {
    font-size: 16px;
    line-height: 24px;
  }

  h1,
  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2,
  .h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3,
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4,
  .h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5,
  .h5 {
    font-size: 22px;
    line-height: 28px;
  }

  h6,
  .h6 {
    font-size: 20px;
    line-height: 26px;
  }

  .content ol li,
  .content ul li {
    padding-left: 30px;
  }

  blockquote,
  .blockquote {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .content,
  .content > * {
    margin-bottom: 15px;
  }

  .content ul li:before {
    left: 0;
  }

  .content img.alignleft,
  .content img.alignright,
  .content figure.alignleft,
  .content figure.alignright {
    margin: 0 0 15px;
  }

  .content figure img {
    width: 100%;
  }
}

/*////////////*/
/* - HEADER - */
/*////////////*/
header,
nav,
#lang {
  background-color: #fff;
}

header,
nav {
  top: 0;
  left: 0;
}

nav,
.eye-bar {
  display: none;
}

header.scrolled,
#lang ul {
  -webkit-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
}

header {
  right: 0;
  height: 80px;
  z-index: 100;
  position: fixed;
  will-change: transform, box-shadow;
  -webkit-transition: -webkit-transform 0.4s ease-in-out,
    -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out,
    -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

header > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#menu-btn,
#logo,
.logo,
nav,
nav ul li,
#lang,
#lang span {
  position: relative;
  display: inline-block;
}

#menu-btn {
  width: 20.83px;
  height: 19.33px;
  margin-right: 40px;
  margin-left: 15px;
}

#menu-btn span {
  left: 0;
  height: 3.33px;
  position: absolute;
  border-radius: 160px;
  background-color: #100e0f;
  will-change: transform, background-color;
}

#menu-btn span:first-child,
#menu-btn span:last-child {
  width: 100%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

#menu-btn span:first-child {
  top: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

#menu-btn span:nth-child(2) {
  top: 8px;
  width: 100%;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

#menu-btn span:last-child {
  bottom: 0;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

#menu-btn,
#logo,
#search,
#lang,
#eye {
  z-index: 1;
}

#logo {
  max-width: 200px;
  margin-right: auto;
}

#search svg,
#eye svg {
  display: block;
}
#eye svg {
  width: 25.86px;
  height: 18px;
}

#lang {
  margin-left: 38.19px;
}
#eye {
  margin-left: 35.25px;
}

#eye,
#menu-btn {
  cursor: pointer;
}

/*//////////////////////////*/
/* - HEADER MEDIA QUERIES - */
/*//////////////////////////*/
@media (max-width: 1199px) {
  #logo {
    max-width: 170px;
  }
}
@media (max-width: 992px) {
  #menu-btn {
    width: 18.83px;
    height: 17.48px;
    margin-right: 12px;
    margin-left: 15px;
  }

  #menu-btn span {
    height: 3px;
  }

  #menu-btn span:nth-child(2) {
    top: 7.22px;
  }
  header.open-menu #menu-btn span {
    height: 2.75px;
  }
}
@media (max-width: 767px) {
  #menu-btn {
    margin-right: 12px;
  }

  #logo {
    max-width: 122px;
  }

  #eye,
  #lang {
    margin-left: 12px;
  }
}

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