body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:769px){.container{max-width:540px}}@media (min-width:1025px){.container{max-width:720px}}@media (min-width:1281px){.container{max-width:960px}}@media (min-width:1367px){.container{max-width:1200px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:769px){.container,.container-sm{max-width:540px}}@media (min-width:1025px){.container,.container-md{max-width:720px}}@media (min-width:1281px){.container,.container-lg,.container-sm{max-width:960px}}@media (min-width:1367px){.container,.container-md,.container-sm,.container-xl{max-width:1200px}}.row{display:-webkit-box;display:-ms-flexbox;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;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:769px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:1025px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:1281px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1367px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:769px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1025px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1281px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1367px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:769px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:1025px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:1281px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1367px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.small-font{font-size:.9em}.normal-font{font-size:1em}.big-font{font-size:1.4em}@media (min-width:769px){.small-font-sm{font-size:.9em}.normal-font-sm{font-size:1em}.big-font-sm{font-size:1.4em}}@media (min-width:1025px){.small-font-md{font-size:.9em}.normal-font-md{font-size:1em}.big-font-md{font-size:1.4em}}@media (min-width:1281px){.small-font-lg{font-size:.9em}.normal-font-lg{font-size:1em}.big-font-lg{font-size:1.4em}}@media (min-width:1367px){.small-font-xl{font-size:.9em}.normal-font-xl{font-size:1em}.big-font-xl{font-size:1.4em}}@media (min-width:1281px){.d-lg-none{display:none!important}}@media (min-width:1025px) and (max-width:1280px){.d-md-none{display:none!important}}@media (min-width:769px) and (max-width:1024px){.d-sm-none{display:none!important}}@media (min-width:320px) and (max-width:768px){.d-xs-none{display:none!important}}.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,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-auto{padding-right:0;padding-left:0}.col-lg-1\/5,.col-lg-2\/5,.col-lg-3\/5,.col-lg-4\/5,.col-md-1\/5,.col-md-2\/5,.col-md-3\/5,.col-md-4\/5,.col-sm-1\/5,.col-sm-2\/5,.col-sm-3\/5,.col-sm-4\/5,.col-xl-1\/5,.col-xl-2\/5,.col-xl-3\/5,.col-xl-4\/5,.col-xs-1\/5,.col-xs-2\/5,.col-xs-3\/5,.col-xs-4\/5{position:relative;width:100%}@media (min-width:0px){.col-xs-1\/5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media (min-width:0px){.col-xs-2\/5{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}}@media (min-width:0px){.col-xs-3\/5{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}}@media (min-width:0px){.col-xs-4\/5{-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}}@media (min-width:769px){.col-sm-1\/5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media (min-width:769px){.col-sm-2\/5{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}}@media (min-width:769px){.col-sm-3\/5{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}}@media (min-width:769px){.col-sm-4\/5{-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}}@media (min-width:1025px){.col-md-1\/5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media (min-width:1025px){.col-md-2\/5{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}}@media (min-width:1025px){.col-md-3\/5{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}}@media (min-width:1025px){.col-md-4\/5{-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}}@media (min-width:1281px){.col-lg-1\/5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media (min-width:1281px){.col-lg-2\/5{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}}@media (min-width:1281px){.col-lg-3\/5{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}}@media (min-width:1281px){.col-lg-4\/5{-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}}@media (min-width:1367px){.col-xl-1\/5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media (min-width:1367px){.col-xl-2\/5{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}}@media (min-width:1367px){.col-xl-3\/5{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}}@media (min-width:1367px){.col-xl-4\/5{-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}}
.wpb_content_element{margin-bottom:0!important}.bscblack{font-family:Poppins,sans-serif;font-weight:900}.bscbold{font-family:Poppins,sans-serif;font-weight:700}.bscsemibold{font-family:Poppins,sans-serif;font-weight:600}.bsc{font-family:Poppins,sans-serif;font-weight:400}.bsclight{font-family:Poppins,sans-serif;font-weight:300}.bsclight{font-family:Poppins,sans-serif;font-weight:100}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;outline:0}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{border:none;outline:0}img{max-width:100%;height:auto}@media screen and (max-width:600px){#wpadminbar{top:-46px}}a{text-decoration:none;outline:0;border:none}.row{position:relative;margin-right:0;margin-left:0}.row .vc_col-has-fill>.vc_column-inner,.row.vc_col-has-fill>.vc_column-inner{padding-top:0}.vc_row-o-equal-height .vc_col-has-fill .vc_column-inner{height:100%}.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img{border-radius:1.6rem!important}html{font-family:Poppins,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.1;color:#3e3e3e;background:#fff;max-width:100vw}body .section-padding{padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){body .section-padding{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){body .section-padding{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){body .section-padding{padding-right:15rem;padding-left:15rem}}body .section-right-padding{padding-right:2rem}@media only screen and (min-width:769px){body .section-right-padding{padding-right:4rem}}@media only screen and (min-width:1024px){body .section-right-padding{padding-right:10rem}}@media only screen and (min-width:1366px){body .section-right-padding{padding-right:15rem}}body .section-sm-right-padding{padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){body .section-sm-right-padding{padding-right:4rem;padding-left:0}}@media only screen and (min-width:1024px){body .section-sm-right-padding{padding-right:10rem}}@media only screen and (min-width:1366px){body .section-sm-right-padding{padding-right:15rem}}body .section-left-padding{padding-left:2rem}@media only screen and (min-width:769px){body .section-left-padding{padding-left:4rem}}@media only screen and (min-width:1024px){body .section-left-padding{padding-left:10rem}}@media only screen and (min-width:1366px){body .section-left-padding{padding-left:15rem}}body .section-sm-left-padding{padding-left:2rem;padding-right:2rem}@media only screen and (min-width:769px){body .section-sm-left-padding{padding-left:4rem;padding-right:0}}@media only screen and (min-width:1024px){body .section-sm-left-padding{padding-left:10rem}}@media only screen and (min-width:1366px){body .section-sm-left-padding{padding-left:15rem}}body .section-top-padding{padding-top:4rem}@media only screen and (min-width:1024px){body .section-top-padding{padding-top:5rem}}@media only screen and (min-width:1460px){body .section-top-padding{padding-top:7rem}}body .section-bottom-padding{padding-bottom:4rem}@media only screen and (min-width:1024px){body .section-bottom-padding{padding-bottom:5rem}}@media only screen and (min-width:1460px){body .section-bottom-padding{padding-bottom:7rem}}body .ldp-section-padding{padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){body .ldp-section-padding{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){body .ldp-section-padding{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){body .ldp-section-padding{padding-right:15rem;padding-left:15rem}}body .container.section-padding{padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){body .container.section-padding{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){body .container.section-padding{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){body .container.section-padding{padding-right:15rem;padding-left:15rem}}body .container.section-right-padding{padding-right:2rem}@media only screen and (min-width:769px){body .container.section-right-padding{padding-right:4rem}}@media only screen and (min-width:1024px){body .container.section-right-padding{padding-right:10rem}}@media only screen and (min-width:1366px){body .container.section-right-padding{padding-right:15rem}}body .container.section-sm-right-padding{padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){body .container.section-sm-right-padding{padding-right:4rem;padding-left:0}}@media only screen and (min-width:1024px){body .container.section-sm-right-padding{padding-right:10rem}}@media only screen and (min-width:1366px){body .container.section-sm-right-padding{padding-right:15rem}}body .container.section-left-padding{padding-left:2rem}@media only screen and (min-width:769px){body .container.section-left-padding{padding-left:4rem}}@media only screen and (min-width:1024px){body .container.section-left-padding{padding-left:10rem}}@media only screen and (min-width:1366px){body .container.section-left-padding{padding-left:15rem}}body .container.section-sm-left-padding{padding-left:2rem;padding-right:2rem}@media only screen and (min-width:769px){body .container.section-sm-left-padding{padding-left:4rem;padding-right:0}}@media only screen and (min-width:1024px){body .container.section-sm-left-padding{padding-left:10rem}}@media only screen and (min-width:1366px){body .container.section-sm-left-padding{padding-left:15rem}}body .container.section-top-padding{padding-top:4rem}@media only screen and (min-width:1024px){body .container.section-top-padding{padding-top:5rem}}@media only screen and (min-width:1460px){body .container.section-top-padding{padding-top:7rem}}body .container.section-bottom-padding{padding-bottom:4rem}@media only screen and (min-width:1024px){body .container.section-bottom-padding{padding-bottom:5rem}}@media only screen and (min-width:1460px){body .container.section-bottom-padding{padding-bottom:7rem}}body .container.ldp-section-padding{padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){body .container.ldp-section-padding{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){body .container.ldp-section-padding{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){body .container.ldp-section-padding{padding-right:15rem;padding-left:15rem}}.bottom-padding{padding-bottom:2rem}@media only screen and (min-width:1024px){.bottom-padding{padding-bottom:4rem}}@media only screen and (min-width:1460px){.bottom-padding{padding-bottom:6rem}}.section-top-padding--small{padding-top:1.5rem}@media only screen and (min-width:769px){.section-top-padding--small{padding-top:2rem}}@media only screen and (min-width:1366px){.section-top-padding--small{padding-top:2.5rem}}@media only screen and (min-width:1460px){.section-top-padding--small{padding-top:3.5rem}}.section-top-padding--none{padding-top:0!important}.top-padding{padding-top:2rem}@media only screen and (min-width:1024px){.top-padding{padding-top:4rem}}@media only screen and (min-width:1460px){.top-padding{padding-top:6rem}}.section-left-margin{margin-right:2rem!important}@media only screen and (min-width:769px){.section-left-margin{margin-left:4rem!important}}@media only screen and (min-width:1024px){.section-left-margin{margin-left:5rem!important}}@media only screen and (min-width:1366px){.section-left-margin{margin-left:8rem!important}}@media only screen and (min-width:1460px){.section-left-margin{margin-left:10rem!important}}.section-right-margin{margin-right:2rem!important}@media only screen and (min-width:769px){.section-right-margin{margin-right:4rem!important}}@media only screen and (min-width:1024px){.section-right-margin{margin-right:5rem!important}}@media only screen and (min-width:1366px){.section-right-margin{margin-right:8rem!important}}@media only screen and (min-width:1460px){.section-right-margin{margin-right:10rem!important}}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.overflow-hidden{overflow:hidden}.fancy-select{width:100%;max-width:38rem;font-size:2.6rem;font-size:2.6rem;border:none;border-bottom:.1rem solid #000;padding:1rem 3rem 1rem 1rem;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/select-arrows-down.png);background-size:2.6rem 1.4rem;background-position:95% 50%;background-repeat:no-repeat;margin:0 1rem 2rem 1rem}@media only screen and (min-width:1024px){.fancy-select{margin:0 2rem 2rem 2rem}}@media only screen and (min-width:1460px){.fancy-select{margin:0 3.4rem 2rem 3.4rem}}.s-hidden{visibility:hidden;padding:0}.select{cursor:pointer;position:relative;width:100%;max-width:38rem;height:5.5rem;font-size:2.6rem;font-size:2.6rem;border:none;border-bottom:.1rem solid #000;display:block;margin:0 1rem 2rem 1rem}@media only screen and (min-width:1024px){.select{margin:0 2rem 2rem 2rem}}@media only screen and (min-width:1460px){.select{margin:0 3.4rem 2rem 3.4rem}}.styledSelect{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;padding:1rem 4.6rem 1rem 1rem;text-align:left;line-height:3rem;color:#000}.styledSelect::after{content:'';width:2.6rem;height:1.4rem;position:absolute;top:1.9rem;right:1rem;background-image:url(../images/select-arrows-down.png);background-repeat:no-repeat;background-size:contain;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.styledSelect.active::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.options{display:none;position:absolute;top:100%;right:0;left:0;z-index:999;margin:0;padding:0;list-style:none;border:.1rem solid #000;background-color:#fff;max-height:30rem;overflow:auto}::-webkit-scrollbar{width:1.2rem}::-webkit-scrollbar-thumb{background:#2bd483}.options li{padding:1rem;margin:0;text-align:left}.options li:hover{background-color:#2bd483}.vc_single_image-wrapper img{width:100%}.vc_column-gap-1>div{padding:0 .1rem}.vc_column-gap-2>div{padding:0 .2rem}.vc_column-gap-3>div{padding:0 .3rem}.vc_column-gap-4>div{padding:0 .4rem}.vc_column-gap-5>div{padding:0 .5rem}.vc_column-gap-10>div{padding:0 1rem}.vc_column-gap-15>div{padding:0 1.5rem}.vc_column-gap-20>div{padding:0 2rem}.vc_column-gap-25>div{padding:0 2.5rem}.vc_column-gap-30>div{padding:0 3rem}.vc_column-gap-35>div{padding:0 3.5rem}.vc_row-o-content-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gm-style .gm-style-iw-c{-webkit-box-shadow:none;box-shadow:none;border:.1rem solid #2bd483;font-size:1.8rem;font-size:1.8rem;padding:1.6rem}.gm-style .gm-style-iw-t::after{-webkit-box-shadow:none;box-shadow:none;border-bottom:.1rem solid #2bd483;border-left:.1rem solid #2bd483}.ds-none{display:none}.custom-h2{font-size:2.6rem!important}@media only screen and (min-width:769px){.custom-h2{font-size:3.6rem!important}}@media only screen and (min-width:1460px){.custom-h2{font-size:4.4rem!important}}.nkv-h2{font-weight:700;line-height:1.3;font-size:2.6rem!important}@media only screen and (min-width:769px){.nkv-h2{font-size:3.6rem!important}}@media only screen and (min-width:1460px){.nkv-h2{font-size:6.4rem!important}}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination li a,.pagination li span{position:relative;display:inline-block;line-height:0;font-size:0;cursor:pointer}.pagination li .elem{padding:2.5rem 2rem;width:4rem;height:5rem}.pagination li .elem::before{content:'';position:absolute;top:1.5rem;left:1rem;width:2rem;height:2rem;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);border:2px solid #000;border-radius:50%;-webkit-transition:border-color .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:border-color .3s ease-in-out,-webkit-transform .3s ease-in-out;-o-transition:border-color .3s ease-in-out,transform .3s ease-in-out;transition:border-color .3s ease-in-out,transform .3s ease-in-out;transition:border-color .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.pagination li .elem:hover::before{border-color:#2bd483;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.pagination li .current{padding:2.5rem 2rem;width:5.2rem;height:5rem}.pagination li .current::before{content:'';position:absolute;top:.9rem;left:1rem;width:3.2rem;height:3.2rem;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);border:2px solid #2bd483;background-color:#2bd483;border-radius:50%;-webkit-transition:border-color .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:border-color .3s ease-in-out,-webkit-transform .3s ease-in-out;-o-transition:border-color .3s ease-in-out,transform .3s ease-in-out;transition:border-color .3s ease-in-out,transform .3s ease-in-out;transition:border-color .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.pagination li .current:hover::before{border-color:#000;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.pagination li .next,.pagination li .prev{padding:2.5rem 2.5rem;width:4rem;height:5rem}.pagination li .next::before,.pagination li .prev::before{content:'';position:absolute;top:50%;left:50%;border:solid #2bd483;border-width:0 .3rem .3rem 0;display:inline-block;padding:1.5rem;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.pagination li .next.disabled,.pagination li .prev.disabled{pointer-events:none;cursor:default}.pagination li .next.disabled::before,.pagination li .prev.disabled::before{opacity:.5}.pagination li .prev::before{-webkit-transform:translate(-50%,-50%) rotate(135deg) scale(1);-ms-transform:translate(-50%,-50%) rotate(135deg) scale(1);transform:translate(-50%,-50%) rotate(135deg) scale(1)}.pagination li .prev:hover::before{-webkit-transform:translate(-50%,-50%) rotate(135deg) scale(1.2);-ms-transform:translate(-50%,-50%) rotate(135deg) scale(1.2);transform:translate(-50%,-50%) rotate(135deg) scale(1.2)}.pagination li .next::before{-webkit-transform:translate(-50%,-50%) rotate(-45deg) scale(1);-ms-transform:translate(-50%,-50%) rotate(-45deg) scale(1);transform:translate(-50%,-50%) rotate(-45deg) scale(1)}.pagination li .next:hover::before{-webkit-transform:translate(-50%,-50%) rotate(-45deg) scale(1.2);-ms-transform:translate(-50%,-50%) rotate(-45deg) scale(1.2);transform:translate(-50%,-50%) rotate(-45deg) scale(1.2)}.col-sm-1\/5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}@media only screen and (max-width:768px){.col-sm-1\/5{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}}.col-sm-2\/5{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}@media only screen and (max-width:768px){.col-sm-2\/5{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:2rem}}.col-sm-3\/5{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.col-sm-4\/5{-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pr-0{padding-right:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.pt-1{padding-top:1rem}.pb-1{padding-bottom:1rem}.pl-1{padding-left:1rem}.pr-1{padding-right:1rem}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.ml-1{margin-left:1rem}.mr-1{margin-right:1rem}.pt-2{padding-top:2rem}.pb-2{padding-bottom:2rem}.pl-2{padding-left:2rem}.pr-2{padding-right:2rem}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}.ml-2{margin-left:2rem}.mr-2{margin-right:2rem}.pt-3{padding-top:3rem}.pb-3{padding-bottom:3rem}.pl-3{padding-left:3rem}.pr-3{padding-right:3rem}.mt-3{margin-top:3rem}.mb-3{margin-bottom:3rem}.ml-3{margin-left:3rem}.mr-3{margin-right:3rem}.pt-4{padding-top:4rem}.pb-4{padding-bottom:4rem}.pl-4{padding-left:4rem}.pr-4{padding-right:4rem}.mt-4{margin-top:4rem}.mb-4{margin-bottom:4rem}.ml-4{margin-left:4rem}.mr-4{margin-right:4rem}.pt-5{padding-top:5rem}.pb-5{padding-bottom:5rem}.pl-5{padding-left:5rem}.pr-5{padding-right:5rem}.mt-5{margin-top:5rem}.mb-5{margin-bottom:5rem}.ml-5{margin-left:5rem}.mr-5{margin-right:5rem}.pt-6{padding-top:6rem}.pb-6{padding-bottom:6rem}.pl-6{padding-left:6rem}.pr-6{padding-right:6rem}.mt-6{margin-top:6rem}.mb-6{margin-bottom:6rem}.ml-6{margin-left:6rem}.mr-6{margin-right:6rem}.pt-7{padding-top:7rem}.pb-7{padding-bottom:7rem}.pl-7{padding-left:7rem}.pr-7{padding-right:7rem}.mt-7{margin-top:7rem}.mb-7{margin-bottom:7rem}.ml-7{margin-left:7rem}.mr-7{margin-right:7rem}.pt-8{padding-top:8rem}.pb-8{padding-bottom:8rem}.pl-8{padding-left:8rem}.pr-8{padding-right:8rem}.mt-8{margin-top:8rem}.mb-8{margin-bottom:8rem}.ml-8{margin-left:8rem}.mr-8{margin-right:8rem}.pt-9{padding-top:9rem}.pb-9{padding-bottom:9rem}.pl-9{padding-left:9rem}.pr-9{padding-right:9rem}.mt-9{margin-top:9rem}.mb-9{margin-bottom:9rem}.ml-9{margin-left:9rem}.mr-9{margin-right:9rem}.pt-10{padding-top:10rem}.pb-10{padding-bottom:10rem}.pl-10{padding-left:10rem}.pr-10{padding-right:10rem}.mt-10{margin-top:10rem}.mb-10{margin-bottom:10rem}.ml-10{margin-left:10rem}.mr-10{margin-right:10rem}.pt-11{padding-top:11rem}.pb-11{padding-bottom:11rem}.pl-11{padding-left:11rem}.pr-11{padding-right:11rem}.mt-11{margin-top:11rem}.mb-11{margin-bottom:11rem}.ml-11{margin-left:11rem}.mr-11{margin-right:11rem}.pt-12{padding-top:12rem}.pb-12{padding-bottom:12rem}.pl-12{padding-left:12rem}.pr-12{padding-right:12rem}.mt-12{margin-top:12rem}.mb-12{margin-bottom:12rem}.ml-12{margin-left:12rem}.mr-12{margin-right:12rem}.pt-13{padding-top:13rem}.pb-13{padding-bottom:13rem}.pl-13{padding-left:13rem}.pr-13{padding-right:13rem}.mt-13{margin-top:13rem}.mb-13{margin-bottom:13rem}.ml-13{margin-left:13rem}.mr-13{margin-right:13rem}.pt-14{padding-top:14rem}.pb-14{padding-bottom:14rem}.pl-14{padding-left:14rem}.pr-14{padding-right:14rem}.mt-14{margin-top:14rem}.mb-14{margin-bottom:14rem}.ml-14{margin-left:14rem}.mr-14{margin-right:14rem}.pt-15{padding-top:15rem}.pb-15{padding-bottom:15rem}.pl-15{padding-left:15rem}.pr-15{padding-right:15rem}.mt-15{margin-top:15rem}.mb-15{margin-bottom:15rem}.ml-15{margin-left:15rem}.mr-15{margin-right:15rem}.pt-16{padding-top:16rem}.pb-16{padding-bottom:16rem}.pl-16{padding-left:16rem}.pr-16{padding-right:16rem}.mt-16{margin-top:16rem}.mb-16{margin-bottom:16rem}.ml-16{margin-left:16rem}.mr-16{margin-right:16rem}.pt-17{padding-top:17rem}.pb-17{padding-bottom:17rem}.pl-17{padding-left:17rem}.pr-17{padding-right:17rem}.mt-17{margin-top:17rem}.mb-17{margin-bottom:17rem}.ml-17{margin-left:17rem}.mr-17{margin-right:17rem}.pt-18{padding-top:18rem}.pb-18{padding-bottom:18rem}.pl-18{padding-left:18rem}.pr-18{padding-right:18rem}.mt-18{margin-top:18rem}.mb-18{margin-bottom:18rem}.ml-18{margin-left:18rem}.mr-18{margin-right:18rem}.pt-19{padding-top:19rem}.pb-19{padding-bottom:19rem}.pl-19{padding-left:19rem}.pr-19{padding-right:19rem}.mt-19{margin-top:19rem}.mb-19{margin-bottom:19rem}.ml-19{margin-left:19rem}.mr-19{margin-right:19rem}.pt-20{padding-top:20rem}.pb-20{padding-bottom:20rem}.pl-20{padding-left:20rem}.pr-20{padding-right:20rem}.mt-20{margin-top:20rem}.mb-20{margin-bottom:20rem}.ml-20{margin-left:20rem}.mr-20{margin-right:20rem}.pt-21{padding-top:21rem}.pb-21{padding-bottom:21rem}.pl-21{padding-left:21rem}.pr-21{padding-right:21rem}.mt-21{margin-top:21rem}.mb-21{margin-bottom:21rem}.ml-21{margin-left:21rem}.mr-21{margin-right:21rem}.pt-22{padding-top:22rem}.pb-22{padding-bottom:22rem}.pl-22{padding-left:22rem}.pr-22{padding-right:22rem}.mt-22{margin-top:22rem}.mb-22{margin-bottom:22rem}.ml-22{margin-left:22rem}.mr-22{margin-right:22rem}.pt-23{padding-top:23rem}.pb-23{padding-bottom:23rem}.pl-23{padding-left:23rem}.pr-23{padding-right:23rem}.mt-23{margin-top:23rem}.mb-23{margin-bottom:23rem}.ml-23{margin-left:23rem}.mr-23{margin-right:23rem}.pt-24{padding-top:24rem}.pb-24{padding-bottom:24rem}.pl-24{padding-left:24rem}.pr-24{padding-right:24rem}.mt-24{margin-top:24rem}.mb-24{margin-bottom:24rem}.ml-24{margin-left:24rem}.mr-24{margin-right:24rem}.pt-25{padding-top:25rem}.pb-25{padding-bottom:25rem}.pl-25{padding-left:25rem}.pr-25{padding-right:25rem}.mt-25{margin-top:25rem}.mb-25{margin-bottom:25rem}.ml-25{margin-left:25rem}.mr-25{margin-right:25rem}.pt-26{padding-top:26rem}.pb-26{padding-bottom:26rem}.pl-26{padding-left:26rem}.pr-26{padding-right:26rem}.mt-26{margin-top:26rem}.mb-26{margin-bottom:26rem}.ml-26{margin-left:26rem}.mr-26{margin-right:26rem}.pt-27{padding-top:27rem}.pb-27{padding-bottom:27rem}.pl-27{padding-left:27rem}.pr-27{padding-right:27rem}.mt-27{margin-top:27rem}.mb-27{margin-bottom:27rem}.ml-27{margin-left:27rem}.mr-27{margin-right:27rem}.pt-28{padding-top:28rem}.pb-28{padding-bottom:28rem}.pl-28{padding-left:28rem}.pr-28{padding-right:28rem}.mt-28{margin-top:28rem}.mb-28{margin-bottom:28rem}.ml-28{margin-left:28rem}.mr-28{margin-right:28rem}.pt-29{padding-top:29rem}.pb-29{padding-bottom:29rem}.pl-29{padding-left:29rem}.pr-29{padding-right:29rem}.mt-29{margin-top:29rem}.mb-29{margin-bottom:29rem}.ml-29{margin-left:29rem}.mr-29{margin-right:29rem}.pt-30{padding-top:30rem}.pb-30{padding-bottom:30rem}.pl-30{padding-left:30rem}.pr-30{padding-right:30rem}.mt-30{margin-top:30rem}.mb-30{margin-bottom:30rem}.ml-30{margin-left:30rem}.mr-30{margin-right:30rem}.pt-40{padding-top:40rem}.pb-40{padding-bottom:40rem}.pl-40{padding-left:40rem}.pr-40{padding-right:40rem}.mt-40{margin-top:40rem}.mb-40{margin-bottom:40rem}.ml-40{margin-left:40rem}.mr-40{margin-right:40rem}[class*=fs-]{line-height:1.4}.fs-1{font-size:.1rem}.fs-2{font-size:.2rem}.fs-3{font-size:.3rem}.fs-4{font-size:.4rem}.fs-5{font-size:.5rem}.fs-6{font-size:.6rem}.fs-7{font-size:.7rem}.fs-8{font-size:.8rem}.fs-9{font-size:.9rem}.fs-10{font-size:1rem}.fs-11{font-size:1.1rem}.fs-12{font-size:1.2rem}.fs-13{font-size:1.3rem}.fs-14{font-size:1.4rem}.fs-15{font-size:1.5rem}.fs-16{font-size:1.6rem}.fs-17{font-size:1.7rem}.fs-18{font-size:1.8rem}.fs-19{font-size:1.9rem}.fs-20{font-size:2rem}.fs-21{font-size:2.1rem}.fs-22{font-size:2.2rem}.fs-23{font-size:2.3rem}.fs-24{font-size:2.4rem}.fs-25{font-size:2.5rem}.fs-26{font-size:2.6rem}.fs-27{font-size:2.7rem}.fs-28{font-size:2.8rem}.fs-29{font-size:2.9rem}.fs-30{font-size:3rem}.fs-31{font-size:3.1rem}.fs-32{font-size:3.2rem}.fs-33{font-size:3.3rem}.fs-34{font-size:3.4rem}.fs-35{font-size:3.5rem}.fs-36{font-size:3.6rem}.fs-37{font-size:3.7rem}.fs-38{font-size:3.8rem}.fs-39{font-size:3.9rem}.fs-40{font-size:4rem}.fs-41{font-size:4.1rem}.fs-42{font-size:4.2rem}.fs-43{font-size:4.3rem}.fs-44{font-size:4.4rem}.fs-45{font-size:4.5rem}.fs-46{font-size:4.6rem}.fs-47{font-size:4.7rem}.fs-48{font-size:4.8rem}.fs-49{font-size:4.9rem}.fs-50{font-size:5rem}.fs-51{font-size:5.1rem}.fs-52{font-size:5.2rem}.fs-53{font-size:5.3rem}.fs-54{font-size:5.4rem}.fs-55{font-size:5.5rem}.fs-56{font-size:5.6rem}.fs-57{font-size:5.7rem}.fs-58{font-size:5.8rem}.fs-59{font-size:5.9rem}.fs-60{font-size:6rem}.fs-80{font-size:8rem}@media only screen and (min-width:1459px){.pt-lp-0{padding-top:0}.pb-lp-0{padding-bottom:0}.pl-lp-0{padding-left:0}.pr-lp-0{padding-right:0}.mt-lp-0{margin-top:0}.mb-lp-0{margin-bottom:0}.ml-lp-0{margin-left:0}.mr-lp-0{margin-right:0}.pt-lp-1{padding-top:1rem}.pb-lp-1{padding-bottom:1rem}.pl-lp-1{padding-left:1rem}.pr-lp-1{padding-right:1rem}.mt-lp-1{margin-top:1rem}.mb-lp-1{margin-bottom:1rem}.ml-lp-1{margin-left:1rem}.mr-lp-1{margin-right:1rem}.pt-lp-2{padding-top:2rem}.pb-lp-2{padding-bottom:2rem}.pl-lp-2{padding-left:2rem}.pr-lp-2{padding-right:2rem}.mt-lp-2{margin-top:2rem}.mb-lp-2{margin-bottom:2rem}.ml-lp-2{margin-left:2rem}.mr-lp-2{margin-right:2rem}.pt-lp-3{padding-top:3rem}.pb-lp-3{padding-bottom:3rem}.pl-lp-3{padding-left:3rem}.pr-lp-3{padding-right:3rem}.mt-lp-3{margin-top:3rem}.mb-lp-3{margin-bottom:3rem}.ml-lp-3{margin-left:3rem}.mr-lp-3{margin-right:3rem}.pt-lp-4{padding-top:4rem}.pb-lp-4{padding-bottom:4rem}.pl-lp-4{padding-left:4rem}.pr-lp-4{padding-right:4rem}.mt-lp-4{margin-top:4rem}.mb-lp-4{margin-bottom:4rem}.ml-lp-4{margin-left:4rem}.mr-lp-4{margin-right:4rem}.pt-lp-5{padding-top:5rem}.pb-lp-5{padding-bottom:5rem}.pl-lp-5{padding-left:5rem}.pr-lp-5{padding-right:5rem}.mt-lp-5{margin-top:5rem}.mb-lp-5{margin-bottom:5rem}.ml-lp-5{margin-left:5rem}.mr-lp-5{margin-right:5rem}.pt-lp-6{padding-top:6rem}.pb-lp-6{padding-bottom:6rem}.pl-lp-6{padding-left:6rem}.pr-lp-6{padding-right:6rem}.mt-lp-6{margin-top:6rem}.mb-lp-6{margin-bottom:6rem}.ml-lp-6{margin-left:6rem}.mr-lp-6{margin-right:6rem}.pt-lp-7{padding-top:7rem}.pb-lp-7{padding-bottom:7rem}.pl-lp-7{padding-left:7rem}.pr-lp-7{padding-right:7rem}.mt-lp-7{margin-top:7rem}.mb-lp-7{margin-bottom:7rem}.ml-lp-7{margin-left:7rem}.mr-lp-7{margin-right:7rem}.pt-lp-8{padding-top:8rem}.pb-lp-8{padding-bottom:8rem}.pl-lp-8{padding-left:8rem}.pr-lp-8{padding-right:8rem}.mt-lp-8{margin-top:8rem}.mb-lp-8{margin-bottom:8rem}.ml-lp-8{margin-left:8rem}.mr-lp-8{margin-right:8rem}.pt-lp-9{padding-top:9rem}.pb-lp-9{padding-bottom:9rem}.pl-lp-9{padding-left:9rem}.pr-lp-9{padding-right:9rem}.mt-lp-9{margin-top:9rem}.mb-lp-9{margin-bottom:9rem}.ml-lp-9{margin-left:9rem}.mr-lp-9{margin-right:9rem}.pt-lp-10{padding-top:10rem}.pb-lp-10{padding-bottom:10rem}.pl-lp-10{padding-left:10rem}.pr-lp-10{padding-right:10rem}.mt-lp-10{margin-top:10rem}.mb-lp-10{margin-bottom:10rem}.ml-lp-10{margin-left:10rem}.mr-lp-10{margin-right:10rem}.pt-lp-11{padding-top:11rem}.pb-lp-11{padding-bottom:11rem}.pl-lp-11{padding-left:11rem}.pr-lp-11{padding-right:11rem}.mt-lp-11{margin-top:11rem}.mb-lp-11{margin-bottom:11rem}.ml-lp-11{margin-left:11rem}.mr-lp-11{margin-right:11rem}.pt-lp-12{padding-top:12rem}.pb-lp-12{padding-bottom:12rem}.pl-lp-12{padding-left:12rem}.pr-lp-12{padding-right:12rem}.mt-lp-12{margin-top:12rem}.mb-lp-12{margin-bottom:12rem}.ml-lp-12{margin-left:12rem}.mr-lp-12{margin-right:12rem}.pt-lp-13{padding-top:13rem}.pb-lp-13{padding-bottom:13rem}.pl-lp-13{padding-left:13rem}.pr-lp-13{padding-right:13rem}.mt-lp-13{margin-top:13rem}.mb-lp-13{margin-bottom:13rem}.ml-lp-13{margin-left:13rem}.mr-lp-13{margin-right:13rem}.pt-lp-14{padding-top:14rem}.pb-lp-14{padding-bottom:14rem}.pl-lp-14{padding-left:14rem}.pr-lp-14{padding-right:14rem}.mt-lp-14{margin-top:14rem}.mb-lp-14{margin-bottom:14rem}.ml-lp-14{margin-left:14rem}.mr-lp-14{margin-right:14rem}.pt-lp-15{padding-top:15rem}.pb-lp-15{padding-bottom:15rem}.pl-lp-15{padding-left:15rem}.pr-lp-15{padding-right:15rem}.mt-lp-15{margin-top:15rem}.mb-lp-15{margin-bottom:15rem}.ml-lp-15{margin-left:15rem}.mr-lp-15{margin-right:15rem}.pt-lp-16{padding-top:16rem}.pb-lp-16{padding-bottom:16rem}.pl-lp-16{padding-left:16rem}.pr-lp-16{padding-right:16rem}.mt-lp-16{margin-top:16rem}.mb-lp-16{margin-bottom:16rem}.ml-lp-16{margin-left:16rem}.mr-lp-16{margin-right:16rem}.pt-lp-17{padding-top:17rem}.pb-lp-17{padding-bottom:17rem}.pl-lp-17{padding-left:17rem}.pr-lp-17{padding-right:17rem}.mt-lp-17{margin-top:17rem}.mb-lp-17{margin-bottom:17rem}.ml-lp-17{margin-left:17rem}.mr-lp-17{margin-right:17rem}.pt-lp-18{padding-top:18rem}.pb-lp-18{padding-bottom:18rem}.pl-lp-18{padding-left:18rem}.pr-lp-18{padding-right:18rem}.mt-lp-18{margin-top:18rem}.mb-lp-18{margin-bottom:18rem}.ml-lp-18{margin-left:18rem}.mr-lp-18{margin-right:18rem}.pt-lp-19{padding-top:19rem}.pb-lp-19{padding-bottom:19rem}.pl-lp-19{padding-left:19rem}.pr-lp-19{padding-right:19rem}.mt-lp-19{margin-top:19rem}.mb-lp-19{margin-bottom:19rem}.ml-lp-19{margin-left:19rem}.mr-lp-19{margin-right:19rem}.pt-lp-20{padding-top:20rem}.pb-lp-20{padding-bottom:20rem}.pl-lp-20{padding-left:20rem}.pr-lp-20{padding-right:20rem}.mt-lp-20{margin-top:20rem}.mb-lp-20{margin-bottom:20rem}.ml-lp-20{margin-left:20rem}.mr-lp-20{margin-right:20rem}.pt-lp-21{padding-top:21rem}.pb-lp-21{padding-bottom:21rem}.pl-lp-21{padding-left:21rem}.pr-lp-21{padding-right:21rem}.mt-lp-21{margin-top:21rem}.mb-lp-21{margin-bottom:21rem}.ml-lp-21{margin-left:21rem}.mr-lp-21{margin-right:21rem}.pt-lp-22{padding-top:22rem}.pb-lp-22{padding-bottom:22rem}.pl-lp-22{padding-left:22rem}.pr-lp-22{padding-right:22rem}.mt-lp-22{margin-top:22rem}.mb-lp-22{margin-bottom:22rem}.ml-lp-22{margin-left:22rem}.mr-lp-22{margin-right:22rem}.pt-lp-23{padding-top:23rem}.pb-lp-23{padding-bottom:23rem}.pl-lp-23{padding-left:23rem}.pr-lp-23{padding-right:23rem}.mt-lp-23{margin-top:23rem}.mb-lp-23{margin-bottom:23rem}.ml-lp-23{margin-left:23rem}.mr-lp-23{margin-right:23rem}.pt-lp-24{padding-top:24rem}.pb-lp-24{padding-bottom:24rem}.pl-lp-24{padding-left:24rem}.pr-lp-24{padding-right:24rem}.mt-lp-24{margin-top:24rem}.mb-lp-24{margin-bottom:24rem}.ml-lp-24{margin-left:24rem}.mr-lp-24{margin-right:24rem}.pt-lp-25{padding-top:25rem}.pb-lp-25{padding-bottom:25rem}.pl-lp-25{padding-left:25rem}.pr-lp-25{padding-right:25rem}.mt-lp-25{margin-top:25rem}.mb-lp-25{margin-bottom:25rem}.ml-lp-25{margin-left:25rem}.mr-lp-25{margin-right:25rem}.pt-lp-26{padding-top:26rem}.pb-lp-26{padding-bottom:26rem}.pl-lp-26{padding-left:26rem}.pr-lp-26{padding-right:26rem}.mt-lp-26{margin-top:26rem}.mb-lp-26{margin-bottom:26rem}.ml-lp-26{margin-left:26rem}.mr-lp-26{margin-right:26rem}.pt-lp-27{padding-top:27rem}.pb-lp-27{padding-bottom:27rem}.pl-lp-27{padding-left:27rem}.pr-lp-27{padding-right:27rem}.mt-lp-27{margin-top:27rem}.mb-lp-27{margin-bottom:27rem}.ml-lp-27{margin-left:27rem}.mr-lp-27{margin-right:27rem}.pt-lp-28{padding-top:28rem}.pb-lp-28{padding-bottom:28rem}.pl-lp-28{padding-left:28rem}.pr-lp-28{padding-right:28rem}.mt-lp-28{margin-top:28rem}.mb-lp-28{margin-bottom:28rem}.ml-lp-28{margin-left:28rem}.mr-lp-28{margin-right:28rem}.pt-lp-29{padding-top:29rem}.pb-lp-29{padding-bottom:29rem}.pl-lp-29{padding-left:29rem}.pr-lp-29{padding-right:29rem}.mt-lp-29{margin-top:29rem}.mb-lp-29{margin-bottom:29rem}.ml-lp-29{margin-left:29rem}.mr-lp-29{margin-right:29rem}.pt-lp-30{padding-top:30rem}.pb-lp-30{padding-bottom:30rem}.pl-lp-30{padding-left:30rem}.pr-lp-30{padding-right:30rem}.mt-lp-30{margin-top:30rem}.mb-lp-30{margin-bottom:30rem}.ml-lp-30{margin-left:30rem}.mr-lp-30{margin-right:30rem}.fs-lp-1{font-size:.1rem}.fs-lp-2{font-size:.2rem}.fs-lp-3{font-size:.3rem}.fs-lp-4{font-size:.4rem}.fs-lp-5{font-size:.5rem}.fs-lp-6{font-size:.6rem}.fs-lp-7{font-size:.7rem}.fs-lp-8{font-size:.8rem}.fs-lp-9{font-size:.9rem}.fs-lp-10{font-size:1rem}.fs-lp-11{font-size:1.1rem}.fs-lp-12{font-size:1.2rem}.fs-lp-13{font-size:1.3rem}.fs-lp-14{font-size:1.4rem}.fs-lp-15{font-size:1.5rem}.fs-lp-16{font-size:1.6rem}.fs-lp-17{font-size:1.7rem}.fs-lp-18{font-size:1.8rem}.fs-lp-19{font-size:1.9rem}.fs-lp-20{font-size:2rem}.fs-lp-21{font-size:2.1rem}.fs-lp-22{font-size:2.2rem}.fs-lp-23{font-size:2.3rem}.fs-lp-24{font-size:2.4rem}.fs-lp-25{font-size:2.5rem}.fs-lp-26{font-size:2.6rem}.fs-lp-27{font-size:2.7rem}.fs-lp-28{font-size:2.8rem}.fs-lp-29{font-size:2.9rem}.fs-lp-30{font-size:3rem}.fs-lp-31{font-size:3.1rem}.fs-lp-32{font-size:3.2rem}.fs-lp-33{font-size:3.3rem}.fs-lp-34{font-size:3.4rem}.fs-lp-35{font-size:3.5rem}.fs-lp-36{font-size:3.6rem}.fs-lp-37{font-size:3.7rem}.fs-lp-38{font-size:3.8rem}.fs-lp-39{font-size:3.9rem}.fs-lp-40{font-size:4rem}.fs-lp-41{font-size:4.1rem}.fs-lp-42{font-size:4.2rem}.fs-lp-43{font-size:4.3rem}.fs-lp-44{font-size:4.4rem}.fs-lp-45{font-size:4.5rem}.fs-lp-46{font-size:4.6rem}.fs-lp-47{font-size:4.7rem}.fs-lp-48{font-size:4.8rem}.fs-lp-49{font-size:4.9rem}.fs-lp-50{font-size:5rem}.fs-lp-51{font-size:5.1rem}.fs-lp-52{font-size:5.2rem}.fs-lp-53{font-size:5.3rem}.fs-lp-54{font-size:5.4rem}.fs-lp-55{font-size:5.5rem}.fs-lp-56{font-size:5.6rem}.fs-lp-57{font-size:5.7rem}.fs-lp-58{font-size:5.8rem}.fs-lp-59{font-size:5.9rem}.fs-lp-60{font-size:6rem}}@media only screen and (min-width:1365px){.pt-tb-0{padding-top:0}.pb-tb-0{padding-bottom:0}.pl-tb-0{padding-left:0}.pr-tb-0{padding-right:0}.mt-tb-0{margin-top:0}.mb-tb-0{margin-bottom:0}.ml-tb-0{margin-left:0}.mr-tb-0{margin-right:0}.pt-tb-1{padding-top:1rem}.pb-tb-1{padding-bottom:1rem}.pl-tb-1{padding-left:1rem}.pr-tb-1{padding-right:1rem}.mt-tb-1{margin-top:1rem}.mb-tb-1{margin-bottom:1rem}.ml-tb-1{margin-left:1rem}.mr-tb-1{margin-right:1rem}.pt-tb-2{padding-top:2rem}.pb-tb-2{padding-bottom:2rem}.pl-tb-2{padding-left:2rem}.pr-tb-2{padding-right:2rem}.mt-tb-2{margin-top:2rem}.mb-tb-2{margin-bottom:2rem}.ml-tb-2{margin-left:2rem}.mr-tb-2{margin-right:2rem}.pt-tb-3{padding-top:3rem}.pb-tb-3{padding-bottom:3rem}.pl-tb-3{padding-left:3rem}.pr-tb-3{padding-right:3rem}.mt-tb-3{margin-top:3rem}.mb-tb-3{margin-bottom:3rem}.ml-tb-3{margin-left:3rem}.mr-tb-3{margin-right:3rem}.pt-tb-4{padding-top:4rem}.pb-tb-4{padding-bottom:4rem}.pl-tb-4{padding-left:4rem}.pr-tb-4{padding-right:4rem}.mt-tb-4{margin-top:4rem}.mb-tb-4{margin-bottom:4rem}.ml-tb-4{margin-left:4rem}.mr-tb-4{margin-right:4rem}.pt-tb-5{padding-top:5rem}.pb-tb-5{padding-bottom:5rem}.pl-tb-5{padding-left:5rem}.pr-tb-5{padding-right:5rem}.mt-tb-5{margin-top:5rem}.mb-tb-5{margin-bottom:5rem}.ml-tb-5{margin-left:5rem}.mr-tb-5{margin-right:5rem}.pt-tb-6{padding-top:6rem}.pb-tb-6{padding-bottom:6rem}.pl-tb-6{padding-left:6rem}.pr-tb-6{padding-right:6rem}.mt-tb-6{margin-top:6rem}.mb-tb-6{margin-bottom:6rem}.ml-tb-6{margin-left:6rem}.mr-tb-6{margin-right:6rem}.pt-tb-7{padding-top:7rem}.pb-tb-7{padding-bottom:7rem}.pl-tb-7{padding-left:7rem}.pr-tb-7{padding-right:7rem}.mt-tb-7{margin-top:7rem}.mb-tb-7{margin-bottom:7rem}.ml-tb-7{margin-left:7rem}.mr-tb-7{margin-right:7rem}.pt-tb-8{padding-top:8rem}.pb-tb-8{padding-bottom:8rem}.pl-tb-8{padding-left:8rem}.pr-tb-8{padding-right:8rem}.mt-tb-8{margin-top:8rem}.mb-tb-8{margin-bottom:8rem}.ml-tb-8{margin-left:8rem}.mr-tb-8{margin-right:8rem}.pt-tb-9{padding-top:9rem}.pb-tb-9{padding-bottom:9rem}.pl-tb-9{padding-left:9rem}.pr-tb-9{padding-right:9rem}.mt-tb-9{margin-top:9rem}.mb-tb-9{margin-bottom:9rem}.ml-tb-9{margin-left:9rem}.mr-tb-9{margin-right:9rem}.pt-tb-10{padding-top:10rem}.pb-tb-10{padding-bottom:10rem}.pl-tb-10{padding-left:10rem}.pr-tb-10{padding-right:10rem}.mt-tb-10{margin-top:10rem}.mb-tb-10{margin-bottom:10rem}.ml-tb-10{margin-left:10rem}.mr-tb-10{margin-right:10rem}.pt-tb-11{padding-top:11rem}.pb-tb-11{padding-bottom:11rem}.pl-tb-11{padding-left:11rem}.pr-tb-11{padding-right:11rem}.mt-tb-11{margin-top:11rem}.mb-tb-11{margin-bottom:11rem}.ml-tb-11{margin-left:11rem}.mr-tb-11{margin-right:11rem}.pt-tb-12{padding-top:12rem}.pb-tb-12{padding-bottom:12rem}.pl-tb-12{padding-left:12rem}.pr-tb-12{padding-right:12rem}.mt-tb-12{margin-top:12rem}.mb-tb-12{margin-bottom:12rem}.ml-tb-12{margin-left:12rem}.mr-tb-12{margin-right:12rem}.pt-tb-13{padding-top:13rem}.pb-tb-13{padding-bottom:13rem}.pl-tb-13{padding-left:13rem}.pr-tb-13{padding-right:13rem}.mt-tb-13{margin-top:13rem}.mb-tb-13{margin-bottom:13rem}.ml-tb-13{margin-left:13rem}.mr-tb-13{margin-right:13rem}.pt-tb-14{padding-top:14rem}.pb-tb-14{padding-bottom:14rem}.pl-tb-14{padding-left:14rem}.pr-tb-14{padding-right:14rem}.mt-tb-14{margin-top:14rem}.mb-tb-14{margin-bottom:14rem}.ml-tb-14{margin-left:14rem}.mr-tb-14{margin-right:14rem}.pt-tb-15{padding-top:15rem}.pb-tb-15{padding-bottom:15rem}.pl-tb-15{padding-left:15rem}.pr-tb-15{padding-right:15rem}.mt-tb-15{margin-top:15rem}.mb-tb-15{margin-bottom:15rem}.ml-tb-15{margin-left:15rem}.mr-tb-15{margin-right:15rem}.pt-tb-16{padding-top:16rem}.pb-tb-16{padding-bottom:16rem}.pl-tb-16{padding-left:16rem}.pr-tb-16{padding-right:16rem}.mt-tb-16{margin-top:16rem}.mb-tb-16{margin-bottom:16rem}.ml-tb-16{margin-left:16rem}.mr-tb-16{margin-right:16rem}.pt-tb-17{padding-top:17rem}.pb-tb-17{padding-bottom:17rem}.pl-tb-17{padding-left:17rem}.pr-tb-17{padding-right:17rem}.mt-tb-17{margin-top:17rem}.mb-tb-17{margin-bottom:17rem}.ml-tb-17{margin-left:17rem}.mr-tb-17{margin-right:17rem}.pt-tb-18{padding-top:18rem}.pb-tb-18{padding-bottom:18rem}.pl-tb-18{padding-left:18rem}.pr-tb-18{padding-right:18rem}.mt-tb-18{margin-top:18rem}.mb-tb-18{margin-bottom:18rem}.ml-tb-18{margin-left:18rem}.mr-tb-18{margin-right:18rem}.pt-tb-19{padding-top:19rem}.pb-tb-19{padding-bottom:19rem}.pl-tb-19{padding-left:19rem}.pr-tb-19{padding-right:19rem}.mt-tb-19{margin-top:19rem}.mb-tb-19{margin-bottom:19rem}.ml-tb-19{margin-left:19rem}.mr-tb-19{margin-right:19rem}.pt-tb-20{padding-top:20rem}.pb-tb-20{padding-bottom:20rem}.pl-tb-20{padding-left:20rem}.pr-tb-20{padding-right:20rem}.mt-tb-20{margin-top:20rem}.mb-tb-20{margin-bottom:20rem}.ml-tb-20{margin-left:20rem}.mr-tb-20{margin-right:20rem}.pt-tb-21{padding-top:21rem}.pb-tb-21{padding-bottom:21rem}.pl-tb-21{padding-left:21rem}.pr-tb-21{padding-right:21rem}.mt-tb-21{margin-top:21rem}.mb-tb-21{margin-bottom:21rem}.ml-tb-21{margin-left:21rem}.mr-tb-21{margin-right:21rem}.pt-tb-22{padding-top:22rem}.pb-tb-22{padding-bottom:22rem}.pl-tb-22{padding-left:22rem}.pr-tb-22{padding-right:22rem}.mt-tb-22{margin-top:22rem}.mb-tb-22{margin-bottom:22rem}.ml-tb-22{margin-left:22rem}.mr-tb-22{margin-right:22rem}.pt-tb-23{padding-top:23rem}.pb-tb-23{padding-bottom:23rem}.pl-tb-23{padding-left:23rem}.pr-tb-23{padding-right:23rem}.mt-tb-23{margin-top:23rem}.mb-tb-23{margin-bottom:23rem}.ml-tb-23{margin-left:23rem}.mr-tb-23{margin-right:23rem}.pt-tb-24{padding-top:24rem}.pb-tb-24{padding-bottom:24rem}.pl-tb-24{padding-left:24rem}.pr-tb-24{padding-right:24rem}.mt-tb-24{margin-top:24rem}.mb-tb-24{margin-bottom:24rem}.ml-tb-24{margin-left:24rem}.mr-tb-24{margin-right:24rem}.pt-tb-25{padding-top:25rem}.pb-tb-25{padding-bottom:25rem}.pl-tb-25{padding-left:25rem}.pr-tb-25{padding-right:25rem}.mt-tb-25{margin-top:25rem}.mb-tb-25{margin-bottom:25rem}.ml-tb-25{margin-left:25rem}.mr-tb-25{margin-right:25rem}.pt-tb-26{padding-top:26rem}.pb-tb-26{padding-bottom:26rem}.pl-tb-26{padding-left:26rem}.pr-tb-26{padding-right:26rem}.mt-tb-26{margin-top:26rem}.mb-tb-26{margin-bottom:26rem}.ml-tb-26{margin-left:26rem}.mr-tb-26{margin-right:26rem}.pt-tb-27{padding-top:27rem}.pb-tb-27{padding-bottom:27rem}.pl-tb-27{padding-left:27rem}.pr-tb-27{padding-right:27rem}.mt-tb-27{margin-top:27rem}.mb-tb-27{margin-bottom:27rem}.ml-tb-27{margin-left:27rem}.mr-tb-27{margin-right:27rem}.pt-tb-28{padding-top:28rem}.pb-tb-28{padding-bottom:28rem}.pl-tb-28{padding-left:28rem}.pr-tb-28{padding-right:28rem}.mt-tb-28{margin-top:28rem}.mb-tb-28{margin-bottom:28rem}.ml-tb-28{margin-left:28rem}.mr-tb-28{margin-right:28rem}.pt-tb-29{padding-top:29rem}.pb-tb-29{padding-bottom:29rem}.pl-tb-29{padding-left:29rem}.pr-tb-29{padding-right:29rem}.mt-tb-29{margin-top:29rem}.mb-tb-29{margin-bottom:29rem}.ml-tb-29{margin-left:29rem}.mr-tb-29{margin-right:29rem}.pt-tb-30{padding-top:30rem}.pb-tb-30{padding-bottom:30rem}.pl-tb-30{padding-left:30rem}.pr-tb-30{padding-right:30rem}.mt-tb-30{margin-top:30rem}.mb-tb-30{margin-bottom:30rem}.ml-tb-30{margin-left:30rem}.mr-tb-30{margin-right:30rem}.fs-tb-1{font-size:.1rem}.fs-tb-2{font-size:.2rem}.fs-tb-3{font-size:.3rem}.fs-tb-4{font-size:.4rem}.fs-tb-5{font-size:.5rem}.fs-tb-6{font-size:.6rem}.fs-tb-7{font-size:.7rem}.fs-tb-8{font-size:.8rem}.fs-tb-9{font-size:.9rem}.fs-tb-10{font-size:1rem}.fs-tb-11{font-size:1.1rem}.fs-tb-12{font-size:1.2rem}.fs-tb-13{font-size:1.3rem}.fs-tb-14{font-size:1.4rem}.fs-tb-15{font-size:1.5rem}.fs-tb-16{font-size:1.6rem}.fs-tb-17{font-size:1.7rem}.fs-tb-18{font-size:1.8rem}.fs-tb-19{font-size:1.9rem}.fs-tb-20{font-size:2rem}.fs-tb-21{font-size:2.1rem}.fs-tb-22{font-size:2.2rem}.fs-tb-23{font-size:2.3rem}.fs-tb-24{font-size:2.4rem}.fs-tb-25{font-size:2.5rem}.fs-tb-26{font-size:2.6rem}.fs-tb-27{font-size:2.7rem}.fs-tb-28{font-size:2.8rem}.fs-tb-29{font-size:2.9rem}.fs-tb-30{font-size:3rem}.fs-tb-31{font-size:3.1rem}.fs-tb-32{font-size:3.2rem}.fs-tb-33{font-size:3.3rem}.fs-tb-34{font-size:3.4rem}.fs-tb-35{font-size:3.5rem}.fs-tb-36{font-size:3.6rem}.fs-tb-37{font-size:3.7rem}.fs-tb-38{font-size:3.8rem}.fs-tb-39{font-size:3.9rem}.fs-tb-40{font-size:4rem}.fs-tb-41{font-size:4.1rem}.fs-tb-42{font-size:4.2rem}.fs-tb-43{font-size:4.3rem}.fs-tb-44{font-size:4.4rem}.fs-tb-45{font-size:4.5rem}.fs-tb-46{font-size:4.6rem}.fs-tb-47{font-size:4.7rem}.fs-tb-48{font-size:4.8rem}.fs-tb-49{font-size:4.9rem}.fs-tb-50{font-size:5rem}.fs-tb-51{font-size:5.1rem}.fs-tb-52{font-size:5.2rem}.fs-tb-53{font-size:5.3rem}.fs-tb-54{font-size:5.4rem}.fs-tb-55{font-size:5.5rem}.fs-tb-56{font-size:5.6rem}.fs-tb-57{font-size:5.7rem}.fs-tb-58{font-size:5.8rem}.fs-tb-59{font-size:5.9rem}.fs-tb-60{font-size:6rem}}@media only screen and (min-width:1280px){.pt-lg-0{padding-top:0}.pb-lg-0{padding-bottom:0}.pl-lg-0{padding-left:0}.pr-lg-0{padding-right:0}.mt-lg-0{margin-top:0}.mb-lg-0{margin-bottom:0}.ml-lg-0{margin-left:0}.mr-lg-0{margin-right:0}.pt-lg-1{padding-top:1rem}.pb-lg-1{padding-bottom:1rem}.pl-lg-1{padding-left:1rem}.pr-lg-1{padding-right:1rem}.mt-lg-1{margin-top:1rem}.mb-lg-1{margin-bottom:1rem}.ml-lg-1{margin-left:1rem}.mr-lg-1{margin-right:1rem}.pt-lg-2{padding-top:2rem}.pb-lg-2{padding-bottom:2rem}.pl-lg-2{padding-left:2rem}.pr-lg-2{padding-right:2rem}.mt-lg-2{margin-top:2rem}.mb-lg-2{margin-bottom:2rem}.ml-lg-2{margin-left:2rem}.mr-lg-2{margin-right:2rem}.pt-lg-3{padding-top:3rem}.pb-lg-3{padding-bottom:3rem}.pl-lg-3{padding-left:3rem}.pr-lg-3{padding-right:3rem}.mt-lg-3{margin-top:3rem}.mb-lg-3{margin-bottom:3rem}.ml-lg-3{margin-left:3rem}.mr-lg-3{margin-right:3rem}.pt-lg-4{padding-top:4rem}.pb-lg-4{padding-bottom:4rem}.pl-lg-4{padding-left:4rem}.pr-lg-4{padding-right:4rem}.mt-lg-4{margin-top:4rem}.mb-lg-4{margin-bottom:4rem}.ml-lg-4{margin-left:4rem}.mr-lg-4{margin-right:4rem}.pt-lg-5{padding-top:5rem}.pb-lg-5{padding-bottom:5rem}.pl-lg-5{padding-left:5rem}.pr-lg-5{padding-right:5rem}.mt-lg-5{margin-top:5rem}.mb-lg-5{margin-bottom:5rem}.ml-lg-5{margin-left:5rem}.mr-lg-5{margin-right:5rem}.pt-lg-6{padding-top:6rem}.pb-lg-6{padding-bottom:6rem}.pl-lg-6{padding-left:6rem}.pr-lg-6{padding-right:6rem}.mt-lg-6{margin-top:6rem}.mb-lg-6{margin-bottom:6rem}.ml-lg-6{margin-left:6rem}.mr-lg-6{margin-right:6rem}.pt-lg-7{padding-top:7rem}.pb-lg-7{padding-bottom:7rem}.pl-lg-7{padding-left:7rem}.pr-lg-7{padding-right:7rem}.mt-lg-7{margin-top:7rem}.mb-lg-7{margin-bottom:7rem}.ml-lg-7{margin-left:7rem}.mr-lg-7{margin-right:7rem}.pt-lg-8{padding-top:8rem}.pb-lg-8{padding-bottom:8rem}.pl-lg-8{padding-left:8rem}.pr-lg-8{padding-right:8rem}.mt-lg-8{margin-top:8rem}.mb-lg-8{margin-bottom:8rem}.ml-lg-8{margin-left:8rem}.mr-lg-8{margin-right:8rem}.pt-lg-9{padding-top:9rem}.pb-lg-9{padding-bottom:9rem}.pl-lg-9{padding-left:9rem}.pr-lg-9{padding-right:9rem}.mt-lg-9{margin-top:9rem}.mb-lg-9{margin-bottom:9rem}.ml-lg-9{margin-left:9rem}.mr-lg-9{margin-right:9rem}.pt-lg-10{padding-top:10rem}.pb-lg-10{padding-bottom:10rem}.pl-lg-10{padding-left:10rem}.pr-lg-10{padding-right:10rem}.mt-lg-10{margin-top:10rem}.mb-lg-10{margin-bottom:10rem}.ml-lg-10{margin-left:10rem}.mr-lg-10{margin-right:10rem}.pt-lg-11{padding-top:11rem}.pb-lg-11{padding-bottom:11rem}.pl-lg-11{padding-left:11rem}.pr-lg-11{padding-right:11rem}.mt-lg-11{margin-top:11rem}.mb-lg-11{margin-bottom:11rem}.ml-lg-11{margin-left:11rem}.mr-lg-11{margin-right:11rem}.pt-lg-12{padding-top:12rem}.pb-lg-12{padding-bottom:12rem}.pl-lg-12{padding-left:12rem}.pr-lg-12{padding-right:12rem}.mt-lg-12{margin-top:12rem}.mb-lg-12{margin-bottom:12rem}.ml-lg-12{margin-left:12rem}.mr-lg-12{margin-right:12rem}.pt-lg-13{padding-top:13rem}.pb-lg-13{padding-bottom:13rem}.pl-lg-13{padding-left:13rem}.pr-lg-13{padding-right:13rem}.mt-lg-13{margin-top:13rem}.mb-lg-13{margin-bottom:13rem}.ml-lg-13{margin-left:13rem}.mr-lg-13{margin-right:13rem}.pt-lg-14{padding-top:14rem}.pb-lg-14{padding-bottom:14rem}.pl-lg-14{padding-left:14rem}.pr-lg-14{padding-right:14rem}.mt-lg-14{margin-top:14rem}.mb-lg-14{margin-bottom:14rem}.ml-lg-14{margin-left:14rem}.mr-lg-14{margin-right:14rem}.pt-lg-15{padding-top:15rem!important}.pb-lg-15{padding-bottom:15rem!important}.pl-lg-15{padding-left:15rem!important}.pr-lg-15{padding-right:15rem!important}.mt-lg-15{margin-top:15rem!important}.mb-lg-15{margin-bottom:15rem!important}.ml-lg-15{margin-left:15rem!important}.mr-lg-15{margin-right:15rem!important}.pt-lg-16{padding-top:16rem}.pb-lg-16{padding-bottom:16rem}.pl-lg-16{padding-left:16rem}.pr-lg-16{padding-right:16rem}.mt-lg-16{margin-top:16rem}.mb-lg-16{margin-bottom:16rem}.ml-lg-16{margin-left:16rem}.mr-lg-16{margin-right:16rem}.pt-lg-17{padding-top:17rem}.pb-lg-17{padding-bottom:17rem}.pl-lg-17{padding-left:17rem}.pr-lg-17{padding-right:17rem}.mt-lg-17{margin-top:17rem}.mb-lg-17{margin-bottom:17rem}.ml-lg-17{margin-left:17rem}.mr-lg-17{margin-right:17rem}.pt-lg-18{padding-top:18rem}.pb-lg-18{padding-bottom:18rem}.pl-lg-18{padding-left:18rem}.pr-lg-18{padding-right:18rem}.mt-lg-18{margin-top:18rem}.mb-lg-18{margin-bottom:18rem}.ml-lg-18{margin-left:18rem}.mr-lg-18{margin-right:18rem}.pt-lg-19{padding-top:19rem}.pb-lg-19{padding-bottom:19rem}.pl-lg-19{padding-left:19rem}.pr-lg-19{padding-right:19rem}.mt-lg-19{margin-top:19rem}.mb-lg-19{margin-bottom:19rem}.ml-lg-19{margin-left:19rem}.mr-lg-19{margin-right:19rem}.pt-lg-20{padding-top:20rem}.pb-lg-20{padding-bottom:20rem}.pl-lg-20{padding-left:20rem}.pr-lg-20{padding-right:20rem}.mt-lg-20{margin-top:20rem}.mb-lg-20{margin-bottom:20rem}.ml-lg-20{margin-left:20rem}.mr-lg-20{margin-right:20rem}.pt-lg-21{padding-top:21rem}.pb-lg-21{padding-bottom:21rem}.pl-lg-21{padding-left:21rem}.pr-lg-21{padding-right:21rem}.mt-lg-21{margin-top:21rem}.mb-lg-21{margin-bottom:21rem}.ml-lg-21{margin-left:21rem}.mr-lg-21{margin-right:21rem}.pt-lg-22{padding-top:22rem}.pb-lg-22{padding-bottom:22rem}.pl-lg-22{padding-left:22rem}.pr-lg-22{padding-right:22rem}.mt-lg-22{margin-top:22rem}.mb-lg-22{margin-bottom:22rem}.ml-lg-22{margin-left:22rem}.mr-lg-22{margin-right:22rem}.pt-lg-23{padding-top:23rem}.pb-lg-23{padding-bottom:23rem}.pl-lg-23{padding-left:23rem}.pr-lg-23{padding-right:23rem}.mt-lg-23{margin-top:23rem}.mb-lg-23{margin-bottom:23rem}.ml-lg-23{margin-left:23rem}.mr-lg-23{margin-right:23rem}.pt-lg-24{padding-top:24rem}.pb-lg-24{padding-bottom:24rem}.pl-lg-24{padding-left:24rem}.pr-lg-24{padding-right:24rem}.mt-lg-24{margin-top:24rem}.mb-lg-24{margin-bottom:24rem}.ml-lg-24{margin-left:24rem}.mr-lg-24{margin-right:24rem}.pt-lg-25{padding-top:25rem}.pb-lg-25{padding-bottom:25rem}.pl-lg-25{padding-left:25rem}.pr-lg-25{padding-right:25rem}.mt-lg-25{margin-top:25rem}.mb-lg-25{margin-bottom:25rem}.ml-lg-25{margin-left:25rem}.mr-lg-25{margin-right:25rem}.pt-lg-26{padding-top:26rem}.pb-lg-26{padding-bottom:26rem}.pl-lg-26{padding-left:26rem}.pr-lg-26{padding-right:26rem}.mt-lg-26{margin-top:26rem}.mb-lg-26{margin-bottom:26rem}.ml-lg-26{margin-left:26rem}.mr-lg-26{margin-right:26rem}.pt-lg-27{padding-top:27rem}.pb-lg-27{padding-bottom:27rem}.pl-lg-27{padding-left:27rem}.pr-lg-27{padding-right:27rem}.mt-lg-27{margin-top:27rem}.mb-lg-27{margin-bottom:27rem}.ml-lg-27{margin-left:27rem}.mr-lg-27{margin-right:27rem}.pt-lg-28{padding-top:28rem}.pb-lg-28{padding-bottom:28rem}.pl-lg-28{padding-left:28rem}.pr-lg-28{padding-right:28rem}.mt-lg-28{margin-top:28rem}.mb-lg-28{margin-bottom:28rem}.ml-lg-28{margin-left:28rem}.mr-lg-28{margin-right:28rem}.pt-lg-29{padding-top:29rem}.pb-lg-29{padding-bottom:29rem}.pl-lg-29{padding-left:29rem}.pr-lg-29{padding-right:29rem}.mt-lg-29{margin-top:29rem}.mb-lg-29{margin-bottom:29rem}.ml-lg-29{margin-left:29rem}.mr-lg-29{margin-right:29rem}.pt-lg-30{padding-top:30rem}.pb-lg-30{padding-bottom:30rem}.pl-lg-30{padding-left:30rem}.pr-lg-30{padding-right:30rem}.mt-lg-30{margin-top:30rem}.mb-lg-30{margin-bottom:30rem}.ml-lg-30{margin-left:30rem}.mr-lg-30{margin-right:30rem}.fs-lg-1{font-size:.1rem}.fs-lg-2{font-size:.2rem}.fs-lg-3{font-size:.3rem}.fs-lg-4{font-size:.4rem}.fs-lg-5{font-size:.5rem}.fs-lg-6{font-size:.6rem}.fs-lg-7{font-size:.7rem}.fs-lg-8{font-size:.8rem}.fs-lg-9{font-size:.9rem}.fs-lg-10{font-size:1rem}.fs-lg-11{font-size:1.1rem}.fs-lg-12{font-size:1.2rem}.fs-lg-13{font-size:1.3rem}.fs-lg-14{font-size:1.4rem}.fs-lg-15{font-size:1.5rem}.fs-lg-16{font-size:1.6rem}.fs-lg-17{font-size:1.7rem}.fs-lg-18{font-size:1.8rem}.fs-lg-19{font-size:1.9rem}.fs-lg-20{font-size:2rem}.fs-lg-21{font-size:2.1rem}.fs-lg-22{font-size:2.2rem}.fs-lg-23{font-size:2.3rem}.fs-lg-24{font-size:2.4rem}.fs-lg-25{font-size:2.5rem}.fs-lg-26{font-size:2.6rem}.fs-lg-27{font-size:2.7rem}.fs-lg-28{font-size:2.8rem}.fs-lg-29{font-size:2.9rem}.fs-lg-30{font-size:3rem}.fs-lg-31{font-size:3.1rem}.fs-lg-32{font-size:3.2rem}.fs-lg-33{font-size:3.3rem}.fs-lg-34{font-size:3.4rem}.fs-lg-35{font-size:3.5rem}.fs-lg-36{font-size:3.6rem}.fs-lg-37{font-size:3.7rem}.fs-lg-38{font-size:3.8rem}.fs-lg-39{font-size:3.9rem}.fs-lg-40{font-size:4rem}.fs-lg-41{font-size:4.1rem}.fs-lg-42{font-size:4.2rem}.fs-lg-43{font-size:4.3rem}.fs-lg-44{font-size:4.4rem}.fs-lg-45{font-size:4.5rem}.fs-lg-46{font-size:4.6rem}.fs-lg-47{font-size:4.7rem}.fs-lg-48{font-size:4.8rem}.fs-lg-49{font-size:4.9rem}.fs-lg-50{font-size:5rem}.fs-lg-51{font-size:5.1rem}.fs-lg-52{font-size:5.2rem}.fs-lg-53{font-size:5.3rem}.fs-lg-54{font-size:5.4rem}.fs-lg-55{font-size:5.5rem}.fs-lg-56{font-size:5.6rem}.fs-lg-57{font-size:5.7rem}.fs-lg-58{font-size:5.8rem}.fs-lg-59{font-size:5.9rem}.fs-lg-60{font-size:6rem}}@media only screen and (min-width:1024px){.pt-md-0{padding-top:0}.pb-md-0{padding-bottom:0}.pl-md-0{padding-left:0}.pr-md-0{padding-right:0}.mt-md-0{margin-top:0}.mb-md-0{margin-bottom:0}.ml-md-0{margin-left:0}.mr-md-0{margin-right:0}.pt-md-1{padding-top:1rem}.pb-md-1{padding-bottom:1rem}.pl-md-1{padding-left:1rem}.pr-md-1{padding-right:1rem}.mt-md-1{margin-top:1rem}.mb-md-1{margin-bottom:1rem}.ml-md-1{margin-left:1rem}.mr-md-1{margin-right:1rem}.pt-md-2{padding-top:2rem}.pb-md-2{padding-bottom:2rem}.pl-md-2{padding-left:2rem}.pr-md-2{padding-right:2rem}.mt-md-2{margin-top:2rem}.mb-md-2{margin-bottom:2rem}.ml-md-2{margin-left:2rem}.mr-md-2{margin-right:2rem}.pt-md-3{padding-top:3rem}.pb-md-3{padding-bottom:3rem}.pl-md-3{padding-left:3rem}.pr-md-3{padding-right:3rem}.mt-md-3{margin-top:3rem}.mb-md-3{margin-bottom:3rem}.ml-md-3{margin-left:3rem}.mr-md-3{margin-right:3rem}.pt-md-4{padding-top:4rem}.pb-md-4{padding-bottom:4rem}.pl-md-4{padding-left:4rem}.pr-md-4{padding-right:4rem}.mt-md-4{margin-top:4rem}.mb-md-4{margin-bottom:4rem}.ml-md-4{margin-left:4rem}.mr-md-4{margin-right:4rem}.pt-md-5{padding-top:5rem}.pb-md-5{padding-bottom:5rem}.pl-md-5{padding-left:5rem}.pr-md-5{padding-right:5rem}.mt-md-5{margin-top:5rem}.mb-md-5{margin-bottom:5rem}.ml-md-5{margin-left:5rem}.mr-md-5{margin-right:5rem}.pt-md-6{padding-top:6rem}.pb-md-6{padding-bottom:6rem}.pl-md-6{padding-left:6rem}.pr-md-6{padding-right:6rem}.mt-md-6{margin-top:6rem}.mb-md-6{margin-bottom:6rem}.ml-md-6{margin-left:6rem}.mr-md-6{margin-right:6rem}.pt-md-7{padding-top:7rem}.pb-md-7{padding-bottom:7rem}.pl-md-7{padding-left:7rem}.pr-md-7{padding-right:7rem}.mt-md-7{margin-top:7rem}.mb-md-7{margin-bottom:7rem}.ml-md-7{margin-left:7rem}.mr-md-7{margin-right:7rem}.pt-md-8{padding-top:8rem}.pb-md-8{padding-bottom:8rem}.pl-md-8{padding-left:8rem}.pr-md-8{padding-right:8rem}.mt-md-8{margin-top:8rem}.mb-md-8{margin-bottom:8rem}.ml-md-8{margin-left:8rem}.mr-md-8{margin-right:8rem}.pt-md-9{padding-top:9rem}.pb-md-9{padding-bottom:9rem}.pl-md-9{padding-left:9rem}.pr-md-9{padding-right:9rem}.mt-md-9{margin-top:9rem}.mb-md-9{margin-bottom:9rem}.ml-md-9{margin-left:9rem}.mr-md-9{margin-right:9rem}.pt-md-10{padding-top:10rem!important}.pb-md-10{padding-bottom:10rem!important}.pl-md-10{padding-left:10rem!important}.pr-md-10{padding-right:10rem!important}.mt-md-10{margin-top:10rem!important}.mb-md-10{margin-bottom:10rem!important}.ml-md-10{margin-left:10rem!important}.mr-md-10{margin-right:10rem!important}.pt-md-11{padding-top:11rem}.pb-md-11{padding-bottom:11rem}.pl-md-11{padding-left:11rem}.pr-md-11{padding-right:11rem}.mt-md-11{margin-top:11rem}.mb-md-11{margin-bottom:11rem}.ml-md-11{margin-left:11rem}.mr-md-11{margin-right:11rem}.pt-md-12{padding-top:12rem}.pb-md-12{padding-bottom:12rem}.pl-md-12{padding-left:12rem}.pr-md-12{padding-right:12rem}.mt-md-12{margin-top:12rem}.mb-md-12{margin-bottom:12rem}.ml-md-12{margin-left:12rem}.mr-md-12{margin-right:12rem}.pt-md-13{padding-top:13rem}.pb-md-13{padding-bottom:13rem}.pl-md-13{padding-left:13rem}.pr-md-13{padding-right:13rem}.mt-md-13{margin-top:13rem}.mb-md-13{margin-bottom:13rem}.ml-md-13{margin-left:13rem}.mr-md-13{margin-right:13rem}.pt-md-14{padding-top:14rem}.pb-md-14{padding-bottom:14rem}.pl-md-14{padding-left:14rem}.pr-md-14{padding-right:14rem}.mt-md-14{margin-top:14rem}.mb-md-14{margin-bottom:14rem}.ml-md-14{margin-left:14rem}.mr-md-14{margin-right:14rem}.pt-md-15{padding-top:15rem!important}.pb-md-15{padding-bottom:15rem!important}.pl-md-15{padding-left:15rem!important}.pr-md-15{padding-right:15rem!important}.mt-md-15{margin-top:15rem!important}.mb-md-15{margin-bottom:15rem!important}.ml-md-15{margin-left:15rem!important}.mr-md-15{margin-right:15rem!important}.pt-md-16{padding-top:16rem}.pb-md-16{padding-bottom:16rem}.pl-md-16{padding-left:16rem}.pr-md-16{padding-right:16rem}.mt-md-16{margin-top:16rem}.mb-md-16{margin-bottom:16rem}.ml-md-16{margin-left:16rem}.mr-md-16{margin-right:16rem}.pt-md-17{padding-top:17rem}.pb-md-17{padding-bottom:17rem}.pl-md-17{padding-left:17rem}.pr-md-17{padding-right:17rem}.mt-md-17{margin-top:17rem}.mb-md-17{margin-bottom:17rem}.ml-md-17{margin-left:17rem}.mr-md-17{margin-right:17rem}.pt-md-18{padding-top:18rem}.pb-md-18{padding-bottom:18rem}.pl-md-18{padding-left:18rem}.pr-md-18{padding-right:18rem}.mt-md-18{margin-top:18rem}.mb-md-18{margin-bottom:18rem}.ml-md-18{margin-left:18rem}.mr-md-18{margin-right:18rem}.pt-md-19{padding-top:19rem}.pb-md-19{padding-bottom:19rem}.pl-md-19{padding-left:19rem}.pr-md-19{padding-right:19rem}.mt-md-19{margin-top:19rem}.mb-md-19{margin-bottom:19rem}.ml-md-19{margin-left:19rem}.mr-md-19{margin-right:19rem}.pt-md-20{padding-top:20rem}.pb-md-20{padding-bottom:20rem}.pl-md-20{padding-left:20rem}.pr-md-20{padding-right:20rem}.mt-md-20{margin-top:20rem}.mb-md-20{margin-bottom:20rem}.ml-md-20{margin-left:20rem}.mr-md-20{margin-right:20rem}.pt-md-21{padding-top:21rem}.pb-md-21{padding-bottom:21rem}.pl-md-21{padding-left:21rem}.pr-md-21{padding-right:21rem}.mt-md-21{margin-top:21rem}.mb-md-21{margin-bottom:21rem}.ml-md-21{margin-left:21rem}.mr-md-21{margin-right:21rem}.pt-md-22{padding-top:22rem}.pb-md-22{padding-bottom:22rem}.pl-md-22{padding-left:22rem}.pr-md-22{padding-right:22rem}.mt-md-22{margin-top:22rem}.mb-md-22{margin-bottom:22rem}.ml-md-22{margin-left:22rem}.mr-md-22{margin-right:22rem}.pt-md-23{padding-top:23rem}.pb-md-23{padding-bottom:23rem}.pl-md-23{padding-left:23rem}.pr-md-23{padding-right:23rem}.mt-md-23{margin-top:23rem}.mb-md-23{margin-bottom:23rem}.ml-md-23{margin-left:23rem}.mr-md-23{margin-right:23rem}.pt-md-24{padding-top:24rem}.pb-md-24{padding-bottom:24rem}.pl-md-24{padding-left:24rem}.pr-md-24{padding-right:24rem}.mt-md-24{margin-top:24rem}.mb-md-24{margin-bottom:24rem}.ml-md-24{margin-left:24rem}.mr-md-24{margin-right:24rem}.pt-md-25{padding-top:25rem}.pb-md-25{padding-bottom:25rem}.pl-md-25{padding-left:25rem}.pr-md-25{padding-right:25rem}.mt-md-25{margin-top:25rem}.mb-md-25{margin-bottom:25rem}.ml-md-25{margin-left:25rem}.mr-md-25{margin-right:25rem}.pt-md-26{padding-top:26rem}.pb-md-26{padding-bottom:26rem}.pl-md-26{padding-left:26rem}.pr-md-26{padding-right:26rem}.mt-md-26{margin-top:26rem}.mb-md-26{margin-bottom:26rem}.ml-md-26{margin-left:26rem}.mr-md-26{margin-right:26rem}.pt-md-27{padding-top:27rem}.pb-md-27{padding-bottom:27rem}.pl-md-27{padding-left:27rem}.pr-md-27{padding-right:27rem}.mt-md-27{margin-top:27rem}.mb-md-27{margin-bottom:27rem}.ml-md-27{margin-left:27rem}.mr-md-27{margin-right:27rem}.pt-md-28{padding-top:28rem}.pb-md-28{padding-bottom:28rem}.pl-md-28{padding-left:28rem}.pr-md-28{padding-right:28rem}.mt-md-28{margin-top:28rem}.mb-md-28{margin-bottom:28rem}.ml-md-28{margin-left:28rem}.mr-md-28{margin-right:28rem}.pt-md-29{padding-top:29rem}.pb-md-29{padding-bottom:29rem}.pl-md-29{padding-left:29rem}.pr-md-29{padding-right:29rem}.mt-md-29{margin-top:29rem}.mb-md-29{margin-bottom:29rem}.ml-md-29{margin-left:29rem}.mr-md-29{margin-right:29rem}.pt-md-30{padding-top:30rem}.pb-md-30{padding-bottom:30rem}.pl-md-30{padding-left:30rem}.pr-md-30{padding-right:30rem}.mt-md-30{margin-top:30rem}.mb-md-30{margin-bottom:30rem}.ml-md-30{margin-left:30rem}.mr-md-30{margin-right:30rem}.fs-md-1{font-size:.1rem}.fs-md-2{font-size:.2rem}.fs-md-3{font-size:.3rem}.fs-md-4{font-size:.4rem}.fs-md-5{font-size:.5rem}.fs-md-6{font-size:.6rem}.fs-md-7{font-size:.7rem}.fs-md-8{font-size:.8rem}.fs-md-9{font-size:.9rem}.fs-md-10{font-size:1rem}.fs-md-11{font-size:1.1rem}.fs-md-12{font-size:1.2rem}.fs-md-13{font-size:1.3rem}.fs-md-14{font-size:1.4rem}.fs-md-15{font-size:1.5rem}.fs-md-16{font-size:1.6rem}.fs-md-17{font-size:1.7rem}.fs-md-18{font-size:1.8rem}.fs-md-19{font-size:1.9rem}.fs-md-20{font-size:2rem}.fs-md-21{font-size:2.1rem}.fs-md-22{font-size:2.2rem}.fs-md-23{font-size:2.3rem}.fs-md-24{font-size:2.4rem}.fs-md-25{font-size:2.5rem}.fs-md-26{font-size:2.6rem}.fs-md-27{font-size:2.7rem}.fs-md-28{font-size:2.8rem}.fs-md-29{font-size:2.9rem}.fs-md-30{font-size:3rem}.fs-md-31{font-size:3.1rem}.fs-md-32{font-size:3.2rem}.fs-md-33{font-size:3.3rem}.fs-md-34{font-size:3.4rem}.fs-md-35{font-size:3.5rem}.fs-md-36{font-size:3.6rem}.fs-md-37{font-size:3.7rem}.fs-md-38{font-size:3.8rem}.fs-md-39{font-size:3.9rem}.fs-md-40{font-size:4rem}.fs-md-41{font-size:4.1rem}.fs-md-42{font-size:4.2rem}.fs-md-43{font-size:4.3rem}.fs-md-44{font-size:4.4rem}.fs-md-45{font-size:4.5rem}.fs-md-46{font-size:4.6rem}.fs-md-47{font-size:4.7rem}.fs-md-48{font-size:4.8rem}.fs-md-49{font-size:4.9rem}.fs-md-50{font-size:5rem}.fs-md-51{font-size:5.1rem}.fs-md-52{font-size:5.2rem}.fs-md-53{font-size:5.3rem}.fs-md-54{font-size:5.4rem}.fs-md-55{font-size:5.5rem}.fs-md-56{font-size:5.6rem}.fs-md-57{font-size:5.7rem}.fs-md-58{font-size:5.8rem}.fs-md-59{font-size:5.9rem}.fs-md-60{font-size:6rem}}@media only screen and (min-width:768px){.pt-sm-0{padding-top:0}.pb-sm-0{padding-bottom:0}.pl-sm-0{padding-left:0}.pr-sm-0{padding-right:0}.mt-sm-0{margin-top:0}.mb-sm-0{margin-bottom:0}.ml-sm-0{margin-left:0}.mr-sm-0{margin-right:0}.pt-sm-1{padding-top:1rem}.pb-sm-1{padding-bottom:1rem}.pl-sm-1{padding-left:1rem}.pr-sm-1{padding-right:1rem}.mt-sm-1{margin-top:1rem}.mb-sm-1{margin-bottom:1rem}.ml-sm-1{margin-left:1rem}.mr-sm-1{margin-right:1rem}.pt-sm-2{padding-top:2rem}.pb-sm-2{padding-bottom:2rem}.pl-sm-2{padding-left:2rem}.pr-sm-2{padding-right:2rem}.mt-sm-2{margin-top:2rem}.mb-sm-2{margin-bottom:2rem}.ml-sm-2{margin-left:2rem}.mr-sm-2{margin-right:2rem}.pt-sm-3{padding-top:3rem}.pb-sm-3{padding-bottom:3rem}.pl-sm-3{padding-left:3rem}.pr-sm-3{padding-right:3rem}.mt-sm-3{margin-top:3rem}.mb-sm-3{margin-bottom:3rem}.ml-sm-3{margin-left:3rem}.mr-sm-3{margin-right:3rem}.pt-sm-4{padding-top:4rem}.pb-sm-4{padding-bottom:4rem}.pl-sm-4{padding-left:4rem}.pr-sm-4{padding-right:4rem}.mt-sm-4{margin-top:4rem}.mb-sm-4{margin-bottom:4rem}.ml-sm-4{margin-left:4rem}.mr-sm-4{margin-right:4rem}.pt-sm-5{padding-top:5rem}.pb-sm-5{padding-bottom:5rem}.pl-sm-5{padding-left:5rem}.pr-sm-5{padding-right:5rem}.mt-sm-5{margin-top:5rem}.mb-sm-5{margin-bottom:5rem}.ml-sm-5{margin-left:5rem}.mr-sm-5{margin-right:5rem}.pt-sm-6{padding-top:6rem}.pb-sm-6{padding-bottom:6rem}.pl-sm-6{padding-left:6rem}.pr-sm-6{padding-right:6rem}.mt-sm-6{margin-top:6rem}.mb-sm-6{margin-bottom:6rem}.ml-sm-6{margin-left:6rem}.mr-sm-6{margin-right:6rem}.pt-sm-7{padding-top:7rem}.pb-sm-7{padding-bottom:7rem}.pl-sm-7{padding-left:7rem}.pr-sm-7{padding-right:7rem}.mt-sm-7{margin-top:7rem}.mb-sm-7{margin-bottom:7rem}.ml-sm-7{margin-left:7rem}.mr-sm-7{margin-right:7rem}.pt-sm-8{padding-top:8rem}.pb-sm-8{padding-bottom:8rem}.pl-sm-8{padding-left:8rem}.pr-sm-8{padding-right:8rem}.mt-sm-8{margin-top:8rem}.mb-sm-8{margin-bottom:8rem}.ml-sm-8{margin-left:8rem}.mr-sm-8{margin-right:8rem}.pt-sm-9{padding-top:9rem}.pb-sm-9{padding-bottom:9rem}.pl-sm-9{padding-left:9rem}.pr-sm-9{padding-right:9rem}.mt-sm-9{margin-top:9rem}.mb-sm-9{margin-bottom:9rem}.ml-sm-9{margin-left:9rem}.mr-sm-9{margin-right:9rem}.pt-sm-10{padding-top:10rem}.pb-sm-10{padding-bottom:10rem}.pl-sm-10{padding-left:10rem}.pr-sm-10{padding-right:10rem}.mt-sm-10{margin-top:10rem}.mb-sm-10{margin-bottom:10rem}.ml-sm-10{margin-left:10rem}.mr-sm-10{margin-right:10rem}.pt-sm-11{padding-top:11rem}.pb-sm-11{padding-bottom:11rem}.pl-sm-11{padding-left:11rem}.pr-sm-11{padding-right:11rem}.mt-sm-11{margin-top:11rem}.mb-sm-11{margin-bottom:11rem}.ml-sm-11{margin-left:11rem}.mr-sm-11{margin-right:11rem}.pt-sm-12{padding-top:12rem}.pb-sm-12{padding-bottom:12rem}.pl-sm-12{padding-left:12rem}.pr-sm-12{padding-right:12rem}.mt-sm-12{margin-top:12rem}.mb-sm-12{margin-bottom:12rem}.ml-sm-12{margin-left:12rem}.mr-sm-12{margin-right:12rem}.pt-sm-13{padding-top:13rem}.pb-sm-13{padding-bottom:13rem}.pl-sm-13{padding-left:13rem}.pr-sm-13{padding-right:13rem}.mt-sm-13{margin-top:13rem}.mb-sm-13{margin-bottom:13rem}.ml-sm-13{margin-left:13rem}.mr-sm-13{margin-right:13rem}.pt-sm-14{padding-top:14rem}.pb-sm-14{padding-bottom:14rem}.pl-sm-14{padding-left:14rem}.pr-sm-14{padding-right:14rem}.mt-sm-14{margin-top:14rem}.mb-sm-14{margin-bottom:14rem}.ml-sm-14{margin-left:14rem}.mr-sm-14{margin-right:14rem}.pt-sm-15{padding-top:15rem}.pb-sm-15{padding-bottom:15rem}.pl-sm-15{padding-left:15rem}.pr-sm-15{padding-right:15rem}.mt-sm-15{margin-top:15rem}.mb-sm-15{margin-bottom:15rem}.ml-sm-15{margin-left:15rem}.mr-sm-15{margin-right:15rem}.pt-sm-16{padding-top:16rem}.pb-sm-16{padding-bottom:16rem}.pl-sm-16{padding-left:16rem}.pr-sm-16{padding-right:16rem}.mt-sm-16{margin-top:16rem}.mb-sm-16{margin-bottom:16rem}.ml-sm-16{margin-left:16rem}.mr-sm-16{margin-right:16rem}.pt-sm-17{padding-top:17rem}.pb-sm-17{padding-bottom:17rem}.pl-sm-17{padding-left:17rem}.pr-sm-17{padding-right:17rem}.mt-sm-17{margin-top:17rem}.mb-sm-17{margin-bottom:17rem}.ml-sm-17{margin-left:17rem}.mr-sm-17{margin-right:17rem}.pt-sm-18{padding-top:18rem}.pb-sm-18{padding-bottom:18rem}.pl-sm-18{padding-left:18rem}.pr-sm-18{padding-right:18rem}.mt-sm-18{margin-top:18rem}.mb-sm-18{margin-bottom:18rem}.ml-sm-18{margin-left:18rem}.mr-sm-18{margin-right:18rem}.pt-sm-19{padding-top:19rem}.pb-sm-19{padding-bottom:19rem}.pl-sm-19{padding-left:19rem}.pr-sm-19{padding-right:19rem}.mt-sm-19{margin-top:19rem}.mb-sm-19{margin-bottom:19rem}.ml-sm-19{margin-left:19rem}.mr-sm-19{margin-right:19rem}.pt-sm-20{padding-top:20rem}.pb-sm-20{padding-bottom:20rem}.pl-sm-20{padding-left:20rem}.pr-sm-20{padding-right:20rem}.mt-sm-20{margin-top:20rem}.mb-sm-20{margin-bottom:20rem}.ml-sm-20{margin-left:20rem}.mr-sm-20{margin-right:20rem}.pt-sm-21{padding-top:21rem}.pb-sm-21{padding-bottom:21rem}.pl-sm-21{padding-left:21rem}.pr-sm-21{padding-right:21rem}.mt-sm-21{margin-top:21rem}.mb-sm-21{margin-bottom:21rem}.ml-sm-21{margin-left:21rem}.mr-sm-21{margin-right:21rem}.pt-sm-22{padding-top:22rem}.pb-sm-22{padding-bottom:22rem}.pl-sm-22{padding-left:22rem}.pr-sm-22{padding-right:22rem}.mt-sm-22{margin-top:22rem}.mb-sm-22{margin-bottom:22rem}.ml-sm-22{margin-left:22rem}.mr-sm-22{margin-right:22rem}.pt-sm-23{padding-top:23rem}.pb-sm-23{padding-bottom:23rem}.pl-sm-23{padding-left:23rem}.pr-sm-23{padding-right:23rem}.mt-sm-23{margin-top:23rem}.mb-sm-23{margin-bottom:23rem}.ml-sm-23{margin-left:23rem}.mr-sm-23{margin-right:23rem}.pt-sm-24{padding-top:24rem}.pb-sm-24{padding-bottom:24rem}.pl-sm-24{padding-left:24rem}.pr-sm-24{padding-right:24rem}.mt-sm-24{margin-top:24rem}.mb-sm-24{margin-bottom:24rem}.ml-sm-24{margin-left:24rem}.mr-sm-24{margin-right:24rem}.pt-sm-25{padding-top:25rem}.pb-sm-25{padding-bottom:25rem}.pl-sm-25{padding-left:25rem}.pr-sm-25{padding-right:25rem}.mt-sm-25{margin-top:25rem}.mb-sm-25{margin-bottom:25rem}.ml-sm-25{margin-left:25rem}.mr-sm-25{margin-right:25rem}.pt-sm-26{padding-top:26rem}.pb-sm-26{padding-bottom:26rem}.pl-sm-26{padding-left:26rem}.pr-sm-26{padding-right:26rem}.mt-sm-26{margin-top:26rem}.mb-sm-26{margin-bottom:26rem}.ml-sm-26{margin-left:26rem}.mr-sm-26{margin-right:26rem}.pt-sm-27{padding-top:27rem}.pb-sm-27{padding-bottom:27rem}.pl-sm-27{padding-left:27rem}.pr-sm-27{padding-right:27rem}.mt-sm-27{margin-top:27rem}.mb-sm-27{margin-bottom:27rem}.ml-sm-27{margin-left:27rem}.mr-sm-27{margin-right:27rem}.pt-sm-28{padding-top:28rem}.pb-sm-28{padding-bottom:28rem}.pl-sm-28{padding-left:28rem}.pr-sm-28{padding-right:28rem}.mt-sm-28{margin-top:28rem}.mb-sm-28{margin-bottom:28rem}.ml-sm-28{margin-left:28rem}.mr-sm-28{margin-right:28rem}.pt-sm-29{padding-top:29rem}.pb-sm-29{padding-bottom:29rem}.pl-sm-29{padding-left:29rem}.pr-sm-29{padding-right:29rem}.mt-sm-29{margin-top:29rem}.mb-sm-29{margin-bottom:29rem}.ml-sm-29{margin-left:29rem}.mr-sm-29{margin-right:29rem}.pt-sm-30{padding-top:30rem}.pb-sm-30{padding-bottom:30rem}.pl-sm-30{padding-left:30rem}.pr-sm-30{padding-right:30rem}.mt-sm-30{margin-top:30rem}.mb-sm-30{margin-bottom:30rem}.ml-sm-30{margin-left:30rem}.mr-sm-30{margin-right:30rem}.fs-sm-1{font-size:.1rem}.fs-sm-2{font-size:.2rem}.fs-sm-3{font-size:.3rem}.fs-sm-4{font-size:.4rem}.fs-sm-5{font-size:.5rem}.fs-sm-6{font-size:.6rem}.fs-sm-7{font-size:.7rem}.fs-sm-8{font-size:.8rem}.fs-sm-9{font-size:.9rem}.fs-sm-10{font-size:1rem}.fs-sm-11{font-size:1.1rem}.fs-sm-12{font-size:1.2rem}.fs-sm-13{font-size:1.3rem}.fs-sm-14{font-size:1.4rem}.fs-sm-15{font-size:1.5rem}.fs-sm-16{font-size:1.6rem}.fs-sm-17{font-size:1.7rem}.fs-sm-18{font-size:1.8rem}.fs-sm-19{font-size:1.9rem}.fs-sm-20{font-size:2rem}.fs-sm-21{font-size:2.1rem}.fs-sm-22{font-size:2.2rem}.fs-sm-23{font-size:2.3rem}.fs-sm-24{font-size:2.4rem}.fs-sm-25{font-size:2.5rem}.fs-sm-26{font-size:2.6rem}.fs-sm-27{font-size:2.7rem}.fs-sm-28{font-size:2.8rem}.fs-sm-29{font-size:2.9rem}.fs-sm-30{font-size:3rem}.fs-sm-31{font-size:3.1rem}.fs-sm-32{font-size:3.2rem}.fs-sm-33{font-size:3.3rem}.fs-sm-34{font-size:3.4rem}.fs-sm-35{font-size:3.5rem}.fs-sm-36{font-size:3.6rem}.fs-sm-37{font-size:3.7rem}.fs-sm-38{font-size:3.8rem}.fs-sm-39{font-size:3.9rem}.fs-sm-40{font-size:4rem}.fs-sm-41{font-size:4.1rem}.fs-sm-42{font-size:4.2rem}.fs-sm-43{font-size:4.3rem}.fs-sm-44{font-size:4.4rem}.fs-sm-45{font-size:4.5rem}.fs-sm-46{font-size:4.6rem}.fs-sm-47{font-size:4.7rem}.fs-sm-48{font-size:4.8rem}.fs-sm-49{font-size:4.9rem}.fs-sm-50{font-size:5rem}.fs-sm-51{font-size:5.1rem}.fs-sm-52{font-size:5.2rem}.fs-sm-53{font-size:5.3rem}.fs-sm-54{font-size:5.4rem}.fs-sm-55{font-size:5.5rem}.fs-sm-56{font-size:5.6rem}.fs-sm-57{font-size:5.7rem}.fs-sm-58{font-size:5.8rem}.fs-sm-59{font-size:5.9rem}.fs-sm-60{font-size:6rem}}@media only screen and (min-width:500px){.pt-xs-0{padding-top:0}.pb-xs-0{padding-bottom:0}.pl-xs-0{padding-left:0}.pr-xs-0{padding-right:0}.mt-xs-0{margin-top:0}.mb-xs-0{margin-bottom:0}.ml-xs-0{margin-left:0}.mr-xs-0{margin-right:0}.pt-xs-1{padding-top:1rem}.pb-xs-1{padding-bottom:1rem}.pl-xs-1{padding-left:1rem}.pr-xs-1{padding-right:1rem}.mt-xs-1{margin-top:1rem}.mb-xs-1{margin-bottom:1rem}.ml-xs-1{margin-left:1rem}.mr-xs-1{margin-right:1rem}.pt-xs-2{padding-top:2rem}.pb-xs-2{padding-bottom:2rem}.pl-xs-2{padding-left:2rem}.pr-xs-2{padding-right:2rem}.mt-xs-2{margin-top:2rem}.mb-xs-2{margin-bottom:2rem}.ml-xs-2{margin-left:2rem}.mr-xs-2{margin-right:2rem}.pt-xs-3{padding-top:3rem}.pb-xs-3{padding-bottom:3rem}.pl-xs-3{padding-left:3rem}.pr-xs-3{padding-right:3rem}.mt-xs-3{margin-top:3rem}.mb-xs-3{margin-bottom:3rem}.ml-xs-3{margin-left:3rem}.mr-xs-3{margin-right:3rem}.pt-xs-4{padding-top:4rem}.pb-xs-4{padding-bottom:4rem}.pl-xs-4{padding-left:4rem}.pr-xs-4{padding-right:4rem}.mt-xs-4{margin-top:4rem}.mb-xs-4{margin-bottom:4rem}.ml-xs-4{margin-left:4rem}.mr-xs-4{margin-right:4rem}.pt-xs-5{padding-top:5rem}.pb-xs-5{padding-bottom:5rem}.pl-xs-5{padding-left:5rem}.pr-xs-5{padding-right:5rem}.mt-xs-5{margin-top:5rem}.mb-xs-5{margin-bottom:5rem}.ml-xs-5{margin-left:5rem}.mr-xs-5{margin-right:5rem}.pt-xs-6{padding-top:6rem}.pb-xs-6{padding-bottom:6rem}.pl-xs-6{padding-left:6rem}.pr-xs-6{padding-right:6rem}.mt-xs-6{margin-top:6rem}.mb-xs-6{margin-bottom:6rem}.ml-xs-6{margin-left:6rem}.mr-xs-6{margin-right:6rem}.pt-xs-7{padding-top:7rem}.pb-xs-7{padding-bottom:7rem}.pl-xs-7{padding-left:7rem}.pr-xs-7{padding-right:7rem}.mt-xs-7{margin-top:7rem}.mb-xs-7{margin-bottom:7rem}.ml-xs-7{margin-left:7rem}.mr-xs-7{margin-right:7rem}.pt-xs-8{padding-top:8rem}.pb-xs-8{padding-bottom:8rem}.pl-xs-8{padding-left:8rem}.pr-xs-8{padding-right:8rem}.mt-xs-8{margin-top:8rem}.mb-xs-8{margin-bottom:8rem}.ml-xs-8{margin-left:8rem}.mr-xs-8{margin-right:8rem}.pt-xs-9{padding-top:9rem}.pb-xs-9{padding-bottom:9rem}.pl-xs-9{padding-left:9rem}.pr-xs-9{padding-right:9rem}.mt-xs-9{margin-top:9rem}.mb-xs-9{margin-bottom:9rem}.ml-xs-9{margin-left:9rem}.mr-xs-9{margin-right:9rem}.pt-xs-10{padding-top:10rem}.pb-xs-10{padding-bottom:10rem}.pl-xs-10{padding-left:10rem}.pr-xs-10{padding-right:10rem}.mt-xs-10{margin-top:10rem}.mb-xs-10{margin-bottom:10rem}.ml-xs-10{margin-left:10rem}.mr-xs-10{margin-right:10rem}.pt-xs-11{padding-top:11rem}.pb-xs-11{padding-bottom:11rem}.pl-xs-11{padding-left:11rem}.pr-xs-11{padding-right:11rem}.mt-xs-11{margin-top:11rem}.mb-xs-11{margin-bottom:11rem}.ml-xs-11{margin-left:11rem}.mr-xs-11{margin-right:11rem}.pt-xs-12{padding-top:12rem}.pb-xs-12{padding-bottom:12rem}.pl-xs-12{padding-left:12rem}.pr-xs-12{padding-right:12rem}.mt-xs-12{margin-top:12rem}.mb-xs-12{margin-bottom:12rem}.ml-xs-12{margin-left:12rem}.mr-xs-12{margin-right:12rem}.pt-xs-13{padding-top:13rem}.pb-xs-13{padding-bottom:13rem}.pl-xs-13{padding-left:13rem}.pr-xs-13{padding-right:13rem}.mt-xs-13{margin-top:13rem}.mb-xs-13{margin-bottom:13rem}.ml-xs-13{margin-left:13rem}.mr-xs-13{margin-right:13rem}.pt-xs-14{padding-top:14rem}.pb-xs-14{padding-bottom:14rem}.pl-xs-14{padding-left:14rem}.pr-xs-14{padding-right:14rem}.mt-xs-14{margin-top:14rem}.mb-xs-14{margin-bottom:14rem}.ml-xs-14{margin-left:14rem}.mr-xs-14{margin-right:14rem}.pt-xs-15{padding-top:15rem}.pb-xs-15{padding-bottom:15rem}.pl-xs-15{padding-left:15rem}.pr-xs-15{padding-right:15rem}.mt-xs-15{margin-top:15rem}.mb-xs-15{margin-bottom:15rem}.ml-xs-15{margin-left:15rem}.mr-xs-15{margin-right:15rem}.pt-xs-16{padding-top:16rem}.pb-xs-16{padding-bottom:16rem}.pl-xs-16{padding-left:16rem}.pr-xs-16{padding-right:16rem}.mt-xs-16{margin-top:16rem}.mb-xs-16{margin-bottom:16rem}.ml-xs-16{margin-left:16rem}.mr-xs-16{margin-right:16rem}.pt-xs-17{padding-top:17rem}.pb-xs-17{padding-bottom:17rem}.pl-xs-17{padding-left:17rem}.pr-xs-17{padding-right:17rem}.mt-xs-17{margin-top:17rem}.mb-xs-17{margin-bottom:17rem}.ml-xs-17{margin-left:17rem}.mr-xs-17{margin-right:17rem}.pt-xs-18{padding-top:18rem}.pb-xs-18{padding-bottom:18rem}.pl-xs-18{padding-left:18rem}.pr-xs-18{padding-right:18rem}.mt-xs-18{margin-top:18rem}.mb-xs-18{margin-bottom:18rem}.ml-xs-18{margin-left:18rem}.mr-xs-18{margin-right:18rem}.pt-xs-19{padding-top:19rem}.pb-xs-19{padding-bottom:19rem}.pl-xs-19{padding-left:19rem}.pr-xs-19{padding-right:19rem}.mt-xs-19{margin-top:19rem}.mb-xs-19{margin-bottom:19rem}.ml-xs-19{margin-left:19rem}.mr-xs-19{margin-right:19rem}.pt-xs-20{padding-top:20rem}.pb-xs-20{padding-bottom:20rem}.pl-xs-20{padding-left:20rem}.pr-xs-20{padding-right:20rem}.mt-xs-20{margin-top:20rem}.mb-xs-20{margin-bottom:20rem}.ml-xs-20{margin-left:20rem}.mr-xs-20{margin-right:20rem}.pt-xs-21{padding-top:21rem}.pb-xs-21{padding-bottom:21rem}.pl-xs-21{padding-left:21rem}.pr-xs-21{padding-right:21rem}.mt-xs-21{margin-top:21rem}.mb-xs-21{margin-bottom:21rem}.ml-xs-21{margin-left:21rem}.mr-xs-21{margin-right:21rem}.pt-xs-22{padding-top:22rem}.pb-xs-22{padding-bottom:22rem}.pl-xs-22{padding-left:22rem}.pr-xs-22{padding-right:22rem}.mt-xs-22{margin-top:22rem}.mb-xs-22{margin-bottom:22rem}.ml-xs-22{margin-left:22rem}.mr-xs-22{margin-right:22rem}.pt-xs-23{padding-top:23rem}.pb-xs-23{padding-bottom:23rem}.pl-xs-23{padding-left:23rem}.pr-xs-23{padding-right:23rem}.mt-xs-23{margin-top:23rem}.mb-xs-23{margin-bottom:23rem}.ml-xs-23{margin-left:23rem}.mr-xs-23{margin-right:23rem}.pt-xs-24{padding-top:24rem}.pb-xs-24{padding-bottom:24rem}.pl-xs-24{padding-left:24rem}.pr-xs-24{padding-right:24rem}.mt-xs-24{margin-top:24rem}.mb-xs-24{margin-bottom:24rem}.ml-xs-24{margin-left:24rem}.mr-xs-24{margin-right:24rem}.pt-xs-25{padding-top:25rem}.pb-xs-25{padding-bottom:25rem}.pl-xs-25{padding-left:25rem}.pr-xs-25{padding-right:25rem}.mt-xs-25{margin-top:25rem}.mb-xs-25{margin-bottom:25rem}.ml-xs-25{margin-left:25rem}.mr-xs-25{margin-right:25rem}.pt-xs-26{padding-top:26rem}.pb-xs-26{padding-bottom:26rem}.pl-xs-26{padding-left:26rem}.pr-xs-26{padding-right:26rem}.mt-xs-26{margin-top:26rem}.mb-xs-26{margin-bottom:26rem}.ml-xs-26{margin-left:26rem}.mr-xs-26{margin-right:26rem}.pt-xs-27{padding-top:27rem}.pb-xs-27{padding-bottom:27rem}.pl-xs-27{padding-left:27rem}.pr-xs-27{padding-right:27rem}.mt-xs-27{margin-top:27rem}.mb-xs-27{margin-bottom:27rem}.ml-xs-27{margin-left:27rem}.mr-xs-27{margin-right:27rem}.pt-xs-28{padding-top:28rem}.pb-xs-28{padding-bottom:28rem}.pl-xs-28{padding-left:28rem}.pr-xs-28{padding-right:28rem}.mt-xs-28{margin-top:28rem}.mb-xs-28{margin-bottom:28rem}.ml-xs-28{margin-left:28rem}.mr-xs-28{margin-right:28rem}.pt-xs-29{padding-top:29rem}.pb-xs-29{padding-bottom:29rem}.pl-xs-29{padding-left:29rem}.pr-xs-29{padding-right:29rem}.mt-xs-29{margin-top:29rem}.mb-xs-29{margin-bottom:29rem}.ml-xs-29{margin-left:29rem}.mr-xs-29{margin-right:29rem}.pt-xs-30{padding-top:30rem}.pb-xs-30{padding-bottom:30rem}.pl-xs-30{padding-left:30rem}.pr-xs-30{padding-right:30rem}.mt-xs-30{margin-top:30rem}.mb-xs-30{margin-bottom:30rem}.ml-xs-30{margin-left:30rem}.mr-xs-30{margin-right:30rem}.fs-xs-1{font-size:.1rem}.fs-xs-2{font-size:.2rem}.fs-xs-3{font-size:.3rem}.fs-xs-4{font-size:.4rem}.fs-xs-5{font-size:.5rem}.fs-xs-6{font-size:.6rem}.fs-xs-7{font-size:.7rem}.fs-xs-8{font-size:.8rem}.fs-xs-9{font-size:.9rem}.fs-xs-10{font-size:1rem}.fs-xs-11{font-size:1.1rem}.fs-xs-12{font-size:1.2rem}.fs-xs-13{font-size:1.3rem}.fs-xs-14{font-size:1.4rem}.fs-xs-15{font-size:1.5rem}.fs-xs-16{font-size:1.6rem}.fs-xs-17{font-size:1.7rem}.fs-xs-18{font-size:1.8rem}.fs-xs-19{font-size:1.9rem}.fs-xs-20{font-size:2rem}.fs-xs-21{font-size:2.1rem}.fs-xs-22{font-size:2.2rem}.fs-xs-23{font-size:2.3rem}.fs-xs-24{font-size:2.4rem}.fs-xs-25{font-size:2.5rem}.fs-xs-26{font-size:2.6rem}.fs-xs-27{font-size:2.7rem}.fs-xs-28{font-size:2.8rem}.fs-xs-29{font-size:2.9rem}.fs-xs-30{font-size:3rem}.fs-xs-31{font-size:3.1rem}.fs-xs-32{font-size:3.2rem}.fs-xs-33{font-size:3.3rem}.fs-xs-34{font-size:3.4rem}.fs-xs-35{font-size:3.5rem}.fs-xs-36{font-size:3.6rem}.fs-xs-37{font-size:3.7rem}.fs-xs-38{font-size:3.8rem}.fs-xs-39{font-size:3.9rem}.fs-xs-40{font-size:4rem}.fs-xs-41{font-size:4.1rem}.fs-xs-42{font-size:4.2rem}.fs-xs-43{font-size:4.3rem}.fs-xs-44{font-size:4.4rem}.fs-xs-45{font-size:4.5rem}.fs-xs-46{font-size:4.6rem}.fs-xs-47{font-size:4.7rem}.fs-xs-48{font-size:4.8rem}.fs-xs-49{font-size:4.9rem}.fs-xs-50{font-size:5rem}.fs-xs-51{font-size:5.1rem}.fs-xs-52{font-size:5.2rem}.fs-xs-53{font-size:5.3rem}.fs-xs-54{font-size:5.4rem}.fs-xs-55{font-size:5.5rem}.fs-xs-56{font-size:5.6rem}.fs-xs-57{font-size:5.7rem}.fs-xs-58{font-size:5.8rem}.fs-xs-59{font-size:5.9rem}.fs-xs-60{font-size:6rem}}@media only screen and (max-width:767px){.dn-sm{display:none}}[data-style=fs-80]{font:inherit!important;color:inherit;font-size:80%!important}[data-style=fs-90]{font:inherit!important;color:inherit;font-size:90%!important}[data-style=fs-100]{font:inherit!important;color:inherit;font-size:100%!important}[data-style=fs-120]{font:inherit!important;color:inherit;font-size:120%!important}[data-style=fs-140]{font:inherit!important;color:inherit;font-size:140%!important}[data-style=fs-160]{font:inherit!important;color:inherit;font-size:160%!important}[data-style=fs-180]{font:inherit!important;color:inherit;font-size:180%!important}[data-style=fs-200]{font:inherit!important;color:inherit;font-size:200%!important}html{font-size:10px}@media only screen and (min-width:1024px) and (-webkit-device-pixel-ratio:1.25){html{font-size:8px}}@media only screen and (min-width:1024px) and (-webkit-device-pixel-ratio:1.5){html{font-size:7px}}.lb-number{display:none!important}.lb-outerContainer{max-height:500px}@media only screen and (min-width:1024px){.lb-outerContainer{max-height:900px}}.lb-image{max-height:500px!important}@media only screen and (min-width:1024px){.lb-image{max-height:900px!important}}body{position:relative;width:100%;min-width:32rem;overflow-x:hidden;line-height:1.1;margin:0 auto}body.fixed{overflow:hidden}body.no-header{min-height:100vh;padding-top:13rem!important}body .container{width:100%;margin:0 auto;padding-right:0;padding-left:0;max-width:162rem}body .container--thin{max-width:110rem}body .container--wide{max-width:172rem}body .container--full{max-width:192rem}.horizontal-scroll-container{margin-bottom:-1px!important}.vertical_decorations{overflow:hidden;position:relative}.vertical_decorations:after,.vertical_decorations:before{content:"";position:absolute;display:block;width:2rem;height:33rem;background-repeat:no-repeat;background-position:100% 0;background-size:contain}.vertical_decorations:before{top:0;right:100%;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;background-image:url(../images/WHITE_SHAPE.svg);-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.vertical_decorations:after{top:100%;right:0;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;background-image:url(../images/BLACK_SHAPE.svg);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}@media only screen and (min-width:1024px){.vertical_decorations:after,.vertical_decorations:before{width:3rem;height:43rem}}@media only screen and (min-width:1460px){.vertical_decorations:after,.vertical_decorations:before{width:4.3rem;height:55rem}}.nkv-clients-slider .slick-initialized{display:block!important}.lightbox .lb-image{width:auto!important;-o-object-fit:cover!important;object-fit:cover!important}.green-heading{position:relative;font-family:Poppins;display:block;font-size:32px!important;font-style:normal;color:#2bd483!important;text-align:left;padding:0!important;font-weight:800!important;line-height:normal!important}@media only screen and (max-width:768px){.green-heading{font-size:24px!important}}.green-heading h1,.green-heading h2,.green-heading h3,.green-heading h4,.green-heading h5,.green-heading h6,.green-heading p,.green-heading span{position:relative;font-family:Poppins;display:block;font-size:32px!important;font-style:normal;color:#2bd483!important;text-align:left;padding:0;font-weight:800!important;line-height:normal!important}@media only screen and (max-width:768px){.green-heading h1,.green-heading h2,.green-heading h3,.green-heading h4,.green-heading h5,.green-heading h6,.green-heading p,.green-heading span{font-size:24px!important}}button{font-family:Poppins,sans-serif;font-weight:400}.cta-wrapper{margin:2rem 0}.btn{position:relative;text-decoration:none;font-size:2.2rem;font-size:2.2rem;padding:1.2rem 5rem 1.2rem 3rem;-webkit-filter:brightness(1);filter:brightness(1);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;-o-transition:filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}@media only screen and (min-width:1024px){.btn{font-size:2.6rem;font-size:2.6rem;padding:1.2rem 5.5rem 1.2rem 4rem}}@media only screen and (min-width:1460px){.btn{font-size:3.1rem;font-size:3.1rem}}.btn--green,.btn.btn-primary{color:#000;background-color:#2bd483}.btn--yellow{color:#000;background-color:#eac435}.btn--black{color:#fff;background-color:#000}.btn--black::before{border:solid #2bd483;border-width:0 .1rem .1rem 0}.btn--black::after{border:solid #fff;border-width:0 .1rem .1rem 0}.btn--white{color:#000;background-color:#fff}.btn--white::before{border:solid #2bd483;border-width:0 .1rem .1rem 0}.btn--white::after{border:solid #000;border-width:0 .1rem .1rem 0}.btn--red{color:#fff;background-color:#fb4d3d;font-weight:700}.btn--red::after{border:solid #fff;border-width:0 .1rem .1rem 0}.btn.btn-primary.btn--green{color:#000;background-color:#2bd483}.btn.btn-primary.btn--yellow{color:#000;background-color:#eac435}.btn.btn-primary.btn--black{color:#fff;background-color:#000}.btn.btn-primary.btn--black::before{border:solid #2bd483;border-width:0 .1rem .1rem 0}.btn.btn-primary.btn--black::after{border:solid #fff;border-width:0 .1rem .1rem 0}.btn.btn-primary.btn--white{color:#000;background-color:#fff}.btn.btn-primary.btn--white::before{border:solid #2bd483;border-width:0 .1rem .1rem 0}.btn.btn-primary.btn--white::after{border:solid #000;border-width:0 .1rem .1rem 0}.btn.btn-primary.btn--red{color:#fff;background-color:#fb4d3d}.btn.btn-primary.btn--red::before{border:solid #fff;border-width:0 .1rem .1rem 0}.btn.btn-primary.btn--red::after{border:solid #fff;border-width:0 .1rem .1rem 0}.btn.btn-nkv{text-align:center;font-size:1.6rem;padding:1.7rem 3rem;min-width:29rem;border-radius:4rem;font-weight:600;color:#fff}.btn.btn-nkv::after,.btn.btn-nkv::before{display:none}@media only screen and (min-width:769px){.btn.btn-nkv{font-size:2.2rem}}.btn.btn-nkv--small{font-size:1.4rem;padding:1rem 2rem;min-width:auto;border-radius:2.5rem;font-weight:600}.btn::before{content:'';position:absolute;top:50%;right:2.5rem;border:solid #fff;border-width:0 .1rem .1rem 0;padding:.8rem;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}@media only screen and (min-width:1024px){.btn::before{right:3rem}}.btn::after{content:'';position:absolute;top:50%;right:1.5rem;border:solid #000;border-width:0 .1rem .1rem 0;padding:.8rem;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}@media only screen and (min-width:1024px){.btn::after{right:2rem}}.btn--black{color:#fff;background-color:#000}.btn--black::before{border-color:#2bd483}.btn--black::after{border-color:#fff}.btn:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.btn:hover::before{-webkit-transform:translateX(.4rem) translateY(-50%) rotate(-45deg);-ms-transform:translateX(.4rem) translateY(-50%) rotate(-45deg);transform:translateX(.4rem) translateY(-50%) rotate(-45deg)}.btn:hover::after{-webkit-transform:translateX(-.4rem) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-.4rem) translateY(-50%) rotate(-45deg);transform:translateX(-.4rem) translateY(-50%) rotate(-45deg)}.btn--fixed_width{width:100%;max-width:100%;text-align:center}@media only screen and (min-width:769px){.btn--fixed_width{width:32rem}}.btn--with-icon{padding-left:8rem}.btn--with-icon .icon{position:absolute;left:1.5rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:4rem;height:5rem;max-height:100%;background-position:center;background-size:contain;background-repeat:no-repeat}.btn--with-monogram{padding-left:6.5rem}.btn--with-monogram .monogram{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center;width:4.8rem;height:100%;border-right:1px solid #000;font-weight:700;font-size:3.2rem;line-height:4.2rem;padding:.5rem}@media only screen and (min-width:1024px){.btn--with-monogram .monogram{width:5.2rem;font-size:3.4rem;line-height:4.6rem}}@media only screen and (min-width:1460px){.btn--with-monogram .monogram{width:5.8rem;line-height:5rem;font-size:3.6rem}}a.btn{display:inline-block}.btn-close-modal{position:absolute;top:0;right:0;padding:2rem;background-color:#000;cursor:pointer}@media only screen and (min-width:1366px){.btn-close-modal{padding:3rem}}.btn-close-modal::after,.btn-close-modal::before{content:'';position:absolute;top:50%;left:50%;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;width:2rem;height:.2rem;background-color:#fff}@media only screen and (min-width:1366px){.btn-close-modal::after,.btn-close-modal::before{width:3rem}}.btn-close-modal::before{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.btn-close-modal::after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.btn-fb{color:#fff;background-color:#2bd483;font-size:2.6rem;font-size:2.6rem;padding:.4rem 1.5rem .4rem 3.5rem;background-image:url(../images/fb-button-icon.png);background-size:1.1rem 2.1rem;background-position:1.4rem center;background-repeat:no-repeat;min-height:3.7rem}.btn-fb::after,.btn-fb::before{display:none}.fb-button-text{font-size:2.6rem;font-size:2.6rem;padding-top:1rem;padding-left:0;display:block}@media only screen and (min-width:769px){.fb-button-text{padding-top:0;padding-left:1rem;display:inline-block}}.js_cookies-information{display:none!important;opacity:0!important;width:0!important;height:0!important;overflow:hidden!important;visibility:hidden!important;position:fixed;bottom:0;left:0;width:100%;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,-webkit-transform .2s;-o-transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s;opacity:1;z-index:6999;background-color:#ccc;padding:2rem 0;padding-right:2rem;padding-left:2rem;border-top:.2rem solid #000}@media only screen and (min-width:769px){.js_cookies-information{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.js_cookies-information{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.js_cookies-information{padding-right:15rem;padding-left:15rem}}.container-fluid{width:100%;padding-right:1.5rem;padding-left:1.5rem;margin-right:auto;margin-left:auto}.js_cookies-information__text{font-size:1.6rem;font-size:1.6rem;color:#000;padding-bottom:2rem}@media only screen and (min-width:769px){.js_cookies-information__text{padding-right:4rem}}@media only screen and (min-width:1024px){.js_cookies-information__text{font-size:1.8rem;font-size:1.8rem}}@media only screen and (min-width:1366px){.js_cookies-information__text{font-size:2rem;font-size:2rem}}.js_cookies-information__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:769px){.js_cookies-information__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.js_cookies-information__exit{height:3.5rem;font-size:2rem;font-size:2rem;text-transform:uppercase;cursor:pointer;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;padding:.5rem 2rem;background-color:#2bd483;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.js_cookies-information__exit:hover{background-color:#fff}.js_cookies-information--hide{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.js_cookies-information a{color:#000;text-decoration:underline}.js_cookies-information p{margin:0}.top-bar{width:100%;background:#fff;position:absolute;top:0;left:0;z-index:100}@media screen and (min-width:1280px){.top-bar{background:0 0}}.top-bar .container{padding:1.5rem 2rem}@media only screen and (min-width:769px){.top-bar .container{padding:2rem 4rem}}@media only screen and (min-width:1600px){.top-bar .container{padding:2rem 15rem}}.top-bar.fixed-on-scroll{position:fixed;top:0;left:0;background-color:#fff;-webkit-animation-name:menuFromTop;animation-name:menuFromTop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;padding-top:1.5rem;padding-bottom:1.5rem;-webkit-transition:top .5s;-o-transition:top .5s;transition:top .5s;-webkit-box-shadow:0 0 50px 0 rgba(165,180,209,.3);box-shadow:0 0 50px 0 rgba(165,180,209,.3)}.top-bar.fixed-on-scroll .breadcrumbs{display:none}.top-bar .container{position:relative}.top-bar .menu-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@-webkit-keyframes menuFromTop{from{top:-15rem}to{top:0}}@keyframes menuFromTop{from{top:-15rem}to{top:0}}.main-logo{width:100%;max-width:12rem;height:auto;z-index:200;-ms-flex-negative:0;flex-shrink:0}.main-logo img{width:100%}.main-logo svg{width:100%;height:auto}.main-logo .logo--white{display:none}.toggle-menu{position:relative;display:block;width:3rem;height:2.4rem;cursor:pointer;background-color:transparent;z-index:200}@media only screen and (min-width:1024px){.toggle-menu{display:none}}.toggle-menu:hover__line{width:3rem}.toggle-menu__line{position:absolute;display:block;height:.2rem;background-color:#3e3e3e;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;z-index:5}.toggle-menu__line:nth-of-type(1){top:0;left:0;width:.6rem}.toggle-menu__line:nth-of-type(2){top:0;left:1rem;width:2rem;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.toggle-menu__line:nth-of-type(3){top:1.1rem;left:0;width:3rem;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.toggle-menu__line:nth-of-type(4){bottom:0;right:1rem;width:2rem;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.toggle-menu__line:nth-of-type(5){bottom:0;right:0;width:.6rem}.toggle-menu.active .toggle-menu__line{background-color:#2bd483}.toggle-menu.active .toggle-menu__line:nth-of-type(1){display:none}.toggle-menu.active .toggle-menu__line:nth-of-type(2){top:.1rem;left:.5rem;width:3rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.toggle-menu.active .toggle-menu__line:nth-of-type(3){-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}.toggle-menu.active .toggle-menu__line:nth-of-type(4){bottom:0;right:-.4rem;width:3rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.toggle-menu.active .toggle-menu__line:nth-of-type(5){display:none}.main-menu{position:fixed;top:0;right:0;opacity:0;-webkit-transform:translateX(100vw);-ms-transform:translateX(100vw);transform:translateX(100vw);-webkit-transition:opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;-o-transition:transform .5s ease-in-out,opacity .5s ease-in-out;transition:transform .5s ease-in-out,opacity .5s ease-in-out;transition:transform .5s ease-in-out,opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;width:100%;height:100vh;background-color:#fff;padding:7rem 3rem 2rem 3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;overflow-y:auto;z-index:100}.main-menu.opened{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-filter:drop-shadow(0 0 120px rgba(0, 0, 0, .25));filter:drop-shadow(0 0 120px rgba(0, 0, 0, .25))}@media only screen and (min-width:500px){.main-menu{max-width:38rem}}@media only screen and (min-width:769px){.main-menu{padding:7.5rem 4rem 4rem 4rem}}@media only screen and (min-width:1024px){.main-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;top:auto;right:auto;width:auto;max-width:none;height:auto;opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);-webkit-transition:none;-o-transition:none;transition:none;padding:0;overflow:initial;z-index:210;margin-left:2rem;background-color:transparent}}.main-menu li{position:relative;font-size:1.6rem;font-size:1.6rem;width:100%;text-align:left}@media only screen and (min-width:1024px){.main-menu li:first-of-type a{padding-left:0}}.main-menu li:last-of-type{margin-right:0}.main-menu li:not(.menu-item):last-of-type{padding-right:0;padding-top:4.5rem;border-bottom:none}@media only screen and (min-width:1024px){.main-menu li:not(.menu-item):last-of-type{padding-top:0}.main-menu li:not(.menu-item):last-of-type a{padding-right:0}}.main-menu li a{position:relative;display:inline-block;color:#3e3e3e;text-decoration:none;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;padding:1.5rem 0;position:relative;z-index:2;line-height:1.2;font-size:1.6rem;font-weight:600;width:100%}@media only screen and (min-width:1024px){.main-menu li a{font-size:1.2rem}}@media only screen and (min-width:1280px){.main-menu li a{font-size:1.6rem}}@media only screen and (min-width:1024px){.main-menu li a{white-space:nowrap;padding:10px 0}.main-menu li a:hover{color:#731dd8}}.main-menu li.menu-item-has-children{padding-right:3rem}.main-menu li.menu-item-has-children>a{width:auto;min-width:50%}@media only screen and (min-width:1024px){.main-menu li.menu-item-has-children{padding-right:1.5rem;margin-right:1.5rem}.main-menu li.menu-item-has-children a{padding-right:0}}@media only screen and (min-width:1460px){.main-menu li.menu-item-has-children{margin-right:3rem}}.main-menu li.menu-item-has-children:after{content:"";position:absolute;top:1.8rem;right:0;display:block;width:.4rem;height:.4rem;border:solid #3e3e3e;border-width:0 2px 2px 0;padding:2px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}@media only screen and (min-width:1024px){.main-menu li.menu-item-has-children:after{top:1.3rem}}.main-menu li.menu-item-has-children.active_submenu::after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);top:2rem}@media only screen and (min-width:1024px){.main-menu li.menu-item-has-children.active_submenu::after{top:1.6rem}}.main-menu li.current-menu-ancestor>a,.main-menu li.current-menu-item:not(.menu-item-career)>a,.main-menu li.current-menu-item:not(.menu-item-contact)>a{color:#2bd483!important;text-decoration:underline}.main-menu li.current-menu-ancestor>a:hover,.main-menu li.current-menu-item:not(.menu-item-career)>a:hover,.main-menu li.current-menu-item:not(.menu-item-contact)>a:hover{color:#731dd8!important}.main-menu li.current_page_ancestor>a{text-decoration:underline;color:#2bd483}@media only screen and (min-width:1024px){.main-menu li{margin-right:1.5rem;width:auto;font-size:1.6rem;font-size:1.6rem;padding:0;border-bottom:none}.main-menu li a{border-bottom:none}}@media only screen and (min-width:1460px){.main-menu li{margin-right:3rem;font-size:1.8rem;font-size:1.8rem}}.main-menu li>ul{position:relative;display:none;z-index:1;margin-left:-3rem;margin-right:-6rem;padding:0 3rem;background-color:#efefef}.main-menu li>ul li{position:relative}.main-menu li>ul li.menu-item-has-children ul{background-color:#dcdcdc}@media only screen and (min-width:1024px){.main-menu li>ul li.menu-item-has-children ul{background-color:transparent}}.main-menu li>ul li a{text-transform:none}@media only screen and (min-width:1024px){.main-menu li>ul{background-color:transparent}}@media only screen and (min-width:769px){.main-menu li>ul{margin-left:-4rem;margin-right:-7rem;padding:0 4rem}}@media only screen and (min-width:1024px){.main-menu li>ul{position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);padding:5.5rem 4rem 3.5rem;white-space:nowrap;margin:0;background-color:transparent;-webkit-filter:drop-shadow(0 0 120px rgba(0, 0, 0, .25));filter:drop-shadow(0 0 120px rgba(0, 0, 0, .25))}.main-menu li>ul::before{content:'';position:absolute;top:2rem;right:0;bottom:0;left:0;background-color:#fff;z-index:-1;border-radius:1.6rem}.main-menu li>ul::after{content:'';position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0;border-left:2rem solid transparent;border-right:2rem solid transparent;border-bottom:2rem solid #fff}.main-menu li>ul a{padding:0;padding-right:0!important;text-decoration:none;white-space:nowrap}.main-menu li>ul li{display:block;margin:0!important;padding:.5rem 0;text-align:left}.main-menu li>ul li.menu-item-has-children{position:relative;padding:.5rem 3rem .5rem 0}.main-menu li>ul li.menu-item-has-children ul{left:100%;top:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);padding:2rem;margin:0;margin-left:0;-webkit-filter:drop-shadow(0 0 70px rgba(0, 0, 0, .25));filter:drop-shadow(0 0 70px rgba(0, 0, 0, .25))}.main-menu li>ul li.menu-item-has-children ul::before{top:0}.main-menu li>ul li.menu-item-has-children ul li ul{margin:0!important;margin-left:0!important;padding:1.5rem 0!important}.main-menu li>ul li.menu-item-has-children ul li ul li{padding:.5rem 2rem}.main-menu li>ul li.menu-item-has-children.active_submenu::after,.main-menu li>ul li.menu-item-has-children:hover::after{-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.main-menu li>ul li.current-menu-item>a{color:#731dd8}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu.active_submenu>ul{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(25%,1fr));padding:1.5rem 2rem 3.5rem}.main-menu li.horizontal-menu>ul{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:110rem;left:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.main-menu li.horizontal-menu>ul::after{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);left:4rem}.main-menu li.horizontal-menu>ul>li{min-width:24rem;padding:3.5rem 2rem 0}.main-menu li.horizontal-menu>ul li a{white-space:break-spaces}.main-menu li.horizontal-menu>ul li.menu-item-has-children:hover{color:#731dd8;font-weight:600}.main-menu li.horizontal-menu>ul li.menu-item-has-children:hover>a{color:#731dd8;font-weight:600}.main-menu li.horizontal-menu>ul li.menu-item-has-children::after{display:none}.main-menu li.horizontal-menu>ul li.menu-item-has-children a{color:#3e3e3e;padding:.5rem 0}.main-menu li.horizontal-menu>ul li.menu-item-has-children>ul{display:block!important;position:relative;left:0;padding:0;margin-top:.8rem;opacity:1!important;-webkit-filter:none;filter:none}.main-menu li.horizontal-menu>ul li.menu-item-has-children>ul::after,.main-menu li.horizontal-menu>ul li.menu-item-has-children>ul::before{display:none}.main-menu li.horizontal-menu>ul li.menu-item-has-children>ul li{padding:0;font-weight:400}.main-menu li.horizontal-menu>ul li.menu-item-has-children>ul li a{font-weight:400;white-space:break-spaces}.main-menu li.horizontal-menu>ul li.menu-item-has-children>ul li:hover{color:#731dd8;font-weight:600}.main-menu li.horizontal-menu>ul li.menu-item-has-children>ul li:hover>a{color:#731dd8;font-weight:600}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--1.active_submenu>ul{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--1>ul{max-width:unset}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--2.active_submenu>ul{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(50%,1fr))}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--2>ul{max-width:70rem}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--3.active_submenu>ul{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(33%,1fr))}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--3>ul{max-width:100rem}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--4.active_submenu>ul{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(25%,1fr))}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--4>ul{max-width:110rem}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--5.active_submenu>ul{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(20%,1fr))}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--5>ul{max-width:110rem}.main-menu li.horizontal-menu--5>ul>li{min-width:21rem}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--6.active_submenu>ul{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(16%,1fr))}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--6>ul{width:110rem}.main-menu li.horizontal-menu--6>ul>li{min-width:17.5rem}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--7.active_submenu>ul{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(50%,1fr));padding-top:43px}.main-menu li.horizontal-menu--7.active_submenu>ul li{padding:4px!important}}@media only screen and (min-width:1024px){.main-menu li.horizontal-menu--7>ul{max-width:70rem}}.main-menu li.language-switcher{cursor:pointer;margin-right:0}@media only screen and (min-width:1024px){.main-menu li.language-switcher{margin-right:0!important}}.main-menu li.language-switcher>a{pointer-events:none}@media only screen and (min-width:1024px){.main-menu li.language-switcher .submenu{left:auto;right:-2rem;-webkit-transform:none;-ms-transform:none;transform:none;margin-left:-1rem}}.main-menu li.language-switcher .submenu::after{left:auto;right:1.6rem;-webkit-transform:none;-ms-transform:none;transform:none}.main-menu li.menu-item-career span{position:relative;display:none;font-size:1.6rem;font-weight:600;color:#fff;background-color:#2bd483;padding:.4rem 1rem;border-radius:.5rem;margin-left:1rem;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}@media only screen and (min-width:1280px){.main-menu li.menu-item-career span{display:inline}}.main-menu li.menu-item-career span::before{content:'';position:absolute;right:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:.4rem solid transparent;border-bottom:.4rem solid transparent;border-right:.4rem solid #2bd483;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}.main-menu li.menu-item-career:hover span{background-color:#3e3e3e}.main-menu li.menu-item-career:hover span::before{border-right:.4rem solid #3e3e3e}.main-menu li.menu-item-contact a{display:inline-block;padding:1.2rem 2rem;margin:.5rem 0;height:4rem;background-color:#3e3e3e;color:#fff;border-radius:2rem;min-width:auto;width:auto}.main-menu li.menu-item-contact a:hover{background-color:#2bd483}@media only screen and (min-width:1024px){.main-menu li.menu-item-contact a{margin:0 0 .5rem 0}}.breadcrumbs{padding-top:1rem;position:absolute;top:calc(100% + 1rem);overflow:hidden;font-size:1.6rem;color:#fff;left:2rem;max-width:calc(100% - 4rem)}@media only screen and (min-width:769px){.breadcrumbs{left:4rem;max-width:calc(100% - 8rem)}}@media only screen and (min-width:1600px){.breadcrumbs{left:15rem;max-width:calc(100% - 30rem)}}.breadcrumbs .rank-math-breadcrumb{overflow-x:auto}.breadcrumbs .rank-math-breadcrumb::-webkit-scrollbar{display:none}.breadcrumbs p{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap}.breadcrumbs a{position:relative;color:#2bd483;text-decoration:none;text-transform:uppercase;padding-top:.2rem}.breadcrumbs a:first-of-type{font-size:0;padding-top:0}.breadcrumbs a:first-of-type::before{content:" ";display:inline-block;width:1.6rem;height:1.6rem;background-image:url(../images/home.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.breadcrumbs .separator{padding:.2rem 1rem 0 1rem;font-size:1.2rem;color:#3e3e3e}.breadcrumbs .last{padding-top:.2rem;color:#9d9d9d}.module-divider{display:block;position:relative;margin:0;padding:0;padding-bottom:4rem}@media only screen and (min-width:769px){.module-divider{padding-bottom:4rem}}@media only screen and (min-width:1024px){.module-divider{padding-bottom:5rem}}@media only screen and (min-width:1460px){.module-divider{padding-bottom:7rem}}.section-title{font-family:Poppins,sans-serif;font-weight:700;display:block;line-height:1.1;color:#2bd483;text-align:center;font-size:3.6rem;font-size:3.6rem}@media only screen and (min-width:769px){.section-title{font-size:4.2rem;font-size:4.2rem}}@media only screen and (min-width:1024px){.section-title{font-size:5.2rem;font-size:5.2rem}}.section-title--small{font-size:3.6rem;font-size:3.6rem}.section-title--big{font-size:3.6rem;font-size:3.6rem}@media only screen and (min-width:769px){.section-title--big{font-size:4.2rem;font-size:4.2rem}}@media only screen and (min-width:1280px){.section-title--big{font-size:5.2rem;font-size:5.2rem}}@media only screen and (min-width:1460px){.section-title--big{font-size:7.2rem;font-size:7.2rem}}.section-title--white{color:#fff}.section-title--black{color:#000}.section-title--bg-green{background-color:#2bd483;padding-bottom:2rem!important}.section-title--uppercase{text-transform:uppercase}.section-subtitle{position:relative;font-family:Poppins,sans-serif;font-weight:700;display:block;line-height:1.1;color:#2bd483;text-align:left;padding:0;margin-bottom:3rem}@media only screen and (min-width:769px){.section-subtitle{margin-bottom:4rem}}@media only screen and (min-width:1460px){.section-subtitle{margin-bottom:5rem}}.section-subtitle--line{padding-left:6.5rem}.section-subtitle--line::before{content:'';position:absolute;left:0;background-color:#345995;width:5.5rem}@media only screen and (min-width:769px){.section-subtitle--line{padding-left:9rem}.section-subtitle--line::before{width:8rem}}@media only screen and (min-width:1460px){.section-subtitle--line{padding-left:13rem}.section-subtitle--line::before{width:11.5rem}}h2.section-subtitle{font-size:2.6rem;font-size:2.6rem}@media only screen and (min-width:769px){h2.section-subtitle{font-size:3.6rem;font-size:3.6rem}}@media only screen and (min-width:1460px){h2.section-subtitle{font-size:4.4rem;font-size:4.4rem}}h2.section-subtitle--line::before{top:1.8rem;height:.4rem}@media only screen and (min-width:769px){h2.section-subtitle--line::before{top:2.5rem;height:.5rem}}@media only screen and (min-width:1460px){h2.section-subtitle--line::before{top:3rem;height:.7rem}}h3.section-subtitle{font-size:2.4rem;font-size:2.4rem}@media only screen and (min-width:769px){h3.section-subtitle{font-size:3.3rem;font-size:3.3rem}}@media only screen and (min-width:1460px){h3.section-subtitle{font-size:4rem;font-size:4rem}}h3.section-subtitle--line::before{top:1.7rem;height:.3rem}@media only screen and (min-width:769px){h3.section-subtitle--line::before{top:2.3rem;height:.4rem}}@media only screen and (min-width:1460px){h3.section-subtitle--line::before{top:2.8rem;height:.6rem}}h4.section-subtitle{font-size:2.2rem;font-size:2.2rem}@media only screen and (min-width:769px){h4.section-subtitle{font-size:3rem;font-size:3rem}}@media only screen and (min-width:1460px){h4.section-subtitle{font-size:3.7rem;font-size:3.7rem}}h4.section-subtitle--line::before{top:1.6rem;height:.2rem}@media only screen and (min-width:769px){h4.section-subtitle--line::before{top:2.1rem;height:.3rem}}@media only screen and (min-width:1460px){h4.section-subtitle--line::before{top:2.5rem;height:.5rem}}h5.section-subtitle{font-size:2rem;font-size:2rem}@media only screen and (min-width:769px){h5.section-subtitle{font-size:2.7rem;font-size:2.7rem}}@media only screen and (min-width:1460px){h5.section-subtitle{font-size:3.3rem;font-size:3.3rem}}h5.section-subtitle--line::before{top:1.5rem;height:.1rem}@media only screen and (min-width:769px){h5.section-subtitle--line::before{top:2rem;height:.2rem}}@media only screen and (min-width:1460px){h5.section-subtitle--line::before{top:2.2rem;height:.4rem}}h6.section-subtitle{font-size:1.8rem;font-size:1.8rem}@media only screen and (min-width:769px){h6.section-subtitle{font-size:2.4rem;font-size:2.4rem}}@media only screen and (min-width:1460px){h6.section-subtitle{font-size:2.9rem;font-size:2.9rem}}h6.section-subtitle--line::before{top:1.2rem;height:.1rem}@media only screen and (min-width:769px){h6.section-subtitle--line::before{top:1.7rem;height:.2rem}}@media only screen and (min-width:1460px){h6.section-subtitle--line::before{top:1.9rem;height:.4rem}}.shape-wrap{display:block}.shape-wrap .shape{position:absolute;z-index:10;width:2rem;height:28.5rem;background-image:url(../images/shape-type-1.png);background-position:top left;background-repeat:no-repeat;background-size:cover}@media only screen and (min-width:1024px){.shape-wrap .shape{width:4rem;height:57rem}}@media only screen and (min-width:1460px){.shape-wrap .shape{width:5rem;height:71.2rem}}.shape-wrap.align-right .shape{right:0}.shape-wrap.align-left .shape{left:0}.shape-wrap.type-1 .shape{background-image:url(../images/shape-type-1.png)}.shape-wrap.type-2 .shape{background-image:url(../images/shape-type-2.png)}.shape-wrap.type-black-2 .shape{background-image:url(../images/shape-blac-type-2.png)}.shape-wrap.type-3 .shape{background-image:url(../images/shape-type-3.png)}.shape-wrap.type-4 .shape{background-image:url(../images/shape-type-4.png);height:10rem}@media only screen and (min-width:1024px){.shape-wrap.type-4 .shape{width:4rem;height:19.8rem}}@media only screen and (min-width:1460px){.shape-wrap.type-4 .shape{width:5rem;height:24.8rem}}.shape-wrap.type-5 .shape{background-image:url(../images/shape-type-5.png)}.shape-wrap.type-white .shape{background-image:url(../images/WHITE_SHAPE.svg)}.shape-wrap.type-black .shape{background-image:url(../images/BLACK_SHAPE.svg)}@media only screen and (min-width:1460px){.shape-wrap.lg-hidden{display:none}}@media only screen and (min-width:768px) and (max-width:1279px){.shape-wrap.md-hidden{display:none}}@media only screen and (max-width:767px){.shape-wrap.sm-hidden{display:none}}.shapes-left-1::after{content:'';position:absolute;top:50%;left:0;width:2rem;height:28.5rem;background-image:url(../images/right-shapes.png);background-position:top right;background-repeat:no-repeat;background-size:cover;z-index:10}@media only screen and (min-width:769px){.shapes-left-1::after{display:none}}@media only screen and (min-width:1024px){.shapes-left-1::after{display:block;width:4rem;height:57rem}}@media only screen and (min-width:1460px){.shapes-left-1::after{width:5rem;height:69.5rem}}.shapes-left-1--dn-m::after{display:none}@media only screen and (min-width:1024px){.shapes-left-1--dn-m::after{display:block}}.shapes-right-1::after{content:'';position:absolute;top:-15rem;right:0;width:2rem;height:28.5rem;background-image:url(../images/right-shapes.png);background-position:top right;background-repeat:no-repeat;background-size:cover;z-index:10}@media only screen and (min-width:769px){.shapes-right-1::after{display:none}}@media only screen and (min-width:1024px){.shapes-right-1::after{display:block;width:4rem;height:57rem}}@media only screen and (min-width:1460px){.shapes-right-1::after{width:5rem;height:69.5rem}}.shapes-right-1--dn-m::after{display:none}@media only screen and (min-width:1024px){.shapes-right-1--dn-m::after{display:block}}.shapes-right-2::after{content:'';display:none;position:absolute;top:15rem;right:0;width:2rem;height:28.5rem;background-image:url(../images/right-shapes-1.png);background-position:top right;background-repeat:no-repeat;background-size:cover;z-index:10}@media only screen and (min-width:1366px){.shapes-right-2::after{display:block;width:4rem;height:57rem}}@media only screen and (min-width:1460px){.shapes-right-2::after{top:9rem;width:5rem;height:69.5rem}}@media only screen and (min-width:1024px){.bottom-circles-1::after{content:'';position:absolute;bottom:0;left:0;width:12rem;height:12rem;background-image:url(../images/form-bg-circles.png);background-position:bottom left;background-repeat:no-repeat;background-size:12rem 12rem}}@media only screen and (min-width:1460px){.bottom-circles-1::after{width:16.8rem;height:16.8rem;background-size:16.8rem 16.8rem}}.yellow-circle{position:relative;margin-bottom:4rem;background:#000;color:#fff}.yellow-circle::before{content:'';position:absolute;top:0;left:2rem;width:20rem;height:20rem;background-image:url(../images/yellow-circle.png);background-position:bottom left;background-repeat:no-repeat;background-size:cover;display:none}@media only screen and (min-width:1024px){.yellow-circle{padding-left:28rem;margin-bottom:4rem;min-height:24rem}.yellow-circle::before{display:block;width:20rem;height:20rem;left:4rem}}@media only screen and (min-width:1280px){.yellow-circle{padding-left:33rem;margin-bottom:7.5rem;min-height:19.5rem}.yellow-circle::before{top:1.5rem;width:25rem;height:25rem}}@media only screen and (min-width:1366px){.yellow-circle{padding-left:41rem;margin-bottom:13rem;min-height:20.5rem}.yellow-circle::before{top:0;width:33rem;height:33rem}}@media only screen and (min-width:1460px){.yellow-circle{padding-left:49rem;margin-bottom:14.5rem;min-height:26rem}.yellow-circle::before{left:4rem;width:40rem;height:40rem}}@media only screen and (min-width:1280px){.section-padding.yellow-circle{padding-left:33rem}}@media only screen and (min-width:1366px){.section-padding.yellow-circle{padding-left:41rem}}@media only screen and (min-width:1460px){.section-padding.yellow-circle{padding-left:49rem}}.main-slider{width:100%;padding-right:6rem;padding-bottom:.7rem;background-color:#000;overflow:hidden}@media only screen and (min-width:769px){.main-slider{height:36.7rem;padding-right:14rem;max-height:calc(100vh - 3rem)}}@media only screen and (min-width:1024px){.main-slider{height:56.7rem;padding-right:17rem}}@media only screen and (min-width:1280px){.main-slider{padding-right:20rem}}@media only screen and (min-width:1366px){.main-slider{padding-right:24rem}}@media only screen and (min-width:1440px){.main-slider{height:89.7rem}}@media only screen and (min-width:1460px){.main-slider{padding-right:24rem}}.main-slider:after{content:'';position:absolute;bottom:0;right:0;width:12rem;height:.7rem;background-color:#2bd483}@media only screen and (min-width:769px){.main-slider:after{width:20rem;right:4rem}}@media only screen and (min-width:1024px){.main-slider:after{right:7rem}}@media only screen and (min-width:1280px){.main-slider:after{right:10rem}}@media only screen and (min-width:1366px){.main-slider:after{right:14rem}}@media only screen and (min-width:1460px){.main-slider:after{right:14rem}}.main-slider .slick-arrow{top:auto;bottom:1.5rem;left:auto}.main-slider .slick-prev{right:7.5rem}@media only screen and (min-width:769px){.main-slider .slick-prev{right:10rem}}@media only screen and (min-width:1024px){.main-slider .slick-prev{right:13rem}}@media only screen and (min-width:1280px){.main-slider .slick-prev{right:16rem}}@media only screen and (min-width:1366px){.main-slider .slick-prev{right:20rem}}@media only screen and (min-width:1460px){.main-slider .slick-prev{right:19.5rem}}.main-slider .slick-next{right:2rem}@media only screen and (min-width:769px){.main-slider .slick-next{right:6rem}}@media only screen and (min-width:1024px){.main-slider .slick-next{right:10rem}}@media only screen and (min-width:1280px){.main-slider .slick-next{right:13rem}}@media only screen and (min-width:1366px){.main-slider .slick-next{right:17rem}}@media only screen and (min-width:1460px){.main-slider .slick-next{right:16.5rem}}.main-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.main-slider .slick-track .slick-slide{height:auto;min-height:34rem}.main-slider .slick-track .slick-slide>div{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width:769px){.main-slider .slick-track{display:block}.main-slider .slick-track .slick-slide{height:100%}.main-slider .slick-track .slick-slide>div{height:auto;display:block}}.main-slider__elem{position:relative;background-repeat:no-repeat;background-position:left bottom;background-size:cover;background-color:#e6e6e6;padding:8rem 2rem 2rem 2rem;overflow:hidden;min-height:100%}@media only screen and (min-width:769px){.main-slider__elem{padding:2rem 2rem 2rem 50%;height:36rem;max-height:calc(100vh - 3.7rem)}}@media only screen and (min-width:1024px){.main-slider__elem{padding:10rem 4rem 4rem 55%;height:56rem}}@media only screen and (min-width:1440px){.main-slider__elem{height:89rem;padding:10rem 4rem 4rem 63%}}@media only screen and (min-width:1460px){.main-slider__elem{padding:10rem 4rem 4rem 55%}}.main-slider__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;z-index:5}@media only screen and (min-width:769px){.main-slider__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.main-slider__text-wrap{position:relative;display:block}.main-slider__title{font-size:2.6rem;font-size:2.6rem;font-family:Poppins,sans-serif;font-weight:900;line-height:1;text-transform:uppercase;opacity:0;-webkit-transform:translateX(-5rem);-ms-transform:translateX(-5rem);transform:translateX(-5rem)}@media only screen and (min-width:769px){.main-slider__title{font-size:3.6rem;font-size:3.6rem;max-width:32rem}}@media only screen and (min-width:1024px){.main-slider__title{font-size:5rem;font-size:5rem;max-width:40rem}}@media only screen and (min-width:1280px){.main-slider__title{font-size:6rem;font-size:6rem}}@media only screen and (min-width:1460px){.main-slider__title{font-size:8rem;font-size:8rem;max-width:54.5rem}}.main-slider__title--small{font-size:2.4rem;font-size:2.4rem}@media only screen and (min-width:769px){.main-slider__title--small{font-size:3rem;font-size:3rem;max-width:32rem}}@media only screen and (min-width:1024px){.main-slider__title--small{font-size:3.8rem;font-size:3.8rem;max-width:40rem}}@media only screen and (min-width:1280px){.main-slider__title--small{font-size:4.4rem;font-size:4.4rem;max-width:45rem}}@media only screen and (min-width:1460px){.main-slider__title--small{font-size:6rem;font-size:6rem;max-width:60rem}}.main-slider__title--green{color:#2bd483}.main-slider__title--yellow{color:#eac435}.main-slider__title--red{color:#fb4d3d}.main-slider__title--black{color:#000}.main-slider__title--white{color:#fff}.main-slider__description p{font-size:1.8rem;font-size:1.8rem;color:#fff;font-family:Poppins,sans-serif;font-weight:700;line-height:1.25;opacity:0;-webkit-transform:translateX(5rem);-ms-transform:translateX(5rem);transform:translateX(5rem)}@media only screen and (min-width:769px){.main-slider__description p{font-size:2.6rem;font-size:2.6rem;max-width:32rem}}@media only screen and (min-width:1024px){.main-slider__description p{font-size:3rem;font-size:3rem;max-width:40rem}}@media only screen and (min-width:1280px){.main-slider__description p{font-size:3.6rem;font-size:3.6rem}}@media only screen and (min-width:1460px){.main-slider__description p{font-size:5rem;font-size:5rem;max-width:54.5rem}}.main-slider .btn{margin-top:2.5rem;opacity:0;font-weight:700}.main-slider .character{position:relative;bottom:-2rem;left:0;width:auto;max-width:95%;max-height:28.5rem;z-index:1;opacity:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}@media only screen and (min-width:360px){.main-slider .character{max-height:31rem}}@media only screen and (min-width:769px){.main-slider .character{position:absolute;max-width:45%;max-height:calc(100% - 5rem);bottom:-5rem}}@media only screen and (min-width:1024px){.main-slider .character{max-width:50%;max-height:calc(100% - 7rem)}}@media only screen and (min-width:1366px){.main-slider .character{max-height:100%;bottom:-17rem}}@media only screen and (min-width:1440px){.main-slider .character{max-height:calc(100% - 15rem);bottom:0;max-width:60%}}@media only screen and (min-width:1460px){.main-slider .character{max-width:50%}}.main-slider .circle{position:absolute;bottom:-1rem;left:-.2rem;width:auto;height:27rem;opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}@media only screen and (min-width:360px){.main-slider .circle{height:30rem}}@media only screen and (min-width:769px){.main-slider .circle{height:29rem;max-height:calc(100% - 8rem);bottom:-5rem}}@media only screen and (min-width:1024px){.main-slider .circle{max-width:55%;max-height:calc(100% - 10rem);height:45rem}}@media only screen and (min-width:1366px){.main-slider .circle{max-width:50%;height:56rem;max-height:calc(100% - 30rem);bottom:0}}@media only screen and (min-width:1440px){.main-slider .circle{max-width:50%;height:72rem;max-height:calc(100% - 20rem);bottom:0}}.main-slider .circle2{position:absolute;bottom:-1rem;left:-.2rem;width:auto;height:12rem;max-height:25%;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;z-index:5}@media only screen and (min-width:360px){.main-slider .circle2{height:13rem}}@media only screen and (min-width:769px){.main-slider .circle2{height:10rem}}@media only screen and (min-width:1024px){.main-slider .circle2{height:13rem}}@media only screen and (min-width:1366px){.main-slider .circle2{height:17rem}}@media only screen and (min-width:1440px){.main-slider .circle2{height:21rem}}.main-slider .slick-slide.slick-active .main-slider__title{-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;-webkit-transition-delay:1.2s;-o-transition-delay:1.2s;transition-delay:1.2s;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.main-slider .slick-slide.slick-active p{-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;-webkit-transition-delay:1.2s;-o-transition-delay:1.2s;transition-delay:1.2s;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.main-slider .slick-slide.slick-active .btn{-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;-webkit-transition-delay:1.2s;-o-transition-delay:1.2s;transition-delay:1.2s;opacity:1}.main-slider .slick-slide.slick-active .character{-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,-webkit-transform 1s;-o-transition:opacity 1s,transform 1s;transition:opacity 1s,transform 1s;transition:opacity 1s,transform 1s,-webkit-transform 1s;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.main-slider .slick-slide.slick-active .circle{-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.main-slider .slick-slide.slick-active .circle2{-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.main-slider .slick-slide .reset-animation .main-slider__title{opacity:0;-webkit-transform:translateX(-5rem);-ms-transform:translateX(-5rem);transform:translateX(-5rem)}.main-slider .slick-slide .reset-animation p{opacity:0;-webkit-transform:translateX(5rem);-ms-transform:translateX(5rem);transform:translateX(5rem)}.main-slider .slick-slide .reset-animation .btn{opacity:0}.main-slider .slick-slide .reset-animation .character{opacity:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.main-slider .slick-slide .reset-animation .circle{opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.main-slider .slick-slide .reset-animation .circle2{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.rebranding{background-color:#000;padding-right:2rem;padding-left:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:769px){.rebranding{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.rebranding{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.rebranding{padding-right:15rem;padding-left:15rem}}@media only screen and (min-width:500px){.rebranding{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.rebranding__logo-wrap{position:relative;margin-bottom:2.5rem;width:100%;height:12.5rem}@media only screen and (min-width:500px){.rebranding__logo-wrap{margin-right:2rem;margin-bottom:0}}@media only screen and (min-width:769px){.rebranding__logo-wrap{width:18rem}}@media only screen and (min-width:1024px){.rebranding__logo-wrap{width:22rem;height:17.5rem}}@media only screen and (min-width:1366px){.rebranding__logo-wrap{margin-right:4rem}}@media only screen and (min-width:1460px){.rebranding__logo-wrap{width:23%}}.rebranding__logo{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:12.5rem}@media only screen and (min-width:1024px){.rebranding__logo{max-height:17.5rem}}.rebranding__scalo-logo{visibility:hidden;width:100%;max-width:30rem}@-webkit-keyframes hideAnimation{0%{opacity:1}49%{opacity:1}51%{opacity:0}100%{opacity:0}}@keyframes hideAnimation{0%{opacity:1}49%{opacity:1}51%{opacity:0}100%{opacity:0}}@-webkit-keyframes sk-cubeGridScaleDelay{0%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}50%{-webkit-transform:scale3D(1.1,1.1,1);transform:scale3D(1.1,1.1,1)}100%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}50%{-webkit-transform:scale3D(1.1,1.1,1);transform:scale3D(1.1,1.1,1)}100%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.rebranding .anim-start .rebranding__nbc-logo{-webkit-animation:hideAnimation 2s 1 ease-in-out;animation:hideAnimation 2s 1 ease-in-out;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-fill-mode:both;animation-fill-mode:both}.rebranding .anim-start .rebranding__scalo-logo{visibility:visible;-webkit-animation:hideAnimation 2s 1 ease-in-out;animation:hideAnimation 2s 1 ease-in-out;-webkit-animation-delay:.5s;animation-delay:.5s;animation-direction:reverse;-webkit-animation-fill-mode:both;animation-fill-mode:both}.rebranding .anim-start .sk-cube-grid .sk-cube{visibility:visible;-webkit-animation:sk-cubeGridScaleDelay 2s 1 ease-in-out;animation:sk-cubeGridScaleDelay 2s 1 ease-in-out;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.rebranding .sk-cube-grid{visibility:hidden;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:13rem}@media only screen and (min-width:1024px){.rebranding .sk-cube-grid{height:18rem}}.rebranding .sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#000;float:left}.rebranding .sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.rebranding .sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.rebranding .sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.rebranding .sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.rebranding .sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.rebranding .sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.rebranding .sk-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.rebranding .sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.rebranding .sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}.rebranding__content-wrap{position:relative;background-color:#2bd483;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem 3rem;margin-left:-2rem;margin-right:-2rem;width:calc(100% + 4rem);overflow:hidden}.rebranding__content-wrap:after,.rebranding__content-wrap:before{content:"";position:absolute;display:block;width:2rem;height:33rem;background-image:url(../images/WHITE_SHAPE.svg);background-repeat:no-repeat;background-position:0 100%;background-size:contain;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.rebranding__content-wrap:before{top:0;right:-20rem;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.rebranding__content-wrap:after{bottom:0;left:-25rem;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}@media only screen and (min-width:500px){.rebranding__content-wrap{margin-left:0;width:calc(100% + 2rem)}}@media only screen and (min-width:769px){.rebranding__content-wrap{margin-right:-4rem;width:calc(100% + 4rem);min-height:12.5rem;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:2rem 4rem}}@media only screen and (min-width:1024px){.rebranding__content-wrap{margin-right:-10rem;width:calc(100% + 10rem);min-height:19rem;padding:5rem 4rem 5rem 5rem}.rebranding__content-wrap:after,.rebranding__content-wrap:before{width:3rem;height:46rem}.rebranding__content-wrap:before{right:-26rem}.rebranding__content-wrap:after{left:4rem}}@media only screen and (min-width:1366px){.rebranding__content-wrap{margin-right:-10rem;width:calc(100% + 10rem)}}@media only screen and (min-width:1460px){.rebranding__content-wrap{margin-right:-15rem;width:77%;padding:6rem 4rem 6rem 7rem}.rebranding__content-wrap:after,.rebranding__content-wrap:before{width:4.3rem;height:66rem}.rebranding__content-wrap:before{right:-46rem}.rebranding__content-wrap:after{left:14rem}}.rebranding__content-wrap .txt{font-size:3.2rem;font-size:3.2rem;font-family:Poppins,sans-serif;font-weight:700;line-height:1.2;padding-bottom:2rem;text-align:center}@media only screen and (min-width:360px){.rebranding__content-wrap .txt{font-size:3.6rem;font-size:3.6rem}}@media only screen and (min-width:769px){.rebranding__content-wrap .txt{padding-bottom:0;text-align:left;font-size:3.4rem;font-size:3.4rem;margin-right:3%}}@media only screen and (min-width:1024px){.rebranding__content-wrap .txt{font-size:4.8rem;max-width:90%;margin-right:5%}}@media only screen and (min-width:1460px){.rebranding__content-wrap .txt{max-width:60%}}.rebranding-section-text{padding-bottom:1.5rem}.rebranding-section-text .wpb_wrapper p{padding-bottom:1.5rem}.rebranding-section-image{text-align:center}.rebranding-section-image img{width:auto;height:auto}@media only screen and (max-width:575px){.rebranding-section-image{padding-top:3rem;padding-bottom:3rem}}.five-icons{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.five-icons__wrap{position:relative;padding:0 2rem 3rem 2rem;width:100%}@media only screen and (min-width:769px){.five-icons__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;padding-bottom:4rem}}@media only screen and (min-width:1280px){.five-icons__wrap{padding-bottom:5rem}}@media only screen and (min-width:1460px){.five-icons__wrap{padding-bottom:7rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.five-icons__wrap .slick-arrow{width:3rem;height:3rem}.five-icons__wrap .slick-arrow::before{border-color:#2bd483;border-width:0 .2rem .2rem 0;padding:1rem}.five-icons__wrap .slick-arrow.slick-disabled::before{border-color:#000;opacity:1}.five-icons__wrap .slick-prev{left:-1rem}.five-icons__wrap .slick-next{right:-1rem}.five-icons__elem{text-align:center;font-size:2.2rem;font-size:2.2rem;font-family:Poppins,sans-serif;font-weight:700}@media only screen and (min-width:769px){.five-icons__elem{width:18.5rem;margin:1.5rem}}@media only screen and (min-width:1024px){.five-icons__elem{width:20rem;font-size:2.6rem;font-size:2.6rem}}@media only screen and (min-width:1366px){.five-icons__elem{width:20%;margin:0}}@media only screen and (min-width:1460px){.five-icons__elem{font-size:3.2rem;font-size:3.2rem}}.five-icons__elem .icon{height:7rem;width:7rem;margin:0 auto;margin-bottom:1rem;display:block;background-size:contain;background-position:center;background-repeat:no-repeat}@media only screen and (min-width:1024px){.five-icons__elem .icon{height:8.5rem;width:8.5rem;margin-bottom:2rem}}@media only screen and (min-width:1366px){.five-icons__elem .icon{height:10rem;width:10rem;margin-bottom:4rem}}.five-icons__elem strong{display:block}.job-offers{position:relative;background-color:#fff}.job-offers::before{content:'';position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw;height:17.5rem;background-color:#000}@media only screen and (min-width:1024px){.job-offers::before{height:65%}}.job-offers__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:1024px){.job-offers__wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.job-offers__item{position:relative;background-color:#e5e5e5;background-position:0 bottom;background-size:10.5rem 7rem;background-repeat:no-repeat;width:100%;max-width:50rem;padding:2rem 0;margin-bottom:3rem;overflow:hidden;-webkit-filter:brightness(1);filter:brightness(1);-webkit-transition:background-position .3s,-webkit-filter .3s;transition:background-position .3s,-webkit-filter .3s;-o-transition:filter .3s,background-position .3s;transition:filter .3s,background-position .3s;transition:filter .3s,background-position .3s,-webkit-filter .3s}.job-offers__item:hover{-webkit-filter:brightness(1.05);filter:brightness(1.05);background-position:-1rem bottom}.job-offers__item:last-of-type{display:block}@media only screen and (min-width:769px){.job-offers__item{width:calc(50% - 1rem);max-width:none}}@media only screen and (min-width:1024px){.job-offers__item{width:calc(33.33% - 2.6rem);margin-bottom:6rem}}@media only screen and (min-width:1366px){.job-offers__item{background-size:17rem 15rem}}@media only screen and (min-width:1460px){.job-offers__item{width:calc(33.33% - 4.6rem);padding:4rem 0 2rem 0;background-size:18rem 15rem}}.job-offers__item--cat-1{background-image:url(../images/cat-1-bg.png)}.job-offers__item--cat-2{background-image:url(../images/cat-2-bg.png)}.job-offers__item--cat-3{background-image:url(../images/cat-3-bg.png)}.job-offers__item .txt-wrap{padding:0 2rem 1.5rem 2rem}@media only screen and (min-width:769px){.job-offers__item .txt-wrap{font-size:2.2rem;font-size:2.2rem;padding:0 2rem 2rem 2rem}}@media only screen and (min-width:1366px){.job-offers__item .txt-wrap{padding:0 4rem 9.5rem 4rem}}.job-offers__item .txt-wrap .job-offers-place,.job-offers__item .txt-wrap .job-offers-title{display:block;color:#000;font-size:2rem;font-size:2rem;text-align:left}@media only screen and (min-width:769px){.job-offers__item .txt-wrap .job-offers-place,.job-offers__item .txt-wrap .job-offers-title{font-size:2.2rem;font-size:2.2rem}}@media only screen and (min-width:1366px){.job-offers__item .txt-wrap .job-offers-place,.job-offers__item .txt-wrap .job-offers-title{font-size:2.6rem;font-size:2.6rem}}@media only screen and (min-width:1460px){.job-offers__item .txt-wrap .job-offers-place,.job-offers__item .txt-wrap .job-offers-title{font-size:3.2rem;font-size:3.2rem}}.job-offers__item .txt-wrap .job-offers-title{padding-bottom:1.5rem;font-family:Poppins,sans-serif;font-weight:700;min-height:6.5rem}@media only screen and (min-width:1366px){.job-offers__item .txt-wrap .job-offers-title{padding-bottom:2rem;min-height:7rem}}@media only screen and (min-width:1460px){.job-offers__item .txt-wrap .job-offers-title{min-height:9rem}}.job-offers__item .txt-wrap .job-offers-place{font-family:Poppins,sans-serif;font-weight:300}.job-offers__item .more-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.job-offers__item .more-wrap .btn{cursor:pointer}.job-offers .slick-list{width:100%;text-align:center}@media only screen and (min-width:769px){.job-offers .slick-list{width:calc(100% + 2rem);margin:0 -1rem}}@media only screen and (min-width:1024px){.job-offers .slick-list{width:calc(100% + 4rem);margin:0 -2rem}}@media only screen and (min-width:1460px){.job-offers .slick-list{width:calc(100% + 6.8rem);margin:0 -3.4rem}}.job-offers .slick-arrow{top:7rem;width:3rem;height:3rem}.job-offers .slick-arrow::before{border-color:#2bd483;border-width:0 .2rem .2rem 0;padding:1rem}.job-offers .slick-arrow.slick-disabled::before{border-color:#000;opacity:1}.job-offers .slick-prev{left:-2.4rem}@media only screen and (min-width:769px){.job-offers .slick-prev{left:-3rem}}.job-offers .slick-next{right:-2.4rem}@media only screen and (min-width:769px){.job-offers .slick-next{right:-3rem}}@media only screen and (min-width:769px){.job-offers .slick-slide{margin:0 1rem}}@media only screen and (min-width:1024px){.job-offers .slick-slide{margin:0 2rem}}@media only screen and (min-width:1460px){.job-offers .slick-slide{margin:0 3.4rem}}.job-offers .btn-wrap{text-align:center}.job-offers .btn-wrap .btn{margin:0 auto}.clients-and-testimonials{position:relative;background-color:#000}.clients-and-testimonials::before{content:'';position:absolute;top:0;bottom:0;left:0;background-color:#fff;margin-top:-1px}.clients-and-testimonials.no-testimonials:before{bottom:0;margin-top:0}@media only screen and (min-width:769px){.clients-and-testimonials::before{width:25rem}}@media only screen and (min-width:1280px){.clients-and-testimonials::before{width:36rem}}@media only screen and (min-width:1460px){.clients-and-testimonials::before{width:48rem}}.clients-and-testimonials .clients-slider{position:relative;display:block;width:100%}.clients-and-testimonials .clients-slider .title{display:block;font-size:5.2rem;font-size:5.2rem;font-family:Poppins,sans-serif;font-weight:700;color:#2bd483;text-align:center;margin:0 auto;padding:2rem;background-color:#000;line-height:.9}@media only screen and (min-width:769px){.clients-and-testimonials .clients-slider .title{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:4rem;font-size:5rem;text-align:right;width:20rem;background-color:transparent;padding:0}}@media only screen and (min-width:1280px){.clients-and-testimonials .clients-slider .title{left:7rem;font-size:7rem;width:27rem}}@media only screen and (min-width:1460px){.clients-and-testimonials .clients-slider .title{left:13rem;width:32rem;font-size:8rem}}.clients-and-testimonials .clients-slider__wrap{padding:4rem 0;overflow:hidden}@media only screen and (min-width:769px){.clients-and-testimonials .clients-slider__wrap{padding:8rem 0;padding-left:25rem}}@media only screen and (min-width:1280px){.clients-and-testimonials .clients-slider__wrap{padding:12rem 0 10rem;padding-left:36rem}}@media only screen and (min-width:1460px){.clients-and-testimonials .clients-slider__wrap{padding:16rem 0 12rem;padding-left:48rem}}.clients-and-testimonials .clients-slider__wrap .icon{width:auto;height:4rem;margin:0 auto;opacity:.35;-webkit-filter:blur(.5rem);filter:blur(.5rem);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);background-size:contain;background-position:center;background-repeat:no-repeat}@media only screen and (min-width:500px){.clients-and-testimonials .clients-slider__wrap .icon{height:5rem}}@media only screen and (min-width:769px){.clients-and-testimonials .clients-slider__wrap .icon{height:6rem}}@media only screen and (min-width:1280px){.clients-and-testimonials .clients-slider__wrap .icon{height:7rem}}@media only screen and (min-width:1460px){.clients-and-testimonials .clients-slider__wrap .icon{height:9rem}}.clients-and-testimonials .clients-slider__wrap .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.clients-and-testimonials .clients-slider__wrap .slick-track .slick-slide{display:block;text-align:center;margin:0 1.5rem}.clients-and-testimonials .clients-slider__wrap .slick-track .slick-slide.slick-current img{opacity:1;-webkit-filter:blur(0);filter:blur(0);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opatity .3s ease-in-out,-webkit-filter .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opatity .3s ease-in-out,-webkit-filter .3s ease-in-out,-webkit-transform .3s ease-in-out;-o-transition:opatity .3s ease-in-out,filter .3s ease-in-out,transform .3s ease-in-out;transition:opatity .3s ease-in-out,filter .3s ease-in-out,transform .3s ease-in-out;transition:opatity .3s ease-in-out,filter .3s ease-in-out,transform .3s ease-in-out,-webkit-filter .3s ease-in-out,-webkit-transform .3s ease-in-out;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.clients-and-testimonials .clients-slider .icons_with_arrow{position:relative;padding:4rem 0 0}@media only screen and (min-width:769px){.clients-and-testimonials .clients-slider .icons_with_arrow{padding-left:25rem;padding-bottom:4rem}}@media only screen and (min-width:1280px){.clients-and-testimonials .clients-slider .icons_with_arrow{padding:6rem 0;padding-left:36rem}}@media only screen and (min-width:1460px){.clients-and-testimonials .clients-slider .icons_with_arrow{padding:8rem 0;padding-left:48rem}}.clients-and-testimonials .clients-slider .icons_with_arrow__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:769px){.clients-and-testimonials .clients-slider .icons_with_arrow__inner:before{content:"";position:absolute;top:0;left:2rem;width:calc(100% - 4rem);height:9rem;background:url(/wp-content/themes/scalo/assets/images/icons_arrow.png) no-repeat 0 0;background-size:100% 100%}}@media only screen and (min-width:1024px){.clients-and-testimonials .clients-slider .icons_with_arrow__inner:before{height:12rem}}@media only screen and (min-width:1280px){.clients-and-testimonials .clients-slider .icons_with_arrow__inner{margin:0 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.clients-and-testimonials .clients-slider .icons_with_arrow__inner:before{height:16rem}}@media only screen and (min-width:1460px){.clients-and-testimonials .clients-slider .icons_with_arrow__inner{margin:0;margin-left:5rem}}.clients-and-testimonials .clients-slider .icons_with_arrow__item{width:100%;padding:0 4rem 4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:769px){.clients-and-testimonials .clients-slider .icons_with_arrow__item{padding:0 2rem;width:25%}}@media only screen and (min-width:1280px){.clients-and-testimonials .clients-slider .icons_with_arrow__item{max-width:24rem}}.clients-and-testimonials .clients-slider .icons_with_arrow__item .content-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16rem;height:16rem;border:.2rem solid #2bd483;border-radius:50%;text-align:center;padding:2rem;-webkit-transition:border-radius .3s,width .3s;-o-transition:border-radius .3s,width .3s;transition:border-radius .3s,width .3s;background-color:#fff}@media only screen and (min-width:769px){.clients-and-testimonials .clients-slider .icons_with_arrow__item .content-wrap{padding:3.3rem;width:9rem;height:9rem}}@media only screen and (min-width:1024px){.clients-and-testimonials .clients-slider .icons_with_arrow__item .content-wrap{width:12rem;height:12rem}}@media only screen and (min-width:1280px){.clients-and-testimonials .clients-slider .icons_with_arrow__item .content-wrap{width:16rem;height:16rem}}.clients-and-testimonials .clients-slider .icons_with_arrow__item .icon{position:absolute;top:50%;left:50%;display:block;width:55%;height:55%;margin:0 auto;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1;-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s}.clients-and-testimonials .clients-slider .icons_with_arrow__item .content{display:block;font-size:2.2rem;line-height:1.1;max-width:50rem;text-align:center;-webkit-transition:opacity .5s,visibility .5s;-o-transition:opacity .5s,visibility .5s;transition:opacity .5s,visibility .5s;padding-top:2rem}.clients-and-testimonials .clients-slider .icons_with_arrow__item .content b,.clients-and-testimonials .clients-slider .icons_with_arrow__item .content strong{font-family:Poppins}@media only screen and (min-width:769px){.clients-and-testimonials .clients-slider .icons_with_arrow__item .content{font-size:1.6rem}}@media only screen and (min-width:1024px){.clients-and-testimonials .clients-slider .icons_with_arrow__item .content{font-size:2rem}}@media only screen and (min-width:1280px){.clients-and-testimonials .clients-slider .icons_with_arrow__item .content{font-size:2.6rem}}.clients-and-testimonials--icons{background-color:#fff}.clients-and-testimonials--icons::before{background-color:#000}@media only screen and (min-width:769px){.clients-and-testimonials--icons .clients-slider .title{word-spacing:18rem;font-size:6rem}}@media only screen and (min-width:1280px){.clients-and-testimonials--icons .clients-slider .title{word-spacing:30rem;font-size:9rem}}.news-grid__item{width:100%;display:inline-block;background:#fff;border-radius:16px}.news-grid__item img{width:100%}.news-grid__item .more-wrap{padding:20px 30px;padding-bottom:0}.news-grid__item .more-wrap .news-date{color:#000;font-size:14px;font-weight:400;line-height:15px;opacity:.3}.news-grid__item .more-wrap .news-title{margin:10px 0;color:#000;font-size:22px;font-weight:600;line-height:25px;margin-bottom:0}.news-grid__item .categories-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;padding:10px 30px;padding-bottom:30px}.news-grid__item .categories-wrap a{color:#000!important;font-size:14px;font-weight:400;line-height:15px;border-radius:70px;background:#eceef2!important;padding:10px 20px}.default-form{background:#000}.default-form input:-webkit-autofill,.default-form input:-webkit-autofill:active,.default-form input:-webkit-autofill:focus,.default-form input:-webkit-autofill:hover{-webkit-transition-delay:9999s!important;transition-delay:9999s!important;-webkit-box-shadow:0 0 0 30px #000 inset!important;-webkit-text-fill-color:#fff!important}.default-form .nf-form-cont{position:relative}.default-form .nf-form-cont form>div{position:relative}.default-form .nf-form-cont .nf-form-title{display:block;text-align:center;color:#2bd483;font-size:3.6rem;font-size:3.6rem;padding-bottom:3rem;font-family:Poppins,sans-serif;font-weight:700}@media only screen and (min-width:769px){.default-form .nf-form-cont .nf-form-title{font-size:4.2rem;font-size:4.2rem}}@media only screen and (min-width:1024px){.default-form .nf-form-cont .nf-form-title{font-size:5.2rem;font-size:5.2rem;text-align:left}}@media only screen and (min-width:1460px){.default-form .nf-form-cont .nf-form-title{font-size:7.2rem;font-size:7.2rem;padding-bottom:4rem}}.default-form .nf-form-cont .nf-before-form-content{display:none}.default-form .nf-form-cont .nf-form-content{max-width:100%}.default-form .nf-form-cont .nf-form-content .label-above .nf-field-label,.default-form .nf-form-cont .nf-form-content .label-below .nf-field-label,.default-form .nf-form-cont .nf-form-content .label-hidden .nf-field-label{display:none}.default-form .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,.default-form .nf-form-cont .nf-form-content input:not([type=button]),.default-form .nf-form-cont .nf-form-content textarea{padding:1rem 0;font-size:2.6rem;font-size:2.6rem;line-height:1;font-family:Poppins,Arial,sans-serif}@media only screen and (min-width:1366px){.default-form .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,.default-form .nf-form-cont .nf-form-content input:not([type=button]),.default-form .nf-form-cont .nf-form-content textarea{font-size:3.2rem;font-size:3.2rem}}.default-form .nf-form-cont .nf-field-element hr{display:none}.default-form .nf-form-cont .nf-form-content textarea.ninja-forms-field{height:5rem;font-family:Poppins,Arial,sans-serif;resize:none}@media only screen and (min-width:1366px){.default-form .nf-form-cont .nf-form-content textarea.ninja-forms-field{height:5.5rem}}.default-form .nf-form-cont .nf-error.field-wrap .nf-field-element:after{display:none}@media only screen and (min-width:769px){.default-form .nf-form-cont .submit-container{float:right}}.default-form .nf-form-cont .submit-container .submit-wrap{text-align:center}.default-form .nf-form-cont .submit-container .submit-wrap .nf-field-element{position:relative;width:auto;margin:0 auto;cursor:pointer}.default-form .nf-form-cont .submit-container .submit-wrap .nf-field-element::before{content:'';position:absolute;top:50%;right:2.5rem;border:solid #fff;border-width:0 .1rem .1rem 0;padding:.8rem;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;z-index:1}@media only screen and (min-width:1024px){.default-form .nf-form-cont .submit-container .submit-wrap .nf-field-element::before{right:3rem}}.default-form .nf-form-cont .submit-container .submit-wrap .nf-field-element::after{content:'';position:absolute;top:50%;right:1.5rem;border:solid #000;border-width:0 .1rem .1rem 0;padding:.8rem;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;z-index:1}@media only screen and (min-width:1024px){.default-form .nf-form-cont .submit-container .submit-wrap .nf-field-element::after{right:2rem}}.default-form .nf-form-cont .submit-container .submit-wrap .nf-field-element:hover::before{-webkit-transform:translateX(.4rem) translateY(-50%) rotate(-45deg);-ms-transform:translateX(.4rem) translateY(-50%) rotate(-45deg);transform:translateX(.4rem) translateY(-50%) rotate(-45deg)}.default-form .nf-form-cont .submit-container .submit-wrap .nf-field-element:hover::after{-webkit-transform:translateX(-.4rem) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-.4rem) translateY(-50%) rotate(-45deg);transform:translateX(-.4rem) translateY(-50%) rotate(-45deg)}.default-form .nf-form-cont .nf-form-content button,.default-form .nf-form-cont .nf-form-content input[type=button],.default-form .nf-form-cont .nf-form-content input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;position:relative;text-decoration:none;font-size:2.2rem;font-size:2.2rem;padding:1.2rem 5rem 1.2rem 3rem;color:#000;background-color:#2bd483;border:none;outline:0;cursor:pointer;-webkit-filter:brightness(1);filter:brightness(1);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;-o-transition:filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s;height:4.8rem}@media only screen and (min-width:1024px){.default-form .nf-form-cont .nf-form-content button,.default-form .nf-form-cont .nf-form-content input[type=button],.default-form .nf-form-cont .nf-form-content input[type=submit]{height:5rem;font-size:2.6rem;font-size:2.6rem;padding:1.2rem 5.5rem 1.2rem 4rem}}@media only screen and (min-width:1460px){.default-form .nf-form-cont .nf-form-content button,.default-form .nf-form-cont .nf-form-content input[type=button],.default-form .nf-form-cont .nf-form-content input[type=submit]{height:5.8rem;font-size:3.1rem;font-size:3.1rem}}.default-form .nf-form-cont .nf-form-content button:hover,.default-form .nf-form-cont .nf-form-content input[type=button]:hover,.default-form .nf-form-cont .nf-form-content input[type=submit]:hover{border:none;outline:0;color:#000;background-color:#2bd483;-webkit-filter:brightness(.9);filter:brightness(.9)}.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label{width:calc(100% - 3rem);font-size:1.6rem;font-size:1.6rem;font-family:Poppins,sans-serif;font-weight:400;cursor:pointer}@media only screen and (min-width:601px){.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label{padding-right:2rem}}.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label .ninja-forms-req-symbol{display:none}.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a{display:inline-block;position:relative;color:#2bd483;text-decoration:none;padding-right:2rem;margin-left:.5rem;cursor:pointer}.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a.hide{display:none}.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a::before{content:'';position:absolute;top:50%;right:.4rem;border:solid #2bd483;border-width:0 .1rem .1rem 0;padding:.5rem;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a::after{content:'';position:absolute;top:50%;right:.9rem;border:solid #2bd483;border-width:0 .1rem .1rem 0;padding:.5rem;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a:hover{text-decoration:underline}.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a:hover::before{-webkit-transform:translateX(-.2rem) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-.2rem) translateY(-50%) rotate(-45deg);transform:translateX(-.2rem) translateY(-50%) rotate(-45deg)}.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a:hover::after{-webkit-transform:translateX(.2rem) translateY(-50%) rotate(-45deg);-ms-transform:translateX(.2rem) translateY(-50%) rotate(-45deg);transform:translateX(.2rem) translateY(-50%) rotate(-45deg)}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element{width:calc(100% - 3rem);font-size:1.6rem;font-size:1.6rem;font-family:Poppins,sans-serif;font-weight:400;font-weight:700;cursor:pointer}@media only screen and (min-width:601px){.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element{padding-right:2rem}}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element .ninja-forms-req-symbol{display:none}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a{display:inline-block;position:relative;color:#2bd483;text-decoration:none;cursor:pointer}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a.hide{display:none}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a:hover{text-decoration:underline}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a.btn--more{padding-right:2rem;margin-left:.5rem}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a.btn--more::before{content:'';position:absolute;top:50%;right:.4rem;border:solid #2bd483;border-width:0 .1rem .1rem 0;padding:.5rem;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a.btn--more::after{content:'';position:absolute;top:50%;right:.9rem;border:solid #2bd483;border-width:0 .1rem .1rem 0;padding:.5rem;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a.btn--more:hover::before{-webkit-transform:translateX(-.2rem) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-.2rem) translateY(-50%) rotate(-45deg);transform:translateX(-.2rem) translateY(-50%) rotate(-45deg)}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a.btn--more:hover::after{-webkit-transform:translateX(.2rem) translateY(-50%) rotate(-45deg);-ms-transform:translateX(.2rem) translateY(-50%) rotate(-45deg);transform:translateX(.2rem) translateY(-50%) rotate(-45deg)}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a.btn--less{padding-left:2rem;margin-left:.5rem}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a.btn--less::before{content:'';position:absolute;top:50%;left:.4rem;border:solid #2bd483;border-width:0 .1rem .1rem 0;padding:.5rem;-webkit-transform:translateY(-50%) rotate(135deg);-ms-transform:translateY(-50%) rotate(135deg);transform:translateY(-50%) rotate(135deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a.btn--less::after{content:'';position:absolute;top:50%;left:.9rem;border:solid #2bd483;border-width:0 .1rem .1rem 0;padding:.5rem;-webkit-transform:translateY(-50%) rotate(135deg);-ms-transform:translateY(-50%) rotate(135deg);transform:translateY(-50%) rotate(135deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a.btn--less:hover::before{-webkit-transform:translateX(.2rem) translateY(-50%) rotate(135deg);-ms-transform:translateX(.2rem) translateY(-50%) rotate(135deg);transform:translateX(.2rem) translateY(-50%) rotate(135deg)}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a.btn--less:hover::after{-webkit-transform:translateX(-.2rem) translateY(-50%) rotate(135deg);-ms-transform:translateX(-.2rem) translateY(-50%) rotate(135deg);transform:translateX(-.2rem) translateY(-50%) rotate(135deg)}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element p:nth-of-type(2){position:relative;font-size:1.6rem;font-size:1.6rem;font-family:Poppins,sans-serif;font-weight:400;opacity:0;visibility:hidden;max-height:0;-webkit-transition:opacity .3s,visibility .3s,max-height .3s;-o-transition:opacity .3s,visibility .3s,max-height .3s;transition:opacity .3s,visibility .3s,max-height .3s}.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element p:nth-of-type(2).show{opacity:1;visibility:visible;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);max-height:30rem}@media only screen and (min-width:1024px){.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element p:nth-of-type(2).show{max-height:none}}.default-form .nf-form-cont .nf-field-container .checkbox-wrap.nf-error .nf-field-label label::after{border:.2rem solid red}.default-form .nf-form-cont .nf-field-container .nf-field-description{position:relative;width:calc(100% - 3rem);font-size:1.6rem;font-size:1.6rem;font-family:Poppins,sans-serif;font-weight:400;margin-left:3rem;opacity:0;visibility:hidden;max-height:0;-webkit-transition:opacity .3s,visibility .3s,max-height .3s;-o-transition:opacity .3s,visibility .3s,max-height .3s;transition:opacity .3s,visibility .3s,max-height .3s}@media only screen and (min-width:601px){.default-form .nf-form-cont .nf-field-container .nf-field-description{padding-right:2rem}}.default-form .nf-form-cont .nf-field-container .nf-field-description.show{opacity:1;visibility:visible;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);max-height:30rem}@media only screen and (min-width:1024px){.default-form .nf-form-cont .nf-field-container .nf-field-description.show{max-height:none}}.default-form .nf-form-cont .nf-field-container .nf-field-description a{display:inline-block;position:relative;color:#2bd483;text-decoration:none;padding-left:2rem;margin-left:.5rem;cursor:pointer}.default-form .nf-form-cont .nf-field-container .nf-field-description a::before{content:'';position:absolute;top:50%;left:.4rem;border:solid #2bd483;border-width:0 .1rem .1rem 0;padding:.5rem;-webkit-transform:translateY(-50%) rotate(135deg);-ms-transform:translateY(-50%) rotate(135deg);transform:translateY(-50%) rotate(135deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.default-form .nf-form-cont .nf-field-container .nf-field-description a::after{content:'';position:absolute;top:50%;left:.9rem;border:solid #2bd483;border-width:0 .1rem .1rem 0;padding:.5rem;-webkit-transform:translateY(-50%) rotate(135deg);-ms-transform:translateY(-50%) rotate(135deg);transform:translateY(-50%) rotate(135deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.default-form .nf-form-cont .nf-field-container .nf-field-description a:hover{text-decoration:underline}.default-form .nf-form-cont .nf-field-container .nf-field-description a:hover::before{-webkit-transform:translateX(.2rem) translateY(-50%) rotate(135deg);-ms-transform:translateX(.2rem) translateY(-50%) rotate(135deg);transform:translateX(.2rem) translateY(-50%) rotate(135deg)}.default-form .nf-form-cont .nf-field-container .nf-field-description a:hover::after{-webkit-transform:translateX(-.2rem) translateY(-50%) rotate(135deg);-ms-transform:translateX(-.2rem) translateY(-50%) rotate(135deg);transform:translateX(-.2rem) translateY(-50%) rotate(135deg)}.default-form .nf-form-cont .checkbox-container.label-right .field-wrap>div{margin-bottom:0!important}.default-form .nf-form-cont .label-right .field-wrap,.default-form .nf-form-cont .label-right .nf-field-label{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.default-form .nf-form-cont .checkbox-wrap .nf-field-element label.nf-checked-label:before,.default-form .nf-form-cont .checkbox-wrap .nf-field-label label.nf-checked-label:before,.default-form .nf-form-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.default-form .nf-form-cont .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:#2bd483}.default-form .nf-form-cont .nf-after-field .nf-error{position:absolute;bottom:-1.6rem;left:0;font-size:1.4rem;font-family:Poppins,sans-serif;font-weight:600}.default-form .nf-form-cont .nf-after-form-content{width:100%}.default-form .nf-form-cont .nf-after-form-content .nf-form-errors{position:absolute;bottom:0;left:1rem}.default-form .nf-form-cont .nf-form-errors{display:none}.default-form .nf-form-cont .nf-response-msg{display:block;text-align:center;color:#fff;font-size:2.6rem;font-size:2.6rem}.default-form .nf-form-cont .nf-response-msg p:last-of-type{padding-bottom:13rem}@media only screen and (min-width:1366px){.default-form .nf-form-cont .nf-response-msg{font-size:3.2rem;font-size:3.2rem}}.main-page-form-style .nf-form-cont{padding-bottom:3rem;padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){.main-page-form-style .nf-form-cont{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.main-page-form-style .nf-form-cont{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.main-page-form-style .nf-form-cont{padding-right:15rem;padding-left:15rem}}@media only screen and (min-width:1024px){.main-page-form-style .nf-form-cont{background-image:url(../images/form-bg.png);background-position:bottom left;background-repeat:no-repeat;padding-top:5rem;padding-bottom:5rem;padding-left:34rem;background-size:30rem auto}}@media only screen and (min-width:1366px){.main-page-form-style .nf-form-cont{padding-left:39rem;background-size:35rem auto;padding-top:8rem}}@media only screen and (min-width:1460px){.main-page-form-style .nf-form-cont{padding-top:9rem;padding-bottom:13rem;padding-left:54rem;background-size:40rem auto}}.about-page-form-style .nf-form-cont{padding-top:3rem;padding-bottom:3rem;padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){.about-page-form-style .nf-form-cont{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.about-page-form-style .nf-form-cont{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.about-page-form-style .nf-form-cont{padding-right:15rem;padding-left:15rem}}@media only screen and (min-width:1024px){.about-page-form-style .nf-form-cont{background-image:url(../images/form-bg-circles.png);background-position:bottom left;background-repeat:no-repeat;padding-top:5rem;padding-bottom:7rem;background-size:12rem auto}}@media only screen and (min-width:1460px){.about-page-form-style .nf-form-cont{background-size:16.8rem auto}}.about-page-form-style .nf-form-cont .nf-form-title{text-align:center}.contact-page-form-style .vc_column-inner{height:100%}.contact-page-form-style .nf-form-cont{padding:3rem 2rem}@media only screen and (min-width:769px){.contact-page-form-style .nf-form-cont{padding:4rem}}@media only screen and (min-width:1366px){.contact-page-form-style .nf-form-cont{padding:4rem 8rem 0 4rem}}@media only screen and (min-width:1460px){.contact-page-form-style .nf-form-cont{padding:6rem 10rem 0 6rem}}.contact-page-form-style .nf-form-cont .nf-form-title{display:none;text-align:center}.white-form input:-webkit-autofill,.white-form input:-webkit-autofill:active,.white-form input:-webkit-autofill:focus,.white-form input:-webkit-autofill:hover{-webkit-transition-delay:9999s!important;transition-delay:9999s!important;-webkit-box-shadow:0 0 0 30px #000 inset!important;-webkit-text-fill-color:#fff!important}.white-form .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,.white-form .nf-form-cont .nf-form-content input:not([type=button]),.white-form .nf-form-cont .nf-form-content textarea{background:0 0;border:none;border-bottom:.2rem solid #fff;color:#fff}.white-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element p{color:#fff}.white-form .nf-form-cont .nf-form-content input:not([type=button]):focus,.white-form .nf-form-cont .nf-form-content textarea:focus{background:0 0;border:none;border-bottom:.2rem solid #2bd483;color:#fff}.white-form .nf-form-cont ::-webkit-input-placeholder{color:#fff;opacity:1}.white-form .nf-form-cont ::-moz-placeholder{color:#fff;opacity:1}.white-form .nf-form-cont :-ms-input-placeholder{color:#fff;opacity:1}.white-form .nf-form-cont ::-ms-input-placeholder{color:#fff;opacity:1}.white-form .nf-form-cont ::placeholder{color:#fff;opacity:1}.white-form .nf-form-cont :-ms-input-placeholder{color:#fff}.white-form .nf-form-cont ::-ms-input-placeholder{color:#fff}.white-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label{color:#fff}.white-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a::before{border-color:#2bd483}.white-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a::after{border-color:#fff}.white-form .nf-form-cont .nf-field-container .nf-field-description{color:#fff}.white-form .nf-form-cont .nf-field-container .nf-field-description a::before{border-color:#2bd483}.white-form .nf-form-cont .nf-field-container .nf-field-description a::after{border-color:#fff}.white-form .nf-form-cont .checkbox-wrap .nf-field-element label:after,.white-form .nf-form-cont .checkbox-wrap .nf-field-label label:after,.white-form .nf-form-cont .listcheckbox-wrap .nf-field-element label:after,.white-form .nf-form-cont .listcheckbox-wrap .nf-field-label label:after{background-color:transparent;border:.1rem solid #fff}.white-form .nf-form-cont .nf-response-msg{color:#fff}.white-form .nf-form-cont .nf-response-msg p:last-of-type{padding-bottom:26.5rem}.black-form input:-webkit-autofill,.black-form input:-webkit-autofill:active,.black-form input:-webkit-autofill:focus,.black-form input:-webkit-autofill:hover{-webkit-transition-delay:9999s!important;transition-delay:9999s!important;-webkit-box-shadow:0 0 0 30px #fff inset!important;-webkit-text-fill-color:#000!important}.black-form .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,.black-form .nf-form-cont .nf-form-content input:not([type=button]),.black-form .nf-form-cont .nf-form-content textarea{background:0 0;border:none;border-bottom:.2rem solid #000;color:#000}.black-form .nf-form-cont .nf-form-content input:not([type=button]):focus,.black-form .nf-form-cont .nf-form-content textarea:focus{background:0 0;border:none;border-bottom:.2rem solid #2bd483;color:#000}.black-form .nf-form-cont ::-webkit-input-placeholder{color:#000;opacity:1}.black-form .nf-form-cont ::-moz-placeholder{color:#000;opacity:1}.black-form .nf-form-cont :-ms-input-placeholder{color:#000;opacity:1}.black-form .nf-form-cont ::-ms-input-placeholder{color:#000;opacity:1}.black-form .nf-form-cont ::placeholder{color:#000;opacity:1}.black-form .nf-form-cont :-ms-input-placeholder{color:#000}.black-form .nf-form-cont ::-ms-input-placeholder{color:#000}.black-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label{color:#000}.black-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a::before{border-color:#000}.black-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a::after{border-color:#2bd483}.black-form .nf-form-cont .nf-field-container .nf-field-description{color:#000}.black-form .nf-form-cont .nf-field-container .nf-field-description a::before{border-color:#000}.black-form .nf-form-cont .nf-field-container .nf-field-description a::after{border-color:#2bd483}.black-form .nf-form-cont .checkbox-wrap .nf-field-element label:after,.black-form .nf-form-cont .checkbox-wrap .nf-field-label label:after,.black-form .nf-form-cont .listcheckbox-wrap .nf-field-element label:after,.black-form .nf-form-cont .listcheckbox-wrap .nf-field-label label:after{background-color:transparent;border:.1rem solid #000}.black-form .nf-form-cont .nf-response-msg{color:#000}.black-form .nf-form-cont .nf-response-msg p:last-of-type{padding-bottom:29.5rem}.green-form input:-webkit-autofill,.green-form input:-webkit-autofill:active,.green-form input:-webkit-autofill:focus,.green-form input:-webkit-autofill:hover{-webkit-transition-delay:9999s!important;transition-delay:9999s!important;-webkit-box-shadow:0 0 0 30px #2bd483 inset!important;-webkit-text-fill-color:#000!important}.green-form .nf-form-cont .nf-form-title{color:#fff;font-size:3rem;font-size:3rem;font-family:Poppins,sans-serif;font-weight:400;padding-bottom:1rem}@media only screen and (min-width:769px){.green-form .nf-form-cont .nf-form-title{font-size:3.6rem;font-size:3.6rem}}@media only screen and (min-width:1366px){.green-form .nf-form-cont .nf-form-title{font-size:4rem;font-size:4rem}}@media only screen and (min-width:1460px){.green-form .nf-form-cont .nf-form-title{font-size:4.4rem;font-size:4.4rem;padding-bottom:1.5rem}}.green-form .nf-form-cont .nf-form-title strong{color:#000;font-family:Poppins,sans-serif;font-weight:700}.green-form .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,.green-form .nf-form-cont .nf-form-content input:not([type=button]),.green-form .nf-form-cont .nf-form-content textarea{background:0 0;border:none;border-bottom:.2rem solid #000;color:#000}.green-form .nf-form-cont .nf-form-content input:not([type=button]):focus,.green-form .nf-form-cont .nf-form-content textarea:focus{background:0 0;border:none;border-bottom:.2rem solid #fff;color:#000}.green-form .nf-form-cont ::-webkit-input-placeholder{color:#000;opacity:1}.green-form .nf-form-cont ::-moz-placeholder{color:#000;opacity:1}.green-form .nf-form-cont :-ms-input-placeholder{color:#000;opacity:1}.green-form .nf-form-cont ::-ms-input-placeholder{color:#000;opacity:1}.green-form .nf-form-cont ::placeholder{color:#000;opacity:1}.green-form .nf-form-cont :-ms-input-placeholder{color:#000}.green-form .nf-form-cont ::-ms-input-placeholder{color:#000}.green-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label{font-size:1.6rem;font-size:1.6rem;line-height:1.1;color:#000}.green-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a::before{border-color:#000}.green-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a::after{border-color:#2bd483}.green-form .nf-form-cont .nf-field-container .nf-field-description{color:#000}.green-form .nf-form-cont .nf-field-container .nf-field-description a::before{border-color:#000}.green-form .nf-form-cont .nf-field-container .nf-field-description a::after{border-color:#2bd483}.green-form .nf-form-cont .checkbox-wrap .nf-field-element label:after,.green-form .nf-form-cont .checkbox-wrap .nf-field-label label:after,.green-form .nf-form-cont .listcheckbox-wrap .nf-field-element label:after,.green-form .nf-form-cont .listcheckbox-wrap .nf-field-label label:after{background-color:transparent;border:.1rem solid #000}.green-form .nf-form-cont .submit-container .submit-wrap .nf-field-element::after{border:solid #2bd483;border-width:0 .1rem .1rem 0}.green-form .nf-form-cont .nf-form-content button,.green-form .nf-form-cont .nf-form-content input[type=button],.green-form .nf-form-cont .nf-form-content input[type=submit]{background-color:#000;color:#fff}.green-form .nf-form-cont .nf-form-content button:hover,.green-form .nf-form-cont .nf-form-content input[type=button]:hover,.green-form .nf-form-cont .nf-form-content input[type=submit]:hover{background-color:#000;color:#fff}@media only screen and (min-width:601px){.green-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label{padding-right:0}}.green-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label.nf-checked-label::before{color:#fff}.green-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a{color:#fff}.green-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a::before{border:solid #000;border-width:0 .1rem .1rem 0}.green-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label a::after{border:solid #fff;border-width:0 .1rem .1rem 0}.green-form .nf-form-cont .nf-field-container .nf-field-description a{color:#fff}.green-form .nf-form-cont .nf-field-container .nf-field-description a::before{border:solid #000;border-width:0 .1rem .1rem 0}.green-form .nf-form-cont .nf-field-container .nf-field-description a::after{border:solid #fff;border-width:0 .1rem .1rem 0}.green-form .nf-form-cont .html-wrap{font-size:1.4rem;font-size:1.4rem}.green-form .btn-more-info{color:#fff;text-decoration:underline}.green-form .info{display:none}.vc_row-has-fill .default-form{background:0 0}.hs-form{padding:3rem 0}.hs-form input:-webkit-autofill,.hs-form input:-webkit-autofill:active,.hs-form input:-webkit-autofill:focus,.hs-form input:-webkit-autofill:hover{-webkit-transition-delay:9999s!important;transition-delay:9999s!important;-webkit-box-shadow:0 0 0 30px #000 inset!important;-webkit-text-fill-color:#fff!important}.hs-form .hs-input,.hs-form fieldset{max-width:100%}.hs-form .field{margin-bottom:18px}.hs-form fieldset.form-columns-1 .hs-form-field,.hs-form>div.form-columns-1 .hs-form-field{float:left;width:100%}.hs-form fieldset.form-columns-2 .hs-form-field,.hs-form>div.form-columns-2 .hs-form-field{float:left;width:100%}@media only screen and (min-width:1280px){.hs-form fieldset.form-columns-2 .hs-form-field,.hs-form>div.form-columns-2 .hs-form-field{width:50%}}.hs-form fieldset.form-columns-3 .hs-form-field,.hs-form>div.form-columns-3 .hs-form-field{float:left;width:100%}@media only screen and (min-width:1280px){.hs-form fieldset.form-columns-3 .hs-form-field,.hs-form>div.form-columns-3 .hs-form-field{width:33.3%}}@media only screen and (min-width:1280px){.hs-form .form-columns-3 .input{margin-right:8px}}.hs-form input:not([type=button]),.hs-form textarea{display:block;background:0 0;border:none;border-bottom:.2rem solid #fff;color:#f2f2f2!important;padding:1rem 0;font-size:2.6rem;font-size:2.6rem;line-height:1.1;font-family:Poppins,Arial,sans-serif}@media only screen and (min-width:1366px){.hs-form input:not([type=button]),.hs-form textarea{font-size:3.2rem;font-size:3.2rem}}.hs-form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),.hs-form>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]){width:100%;max-width:100%}.hs-form .hs-input{color:#f2f2f2!important;width:100%}@media only screen and (min-width:1280px){.hs-form .hs-input{width:90%}}.hs-form fieldset.form-columns-1 input[type=checkbox]{width:auto}.hs-form label{display:block;float:none;width:auto}.hs-form .hs-form-required{color:#fb4d3d}.hs-form .hs-form-field label:not(.hs-error-msg){width:90%;font-size:1.6rem;font-size:1.6rem;font-family:Poppins,sans-serif;font-weight:400;color:#fff;margin-bottom:4px}.hs-form .inputs-list label{font-size:14px;float:none;width:auto;padding:0;line-height:18px;white-space:normal;font-weight:400}.hs-form .hs-error-msgs label{color:#fb4d3d}.hs-form .legal-consent-container .hs-form-booleancheckbox-display input{float:left;width:auto}.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span{display:block;margin-left:20px}.hs-form .legal-consent-container .hs-form-booleancheckbox-display p{margin:0;display:inline}.hs-form .legal-consent-container .hs-richtext p{font-size:1.6rem;font-size:1.6rem;font-family:Poppins,sans-serif;font-weight:400;color:#fff;margin-bottom:4px}.hs-form .legal-consent-container .hs-richtext p a{color:#2bd483;text-decoration:none}.hs-form .legal-consent-container .hs-richtext p a:hover{text-decoration:underline}.hs-form button,.hs-form input[type=button],.hs-form input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;position:relative;text-decoration:none;font-size:2.2rem;font-size:2.2rem;padding:1.2rem 3rem;color:#000;background-color:#2bd483;border:none;outline:0;cursor:pointer;-webkit-filter:brightness(1);filter:brightness(1);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;-o-transition:filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s;height:4.8rem}@media only screen and (min-width:1024px){.hs-form button,.hs-form input[type=button],.hs-form input[type=submit]{height:5rem;font-size:2.6rem;font-size:2.6rem;padding:1.2rem 4rem}}@media only screen and (min-width:1460px){.hs-form button,.hs-form input[type=button],.hs-form input[type=submit]{height:5.8rem;font-size:3.1rem;font-size:3.1rem}}.hs-form button:hover,.hs-form input[type=button]:hover,.hs-form input[type=submit]:hover{border:none;outline:0;color:#000;background-color:#2bd483;-webkit-filter:brightness(.9);filter:brightness(.9)}.hs-form .hs_submit{margin-top:25px}.hs-form .hs_submit .actions{text-align:center}@media only screen and (min-width:1024px){.hs-form .hs_submit .actions{text-align:right}}.hs-form .hs_submit .actions input[type=submit]{display:inline-block}.contact-form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:1024px){.contact-form-row{padding-left:0}}.contact-form-row__left-col{position:relative;display:none;z-index:1}@media only screen and (min-width:1024px){.contact-form-row__left-col.green-circle-dn::before{display:none!important}}.contact-form-row__left-col::before{display:none;content:'';position:absolute;width:43rem;height:43rem;left:auto;right:76%;bottom:-26.5rem;background-image:url(../images/footer-contacts-bg.png);background-position:top left;background-repeat:no-repeat;background-size:contain}@media only screen and (min-width:1024px){.contact-form-row__left-col::before{display:block}}@media only screen and (min-width:1024px) and (-webkit-device-pixel-ratio:1.5){.contact-form-row__left-col::before{right:83.6%}}@media only screen and (min-width:1280px){.contact-form-row__left-col::before{right:80%;bottom:-26.5rem}}@media only screen and (min-width:1280px) and (-webkit-device-pixel-ratio:1.5){.contact-form-row__left-col::before{right:77.5%}}@media only screen and (min-width:1366px){.contact-form-row__left-col::before{right:76%;bottom:-28.5rem}}@media only screen and (min-width:1460px){.contact-form-row__left-col::before{width:30vw;height:30vw}}@media only screen and (min-width:1745px){.contact-form-row__left-col::before{width:28vw;height:28vw;right:73.5%}}@media only screen and (min-width:1921px){.contact-form-row__left-col::before{width:53rem;height:53rem;right:auto;left:0;bottom:-28.5rem}}@media only screen and (min-width:1024px){.contact-form-row__left-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:34rem;padding-right:2rem}}@media only screen and (min-width:1366px){.contact-form-row__left-col{width:39rem;padding-right:3rem}}@media only screen and (min-width:1460px){.contact-form-row__left-col{width:55rem;padding:0 6.8rem 0 0}}.contact-form-row__left-col img{width:100%}.contact-form-row__left-col .text-wrap{position:absolute;left:18rem;bottom:4rem;color:#fff;font-size:1.8rem;font-size:1.8rem;z-index:5;text-align:right;text-transform:uppercase;line-height:1.4;text-shadow:0 0 10px rgba(0,0,0,.5)}@media only screen and (min-width:1366px){.contact-form-row__left-col .text-wrap{text-align:left;left:22rem;font-size:2.2rem;font-size:2.2rem}}@media only screen and (min-width:1460px){.contact-form-row__left-col .text-wrap{left:39rem;bottom:5rem}}.contact-form-row__left-col .text-wrap .names{font-family:Poppins,sans-serif;font-weight:700}.contact-form-row__right-col{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:3rem;z-index:10}@media only screen and (min-width:1024px){.contact-form-row__right-col .nf-form-cont{padding-bottom:3rem}}.contact-form-row__right-col .section-title{text-align:left;padding-left:10px;padding-right:0}.contact-form-row__right-col .section-title--small{padding-top:0}.page-header{position:relative;height:auto;min-height:30.9rem;width:100%;padding-right:6rem;padding-bottom:2.7rem;background-color:#000}@media only screen and (min-width:769px){.page-header{padding-right:14rem}}@media only screen and (min-width:1024px){.page-header{min-height:40rem;padding-right:17rem;padding-bottom:4rem}}@media only screen and (min-width:1280px){.page-header{padding-right:20rem}}@media only screen and (min-width:1366px){.page-header{padding-right:24rem}}@media only screen and (min-width:1460px){.page-header{min-height:52.3rem;padding-right:24rem;padding-bottom:6rem}}.page-header:after{content:'';position:absolute;bottom:2rem;right:0;width:12rem;height:.7rem;background-color:#2bd483}@media only screen and (min-width:769px){.page-header:after{width:20rem;right:4rem}}@media only screen and (min-width:1024px){.page-header:after{right:7rem;bottom:3.3rem}}@media only screen and (min-width:1280px){.page-header:after{right:10rem}}@media only screen and (min-width:1366px){.page-header:after{right:14rem}}@media only screen and (min-width:1460px){.page-header:after{right:14rem;bottom:5.3rem}}.page-header__bg{position:relative;width:100%;height:100%;min-height:28.2rem;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width:769px){.page-header__bg{min-height:29rem}}@media only screen and (min-width:1024px){.page-header__bg{min-height:36rem}}@media only screen and (min-width:1460px){.page-header__bg{min-height:46.3rem}}.page-header__bg-img{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center bottom;background-repeat:no-repeat;background-size:cover}.page-header__bg-img--dimmed{-webkit-filter:brightness(.7);filter:brightness(.7)}.page-header__elem{position:relative;height:50rem;background-repeat:no-repeat;background-position:left bottom;background-size:auto 34rem;background-color:#e6e6e6;padding:8rem 2rem 2rem 2rem}@media only screen and (min-width:360px){.page-header__elem{background-size:auto 36rem}}@media only screen and (min-width:500px){.page-header__elem{padding-top:9rem;background-size:auto 37rem}}@media only screen and (min-width:769px){.page-header__elem{padding:12rem 2rem 2rem 50%;height:36rem;background-size:cover}}@media only screen and (min-width:1024px){.page-header__elem{padding:20rem 4rem 4rem 55%;height:56rem}}@media only screen and (min-width:1460px){.page-header__elem{padding:35rem 4rem 4rem 55%;height:89rem}}.page-header__text-wrap{position:relative;padding:10rem 2rem 11.5rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width:500px){.page-header__text-wrap{padding-top:11.5rem}}@media only screen and (min-width:769px){.page-header__text-wrap{padding-left:4rem}}@media only screen and (min-width:1024px){.page-header__text-wrap{padding-top:15rem;padding-bottom:13em}}@media only screen and (min-width:1366px){.page-header__text-wrap{padding-top:16rem;padding-left:8rem}}@media only screen and (min-width:1460px){.page-header__text-wrap{padding-left:10rem}}.page-header__text-wrap .btn{margin-top:2rem}.page-header__title{font-size:3.6rem;font-size:3.6rem;color:#fff;font-family:Poppins,sans-serif;font-weight:700;line-height:1.4}@media only screen and (min-width:1024px){.page-header__title{font-size:5.2rem;font-size:5.2rem}}.page-header__subtitle{color:#fff;font-family:Poppins,sans-serif;font-weight:400;line-height:1.4;font-size:1.8rem;padding-top:1em}@media only screen and (min-width:769px){.page-header__subtitle{font-size:2.2rem}}@media only screen and (min-width:1024px){.page-header__subtitle{font-size:2.6rem}}.page-header .category_band{color:#2bd483;font-family:Poppins,sans-serif;font-weight:400}.nkv-header-post{margin:35px 0;padding:35px 0;background:#fbfbfb}.nkv-header-post .container{display:grid;grid-template-columns:1fr 1fr;gap:80px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1700px){.nkv-header-post .container{padding:0 20px}}@media only screen and (max-width:1024px){.nkv-header-post .container{grid-template-columns:1fr}}.nkv-header-post__img{border-radius:50px}.nkv-header-post__date{color:#000;font-size:14px;font-weight:400;line-height:15px;opacity:.3}.nkv-header-post__title{color:#3e3e3e;font-size:32px;font-weight:700;line-height:48px;margin:20px 0 40px 0}@media only screen and (max-width:1500px){.nkv-header-post__title{font-size:42px;line-height:46px}}.nkv-header-post .categories{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.nkv-header-post .categories a{color:#000;font-size:14px;font-weight:400;line-height:15px;border-radius:70px;background:#eceef2;padding:10px 20px}.featured-items{position:relative;padding-top:.5rem;padding-bottom:.5rem;padding-left:3rem;padding-right:3rem}.featured-items .decor{display:none;position:absolute;bottom:4rem;left:0;width:2rem;height:33rem;background-image:url(../images/BLACK_SHAPE.svg);background-repeat:no-repeat;background-position:0 100%;background-size:contain}@media only screen and (min-width:769px){.featured-items .decor{width:3rem;height:43rem}}@media only screen and (min-width:1024px){.featured-items .decor{display:block}}@media only screen and (min-width:1460px){.featured-items .decor{display:block;width:4.3rem;height:55rem}}@media only screen and (min-width:1024px){.featured-items{padding-top:1rem;padding-bottom:1rem}}@media only screen and (min-width:1460px){.featured-items{padding-top:3rem;padding-bottom:3rem}}.featured-items::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:50%;background-color:#2bd483}.featured-items__wrapper{margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:769px){.featured-items__wrapper{margin-top:4rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.featured-items__item{position:relative;width:100%;max-width:50rem;padding-bottom:4.8rem;height:100%;margin:0 auto}@media only screen and (min-width:769px){.featured-items__item{width:calc(50% - 1rem);max-width:none}}@media only screen and (min-width:1024px){.featured-items__item{width:calc(33.33% - 2.6rem);padding-bottom:5.2rem}}@media only screen and (min-width:1460px){.featured-items__item{width:calc(33.33% - 4.6rem);padding-bottom:5.8rem}}.featured-items__item a{display:block;cursor:pointer}.featured-items__item .img-wrap{position:relative;width:100%;overflow:hidden;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.featured-items__item .img-wrap:before{content:"";display:block;height:0;padding-bottom:64%}.featured-items__item .img-wrap img{position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.featured-items__item .txt-wrap{padding-top:3rem}.featured-items__item .txt-wrap .featured-excerpt,.featured-items__item .txt-wrap .featured-title{display:block;color:#fff;padding:0 1.5rem 1.5rem 1.5rem}.featured-items__item .txt-wrap .featured-title{text-align:left;font-family:Poppins,sans-serif;font-weight:700;font-size:2rem;font-size:2rem}@media only screen and (min-width:1280px){.featured-items__item .txt-wrap .featured-title{font-size:2.2rem;font-size:2.2rem}}@media only screen and (min-width:1460px){.featured-items__item .txt-wrap .featured-title{font-size:2.6rem;font-size:2.6rem}}.featured-items__item .txt-wrap .featured-excerpt{text-align:left;font-size:1.6rem;font-size:1.6rem}@media only screen and (min-width:1280px){.featured-items__item .txt-wrap .featured-excerpt{font-size:2rem;font-size:2rem}}@media only screen and (min-width:1460px){.featured-items__item .txt-wrap .featured-excerpt{font-size:2.2rem;font-size:2.2rem}}.featured-items__item .more-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;bottom:0;left:0;width:100%}.featured-items .slick-list{width:100%}@media only screen and (min-width:769px){.featured-items .slick-list{width:calc(100% + 2rem);margin:0 -1rem}}@media only screen and (min-width:1024px){.featured-items .slick-list{width:calc(100% + 2rem);margin:0 -1rem}}@media only screen and (min-width:1280px){.featured-items .slick-list{width:calc(100% + 4rem);margin:0 -2rem}}@media only screen and (min-width:1460px){.featured-items .slick-list{width:calc(100% + 6rem);margin:0 -3.4rem}}.featured-items .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.featured-items .slick-slide{height:inherit;text-align:center;margin-bottom:3rem}@media only screen and (min-width:769px){.featured-items .slick-slide{margin:0 1rem 3rem 1rem}}@media only screen and (min-width:1280px){.featured-items .slick-slide{margin:0 2rem 3rem 2rem}}@media only screen and (min-width:1460px){.featured-items .slick-slide{margin:0 3.4rem 3rem 3.4rem}}.featured-items .slick-slide>div{height:100%}.featured-items .slick-arrow{top:9rem;width:3rem;height:3rem}.featured-items .slick-arrow::before{border-color:#2bd483;border-width:0 .2rem .2rem 0;padding:1rem}.featured-items .slick-arrow.slick-disabled::before{border-color:#000;opacity:1}.featured-items .slick-prev{left:-2.8rem}@media only screen and (min-width:769px){.featured-items .slick-prev{left:-3rem}}.featured-items .slick-next{right:-2.8rem}@media only screen and (min-width:769px){.featured-items .slick-next{right:-3rem}}.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper,.standard_typography .wpb_wrapper,.wpb_text_column .wpb_wrapper{margin-bottom:3rem!important}@media only screen and (min-width:769px){.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper,.standard_typography .wpb_wrapper,.wpb_text_column .wpb_wrapper{margin-bottom:4rem!important}}@media only screen and (min-width:1460px){.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper,.standard_typography .wpb_wrapper,.wpb_text_column .wpb_wrapper{margin-bottom:5rem!important}}.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper:last-of-type,.standard_typography .wpb_wrapper:last-of-type,.wpb_text_column .wpb_wrapper:last-of-type{margin-bottom:0!important}.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table,.standard_typography .wpb_wrapper table,.wpb_text_column .wpb_wrapper table{border-collapse:collapse;border-spacing:0;display:block;width:calc(100% + 2rem)!important;overflow-x:auto;padding-bottom:4rem}@media only screen and (min-width:769px){.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table,.standard_typography .wpb_wrapper table,.wpb_text_column .wpb_wrapper table{width:calc(100% + 4rem)!important}}@media only screen and (min-width:1024px){.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table,.standard_typography .wpb_wrapper table,.wpb_text_column .wpb_wrapper table{width:100%;overflow-x:hidden;overflow-y:hidden;padding-bottom:0}}.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table tr,.standard_typography .wpb_wrapper table tr,.wpb_text_column .wpb_wrapper table tr{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:2px solid #2bd483;margin-right:2rem}@media only screen and (min-width:769px){.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table tr,.standard_typography .wpb_wrapper table tr,.wpb_text_column .wpb_wrapper table tr{margin-right:4rem}}@media only screen and (min-width:1024px){.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table tr,.standard_typography .wpb_wrapper table tr,.wpb_text_column .wpb_wrapper table tr{margin-right:0;display:table-row}}.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table tr:last-of-type,.standard_typography .wpb_wrapper table tr:last-of-type,.wpb_text_column .wpb_wrapper table tr:last-of-type{border-bottom:none}.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table td,.standard_typography .wpb_wrapper table td,.wpb_text_column .wpb_wrapper table td{border-right:2px solid #2bd483;padding:2rem 1.5rem;min-width:calc(55vw - 2rem)}.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table td:first-of-type,.standard_typography .wpb_wrapper table td:first-of-type,.wpb_text_column .wpb_wrapper table td:first-of-type{padding:2rem 1.5rem 2rem 0;min-width:35vw}.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table td:last-of-type,.standard_typography .wpb_wrapper table td:last-of-type,.wpb_text_column .wpb_wrapper table td:last-of-type{border-right:none}@media only screen and (min-width:769px){.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table td,.standard_typography .wpb_wrapper table td,.wpb_text_column .wpb_wrapper table td{min-width:calc(35vw - 4rem)}.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table td:first-of-type,.standard_typography .wpb_wrapper table td:first-of-type,.wpb_text_column .wpb_wrapper table td:first-of-type{min-width:20vw}}@media only screen and (min-width:1024px){.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table td,.standard_typography .wpb_wrapper table td,.wpb_text_column .wpb_wrapper table td{min-width:auto}.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table td:first-of-type,.standard_typography .wpb_wrapper table td:first-of-type,.wpb_text_column .wpb_wrapper table td:first-of-type{min-width:auto}}@media only screen and (min-width:1460px){.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table td,.standard_typography .wpb_wrapper table td,.wpb_text_column .wpb_wrapper table td{padding:2rem 4rem}.sgpb-popup-dialog-main-div-wrapper .wpb_wrapper table td:first-of-type,.standard_typography .wpb_wrapper table td:first-of-type,.wpb_text_column .wpb_wrapper table td:first-of-type{padding:2rem 4rem 2rem 0}}.sgpb-popup-dialog-main-div-wrapper :not(:empty)+h2:not(:empty),.sgpb-popup-dialog-main-div-wrapper :not(:empty)+h3:not(:empty),.sgpb-popup-dialog-main-div-wrapper :not(:empty)+h4:not(:empty),.sgpb-popup-dialog-main-div-wrapper :not(:empty)+h5:not(:empty),.sgpb-popup-dialog-main-div-wrapper :not(:empty)+h6:not(:empty),.sgpb-popup-dialog-main-div-wrapper :not(:empty)+p:not(:empty),.standard_typography :not(:empty)+h2:not(:empty),.standard_typography :not(:empty)+h3:not(:empty),.standard_typography :not(:empty)+h4:not(:empty),.standard_typography :not(:empty)+h5:not(:empty),.standard_typography :not(:empty)+h6:not(:empty),.standard_typography :not(:empty)+p:not(:empty),.wpb_text_column :not(:empty)+h2:not(:empty),.wpb_text_column :not(:empty)+h3:not(:empty),.wpb_text_column :not(:empty)+h4:not(:empty),.wpb_text_column :not(:empty)+h5:not(:empty),.wpb_text_column :not(:empty)+h6:not(:empty),.wpb_text_column :not(:empty)+p:not(:empty){margin-top:1em}.sgpb-popup-dialog-main-div-wrapper strong,.standard_typography strong,.wpb_text_column strong{font-weight:600}.sgpb-popup-dialog-main-div-wrapper em,.standard_typography em,.wpb_text_column em{font-style:italic}.sgpb-popup-dialog-main-div-wrapper h1,.standard_typography h1,.wpb_text_column h1{font-size:3.6rem;display:block;line-height:1.4;padding-top:2rem;color:#2bd483}@media only screen and (min-width:769px){.sgpb-popup-dialog-main-div-wrapper h1,.standard_typography h1,.wpb_text_column h1{font-size:4.2rem}}@media only screen and (min-width:1024px){.sgpb-popup-dialog-main-div-wrapper h1,.standard_typography h1,.wpb_text_column h1{padding-top:4rem}}@media only screen and (min-width:1280px){.sgpb-popup-dialog-main-div-wrapper h1,.standard_typography h1,.wpb_text_column h1{font-size:5.2rem}}@media only screen and (min-width:1460px){.sgpb-popup-dialog-main-div-wrapper h1,.standard_typography h1,.wpb_text_column h1{padding-top:6rem;font-size:7.2rem}}.sgpb-popup-dialog-main-div-wrapper h2,.standard_typography h2,.wpb_text_column h2{font-size:2.6rem;color:#2bd483}@media only screen and (min-width:769px){.sgpb-popup-dialog-main-div-wrapper h2,.standard_typography h2,.wpb_text_column h2{font-size:3.6rem}}@media only screen and (min-width:1024px){.sgpb-popup-dialog-main-div-wrapper h2,.standard_typography h2,.wpb_text_column h2{font-size:4.4rem}}.sgpb-popup-dialog-main-div-wrapper h3,.standard_typography h3,.wpb_text_column h3{font-size:2.6rem;line-height:1.4}@media only screen and (min-width:769px){.sgpb-popup-dialog-main-div-wrapper h3,.standard_typography h3,.wpb_text_column h3{font-size:3rem}}@media only screen and (min-width:1024px){.sgpb-popup-dialog-main-div-wrapper h3,.standard_typography h3,.wpb_text_column h3{font-size:3.6rem}}.sgpb-popup-dialog-main-div-wrapper h4,.standard_typography h4,.wpb_text_column h4{font-size:2.2rem;line-height:1.4}@media only screen and (min-width:769px){.sgpb-popup-dialog-main-div-wrapper h4,.standard_typography h4,.wpb_text_column h4{font-size:2.6rem}}@media only screen and (min-width:1024px){.sgpb-popup-dialog-main-div-wrapper h4,.standard_typography h4,.wpb_text_column h4{font-size:3rem}}.sgpb-popup-dialog-main-div-wrapper h5,.standard_typography h5,.wpb_text_column h5{font-size:2rem}@media only screen and (min-width:769px){.sgpb-popup-dialog-main-div-wrapper h5,.standard_typography h5,.wpb_text_column h5{font-size:2.2rem}}@media only screen and (min-width:1024px){.sgpb-popup-dialog-main-div-wrapper h5,.standard_typography h5,.wpb_text_column h5{font-size:2.6rem}}.sgpb-popup-dialog-main-div-wrapper h6,.standard_typography h6,.wpb_text_column h6{font-size:1.8rem}@media only screen and (min-width:769px){.sgpb-popup-dialog-main-div-wrapper h6,.standard_typography h6,.wpb_text_column h6{font-size:2rem}}@media only screen and (min-width:1024px){.sgpb-popup-dialog-main-div-wrapper h6,.standard_typography h6,.wpb_text_column h6{font-size:2.2rem}}.sgpb-popup-dialog-main-div-wrapper p,.standard_typography p,.wpb_text_column p{display:block;line-height:1.5;font-size:1.6rem}@media only screen and (min-width:1024px){.sgpb-popup-dialog-main-div-wrapper p.big,.standard_typography p.big,.wpb_text_column p.big{font-size:2.2rem}}.sgpb-popup-dialog-main-div-wrapper.big p,.standard_typography.big p,.wpb_text_column.big p{font-size:2.2rem}.sgpb-popup-dialog-main-div-wrapper strong,.standard_typography strong,.wpb_text_column strong{font-weight:600}.sgpb-popup-dialog-main-div-wrapper a,.standard_typography a,.wpb_text_column a{color:#3e3e3e;text-decoration:underline}.sgpb-popup-dialog-main-div-wrapper a:hover,.standard_typography a:hover,.wpb_text_column a:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.sgpb-popup-dialog-main-div-wrapper ol,.sgpb-popup-dialog-main-div-wrapper ul,.standard_typography ol,.standard_typography ul,.wpb_text_column ol,.wpb_text_column ul{display:inline-block;text-align:left;font-size:1.6rem;line-height:1.5;margin-top:1em}.sgpb-popup-dialog-main-div-wrapper ol strong,.sgpb-popup-dialog-main-div-wrapper ul strong,.standard_typography ol strong,.standard_typography ul strong,.wpb_text_column ol strong,.wpb_text_column ul strong{font-weight:600}.sgpb-popup-dialog-main-div-wrapper ol li,.sgpb-popup-dialog-main-div-wrapper ul li,.standard_typography ol li,.standard_typography ul li,.wpb_text_column ol li,.wpb_text_column ul li{position:relative;padding-bottom:.5rem}.sgpb-popup-dialog-main-div-wrapper ol.big,.sgpb-popup-dialog-main-div-wrapper ul.big,.standard_typography ol.big,.standard_typography ul.big,.wpb_text_column ol.big,.wpb_text_column ul.big{font-size:1.8rem}.sgpb-popup-dialog-main-div-wrapper ul li,.standard_typography ul li,.wpb_text_column ul li{padding-left:1.4rem}.sgpb-popup-dialog-main-div-wrapper ul li::before,.standard_typography ul li::before,.wpb_text_column ul li::before{content:'';position:absolute;left:0;top:.9rem;background-color:#000;border-radius:50%;width:.4rem;height:.4rem}.sgpb-popup-dialog-main-div-wrapper ul.big li::before,.standard_typography ul.big li::before,.wpb_text_column ul.big li::before{top:.7rem}.sgpb-popup-dialog-main-div-wrapper ol,.standard_typography ol,.wpb_text_column ol{counter-reset:counter}.sgpb-popup-dialog-main-div-wrapper ol li,.standard_typography ol li,.wpb_text_column ol li{counter-increment:counter;padding-left:2rem}.sgpb-popup-dialog-main-div-wrapper ol li::before,.standard_typography ol li::before,.wpb_text_column ol li::before{content:counters(counter, ".") ".";position:absolute;left:0;top:0;color:#000;border-radius:50%;text-align:right;min-width:1.3rem}.sgpb-popup-dialog-main-div-wrapper p:last-of-type span[id],.standard_typography p:last-of-type span[id],.wpb_text_column p:last-of-type span[id]{position:relative}.sgpb-popup-dialog-main-div-wrapper p:last-of-type span[id]::after,.standard_typography p:last-of-type span[id]::after,.wpb_text_column p:last-of-type span[id]::after{content:'';width:11.4rem;height:.6rem;position:absolute;top:0;left:0;background-color:#eac435}.max-w-l .vc_column-inner{max-width:78rem;margin:0 0 0 auto}.max-w-r .vc_column-inner{max-width:78rem;margin:0 auto 0 0}.sgpb-popup-dialog-main-div-wrapper .sgpb-content h1{padding-top:0}.col-sm-1\/5 .standard_typography .wpb_wrapper:last-of-type,.col-sm-1\/5 .wpb_text_column .wpb_wrapper:last-of-type,.col-sm-2\/5 .standard_typography .wpb_wrapper:last-of-type,.col-sm-2\/5 .wpb_text_column .wpb_wrapper:last-of-type{margin-bottom:0!important}.clutch-widget{width:19.2rem;margin:0 auto}@media only screen and (min-width:769px){.clutch-widget{width:auto;margin:initial}}.col-sm-1\/5 .wpb_text_column .wpb_wrapper p{text-align:center}.col-sm-1\/5 .wpb_text_column .wpb_wrapper a{display:block;text-align:center}@media only screen and (min-width:769px){.col-sm-1\/5 .wpb_text_column .wpb_wrapper a,.col-sm-1\/5 .wpb_text_column .wpb_wrapper p{text-align:left}}.wpb_text_column+.container{margin-top:3rem}@media only screen and (min-width:769px){.wpb_text_column+.container{margin-top:4rem}}@media only screen and (min-width:1460px){.wpb_text_column+.container{margin-top:5rem}}.youtube_video .iframe-wrap{position:relative;width:100%;height:56.25vw;max-width:121vh;max-height:68vh;overflow:hidden;margin:0 auto}@media only screen and (min-width:1024px){.youtube_video .iframe-wrap{height:calc(56.25vw - 8rem);max-width:121vh;max-height:68vh}}@media only screen and (min-width:1280px){.youtube_video .iframe-wrap{max-width:124vh;max-height:70vh}}@media only screen and (min-width:1366px){.youtube_video .iframe-wrap{height:calc(56.25vw - 16rem)}}@media only screen and (min-width:1460px){.youtube_video .iframe-wrap{height:calc(56.25vw - 20rem);max-width:113vh;max-height:63vh}}@media only screen and (min-width:620px){.youtube_video .iframe-wrap{height:80rem}}.youtube_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.icons-hoverable{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.icons-hoverable__item{width:100%;padding-bottom:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:769px){.icons-hoverable__item{padding:0 2rem 4rem 2rem;width:50%}}@media only screen and (min-width:1024px){.icons-hoverable__item{padding-bottom:5rem;width:33.33%}}.icons-hoverable__item .content-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16rem;height:16rem;border:.2rem solid #2bd483;border-radius:50%;text-align:center;padding:2rem;-webkit-transition:border-radius .3s,width .3s;-o-transition:border-radius .3s,width .3s;transition:border-radius .3s,width .3s}@media only screen and (min-width:769px){.icons-hoverable__item .content-wrap{padding:3.3rem}}.icons-hoverable__item .icon{position:absolute;top:50%;left:50%;display:block;width:9.2rem;height:9.2rem;margin:0 auto;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1;-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;background-size:contain;background-repeat:no-repeat;background-position:center}.icons-hoverable__item .hover-content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;font-size:2.2rem;font-size:2.2rem;color:#fff;line-height:1.1;width:24rem;height:auto;max-height:14rem;opacity:0;visibility:hidden;overflow:hidden;-webkit-transition:opacity .5s,visibility .5s;-o-transition:opacity .5s,visibility .5s;transition:opacity .5s,visibility .5s}.icons-hoverable__item .title{font-size:2.6rem;font-size:2.6rem;padding-top:2rem;font-family:Poppins,sans-serif;font-weight:700;color:#2bd483}@media only screen and (min-width:769px){.icons-hoverable__item .title{padding-top:3rem;font-size:3.2rem;font-size:3.2rem}}.icons-hoverable__item .title::after{content:'';position:absolute;bottom:-.2rem;left:0;width:0;height:.2rem;background-color:#2bd483}.icons-hoverable__item:hover .content-wrap{width:28rem;border-radius:.6rem}.icons-hoverable__item:hover .icon{-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);opacity:0}.icons-hoverable__item:hover .hover-content{opacity:1;visibility:visible}.icons-hoverable.black-desc .hover-content{color:#000}.icons-hoverable.light-mode .content-wrap{border:.2rem solid #fff}.icons-hoverable.light-mode .title{color:#fff}.icons-hoverable.green-mode .hover-content{color:#2bd483}.icons-hoverable.dark-mode .content-wrap{border:.2rem solid #000}.icons-hoverable.dark-mode .hover-content{color:#000}.icons-hoverable.dark-mode .title{color:#000}.process{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;counter-reset:counter}.process .slick-list,.process .slick-track{width:100%}.process .slick-arrow{width:3rem;height:3rem;top:40%}.process .slick-arrow::before{border-color:#000;border-width:0 .2rem .2rem 0;padding:1rem}.process .slick-arrow.slick-disabled::before{border-color:#ccc;opacity:.5}.process .slick-prev{left:1.4rem}.process .slick-next{right:1.4rem}.process.process-horizontal-scroll{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:100vw;height:auto;min-height:42rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;padding-right:2rem;padding-left:2rem;padding-bottom:3rem;background-color:#2bd483}@media only screen and (min-width:769px){.process.process-horizontal-scroll{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.process.process-horizontal-scroll{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.process.process-horizontal-scroll{padding-right:15rem;padding-left:15rem}}@media only screen and (min-width:769px){.process.process-horizontal-scroll{padding-bottom:4rem}}@media only screen and (min-width:1366px){.process.process-horizontal-scroll{padding-bottom:5rem}}@media only screen and (min-width:1460px){.process.process-horizontal-scroll{padding-bottom:7rem}}.process.process-horizontal-scroll .process__item{width:28rem}.process.process-horizontal-scroll .process__item:last-of-type{margin-right:5rem}@media only screen and (min-width:769px){.process.process-horizontal-scroll .process__item{width:32rem}.process.process-horizontal-scroll .process__item:last-of-type{margin-right:0}}@media only screen and (min-width:1024px){.process.process-horizontal-scroll .process__item{width:42.6rem}}@media only screen and (min-width:1366px){.process.process-horizontal-scroll .process__item{width:56.8rem}}.process.process-slider{background-color:#2bd483}.process.process-slider::before{content:'';position:absolute;top:-.1rem;left:0;width:100%;height:2px;background-color:#2bd483}.process__item{position:relative;padding:1rem;text-align:center}.process__item::before{content:'';position:absolute;top:8rem;right:0;width:30%;height:.1rem;background-color:#000;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.process__item::after{content:'';position:absolute;top:7.4rem;right:-15%;border:solid #000;border-width:0 .1rem .1rem 0;padding:.6rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}@media only screen and (min-width:769px){.process__item::before{width:40%;top:9rem}.process__item::after{right:-20%;top:8.4rem}}.process .slick-slide .process__item::after,.process .slick-slide .process__item::before{display:block}.process .slick-slide:last-of-type .process__item::after,.process .slick-slide:last-of-type .process__item::before{display:none}.process__counter{position:relative;width:14rem;height:14rem;border:.2rem solid #fff;border-radius:50%;margin:0 auto;margin-bottom:1.5rem}.process__counter::before{counter-increment:counter;content:counter(counter);color:#fff;font-size:6rem;font-size:6rem;line-height:4rem;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-family:Poppins,sans-serif;font-weight:700}@media only screen and (min-width:769px){.process__counter{width:16rem;height:16rem;margin-bottom:2.5rem}.process__counter::before{font-size:8rem;font-size:8rem;line-height:6rem}}.process_icons .process__counter{display:none}.process__img{position:relative;width:14rem;height:14rem;border:.2rem solid #fff;border-radius:50%;padding:4rem;margin:0 auto;margin-bottom:1.5rem}@media only screen and (min-width:769px){.process__img{width:16rem;height:16rem;padding:5rem;margin-bottom:2.5rem}}.process__title{font-size:2.6rem;font-size:2.6rem;font-family:Poppins,sans-serif;font-weight:700;display:block;max-width:44rem;margin:0 auto;margin-bottom:1.5rem}@media only screen and (min-width:769px){.process__title{font-size:3.2rem;font-size:3.2rem;margin-bottom:2.5rem}}.process__content{font-size:2rem;font-size:2rem;line-height:1.1;font-family:Poppins,sans-serif;font-weight:400;display:block;max-width:44rem;color:#fff;margin:0 auto}@media only screen and (min-width:769px){.process__content{font-size:2.2rem;font-size:2.2rem}}.process.light-mode .process__item::before{background-color:#fff}.process.light-mode .process__item::after{border:solid #fff;border-width:0 .1rem .1rem 0}.process.light-mode .process__title{color:#fff}.process.black-desc .process__content{color:#000}.process.dark-mode .process__counter{border:.2rem solid #000}.process.dark-mode .process__counter::before{color:#000}.process.dark-mode .process__img{border:.2rem solid #000}.process.dark-mode .process__content{color:#000}.vc_row-has-fill .process.process-horizontal-scroll{background:0 0}.faq__item{width:100%;padding-bottom:2rem;cursor:pointer}@media only screen and (min-width:769px){.faq__item{padding-bottom:4rem}}.faq__item:last-of-type{padding-bottom:0}.faq__item.active .faq-btn::after{-webkit-transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.faq__item.active .faq-content{max-height:50rem;padding:2rem 2rem 0 2rem;opacity:1}@media only screen and (min-width:769px){.faq__item.active .faq-content{padding:2rem 2rem 2rem 9.5rem}}.faq__item:nth-of-type(n) .faq-btn{background-color:#eac435}.faq__item:nth-of-type(2n) .faq-btn{background-color:#fb4d3d}.faq__item:nth-of-type(3n) .faq-btn{background-color:#2bd483}.faq__item:nth-of-type(4n) .faq-btn{background-color:#345995}.faq__item:nth-of-type(5n) .faq-btn{background-color:#731dd8}.faq__item:nth-of-type(6n) .faq-btn{background-color:#eac435}.faq__item:nth-of-type(7n) .faq-btn{background-color:#fb4d3d}.faq__item:nth-of-type(8n) .faq-btn{background-color:#2bd483}.faq__item:nth-of-type(9n) .faq-btn{background-color:#345995}.faq__item:nth-of-type(10n) .faq-btn{background-color:#731dd8}.faq .faq-wrap{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:5rem}@media only screen and (min-width:769px){.faq .faq-wrap{padding-left:7.5rem}}.faq .faq-btn{position:absolute;top:0;bottom:0;left:0;width:5rem;min-height:5rem;background-color:#eac435;font-size:8rem;font-size:8rem;padding:1rem;cursor:pointer}@media only screen and (min-width:769px){.faq .faq-btn{width:7.5rem;min-height:7.5rem;padding:2rem}}.faq .faq-btn::after,.faq .faq-btn::before{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:2rem;height:.2rem;background-color:#000}@media only screen and (min-width:769px){.faq .faq-btn::after,.faq .faq-btn::before{width:2.8rem;height:.4rem}}.faq .faq-btn::after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.faq .faq-title{position:relative;width:100%;height:auto;min-height:5rem;background-color:#ccc;font-size:2rem;font-size:2rem;font-family:Poppins,sans-serif;font-weight:700;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:769px){.faq .faq-title{min-height:7.5rem;font-size:2.2rem;font-size:2.2rem;padding:2rem}}.faq .faq-content{position:relative;width:100%;height:auto;max-height:0;background-color:#fff;font-size:2rem;font-size:2rem;font-family:Poppins,sans-serif;font-weight:400;padding:0 2rem;overflow:hidden;opacity:0;-webkit-transition:max-height .5s,padding .5s,opacity .5s;-o-transition:max-height .5s,padding .5s,opacity .5s;transition:max-height .5s,padding .5s,opacity .5s}@media only screen and (min-width:769px){.faq .faq-content{padding:0 2rem 0 9.5rem;font-size:2.2rem;font-size:2.2rem}}.faq .faq-content strong{font-family:Poppins,sans-serif;font-weight:700}.faq .faq-content em{font-style:italic}.faq .faq-content ul{position:relative;padding:1rem 0}.faq .faq-content ul li{position:relative;padding-left:2.5rem}.faq .faq-content ul li::before{content:'';position:absolute;left:0;top:1.2rem;background-color:#2bd483;border-radius:50%;width:.6rem;height:.6rem}.faq .faq-content ol{position:relative;counter-reset:counter;padding:1rem 0}.faq .faq-content ol li{position:relative;counter-increment:counter;padding-left:2.5rem}.faq .faq-content ol li::before{content:counters(counter, ".", decimal-leading-zero);position:absolute;left:0;top:0;color:#2bd483;border-radius:50%}.faq .faq-content ol li ol{counter-reset:counter1}.faq .faq-content ol li ol li{counter-increment:counter1}.faq .faq-content ol li ol li::before{content:counters(counter1, ".", decimal-leading-zero)}.faq .faq-content a{text-decoration:underline}@media only screen and (min-width:1024px){.circles-bg .blog-category-block::after{content:'';position:absolute;bottom:0;left:0;width:12rem;height:12rem;background-image:url(../images/form-bg-circles.png);background-position:bottom left;background-repeat:no-repeat;background-size:12rem 12rem}}@media only screen and (min-width:1460px){.circles-bg .blog-category-block::after{width:16.8rem;height:16.8rem;background-size:16.8rem 16.8rem}}.blog-category-block{position:relative}.blog-category-block__border{position:relative;width:calc(100% + 4rem);height:10rem;background-color:#000;margin-left:-2rem}@media only screen and (min-width:769px){.blog-category-block__border{width:calc(100% + 8rem);margin-left:-4rem}}@media only screen and (min-width:1366px){.blog-category-block__border{width:calc(100% + 16rem);margin-left:-8rem}}@media only screen and (min-width:1460px){.blog-category-block__border{width:calc(100% + 20rem);margin-left:-10rem}}.blog-category-block__text-wrap{font-size:2rem;font-size:2rem;padding-bottom:1.5rem}@media only screen and (min-width:769px){.blog-category-block__text-wrap{padding-bottom:2.5rem;font-size:2.2rem;font-size:2.2rem}}@media only screen and (min-width:1280px){.blog-category-block__text-wrap{padding-bottom:3.5rem}}.blog-category-block__text-wrap strong{font-family:Poppins,sans-serif;font-weight:700}.blog-category-block__text-wrap em{font-style:italic}.blog-category-block__text-wrap ul{position:relative;padding:1rem 0}.blog-category-block__text-wrap ul li{position:relative;padding-left:2.5rem}.blog-category-block__text-wrap ul li::before{content:'';position:absolute;left:0;top:1.2rem;background-color:#2bd483;border-radius:50%;width:.6rem;height:.6rem}.blog-category-block__text-wrap ol{position:relative;counter-reset:counter;padding:1rem 0}.blog-category-block__text-wrap ol li{position:relative;counter-increment:counter;padding-left:2.5rem}.blog-category-block__text-wrap ol li::before{content:counters(counter, ".", decimal-leading-zero);position:absolute;left:0;top:0;color:#2bd483;border-radius:50%}.blog-category-block__text-wrap ol li ol{counter-reset:counter1}.blog-category-block__text-wrap ol li ol li{counter-increment:counter1}.blog-category-block__text-wrap ol li ol li::before{content:counters(counter1, ".", decimal-leading-zero)}.blog-category-block__text-wrap a{text-decoration:underline}.blog-category-block__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 2rem}.blog-category-block__wrap::before{content:'';position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw;height:60%;background-color:#000}@media only screen and (min-width:769px){.blog-category-block__wrap{padding:0}}@media only screen and (min-width:1024px){.blog-category-block__wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.blog-category-block .news-grid__item .categories-wrap{display:none}.blog-category-block__btn-wrap{position:relative;text-align:center;padding:2rem 0 5rem 0}.blog-category-block__btn-wrap::before{content:'';position:absolute;top:0;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw;background-color:#000}@media only screen and (min-width:1460px){.blog-category-block__btn-wrap{padding:9rem 0 8rem 0}}.blog-category-block__btn-wrap .btn{margin:0 auto}.blog-category-block .slick-list{width:100%;text-align:center}@media only screen and (min-width:769px){.blog-category-block .slick-list{width:calc(100% + 2rem);margin:0 -1rem}}@media only screen and (min-width:1024px){.blog-category-block .slick-list{width:calc(100% + 4rem);margin:0 -2rem}}@media only screen and (min-width:1460px){.blog-category-block .slick-list{width:calc(100% + 6.8rem);margin:0 -3.4rem}}.blog-category-block .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.blog-category-block .slick-slide{height:inherit}@media only screen and (min-width:769px){.blog-category-block .slick-slide{margin:0 1rem 4rem 1rem}}@media only screen and (min-width:1024px){.blog-category-block .slick-slide{margin:0 2rem 4rem 2rem}}@media only screen and (min-width:1460px){.blog-category-block .slick-slide{margin:0 3.4rem 4rem 3.4rem}}.blog-category-block .slick-slide>div{height:100%}.blog-category-block .slick-slide .news-grid__item{height:100%;margin:0 auto}.blog-category-block .slick-arrow{width:3rem;height:3rem}.blog-category-block .slick-arrow::before{border-color:#2bd483;border-width:0 .2rem .2rem 0;padding:1rem}.blog-category-block .slick-arrow.slick-disabled::before{border-color:#000;opacity:1}@media only screen and (min-width:769px){.blog-category-block .slick-arrow.slick-prev.slick-disabled::before{border-color:#fff}}.blog-category-block .slick-prev{left:-1.4rem}@media only screen and (min-width:769px){.blog-category-block .slick-prev{left:-3.4rem}}.blog-category-block .slick-next{right:-1.4rem}@media only screen and (min-width:769px){.blog-category-block .slick-next{right:-3.4rem}}.blog-filter{position:relative;padding:4rem 0 2rem 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:60}@media only screen and (min-width:1280px){.blog-filter{padding:7rem 0 5rem 0}}.blog-filter__desktop{display:none;margin:0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:769px){.blog-filter__desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.blog-filter__mobile{display:block;margin:0 auto}@media only screen and (min-width:769px){.blog-filter__mobile{display:none}}.blog-filter a{font-size:2.2rem;font-size:2.2rem;padding:.4rem 1.5rem;font-family:Poppins,sans-serif;font-weight:400;color:#000;text-transform:uppercase;border-right:.2rem solid #000;text-decoration:none;line-height:3rem;margin-bottom:2rem}@media only screen and (min-width:1024px){.blog-filter a{font-size:2.6rem;font-size:2.6rem;padding:.4rem 2rem}}@media only screen and (min-width:1366px){.blog-filter a{font-size:3rem;font-size:3rem;padding:.4rem 3.5rem}}@media only screen and (min-width:1460px){.blog-filter a{font-size:3.6rem;font-size:3.6rem;padding:.4rem 4rem}}.blog-filter a:first-of-type{padding-left:0}.blog-filter a:last-of-type{padding-right:0;border-right:none}.blog-filter a.active{color:#2bd483;font-family:Poppins,sans-serif;font-weight:700}.blog-filter a:hover{color:#2bd483}.blog-filter .select{display:block}@media only screen and (min-width:769px){.blog-filter .select{display:none}}.blog{position:relative;background-color:#fff;min-height:24rem}.blog.loading::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,.7) url(../images/loader.gif) no-repeat 50% 50%;background-size:32rem auto;z-index:500}.blog .blog-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:769px){.blog .blog-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 -1rem}}@media only screen and (min-width:1024px){.blog .blog-grid{margin:0 -2rem}}@media only screen and (min-width:1460px){.blog .blog-grid{margin:0 -3.4rem}}.blog .blog-grid .news-grid__item{background-color:transparent}.blog .blog-grid .news-grid__item .category-band{pointer-events:none;cursor:default}.blog .blog-grid .news-grid__item .txt-wrap .news-excerpt,.blog .blog-grid .news-grid__item .txt-wrap .news-title{color:#000}.blog .blog-grid .news-grid__item .more-wrap .news-date{color:#000}.blog .blog-pagination{text-align:center;padding-bottom:1rem}@media only screen and (min-width:1024px){.blog .blog-pagination{padding-bottom:2rem}}@media only screen and (min-width:1460px){.blog .blog-pagination{padding-bottom:5rem}}.jobs-filter{position:relative;padding:4rem 2rem 2rem 2rem;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:60}@media only screen and (min-width:1024px){.jobs-filter{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:1280px){.jobs-filter{padding:7rem 4rem 5rem 4rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.jobs{position:relative;background-color:#fff;padding-right:2rem;padding-left:2rem;padding-bottom:3rem;min-height:24rem}@media only screen and (min-width:769px){.jobs{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.jobs{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.jobs{padding-right:15rem;padding-left:15rem}}.jobs.loading::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,.7) url(../images/loader.gif) no-repeat 50% 50%;background-size:32rem auto;z-index:500}.jobs .jobs-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:769px){.jobs .jobs-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 -1rem}}@media only screen and (min-width:1024px){.jobs .jobs-grid{margin:0 -2rem}}@media only screen and (min-width:1460px){.jobs .jobs-grid{margin:0 -3.4rem}}.jobs .jobs-grid .job-offers__item{width:100%;max-width:50rem;margin-bottom:1rem;z-index:1}@media only screen and (min-width:769px){.jobs .jobs-grid .job-offers__item{width:calc(50% - 2rem);margin:0 1rem 2rem 1rem;max-width:none}}@media only screen and (min-width:1024px){.jobs .jobs-grid .job-offers__item{width:calc(33.33% - 4rem);margin:0 2rem 4rem 2rem}}@media only screen and (min-width:1460px){.jobs .jobs-grid .job-offers__item{width:calc(33.33% - 6rem);margin:0 3rem 4rem 3rem}}.jobs .jobs-pagination{text-align:center;padding:2rem 0 1rem 0}@media only screen and (min-width:1024px){.jobs .jobs-pagination{padding:1rem 0 2rem 0}}@media only screen and (min-width:1460px){.jobs .jobs-pagination{padding:3rem 0 5rem 0}}.jobs-section{position:relative;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jobs-section .section-title{padding-bottom:3rem}.jobs-section .desc{color:#fff;font-size:2.2rem;font-size:2.2rem;padding-bottom:4rem;text-align:center}.jobs-section .btn{margin-bottom:2rem}.cases-filter{position:relative;padding:4rem 0 2rem 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:60}@media only screen and (min-width:1024px){.cases-filter{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:1280px){.cases-filter{padding:7rem 0 5rem 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.cases{position:relative;background-color:#fff;min-height:24rem}.cases.loading::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,.7) url(../images/loader.gif) no-repeat 50% 50%;background-size:32rem auto;z-index:500}.cases .cases-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:769px){.cases .cases-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 -1rem}}@media only screen and (min-width:1024px){.cases .cases-grid{margin:0 -2rem}}@media only screen and (min-width:1460px){.cases .cases-grid{margin:0 -3.4rem}}.cases .cases-grid .news-grid__item{background-color:transparent}.cases .cases-grid .news-grid__item .category-band{pointer-events:none;cursor:default}.cases .cases-grid .news-grid__item .txt-wrap .news-excerpt,.cases .cases-grid .news-grid__item .txt-wrap .news-title{color:#000}.cases .cases-grid .news-grid__item .txt-wrap .news-title{font-size:2.6rem}.cases .cases-grid .news-grid__item .txt-wrap .news-excerpt{font-family:Poppins,sans-serif;font-weight:300;padding:0 1.5rem 2rem 1.5rem}@media only screen and (min-width:1460px){.cases .cases-grid .news-grid__item .txt-wrap .news-excerpt{font-size:2.2rem}}.cases .cases-grid .news-grid__item .more-wrap .news-date{color:#000}.cases .no-items{display:none;text-align:center;font-size:3.2rem;padding:10rem 0}.cases .cases-pagination{text-align:center;padding-bottom:1rem}@media only screen and (min-width:1024px){.cases .cases-pagination{padding-bottom:2rem}}@media only screen and (min-width:1460px){.cases .cases-pagination{padding-bottom:5rem}}.locations{background:#000}.locations__inner{position:relative}.locations .contacts{position:relative;width:100%;font-size:1.4rem;font-size:1.4rem}.locations .contacts .container{position:relative}.locations .contacts .contacts-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:500px){.locations .contacts .contacts-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (min-width:769px){.locations .contacts .contacts-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.locations .contacts .contacts-list__item{position:relative;margin-top:1rem;padding-right:1.5rem;z-index:1;-ms-flex-negative:0;flex-shrink:0;min-width:50%}@media only screen and (min-width:500px){.locations .contacts .contacts-list__item{padding-top:4rem}}@media only screen and (min-width:769px){.locations .contacts .contacts-list__item{margin-top:1.5rem;padding-top:5rem;min-width:auto}}.locations .contacts .contacts-list__item:last-of-type{padding-right:0;margin-top:2rem}@media only screen and (min-width:500px){.locations .contacts .contacts-list__item:last-of-type{margin-top:4rem}}@media only screen and (min-width:769px){.locations .contacts .contacts-list__item:last-of-type{margin-top:1.5rem}}.locations .contacts .contacts-list__item .title{position:relative;margin-bottom:2rem;font-size:2rem;font-size:2rem;text-decoration:underline}@media only screen and (min-width:500px){.locations .contacts .contacts-list__item .title{margin-bottom:0;position:absolute;top:0;left:0}}@media only screen and (min-width:1366px){.locations .contacts .contacts-list__item .title{font-size:2.4rem;font-size:2.4rem}}.locations .contacts .contacts-list__item h4{font-family:Poppins,sans-serif;font-weight:700;font-size:1.6rem;font-size:1.6rem}@media only screen and (min-width:1366px){.locations .contacts .contacts-list__item h4{font-size:2rem;font-size:2rem}}.locations .contacts .contacts-list__item p{font-size:1.4rem;font-size:1.4rem;line-height:1.4}@media only screen and (min-width:769px){.locations .contacts .contacts-list__item p{font-size:1.6rem;font-size:1.6rem}}@media only screen and (min-width:1024px){.locations .contacts .contacts-list__item p{font-size:1.4rem;font-size:1.4rem}}@media only screen and (min-width:1280px){.locations .contacts .contacts-list__item p{font-size:1.6rem;font-size:1.6rem}}@media only screen and (min-width:1366px){.locations .contacts .contacts-list__item p{font-size:1.8rem;font-size:1.8rem}}@media only screen and (min-width:1460px){.locations .contacts .contacts-list__item p{font-size:2rem;font-size:2rem}}.locations .gmap{min-height:58rem}.locations .decor_wrap{position:absolute;top:0;right:0;width:100%;height:100%;overflow:hidden}.locations .decor{display:none;position:absolute;top:20%;right:0;width:2rem;height:33rem;background-image:url(../images/BLACK_SHAPE.svg);background-repeat:no-repeat;background-position:0 0;background-size:contain;left:0}.locations .decor--white{background-image:url(../images/WHITE_SHAPE.svg)}.locations .decor--right{left:auto;right:0;background-position:100% 100%}.locations .decor--bottom{top:auto;bottom:50%}@media only screen and (min-width:769px){.locations .decor{display:block;width:3rem;height:43rem}}@media only screen and (min-width:1460px){.locations .decor{width:4.3rem;height:66rem}}.vc_row-has-fill .locations{background:0 0}@media only screen and (min-width:1280px){.contact-section{display:-webkit-box;display:-ms-flexbox;display:flex}}.contact-section__col{padding:2rem 2rem 3rem 2rem}@media only screen and (min-width:769px){.contact-section__col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width:1280px){.contact-section__col{width:50%;padding-bottom:9rem}.contact-section__col.contact-box{width:45%}.contact-section__col.contact-page-form{width:55%}}@media only screen and (min-width:1366px){.contact-section__col{padding-top:5rem}}@media only screen and (min-width:1460px){.contact-section__col{padding-bottom:8rem}.contact-section__col.contact-box{width:40%}.contact-section__col.contact-page-form{width:60%}}.contact-box{background:#000!important}.contact-box__inner{padding:0 5px}.contact-box__title{font-family:Poppins,sans-serif;font-weight:700;color:#fff;font-size:2.8rem;font-size:2.8rem}.contact-box__title.contact-page-form-title{color:#000;padding-left:5px;padding-right:5px}@media only screen and (min-width:769px){.contact-box__title{font-size:3.5rem;font-size:3.5rem}}@media only screen and (min-width:1024px){.contact-box__title{font-size:4rem;font-size:4rem}}@media only screen and (min-width:769px){.contact-box__people{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}}.contact-box__person{padding-top:4rem}.contact-box__person__image{margin-bottom:1rem}.contact-box__person__image img{display:block;width:100%}@media only screen and (min-width:500px){.contact-box__person{display:-webkit-box;display:-ms-flexbox;display:flex}.contact-box__person__image{width:50%;max-width:23rem}.contact-box__person__text{padding-left:2rem}}@media only screen and (min-width:769px){.contact-box__person{width:50%}}@media only screen and (min-width:1280px){.contact-box__person{width:100%}}.contact-page-form{background-color:#fff!important}.contact-page-form.contact-page-form-style .nf-form-cont{padding:2rem 0 0!important}@media only screen and (min-width:1280px){.contact-page-form.contact-page-form-style .nf-form-cont{padding:3rem 0 0!important}}.vc_row-has-fill .contact-box{background:0 0}.header{position:relative;height:auto;min-height:30.9rem;width:100%;padding-right:6rem;padding-bottom:2.7rem;background-color:#000}@media only screen and (min-width:769px){.header{padding-right:14rem}}@media only screen and (min-width:1024px){.header{min-height:31.7rem;padding-right:17rem;padding-bottom:4rem}}@media only screen and (min-width:1280px){.header{padding-right:20rem}}@media only screen and (min-width:1366px){.header{padding-right:24rem}}@media only screen and (min-width:1460px){.header{min-height:52.3rem;padding-right:24rem;padding-bottom:6rem}}.header:after{content:'';position:absolute;bottom:2rem;right:0;width:12rem;height:.7rem;background-color:#2bd483}@media only screen and (min-width:769px){.header:after{width:20rem;right:4rem}}@media only screen and (min-width:1024px){.header:after{right:7rem;bottom:3.3rem}}@media only screen and (min-width:1280px){.header:after{right:10rem}}@media only screen and (min-width:1366px){.header:after{right:14rem}}@media only screen and (min-width:1460px){.header:after{right:14rem;bottom:5.3rem}}.header__bg{position:relative;width:100%;height:100%;min-height:28.2rem;background-color:#fff}@media only screen and (min-width:769px){.header__bg{min-height:29rem}}@media only screen and (min-width:1024px){.header__bg{min-height:30rem}}@media only screen and (min-width:1460px){.header__bg{min-height:46.3rem}}.header__bg-img{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center bottom;background-repeat:no-repeat;background-size:cover;opacity:.5}.header__elem{position:relative;height:50rem;background-repeat:no-repeat;background-position:left bottom;background-size:auto 34rem;background-color:#e6e6e6;padding:8rem 2rem 2rem 2rem}@media only screen and (min-width:360px){.header__elem{background-size:auto 36rem}}@media only screen and (min-width:500px){.header__elem{padding-top:9rem;background-size:auto 37rem}}@media only screen and (min-width:769px){.header__elem{padding:12rem 2rem 2rem 50%;height:36rem;background-size:cover}}@media only screen and (min-width:1024px){.header__elem{padding:20rem 4rem 4rem 55%;height:56rem}}@media only screen and (min-width:1460px){.header__elem{padding:35rem 4rem 4rem 55%;height:89rem}}.header__text-wrap{position:relative;padding:10rem 2rem 11.5rem}@media only screen and (min-width:500px){.header__text-wrap{padding-top:11.5rem}}@media only screen and (min-width:769px){.header__text-wrap{padding-left:4rem}}@media only screen and (min-width:1024px){.header__text-wrap{padding-top:15rem;padding-bottom:13em}}@media only screen and (min-width:1366px){.header__text-wrap{padding-top:16rem;padding-left:8rem}}@media only screen and (min-width:1460px){.header__text-wrap{padding-left:10rem}}.header__title{font-size:3.6rem;font-size:3.6rem;color:#000;font-family:Poppins,sans-serif;font-weight:700;line-height:1.4}@media only screen and (min-width:1024px){.header__title{font-size:5.2rem;font-size:5.2rem}}.header__meta-wrap{position:absolute;right:0;bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.8rem;font-family:Poppins,sans-serif;font-weight:600}@media only screen and (min-width:769px){.header__meta-wrap{bottom:3rem;font-size:2.2rem}}@media only screen and (min-width:1024px){.header__meta-wrap{font-size:2.6rem}}.header__meta-wrap .time{color:#fff;padding-right:2rem}@media only screen and (min-width:769px){.header__meta-wrap .time{padding-right:3rem}}.header__meta-wrap .categories{position:relative;min-width:10rem}.header__meta-wrap .categories a{display:block;color:#fff;margin-top:1rem;width:100%;padding:1rem 2rem;text-align:right;text-decoration:underline;font-family:Poppins,sans-serif;font-weight:600}@media only screen and (min-width:769px){.header__meta-wrap .categories a{padding:1rem 3rem}}.header__meta-wrap .categories a:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.header__meta-wrap--2{right:auto;left:0}.header__meta-wrap--2 .categories a{color:#2bd483;text-align:left}@media only screen and (min-width:769px){.header__meta-wrap--2 .categories a{padding-left:4rem}}@media only screen and (min-width:1366px){.header__meta-wrap--2 .categories a{padding-left:8rem}}@media only screen and (min-width:1460px){.header__meta-wrap--2 .categories a{padding-left:10rem}}.gallery.gallery-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gallery.gallery-slider .slick-slide{margin:0 1rem;width:calc(100vw - 4rem);text-align:center}@media only screen and (min-width:769px){.gallery.gallery-slider .slick-slide{width:70vw}}@media only screen and (min-width:1024px){.gallery.gallery-slider .slick-slide{width:50vw}}@media only screen and (min-width:1280px){.gallery.gallery-slider .slick-slide{width:auto}}.gallery.gallery-slider .slick-slide img{width:auto;height:auto;max-height:80vh;-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s;margin:0 auto}@media only screen and (min-width:1280px){.gallery.gallery-slider .slick-slide img{height:60rem;max-height:80vh}}.gallery.gallery-slider .slick-slide.slick-current img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.gallery.gallery-slider .slick-arrow{width:4rem;height:4rem}@media only screen and (min-width:1024px){.gallery.gallery-slider .slick-arrow{width:6rem;height:6rem}}.gallery.gallery-slider .slick-arrow::before{border-color:#ccc;border-width:0 .2rem .2rem 0;padding:1.6rem}@media only screen and (min-width:1024px){.gallery.gallery-slider .slick-arrow::before{border-width:0 .4rem .4rem 0;padding:2.5rem}}.gallery.gallery-slider .slick-arrow.slick-disabled::before{border-color:#000;opacity:.5}.gallery.gallery-slider .slick-prev{left:2rem}@media only screen and (min-width:1024px){.gallery.gallery-slider .slick-prev{left:4rem}}.gallery.gallery-slider .slick-next{right:2rem}@media only screen and (min-width:1024px){.gallery.gallery-slider .slick-next{right:4rem}}.footer{background-color:rgba(157,157,157,.05);font-size:1.6rem;line-height:normal;color:#9d9d9d;padding-top:6rem}@media only screen and (min-width:500px){.footer{padding-top:3rem}}@media only screen and (min-width:1024px){.footer{font-size:1.4rem;padding-top:6rem}}@media only screen and (min-width:1280px){.footer{font-size:1.5rem}}@media only screen and (min-width:1440px){.footer{font-size:1.6rem;padding-top:10.3rem}}.footer a{color:inherit;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.footer a:hover{color:#3e3e3e}.footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:1024px){.footer__wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:1024px){.footer-contact{text-align:left;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:23%}}@media only screen and (min-width:1440px){.footer-contact{width:28%}}.footer-contact__logo{max-width:13.1rem;display:inline-block}.footer-contact__logo svg{display:block;width:100%;height:auto}.footer-contact__address{margin-top:5.4rem}@media only screen and (min-width:500px){.footer-contact__address{margin-top:2.5rem}}@media only screen and (min-width:1024px){.footer-contact__address{margin-top:5.4rem}}.footer-contact__title{font-size:2.2rem;color:#3e3e3e;margin-bottom:.3rem;display:block}.footer-contact__details{margin-top:2.1rem}.footer-contact__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:4rem}@media only screen and (min-width:500px){.footer-contact__box{margin-top:2.1rem}}@media only screen and (min-width:1024px){.footer-contact__box{margin-top:2.1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.footer-contact__name{color:#3e3e3e;display:block;margin-bottom:-.3rem}.footer-menu{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;width:100%}@media only screen and (min-width:1024px){.footer-menu{display:block;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:73.3%;position:relative;padding-bottom:8rem}}@media only screen and (min-width:1440px){.footer-menu{width:69.4%;padding-bottom:12rem}}.footer-menu__col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3.7rem;padding-block:3.3rem 5.4rem;border-top:.1rem solid #e5e5e5;border-bottom:.1rem solid #e5e5e5;gap:5rem}@media only screen and (min-width:769px){.footer-menu__col{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (min-width:1024px){.footer-menu__col{border-top:0;border-bottom:0;margin-top:0;padding-top:0;padding-block:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.footer-menu .menu-item-has-children{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}@media only screen and (min-width:1024px){.footer-menu .menu-item-has-children{width:33%;display:block;text-align:left}}@media only screen and (min-width:1440px){.footer-menu .menu-item-has-children{width:26.6%}}.footer-menu .menu-item-has-children>a{font-weight:600;color:#3e3e3e}.footer-menu .sub-menu{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;opacity:1!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.6rem;margin-top:1.7rem}.footer-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:3rem}@media only screen and (min-width:1024px){.footer-socials{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:auto;width:calc(33% - 2rem);margin:0;position:absolute;right:4px;bottom:0}}@media only screen and (min-width:1440px){.footer-socials{width:calc(46.8% - 8rem);right:20px}}.footer-socials__title{font-weight:600;color:#3e3e3e;display:block;font-size:2.2rem}@media only screen and (min-width:1024px){.footer-socials__title{font-size:inherit}}.footer-socials__wrapper{margin-top:4.2rem;display:grid;grid-template-columns:repeat(3,1fr);row-gap:3rem;width:100%;max-width:40rem;margin-inline:auto}@media only screen and (min-width:1024px){.footer-socials__wrapper{max-width:none;margin-inline:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;row-gap:0;margin-top:1.2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem}}@media only screen and (min-width:1440px){.footer-socials__wrapper{gap:2rem}}@media only screen and (min-width:1460px){.footer-socials__wrapper{gap:1rem 1.8vw;margin-top:2.2rem}}.footer-socials__link{position:relative;display:block;text-decoration:none;-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.5;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;text-align:center;-ms-flex-negative:0;flex-shrink:0}.footer-socials__link:hover{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}.footer-socials__icon{display:inline-block;width:4rem;height:4rem}@media only screen and (min-width:1024px){.footer-socials__icon{width:2.5rem;height:2.5rem}}@media only screen and (min-width:1440px){.footer-socials__icon{width:3rem;height:3rem}}.footer-offices{width:100%;margin-top:3.2rem;padding-top:4.1rem;padding-bottom:5.4rem;position:relative;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:center}@media only screen and (min-width:500px){.footer-offices{padding-block:2.5rem}}@media only screen and (min-width:1024px){.footer-offices{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:left;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:5rem;padding-top:6.3rem;padding-bottom:5.2rem}}.footer-offices::after,.footer-offices::before{content:'';width:100%;height:.1rem;position:absolute;left:0;background-color:#e5e5e5}.footer-offices::before{top:0}.footer-offices::after{bottom:0}.footer-offices__title{color:#3e3e3e;font-weight:600;margin-top:-.5rem;font-size:2.2rem}@media only screen and (min-width:1024px){.footer-offices__title{font-size:inherit}}.footer-offices__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:4.5rem}@media only screen and (min-width:500px){.footer-offices__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem 1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (min-width:1024px){.footer-offices__wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding-right:.8rem;margin-top:0;gap:3rem 2rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:73.3%}}@media only screen and (min-width:1440px){.footer-offices__wrapper{width:69.3%}}.footer-offices__item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (min-width:500px){.footer-offices__item{width:calc(50% - 1rem)}}@media only screen and (min-width:1024px){.footer-offices__item{width:calc(25% - 2rem)}}.footer-offices__name{color:#3e3e3e;font-weight:600;line-height:1}.footer-copy{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;padding-block:2.6rem 3.2rem}@media only screen and (min-width:769px){.footer-copy{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}@media only screen and (min-width:1024px){.footer-copy{padding-block:3.2rem}}.footer-copy__text{font-size:1.4rem}.footer-copy__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem;gap:3rem;margin-top:2.4rem}@media only screen and (min-width:769px){.footer-copy__menu{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (min-width:1024px){.footer-copy__menu{gap:3.1rem}}.ldp-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ldp-wrap .page-cover{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;opacity:.6;z-index:400}.ldp-wrap .page-cover.show{display:block}.ldp-wrap .modal-info{display:none;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-width:80vw;height:auto;max-height:80vh;overflow:hidden;padding:4rem 2rem 2rem 2rem;background-color:#2bd483;z-index:500;font-size:1.4rem;font-size:1.4rem;line-height:1.4;-webkit-box-shadow:0 0 2rem #000;box-shadow:0 0 2rem #000}@media only screen and (min-width:769px){.ldp-wrap .modal-info{padding:4rem}}@media only screen and (min-width:1366px){.ldp-wrap .modal-info{padding:6rem 7rem 6rem 6rem}}.ldp-wrap .modal-info.show{display:block}.ldp-wrap .modal-info .modal-info-content{width:100%;height:100%;max-height:calc(80vh - 6rem);overflow-y:auto;padding:1rem 0}@media only screen and (min-width:769px){.ldp-wrap .modal-info .modal-info-content{max-height:calc(80vh - 8rem)}}@media only screen and (min-width:1366px){.ldp-wrap .modal-info .modal-info-content{max-height:calc(80vh - 10rem)}}.ldp-wrap .ldp-left-col{background-color:transparent}@media only screen and (min-width:1024px){.ldp-wrap .ldp-left-col{background-color:#000}}@media only screen and (min-width:1366px){.ldp-wrap .ldp-left-col{background-color:transparent}}.ldp-wrap .ldp-content{border-top:2rem solid #000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#fff}@media only screen and (min-width:1366px){.ldp-wrap .ldp-content{border-top:3rem solid #000}}@media only screen and (min-width:1460px){.ldp-wrap .ldp-content{border-top:3.5rem solid #000}}.ldp-wrap .ldp-content__wrapper{width:100%;max-width:92.5rem}.ldp-wrap .ldp-content p{font-size:2.4rem;font-size:2.4rem}@media only screen and (min-width:769px){.ldp-wrap .ldp-content p{font-size:2.6rem;font-size:2.6rem}}@media only screen and (min-width:1024px){.ldp-wrap .ldp-content p{font-size:3rem;font-size:3rem}}@media only screen and (min-width:1366px){.ldp-wrap .ldp-content p{font-size:3.6rem;font-size:3.6rem}}.ldp-wrap .ldp-content p strong{color:#2bd483;font-family:Poppins,sans-serif;font-weight:700}.ldp-map .gmap1{min-height:48rem}.ldp-header{padding:0;min-height:49rem;background-size:cover;background-position:right bottom;background-repeat:no-repeat}@media only screen and (min-width:500px){.ldp-header{background-position:center bottom}}@media only screen and (min-width:1366px){.ldp-header{min-height:63.5rem}}@media only screen and (min-width:1460px){.ldp-header{min-height:65rem}}.ldp-header__logo{position:absolute;top:2rem;left:3rem;width:100%;max-width:15rem;height:auto;z-index:200}@media only screen and (min-width:769px){.ldp-header__logo{max-width:16rem;top:3rem;left:4rem}}@media only screen and (min-width:1024px){.ldp-header__logo{max-width:20rem}}@media only screen and (min-width:1280px){.ldp-header__logo{max-width:22rem}}@media only screen and (min-width:1366px){.ldp-header__logo{left:8rem}}@media only screen and (min-width:1460px){.ldp-header__logo{left:6rem}}.ldp-header__logo img{width:100%}.ldp-header__text-wrap{padding:12rem 3rem 3rem 3rem}@media only screen and (min-width:500px){.ldp-header__text-wrap{padding-left:50%}}@media only screen and (min-width:769px){.ldp-header__text-wrap{padding-top:12rem}}@media only screen and (min-width:1366px){.ldp-header__text-wrap{padding-top:21rem}}@media only screen and (min-width:1460px){.ldp-header__text-wrap{padding-top:22rem}}.ldp-header__title{font-size:4rem;font-size:4rem;color:#2bd483;font-family:Poppins,sans-serif;font-weight:700;padding-bottom:2rem}@media only screen and (min-width:769px){.ldp-header__title{font-size:4.4rem;font-size:4.4rem}}@media only screen and (min-width:1366px){.ldp-header__title{font-size:5.2rem;font-size:5.2rem;padding-bottom:2.5rem}}@media only screen and (min-width:1460px){.ldp-header__title{font-size:8.2rem;font-size:8.2rem}}.ldp-header__subtitle{font-size:2.6rem;font-size:2.6rem;color:#000;font-family:Poppins,sans-serif;font-weight:700}@media only screen and (min-width:769px){.ldp-header__subtitle{font-size:3.6rem;font-size:3.6rem}}@media only screen and (min-width:1366px){.ldp-header__subtitle{font-size:4.2rem;font-size:4.2rem}}@media only screen and (min-width:1460px){.ldp-header__subtitle{font-size:5.2rem;font-size:5.2rem}}.prelegents-items__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prelegents-items__item{width:100%;overflow-x:hidden}@media only screen and (min-width:769px){.prelegents-items__item .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.prelegents-items__item .row .img-wrap{position:relative}.prelegents-items__item .row .img-wrap img{width:auto;max-width:100%;height:auto;-webkit-mask-image:url(../images/prelegent-mask.png);mask-image:url(../images/prelegent-mask.png);-webkit-mask-size:contain;mask-size:contain}.prelegents-items__item .row .img-wrap::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/prelegent-bg.png);background-repeat:no-repeat;background-position:top left;background-size:contain}.prelegents-items__item .row .text-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:2rem}@media only screen and (min-width:769px){.prelegents-items__item .row .text-wrap{padding-top:0}}.prelegents-items__item .row .text-wrap h3{font-family:Poppins,sans-serif;font-weight:700;color:#2bd483;padding-bottom:.5rem;font-size:2.6rem;font-size:2.6rem}.prelegents-items__item .row .text-wrap p{color:#fff;font-size:2rem;font-size:2rem}.prelegents-items__item .row .text-wrap p.big{font-size:2.6rem;font-size:2.6rem}.prelegents-items__item .row .dn-md{display:block}@media only screen and (min-width:769px){.prelegents-items__item .row .dn-md{display:none}}@media only screen and (min-width:1024px){.prelegents-items__item .row .dn-md{display:block}}.prelegents-items__item .row .dn-st{display:none;padding-top:2rem}@media only screen and (min-width:769px){.prelegents-items__item .row .dn-st{display:block}}@media only screen and (min-width:1024px){.prelegents-items__item .row .dn-st{display:none}}.prelegents-items__item:nth-of-type(odd) .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:769px){.prelegents-items__item:nth-of-type(odd) .row .text-wrap:not(.dn-st){padding-left:3.4rem}}.prelegents-items__item:nth-of-type(even) .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:769px){.prelegents-items__item:nth-of-type(even) .row .img-wrap{text-align:right}.prelegents-items__item:nth-of-type(even) .row .img-wrap::after{background-position:top right}}@media only screen and (min-width:769px){.prelegents-items__item:nth-of-type(even) .row .text-wrap:not(.dn-st){padding-right:3.4rem}}.agenda-items .section-title{padding-bottom:2.5rem;font-size:4.4rem;font-size:4.4rem}@media only screen and (min-width:769px){.agenda-items .section-title{padding-bottom:4rem;font-size:7.2rem;font-size:7.2rem}}.agenda-items__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.agenda-items__item{width:100%;padding:1rem 0;border-bottom:.1rem solid #fff;font-size:1.8rem;font-size:1.8rem}@media only screen and (min-width:769px){.agenda-items__item{font-size:2.2rem;font-size:2.2rem}}.agenda-items__item strong{font-family:Poppins,sans-serif;font-weight:700}.agenda-items__item:last-of-type{border-bottom:none}.big_numbers{position:relative;color:#fff;background-color:#00060c;padding-right:2rem;padding-left:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:17rem 0 5rem;overflow:hidden;padding-top:17rem;padding-bottom:5rem}@media only screen and (min-width:769px){.big_numbers{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.big_numbers{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.big_numbers{padding-right:15rem;padding-left:15rem}}.big_numbers--top-padding{padding-top:20rem}.big_numbers--bottom-padding{padding-bottom:8rem}.big_numbers.in_column{padding-left:2rem!important;padding-right:2rem!important}.big_numbers:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:url(../images/big_numbers_bg.svg) no-repeat 50% 50%/cover;opacity:.1}.big_numbers .item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:17rem;width:50%;font-size:1.5rem;font-size:1.5rem}.big_numbers .item:nth-of-type(1),.big_numbers .item:nth-of-type(3){padding-left:1rem;padding-right:6rem}.big_numbers .item:nth-of-type(2),.big_numbers .item:nth-of-type(4){padding-left:1rem}.big_numbers .item:last-of-type{padding-bottom:0}.big_numbers .item__inside{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.big_numbers .item__big{position:relative;font-family:Poppins,sans-serif;font-weight:100;font-size:5.2rem;font-size:5.2rem;opacity:.5;padding-right:1em;width:50%;line-height:1;height:1rem;white-space:nowrap}.big_numbers .item__big:before{content:"";position:absolute;bottom:-.2em;right:0;height:2.4em;width:1px;background-color:#2bd483}.big_numbers .item__big div{position:absolute;right:0;bottom:-.05em;padding-right:.1em}.big_numbers .item__big.text div{-webkit-transform:rotate(-90deg) translate(calc(100% - .15em),0);-ms-transform:rotate(-90deg) translate(calc(100% - .15em),0);transform:rotate(-90deg) translate(calc(100% - .15em),0);-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.big_numbers .item__text{width:50%;position:relative;font-family:Poppins,sans-serif;font-weight:700;padding-left:.5em}@media only screen and (min-width:769px){.big_numbers{padding-top:20rem;padding-bottom:10rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.big_numbers--top-padding{padding-top:24rem}.big_numbers--bottom-padding{padding-bottom:14rem}.big_numbers:before{top:-20%;height:170%}.big_numbers .item{width:33.3333%;padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.7rem;font-size:1.7rem}.big_numbers .item__big{font-size:8.2rem;font-size:8.2rem;width:auto}.big_numbers .item__text{width:auto}.big_numbers .item:nth-of-type(1){padding-bottom:4em;padding-left:0;padding-right:0}.big_numbers .item:nth-of-type(2){padding-left:0;padding-right:0}.big_numbers .item:nth-of-type(3){padding-bottom:3em;padding-left:0;padding-right:0}.big_numbers .item:nth-of-type(4){padding-top:2.5em;padding-left:0;padding-right:0}.big_numbers .item:nth-of-type(5){padding-top:4.5em;padding-bottom:2.5rem}}@media only screen and (min-width:1280px){.big_numbers{padding-top:30rem;padding-bottom:15rem}.big_numbers--top-padding{padding-top:35rem}.big_numbers--bottom-padding{padding-bottom:20rem}.big_numbers .item{font-size:2.2rem;font-size:2.2rem}.big_numbers .item__big{font-size:12rem;font-size:12rem}}@media only screen and (min-width:1366px){.big_numbers--top-padding{padding-top:45rem}}@media only screen and (min-width:1460px){.big_numbers{padding-top:40rem;padding-bottom:15rem}.big_numbers--top-padding{padding-top:47rem}.big_numbers--bottom-padding{padding-bottom:22rem}.big_numbers .item{font-size:3.3rem;font-size:3.3rem}.big_numbers .item__big{font-size:17rem;font-size:17rem}}.scrollerEnd{height:1px}.tiles{position:relative}.tiles.tiles-horizontal-scroll,.tiles.tiles-scroll{padding:0;overflow:hidden}.tiles.tiles-horizontal-scroll--outer,.tiles.tiles-scroll--outer{overflow:visible}.tiles.tiles-horizontal-scroll .decor,.tiles.tiles-scroll .decor{display:none}.tiles.tiles-horizontal-scroll .bg_strip,.tiles.tiles-scroll .bg_strip{position:absolute;bottom:0;left:0;width:100%;height:50%;background-color:#000;overflow:hidden}.tiles.tiles-horizontal-scroll.decorated,.tiles.tiles-scroll.decorated{background-color:#000}.tiles.tiles-horizontal-scroll.decorated .bg_strip,.tiles.tiles-scroll.decorated .bg_strip{background-color:#fff}.tiles.tiles-horizontal-scroll.decorated .decor,.tiles.tiles-scroll.decorated .decor{position:absolute;bottom:7rem;width:2rem;height:33rem;background-image:url(../images/BLACK_SHAPE.svg);background-repeat:no-repeat;background-position:0 100%;background-size:contain;left:0}.tiles.tiles-horizontal-scroll.decorated .decor--white,.tiles.tiles-scroll.decorated .decor--white{background-image:url(../images/WHITE_SHAPE.svg)}.tiles.tiles-horizontal-scroll.decorated .decor--right,.tiles.tiles-scroll.decorated .decor--right{left:auto;right:0;background-position:100% 100%}@media only screen and (min-width:769px){.tiles.tiles-horizontal-scroll.decorated .decor,.tiles.tiles-scroll.decorated .decor{width:3rem;height:43rem}}@media only screen and (min-width:1024px){.tiles.tiles-horizontal-scroll.decorated .decor,.tiles.tiles-scroll.decorated .decor{display:block}}@media only screen and (min-width:1460px){.tiles.tiles-horizontal-scroll.decorated .decor,.tiles.tiles-scroll.decorated .decor{width:4.3rem;height:66rem}}.tiles.tiles-horizontal-scroll .tiles-horizontal-scroll__wrap,.tiles.tiles-scroll .tiles-horizontal-scroll__wrap{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){.tiles.tiles-horizontal-scroll .tiles-horizontal-scroll__wrap,.tiles.tiles-scroll .tiles-horizontal-scroll__wrap{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.tiles.tiles-horizontal-scroll .tiles-horizontal-scroll__wrap,.tiles.tiles-scroll .tiles-horizontal-scroll__wrap{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.tiles.tiles-horizontal-scroll .tiles-horizontal-scroll__wrap,.tiles.tiles-scroll .tiles-horizontal-scroll__wrap{padding-right:15rem;padding-left:15rem}}@media only screen and (min-width:769px){.tiles.tiles-horizontal-scroll .tiles-horizontal-scroll__wrap.tiles-number-2.width-fix,.tiles.tiles-scroll .tiles-horizontal-scroll__wrap.tiles-number-2.width-fix{width:100%;min-width:100%;max-width:100%}}@media only screen and (min-width:1024px){.tiles.tiles-horizontal-scroll .tiles-horizontal-scroll__wrap.tiles-number-2 .item,.tiles.tiles-scroll .tiles-horizontal-scroll__wrap.tiles-number-2 .item{width:calc(50vw - 2rem - 4rem);margin-right:2rem}}@media only screen and (min-width:1280px){.tiles.tiles-horizontal-scroll .tiles-horizontal-scroll__wrap.tiles-number-2 .item,.tiles.tiles-scroll .tiles-horizontal-scroll__wrap.tiles-number-2 .item{width:calc(50vw - 4rem - 3rem);margin-right:4rem}.tiles.tiles-horizontal-scroll .tiles-horizontal-scroll__wrap.tiles-number-2 .item__img:before,.tiles.tiles-scroll .tiles-horizontal-scroll__wrap.tiles-number-2 .item__img:before{padding-bottom:56%}}@media only screen and (min-width:1366px){.tiles.tiles-horizontal-scroll .tiles-horizontal-scroll__wrap.tiles-number-2 .item,.tiles.tiles-scroll .tiles-horizontal-scroll__wrap.tiles-number-2 .item{width:calc(50vw - 4rem - 6rem)}}@media only screen and (min-width:1460px){.tiles.tiles-horizontal-scroll .tiles-horizontal-scroll__wrap.tiles-number-2 .item,.tiles.tiles-scroll .tiles-horizontal-scroll__wrap.tiles-number-2 .item{width:calc(50vw - 6.8rem - 6.6rem);margin-right:6.8rem}}@media only screen and (min-width:1280px){.tiles.tiles-horizontal-scroll .tiles-horizontal-scroll__wrap.tiles-number-3.width-fix,.tiles.tiles-scroll .tiles-horizontal-scroll__wrap.tiles-number-3.width-fix{width:100%;min-width:100%;max-width:100%}}.tiles .tiles-scroll .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.tiles .tiles-scroll .slick-slide{height:inherit;margin:0 1rem;text-align:center}@media only screen and (min-width:1280px){.tiles .tiles-scroll .slick-slide{margin:0 2rem}}@media only screen and (min-width:1460px){.tiles .tiles-scroll .slick-slide{margin:0 3.4rem}}.tiles .tiles-scroll .slick-slide>div{height:100%}.tiles .tiles-scroll .slick-slide .item{margin:0 auto;height:100%;width:calc(100% - 2rem);max-width:50rem}@media only screen and (min-width:769px){.tiles .tiles-scroll .slick-slide .item{width:100%;max-width:none}}.tiles .tiles-scroll .slick-arrow{width:3rem;height:3rem}.tiles .tiles-scroll .slick-arrow::before{border-color:#2bd483;border-width:0 .2rem .2rem 0;padding:1rem}.tiles .tiles-scroll .slick-arrow.slick-disabled::before{border-color:#ccc;opacity:.5}.tiles .tiles-scroll .slick-prev{left:-2.4rem}@media only screen and (min-width:769px){.tiles .tiles-scroll .slick-prev{left:-3rem}}.tiles .tiles-scroll .slick-next{right:-2.4rem}@media only screen and (min-width:769px){.tiles .tiles-scroll .slick-next{right:-3rem}}.tiles .tiles-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:769px){.tiles .tiles-slider{display:block}}@media only screen and (min-width:1024px){.tiles .tiles-slider{margin:0 -1rem}}@media only screen and (min-width:1280px){.tiles .tiles-slider{margin:0 -2rem}}@media only screen and (min-width:1460px){.tiles .tiles-slider{margin:0 -3.4rem}}.tiles .tiles-slider .item{width:calc(100% - 2rem);max-width:50rem;margin-right:0}.tiles .tiles-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1rem}@media only screen and (min-width:769px){.tiles .tiles-grid{margin:0 -2rem}}@media only screen and (min-width:1460px){.tiles .tiles-grid{margin:0 -3.4rem}}.tiles .tiles-grid .item{margin-right:0;margin:0 1rem;width:calc(100% - 2rem);max-width:50rem}.tiles .tiles-grid .item:last-of-type{margin-right:1rem}@media only screen and (min-width:1280px){.tiles .tiles-grid .item:last-of-type{margin-right:2rem}}@media only screen and (min-width:1460px){.tiles .tiles-grid .item:last-of-type{margin-right:3.4rem}}.tiles .tiles-grid .item__img::before{padding-bottom:65%}@media only screen and (min-width:769px){.tiles .tiles-grid .item{width:calc(50% - 2rem);max-width:none}}@media only screen and (min-width:1024px){.tiles .tiles-grid .item{width:calc(33.33% - 2rem)}.tiles .tiles-grid .item__img::before{padding-bottom:88%}}@media only screen and (min-width:1280px){.tiles .tiles-grid .item{width:calc(33.33% - 4rem);margin:0 2rem}}@media only screen and (min-width:1460px){.tiles .tiles-grid .item{width:calc(33.33% - 6.8rem);margin:0 3.4rem}}@media only screen and (min-width:1921px){.tiles .tiles-grid .item{width:calc(25% - 6.8rem)}}.tiles .tiles-grid .item--person{padding-bottom:3rem}@media only screen and (min-width:769px){.tiles .tiles-grid .item--person{width:calc(33.33% - 2rem)}}@media only screen and (min-width:1024px){.tiles .tiles-grid .item--person{width:calc(25% - 2rem)}}@media only screen and (min-width:1280px){.tiles .tiles-grid .item--person{width:calc(20% - 4rem);margin:0 2rem}}@media only screen and (min-width:1460px){.tiles .tiles-grid .item--person{width:calc(20% - 6.8rem);margin:0 3.4rem;padding-bottom:4rem}}@media only screen and (min-width:1921px){.tiles .tiles-grid .item--person{width:calc(20% - 6.8rem)}}.tiles .tiles-grid .item--person .item__name,.tiles .tiles-grid .item--person .item__position{text-align:center}.tiles .tiles-grid--2 .item__img::before{padding-bottom:56%}@media only screen and (min-width:1024px){.tiles .tiles-grid--2 .item{width:calc(50% - 2rem)}}@media only screen and (min-width:1280px){.tiles .tiles-grid--2 .item{width:calc(50% - 4rem);margin:0 2rem}}@media only screen and (min-width:1460px){.tiles .tiles-grid--2 .item{width:calc(50% - 6.8rem);margin:0 3.4rem}}@media only screen and (min-width:1921px){.tiles .tiles-grid--2 .item{width:calc(33.33% - 6.8rem)}}.tiles .item{position:relative;z-index:1;width:28rem;margin-right:2rem;padding-bottom:4rem}.tiles .item:last-of-type{margin-right:0}@media only screen and (min-width:769px){.tiles .item{width:calc(50vw - 2rem - 3rem);margin-right:2rem}}@media only screen and (min-width:1024px){.tiles .item{width:calc(33.33vw - 2rem - 2.5rem);margin-right:2rem}}@media only screen and (min-width:1280px){.tiles .item{width:calc(33.33vw - 4rem - 2rem);margin-right:4rem}}@media only screen and (min-width:1366px){.tiles .item{width:calc(33.33vw - 4rem - 4rem)}}@media only screen and (min-width:1460px){.tiles .item{width:calc(33.33vw - 6.8rem - 4.8rem);margin-right:6.8rem;padding-bottom:5rem}}.tiles .item__img{display:block;position:relative;width:100%;overflow:hidden;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.tiles .item__img:before{content:"";display:block;height:0;padding-bottom:88%}.tiles .item__img:after{content:"";position:absolute;bottom:0;left:0;display:block;width:35%;height:35%;background:url(../images/green_circle.svg) no-repeat 0 100%/contain}.tiles .item__title{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;color:#fff;padding:20px 30px;font-family:Poppins,sans-serif;font-weight:700;text-align:left;background-color:rgba(0,0,0,.7);font-size:2.6rem;min-height:calc(2.2em + 4rem)}@media only screen and (min-width:1280px){.tiles .item__title{font-size:3rem}}@media only screen and (min-width:1460px){.tiles .item__title{font-size:3.2rem}}.tiles .item .btn{position:absolute;right:0;bottom:5%;cursor:pointer}.tiles .item p{color:#fff;font-size:1.6rem;padding:1.5em .8em 0;line-height:1.4;font-size:1.6rem;font-size:1.6rem}.tiles .item p.black{color:#000}@media only screen and (min-width:500px){.tiles .item p{font-size:1.8rem;font-size:1.8rem}}@media only screen and (min-width:769px){.tiles .item p{font-size:2rem;font-size:2rem}}@media only screen and (min-width:1024px){.tiles .item p{font-size:2.2rem;font-size:2.2rem}}.tiles .item--person .item__img{margin-bottom:2rem}.tiles .item--person .item__img:before{padding-bottom:100%}.tiles .item--person .item__img:after{content:none}.tiles .item--person .item__name{color:#fff;font-size:2.6rem;padding-bottom:.2em;font-family:Poppins,sans-serif;font-weight:700}.tiles .item--person .item__name.black{color:#000}.tiles .item--person .item__position{color:#fff;font-size:2.2rem}.tiles .item--person .item__position.black{color:#000}.tiles .item--person .description{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#b3b3b3;padding:2em 1em;color:#fff;font-size:1.4rem;line-height:1.4;opacity:0;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.tiles .item--person .description:hover{opacity:1}@media only screen and (min-width:769px){.tiles .item--person .description{font-size:1.6rem}}@media only screen and (min-width:1024px){.tiles .item--person .description{font-size:2.2rem}}@media only screen and (min-width:1280px){.tiles .item--person .description{font-size:1.9rem}}@media only screen and (min-width:1460px){.tiles .item--person .description{font-size:2.2rem;padding:4em 2em;line-height:1.3}}.industries_icons{background-color:#000}.industries_icons__title{background-color:#2bd483;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3.5rem;margin-bottom:3rem}.industries_icons__title .section-title{padding:0;margin:0;color:#fff}.industries_icons__slider .slick-list{margin-right:-1.9rem}.industries_icons__slider .slick-list .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.industries_icons__slider .slick-list .slick-track .slick-slide{height:inherit!important}.industries_icons__slider-wrap{padding-right:2.5rem;padding-left:2.5rem}.industries_icons__slider .slide{display:block;background-color:#222;padding:1.5rem;margin-right:2rem}.industries_icons__slider .slide .icon{height:5rem;background-size:contain;background-position:0 0;background-repeat:no-repeat;margin-bottom:2rem}.industries_icons__slider .slide .text{font-size:1.5rem;color:#fff;font-family:Poppins,sans-serif;font-weight:700}.industries_icons__slider .slide:nth-of-type(even){background-color:#111}@media only screen and (min-width:360px){.industries_icons-wrap{padding-right:4rem;padding-left:4rem}.industries_icons .slide .icon{height:7rem;margin-bottom:2rem}.industries_icons .slide .text{font-size:1.8rem}}@media only screen and (min-width:769px){.industries_icons{padding:6rem 0}.industries_icons__slider-wrap{padding-right:4rem;padding-left:4rem}.industries_icons__slider .slide{width:auto;padding:3rem 1.5rem}.industries_icons__slider .slide .icon{height:8rem;margin-bottom:4rem}.industries_icons__slider .slide .text{font-size:2.5rem}}@media only screen and (min-width:1280px){.industries_icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial;-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:initial}.industries_icons__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:23%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0;margin-right:3.5rem;padding-left:0}.industries_icons__slider-wrap{width:77%;padding-right:8rem;padding-left:0}}@media only screen and (min-width:1460px){.industries_icons__slider .slick-list{margin-right:-4.4rem}.industries_icons__slider-wrap{padding-right:10rem}.industries_icons__slider .slide{margin-right:4.5rem}.industries_icons__slider .slide .icon{height:10rem;margin-bottom:7rem}.industries_icons__slider .slide .text{font-size:3.3rem}}.text_and_cta{background:url(../images/text_and_cta_bg.png) no-repeat 50% 50%/cover;text-align:center;padding:1.5em 0;font-size:2.5rem}.text_and_cta h3{font-family:Poppins,sans-serif;font-weight:700;margin-bottom:1.1em}.text_and_cta .cta{display:inline-block;font-family:Poppins,sans-serif;font-weight:600;color:#000;background-color:#fff;padding:.5em 2.7em;border-radius:6em}@media only screen and (min-width:1280px){.text_and_cta{font-size:3.4rem}}.quarter_circle_text{position:relative;padding-right:2rem;padding-left:2rem;background-color:#000;margin-bottom:4rem}@media only screen and (min-width:769px){.quarter_circle_text{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.quarter_circle_text{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.quarter_circle_text{padding-right:15rem;padding-left:15rem}}.quarter_circle_text .container,.quarter_circle_text .container--thin{max-width:115rem;margin:0 auto 0 0}@media (-webkit-device-pixel-ratio:1.5){.quarter_circle_text .container,.quarter_circle_text .container--thin{max-width:113rem}}.quarter_circle_text .quarter_circle{content:'';position:absolute;top:0;left:2rem;width:20rem;height:20rem;display:none}.quarter_circle_text .quarter_circle path{fill:#2bd483}.quarter_circle_text .quarter_circle-yellow{fill:#eac435}.quarter_circle_text .decor{display:none}.quarter_circle_text .decor_cutter{position:absolute;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.quarter_circle_text.decorated{background-color:#000}.quarter_circle_text.decorated .bg_strip{background-color:#fff}.quarter_circle_text.decorated .decor{position:absolute;top:5rem;width:2rem;height:33rem;background-image:url(../images/BLACK_SHAPE.svg);background-repeat:no-repeat;background-position:0 100%;background-size:contain;left:0}.quarter_circle_text.decorated .decor--white{background-image:url(../images/WHITE_SHAPE.svg)}.quarter_circle_text.decorated .decor--right{left:auto;right:0;background-position:100% 100%}@media only screen and (min-width:769px){.quarter_circle_text.decorated .decor{display:block;width:3rem;height:43rem}}@media only screen and (min-width:1460px){.quarter_circle_text.decorated .decor{width:4.3rem;height:66rem}}@media only screen and (min-width:1024px){.quarter_circle_text{padding-left:28rem;margin-bottom:4rem;min-height:24rem}.quarter_circle_text .quarter_circle{display:block;width:20rem;height:20rem;left:4rem}}@media only screen and (min-width:1280px){.quarter_circle_text{padding-left:33rem;margin-bottom:7.5rem;min-height:19.5rem}.quarter_circle_text .quarter_circle{width:25rem;height:25rem}}@media only screen and (min-width:1366px){.quarter_circle_text{padding-left:41rem;margin-bottom:13rem;min-height:20.5rem}.quarter_circle_text .quarter_circle{width:33rem;height:33rem}}@media only screen and (min-width:1460px){.quarter_circle_text{padding-left:49rem;margin-bottom:14.5rem;min-height:26rem}.quarter_circle_text .quarter_circle{left:4rem;width:40rem;height:40rem}}.icons-3-columns{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.icons-3-columns__item{width:100%;padding-bottom:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:769px){.icons-3-columns__item{padding:0 2rem 4rem 2rem;width:50%}}@media only screen and (min-width:1024px){.icons-3-columns__item{padding-bottom:5rem;width:33.33%}}.icons-3-columns__item .content-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16rem;height:16rem;border:.2rem solid #2bd483;border-radius:50%;text-align:center;padding:2rem;-webkit-transition:border-radius .3s,width .3s;-o-transition:border-radius .3s,width .3s;transition:border-radius .3s,width .3s}@media only screen and (min-width:769px){.icons-3-columns__item .content-wrap{padding:3.3rem}}.icons-3-columns__item .icon{position:absolute;top:50%;left:50%;display:block;width:9.2rem;height:9.2rem;margin:0 auto;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1;-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;background-size:contain;background-position:center;background-repeat:no-repeat}.icons-3-columns__item .content{display:block;font-size:2.2rem;font-size:2.2rem;color:#fff;line-height:1.1;max-width:50rem;overflow:hidden;text-align:center;-webkit-transition:opacity .5s,visibility .5s;-o-transition:opacity .5s,visibility .5s;transition:opacity .5s,visibility .5s;padding-top:2rem}.icons-3-columns__item .title{font-size:2.6rem;font-size:2.6rem;padding-top:2rem;font-family:Poppins,sans-serif;font-weight:700;color:#2bd483;text-align:center}@media only screen and (min-width:769px){.icons-3-columns__item .title{padding-top:3rem;font-size:3.2rem;font-size:3.2rem}}.icons-3-columns__item .title::after{content:'';position:absolute;bottom:-.2rem;left:0;width:0;height:.2rem;background-color:#2bd483}.icons-3-columns.black_text .icons-3-columns__item .content{color:#000}.logos_slider{padding-bottom:1rem}.logos_slider .slick-arrow.slick-next{right:auto;left:100%}.logos_slider .slick-arrow.slick-prev{left:auto;right:100%}.logos_slider .slick-arrow:before{border-width:0 2px 2px 0;border-color:#2bd483}.logos_slider .slide .image{margin:0 auto;width:85%;height:10rem;background-position:50% 50%;background-repeat:no-repeat;background-size:contain}@media only screen and (min-width:769px){.logos_slider .slick-arrow:before{top:-.4rem;padding:1.2rem;border-width:0 .3rem .3rem 0;border-radius:.3rem}.logos_slider .slide .image{width:65%;height:10rem}}.text_2_columns{text-align:center}.text_2_columns .col{padding:2rem 0}@media only screen and (min-width:1024px){.text_2_columns .col{padding:0 2rem}}@media only screen and (min-width:1280px){.text_2_columns .col{padding:0 3rem}}@media only screen and (min-width:1460px){.text_2_columns .col{padding:0 5rem}}.text_2_columns h3{font-size:2.6rem;font-family:Poppins,sans-serif;font-weight:700;color:#2bd483;padding-bottom:1em}@media only screen and (min-width:1280px){.text_2_columns h3{font-size:3rem}}@media only screen and (min-width:1460px){.text_2_columns h3{font-size:3.2rem}}.testimonials{overflow:hidden;background-color:#000}.testimonials .subtitle{display:block;font-size:3.6rem;font-size:3.6rem;font-family:Poppins,sans-serif;font-weight:700;text-align:center;margin:0 auto 1em;padding-right:2rem;padding-left:2rem;max-width:26rem;color:#fff}@media only screen and (min-width:769px){.testimonials .subtitle{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.testimonials .subtitle{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.testimonials .subtitle{padding-right:15rem;padding-left:15rem}}@media only screen and (min-width:500px){.testimonials .subtitle{max-width:none}}@media only screen and (min-width:769px){.testimonials .subtitle{padding-left:27rem;font-size:4.2rem;font-size:4.2rem;text-align:left}}@media only screen and (min-width:1280px){.testimonials .subtitle{padding-left:38rem;font-size:5.2rem;font-size:5.2rem}}@media only screen and (min-width:1460px){.testimonials .subtitle{padding-left:50rem;font-size:7.2rem;font-size:7.2rem}}@media only screen and (min-width:1024px){.testimonials__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.testimonials__item{position:relative;background-color:#2bd483;padding:4rem 1.5rem 1.5rem 1.5rem;width:100%;max-width:50rem;margin-top:2.5rem;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:769px){.testimonials__item{width:calc(50% - 1rem);max-width:none}}@media only screen and (min-width:1024px){.testimonials__item{width:calc(33.33% - 2.6rem)}}@media only screen and (min-width:1280px){.testimonials__item{margin-top:3.5rem}}@media only screen and (min-width:1460px){.testimonials__item{width:calc(33.33% - 4.6rem)}}.testimonials__item .quote{position:absolute;bottom:100%;left:2.5rem;width:7rem;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.testimonials__item .quote path{fill:#fff;-webkit-transition:fill .5s;-o-transition:fill .5s;transition:fill .5s}@media only screen and (min-width:1280px){.testimonials__item .quote{width:10rem}}.testimonials__item p{padding:1.5rem;color:#fff;font-size:2rem;font-size:2rem;font-family:Poppins,sans-serif;font-weight:700;text-align:left}.testimonials__item p .small-font{display:block;font-size:.75em}@media only screen and (min-width:1280px){.testimonials__item p{font-size:2.2rem;font-size:2.2rem}}@media only screen and (min-width:1460px){.testimonials__item p{font-size:2.6rem;font-size:2.6rem}}.testimonials__item .signature{padding:0;padding-bottom:1.5rem;text-align:right;text-transform:uppercase;font-family:Poppins,sans-serif;font-weight:400}@media only screen and (min-width:769px){.testimonials__item .signature{padding:1.5rem}}.testimonials .slick-list{text-align:center}@media only screen and (min-width:769px){.testimonials .slick-list{margin:0 -1rem}}@media only screen and (min-width:1024px){.testimonials .slick-list{margin:0}}.testimonials .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.testimonials .slick-arrow{width:3rem;height:3rem}.testimonials .slick-arrow::before{border-color:#2bd483;border-width:0 .2rem .2rem 0;padding:1rem}.testimonials .slick-arrow.slick-disabled::before{border-color:#000;opacity:1}.testimonials .slick-prev{left:-2.4rem}@media only screen and (min-width:769px){.testimonials .slick-prev{left:-3rem}}.testimonials .slick-next{right:-2.4rem}@media only screen and (min-width:769px){.testimonials .slick-next{right:-3rem}}.testimonials .slick-slide{margin:0 1rem;height:auto}.testimonials .slick-slide>div{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:1280px){.testimonials .slick-slide{margin:0 1.5rem}}@media only screen and (min-width:1460px){.testimonials .slick-slide{margin:0 3rem}}@media only screen and (min-width:769px){.testimonials--1 .slick-current .testimonials__item .quote path{fill:#000}}.testimonials--2{background-color:transparent}.testimonials--2 .subtitle{color:#000}.testimonials--2 .testimonials__item .quote path{fill:#000}@media only screen and (min-width:769px){.testimonials--2 .slick-current .testimonials__item .quote path{fill:#fff}}.raport{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;background-color:#e5e5e5}.raport__image{width:100%;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.raport__image:before{content:"";display:block;width:100%;height:0;padding-bottom:90%}.raport__content{width:100%;padding:4rem}.raport__content .nf-response-msg:not(:empty)~.nf-form-layout{visibility:hidden}.raport__content .default-form{background-color:transparent}.raport__content .default-form .nf-form-content{padding:0}.raport__content .default-form .nf-form-title{display:none!important}.raport__content .default-form .nf-form-cont .nf-response-msg p:last-of-type{padding-bottom:10rem}.raport .default-form .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,.raport .default-form .nf-form-cont .nf-form-content input:not([type=button]),.raport .default-form .nf-form-cont .nf-form-content textarea{font-size:2rem}@media only screen and (min-width:1024px){.raport__image{width:30%}.raport__content{width:70%;max-width:110rem}.raport__content .default-form .nf-form-cont .nf-field-container .nf-field-description{position:relative;top:auto;max-height:0}.raport__content .default-form .nf-form-cont .nf-field-container .nf-field-description.show{max-height:30rem}.raport.side-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse wrap;flex-flow:row-reverse wrap}}.dedicated_dev_teams{background-color:#000;color:#fff;line-height:1.3;text-align:center}.dedicated_dev_teams__inner{font-size:1rem;position:relative;width:32rem;height:30rem;margin:0 auto}.dedicated_dev_teams .big_text{position:absolute;top:7.7em;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);font-family:Poppins,sans-serif;font-weight:700;color:#2bd483;width:50%}.dedicated_dev_teams .big_text div{font-size:3em}.dedicated_dev_teams .small_text{position:absolute}.dedicated_dev_teams .small_text div{font-size:1.8em;width:6em}.dedicated_dev_teams .small_text--1{top:0;left:14em}.dedicated_dev_teams .small_text--2{top:2em;left:3em}.dedicated_dev_teams .small_text--3{top:3em;right:1em}.dedicated_dev_teams .small_text--4{top:8.5em;left:-2em}.dedicated_dev_teams .small_text--5{top:11em;right:-2em}.dedicated_dev_teams .small_text--6{top:17em;left:-2em}.dedicated_dev_teams .small_text--7{top:18em;right:-1em}.dedicated_dev_teams .small_text--8{top:24em;left:4em}.dedicated_dev_teams .small_text--9{top:24.5em;right:4em}@media only screen and (min-width:769px){.dedicated_dev_teams__inner{width:72rem;height:27rem}.dedicated_dev_teams .big_text{top:12.5em;width:100%}.dedicated_dev_teams .big_text div{font-size:3.6em}.dedicated_dev_teams .small_text div{font-size:2.4em;width:auto}.dedicated_dev_teams .small_text--1{top:0;left:41em}.dedicated_dev_teams .small_text--2{top:2.5em;left:10.5em}.dedicated_dev_teams .small_text--3{top:6em;right:21em}.dedicated_dev_teams .small_text--4{top:8em;left:auto;right:2em}.dedicated_dev_teams .small_text--5{top:19em;right:0}.dedicated_dev_teams .small_text--6{top:8em;left:2em}.dedicated_dev_teams .small_text--7{top:23.5em;right:auto;left:0}.dedicated_dev_teams .small_text--8{top:18em;left:7em}.dedicated_dev_teams .small_text--9{top:23em;right:20.5em}}@media only screen and (min-width:1366px){.dedicated_dev_teams__inner{width:114rem;height:32rem}.dedicated_dev_teams .big_text{top:15em}.dedicated_dev_teams .big_text div{font-size:5.5em}.dedicated_dev_teams .small_text div{font-size:2.8em}.dedicated_dev_teams .small_text--1{top:0;left:65em}.dedicated_dev_teams .small_text--2{top:2.5em;left:26em}.dedicated_dev_teams .small_text--3{top:8em;right:38em}.dedicated_dev_teams .small_text--4{top:9em;right:7em}.dedicated_dev_teams .small_text--5{top:23em;right:0}.dedicated_dev_teams .small_text--6{top:9em;left:0}.dedicated_dev_teams .small_text--7{top:18.5em;left:1em}.dedicated_dev_teams .small_text--8{top:25em;left:14em}.dedicated_dev_teams .small_text--9{top:27em;right:38em}}@media only screen and (min-width:1460px){.dedicated_dev_teams__inner{width:130rem;height:35rem}.dedicated_dev_teams .big_text{top:17em}.dedicated_dev_teams .big_text div{font-size:6.1em}.dedicated_dev_teams .small_text div{font-size:3.2em}.dedicated_dev_teams .small_text--1{top:0;left:74em}.dedicated_dev_teams .small_text--2{top:2.8em;left:30em}.dedicated_dev_teams .small_text--3{top:9em;right:45em}.dedicated_dev_teams .small_text--4{top:10.5em;right:8.5em}.dedicated_dev_teams .small_text--5{top:25em;right:0}.dedicated_dev_teams .small_text--6{top:10em;left:0}.dedicated_dev_teams .small_text--7{top:21em;left:1em}.dedicated_dev_teams .small_text--8{top:28em;left:15em}.dedicated_dev_teams .small_text--9{top:30em;right:43em}}.custom_software_project__inner{font-size:1rem;position:relative;width:32rem;height:24rem;margin:0 auto}.custom_software_project .step{position:absolute;top:8em;width:5em}.custom_software_project .step__icon{width:3em;height:3em;background-size:contain;background-position:0 50%;background-repeat:no-repeat;margin-bottom:1em}.custom_software_project .step__icon--1{background-image:url(/wp-content/themes/scalo/assets/images/biznes_custom_software/icon_1.svg)}.custom_software_project .step__icon--2{background-image:url(/wp-content/themes/scalo/assets/images/biznes_custom_software/icon_2.svg)}.custom_software_project .step__icon--3{background-image:url(/wp-content/themes/scalo/assets/images/biznes_custom_software/icon_3.svg)}.custom_software_project .step__icon--4{background-image:url(/wp-content/themes/scalo/assets/images/biznes_custom_software/icon_4.svg)}.custom_software_project .step__title{font-family:Poppins,sans-serif;font-weight:700;margin-bottom:.8em}.custom_software_project .step__text,.custom_software_project .step__title{font-size:1.2em}.custom_software_project .step-1{left:0}.custom_software_project .step-2{left:8em}.custom_software_project .step-3{left:16em}.custom_software_project .step-4{right:.5em;text-align:right;width:8em}.custom_software_project .step-4 .step__icon{background-position:100% 50%;margin-left:auto}.custom_software_project .arrow{position:absolute;top:9em;width:3.5em;height:.4em;background:url(/wp-content/themes/scalo/assets/images/biznes_custom_software/ARROW-01.svg) 100% 50% no-repeat;background-size:auto 100%}.custom_software_project .arrow-1{left:4em}.custom_software_project .arrow-2{left:11.8em}.custom_software_project .arrow-3{left:24.2em;width:5em}.custom_software_project .arrow_round,.custom_software_project .arrow_round_small{position:absolute;display:block;overflow:visible}.custom_software_project .arrow_round .arrow_round__line,.custom_software_project .arrow_round_small .arrow_round__line{stroke:#000;fill:none}.custom_software_project .arrow_round{top:.5em;left:17.5em;width:9.3em}.custom_software_project .arrow_round_small{top:.8em;left:26em;width:6em}.custom_software_project .dashed_line{position:absolute;top:1.5em;left:11em;width:14em;height:.7em;background:url(/wp-content/themes/scalo/assets/images/biznes_custom_software/LINE.svg) 0 50% no-repeat;background-size:auto 100%}.custom_software_project .days,.custom_software_project .hours{position:absolute;text-align:center;font-family:Poppins,sans-serif;font-weight:700;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.custom_software_project .days .green,.custom_software_project .hours .green{color:#2bd483;font-size:1.2em}.custom_software_project .days .green span,.custom_software_project .hours .green span{display:inline-block;width:1em;text-align:right}.custom_software_project .days{top:3em;left:22.3em}.custom_software_project .days__inner{font-size:1.9em}.custom_software_project .hours{top:2em;left:29em}.custom_software_project .hours__inner{font-size:1.3em}.custom_software_project .dash_step{position:absolute;top:0;left:4em;text-align:center;font-family:Poppins,sans-serif;font-weight:700}.custom_software_project .dash_step .icon{width:6em;height:3em;background:url(/wp-content/themes/scalo/assets/images/biznes_custom_software/icon_5.png) no-repeat 50% 50%/contain;margin:0 auto .5em}.custom_software_project .dash_step .text{font-size:1.6em}@media only screen and (min-width:769px){.custom_software_project__inner{font-size:1rem;width:69rem;height:35rem}.custom_software_project .step{top:17.5em;width:14em}.custom_software_project .step__icon{width:6.5em;height:6.5em;margin-bottom:2em}.custom_software_project .step__text,.custom_software_project .step__title{font-size:1.6em}.custom_software_project .step-2{left:18em}.custom_software_project .step-3{left:35em}.custom_software_project .step-4{right:auto;left:58.5em;text-align:left;width:14em}.custom_software_project .step-4 .step__icon{background-position:0 50%;margin-left:0}.custom_software_project .arrow{top:20em;width:8em;height:1em}.custom_software_project .arrow-1{left:8.5em}.custom_software_project .arrow-2{left:25em}.custom_software_project .arrow-3{left:53em;width:5em}.custom_software_project .arrow_round{top:1.5em;left:38.5em;width:20em}.custom_software_project .arrow_round_small{top:.8em;left:55.5em;width:13em}.custom_software_project .dashed_line{top:3em;left:24.5em;width:31em;height:.8em}.custom_software_project .days .green,.custom_software_project .hours .green{font-size:1.5em}.custom_software_project .days{top:7em;left:49em}.custom_software_project .days__inner{font-size:3.2em}.custom_software_project .hours{top:3em;left:62.5em}.custom_software_project .hours__inner{font-size:2.4em}.custom_software_project .dash_step{left:12em}.custom_software_project .dash_step .icon{width:11em;height:6em;margin:0 auto .5em}.custom_software_project .dash_step .text{font-size:2.5em}}@media only screen and (min-width:1280px){.custom_software_project__inner{font-size:.8rem;width:117em;height:50em}.custom_software_project .step{top:29em;width:24em}.custom_software_project .step__icon{width:7em;height:7em;margin-bottom:3em}.custom_software_project .step__text,.custom_software_project .step__title{font-size:2.2em}.custom_software_project .step-2{left:31em}.custom_software_project .step-3{left:60em;width:20em}.custom_software_project .step-4{left:104em;width:19em}.custom_software_project .arrow{top:33.5em;width:18.5em;height:1.4em}.custom_software_project .arrow-1{left:10.5em}.custom_software_project .arrow-2{left:39em}.custom_software_project .arrow-3{left:89em;width:13em}.custom_software_project .arrow_round{top:2em;left:65em;width:34em}.custom_software_project .arrow_round_small{top:0;left:95em;width:22em}.custom_software_project .dashed_line{top:4em;left:41em;width:53em;height:1.5em}.custom_software_project .days .green,.custom_software_project .hours .green{font-size:1.5em}.custom_software_project .days{top:13em;left:83em}.custom_software_project .days__inner{font-size:4.4em}.custom_software_project .hours{top:6em;left:106em}.custom_software_project .hours__inner{font-size:3em}.custom_software_project .dash_step{left:25.5em}.custom_software_project .dash_step .icon{width:14em;height:7em;margin:0 auto 1.5em}.custom_software_project .dash_step .text{font-size:3em}}@media only screen and (min-width:1366px){.custom_software_project__inner{font-size:1rem}}.biznes_software_development{background-color:#000;padding:.5rem 0;padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){.biznes_software_development{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.biznes_software_development{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.biznes_software_development{padding-right:15rem;padding-left:15rem}}.biznes_software_development .text{width:100%}.biznes_software_development__inner{position:relative;font-size:1rem;width:21em;margin:3em auto 5em}.biznes_software_development__inner:before{content:"";display:block;height:0;padding-bottom:100%}.biznes_software_development__inner .circle{position:absolute;top:0;left:0;width:100%;height:100%}.biznes_software_development__inner .circle canvas{position:absolute;top:50%;left:50%;width:200%!important;height:200%!important;-webkit-transform:translate(-50%,-50%) scale(.5);-ms-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5)}.biznes_software_development__inner .dashes{position:absolute;top:0;left:0;width:100%;height:100%}.biznes_software_development__inner .dashes .dash{position:absolute;top:0;left:50%;margin-left:-1px;width:2px;height:50%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.biznes_software_development__inner .dashes .dash:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:20%;background-color:#2bd483}.biznes_software_development__inner .dashes .dash:nth-of-type(1){-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.biznes_software_development__inner .dashes .dash:nth-of-type(2){-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.biznes_software_development__inner .dashes .dash:nth-of-type(3){-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.biznes_software_development__inner .phase{position:absolute;top:0;left:0;width:100%;height:100%;color:#2bd483;font-size:1.3em;font-family:Poppins,sans-serif;font-weight:600;text-align:center}.biznes_software_development__inner .phase .phase_text{position:absolute;top:0;left:0;width:100%;height:100%}.biznes_software_development__inner .phase .phase_text div{position:absolute;top:0;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:1em;margin-left:-.5em;padding:5% 0}.biznes_software_development__inner .phase .phase_text div:nth-child(1){-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(2){-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(3){-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(4){-webkit-transform:rotate(20deg);-ms-transform:rotate(20deg);transform:rotate(20deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(5){-webkit-transform:rotate(25deg);-ms-transform:rotate(25deg);transform:rotate(25deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(6){-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(7){-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(8){-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(9){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(10){-webkit-transform:rotate(50deg);-ms-transform:rotate(50deg);transform:rotate(50deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(11){-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);transform:rotate(55deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(12){-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(13){-webkit-transform:rotate(65deg);-ms-transform:rotate(65deg);transform:rotate(65deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(14){-webkit-transform:rotate(70deg);-ms-transform:rotate(70deg);transform:rotate(70deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(15){-webkit-transform:rotate(75deg);-ms-transform:rotate(75deg);transform:rotate(75deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(16){-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(17){-webkit-transform:rotate(85deg);-ms-transform:rotate(85deg);transform:rotate(85deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(18){-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(19){-webkit-transform:rotate(95deg);-ms-transform:rotate(95deg);transform:rotate(95deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(20){-webkit-transform:rotate(100deg);-ms-transform:rotate(100deg);transform:rotate(100deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(21){-webkit-transform:rotate(105deg);-ms-transform:rotate(105deg);transform:rotate(105deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(22){-webkit-transform:rotate(110deg);-ms-transform:rotate(110deg);transform:rotate(110deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(23){-webkit-transform:rotate(115deg);-ms-transform:rotate(115deg);transform:rotate(115deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(24){-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(25){-webkit-transform:rotate(125deg);-ms-transform:rotate(125deg);transform:rotate(125deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(26){-webkit-transform:rotate(130deg);-ms-transform:rotate(130deg);transform:rotate(130deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(27){-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(28){-webkit-transform:rotate(140deg);-ms-transform:rotate(140deg);transform:rotate(140deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(29){-webkit-transform:rotate(145deg);-ms-transform:rotate(145deg);transform:rotate(145deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(30){-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(31){-webkit-transform:rotate(155deg);-ms-transform:rotate(155deg);transform:rotate(155deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(32){-webkit-transform:rotate(160deg);-ms-transform:rotate(160deg);transform:rotate(160deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(33){-webkit-transform:rotate(165deg);-ms-transform:rotate(165deg);transform:rotate(165deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(34){-webkit-transform:rotate(170deg);-ms-transform:rotate(170deg);transform:rotate(170deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(35){-webkit-transform:rotate(175deg);-ms-transform:rotate(175deg);transform:rotate(175deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(36){-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(37){-webkit-transform:rotate(185deg);-ms-transform:rotate(185deg);transform:rotate(185deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(38){-webkit-transform:rotate(190deg);-ms-transform:rotate(190deg);transform:rotate(190deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(39){-webkit-transform:rotate(195deg);-ms-transform:rotate(195deg);transform:rotate(195deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(40){-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(41){-webkit-transform:rotate(205deg);-ms-transform:rotate(205deg);transform:rotate(205deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(42){-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(43){-webkit-transform:rotate(215deg);-ms-transform:rotate(215deg);transform:rotate(215deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(44){-webkit-transform:rotate(220deg);-ms-transform:rotate(220deg);transform:rotate(220deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(45){-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(46){-webkit-transform:rotate(230deg);-ms-transform:rotate(230deg);transform:rotate(230deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(47){-webkit-transform:rotate(235deg);-ms-transform:rotate(235deg);transform:rotate(235deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(48){-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(49){-webkit-transform:rotate(245deg);-ms-transform:rotate(245deg);transform:rotate(245deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(50){-webkit-transform:rotate(250deg);-ms-transform:rotate(250deg);transform:rotate(250deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(51){-webkit-transform:rotate(255deg);-ms-transform:rotate(255deg);transform:rotate(255deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(52){-webkit-transform:rotate(260deg);-ms-transform:rotate(260deg);transform:rotate(260deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(53){-webkit-transform:rotate(265deg);-ms-transform:rotate(265deg);transform:rotate(265deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(54){-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(55){-webkit-transform:rotate(275deg);-ms-transform:rotate(275deg);transform:rotate(275deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(56){-webkit-transform:rotate(280deg);-ms-transform:rotate(280deg);transform:rotate(280deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(57){-webkit-transform:rotate(285deg);-ms-transform:rotate(285deg);transform:rotate(285deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(58){-webkit-transform:rotate(290deg);-ms-transform:rotate(290deg);transform:rotate(290deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(59){-webkit-transform:rotate(295deg);-ms-transform:rotate(295deg);transform:rotate(295deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(60){-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(61){-webkit-transform:rotate(305deg);-ms-transform:rotate(305deg);transform:rotate(305deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(62){-webkit-transform:rotate(310deg);-ms-transform:rotate(310deg);transform:rotate(310deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(63){-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(64){-webkit-transform:rotate(320deg);-ms-transform:rotate(320deg);transform:rotate(320deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(65){-webkit-transform:rotate(325deg);-ms-transform:rotate(325deg);transform:rotate(325deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(66){-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(67){-webkit-transform:rotate(335deg);-ms-transform:rotate(335deg);transform:rotate(335deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(68){-webkit-transform:rotate(340deg);-ms-transform:rotate(340deg);transform:rotate(340deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(69){-webkit-transform:rotate(345deg);-ms-transform:rotate(345deg);transform:rotate(345deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(70){-webkit-transform:rotate(350deg);-ms-transform:rotate(350deg);transform:rotate(350deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(71){-webkit-transform:rotate(355deg);-ms-transform:rotate(355deg);transform:rotate(355deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(72){-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(73){-webkit-transform:rotate(365deg);-ms-transform:rotate(365deg);transform:rotate(365deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(74){-webkit-transform:rotate(370deg);-ms-transform:rotate(370deg);transform:rotate(370deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(75){-webkit-transform:rotate(375deg);-ms-transform:rotate(375deg);transform:rotate(375deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(76){-webkit-transform:rotate(380deg);-ms-transform:rotate(380deg);transform:rotate(380deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(77){-webkit-transform:rotate(385deg);-ms-transform:rotate(385deg);transform:rotate(385deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(78){-webkit-transform:rotate(390deg);-ms-transform:rotate(390deg);transform:rotate(390deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(79){-webkit-transform:rotate(395deg);-ms-transform:rotate(395deg);transform:rotate(395deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(80){-webkit-transform:rotate(400deg);-ms-transform:rotate(400deg);transform:rotate(400deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(81){-webkit-transform:rotate(405deg);-ms-transform:rotate(405deg);transform:rotate(405deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(82){-webkit-transform:rotate(410deg);-ms-transform:rotate(410deg);transform:rotate(410deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(83){-webkit-transform:rotate(415deg);-ms-transform:rotate(415deg);transform:rotate(415deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(84){-webkit-transform:rotate(420deg);-ms-transform:rotate(420deg);transform:rotate(420deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(85){-webkit-transform:rotate(425deg);-ms-transform:rotate(425deg);transform:rotate(425deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(86){-webkit-transform:rotate(430deg);-ms-transform:rotate(430deg);transform:rotate(430deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(87){-webkit-transform:rotate(435deg);-ms-transform:rotate(435deg);transform:rotate(435deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(88){-webkit-transform:rotate(440deg);-ms-transform:rotate(440deg);transform:rotate(440deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(89){-webkit-transform:rotate(445deg);-ms-transform:rotate(445deg);transform:rotate(445deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(90){-webkit-transform:rotate(450deg);-ms-transform:rotate(450deg);transform:rotate(450deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(91){-webkit-transform:rotate(455deg);-ms-transform:rotate(455deg);transform:rotate(455deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(92){-webkit-transform:rotate(460deg);-ms-transform:rotate(460deg);transform:rotate(460deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(93){-webkit-transform:rotate(465deg);-ms-transform:rotate(465deg);transform:rotate(465deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(94){-webkit-transform:rotate(470deg);-ms-transform:rotate(470deg);transform:rotate(470deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(95){-webkit-transform:rotate(475deg);-ms-transform:rotate(475deg);transform:rotate(475deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(96){-webkit-transform:rotate(480deg);-ms-transform:rotate(480deg);transform:rotate(480deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(97){-webkit-transform:rotate(485deg);-ms-transform:rotate(485deg);transform:rotate(485deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(98){-webkit-transform:rotate(490deg);-ms-transform:rotate(490deg);transform:rotate(490deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(99){-webkit-transform:rotate(495deg);-ms-transform:rotate(495deg);transform:rotate(495deg)}.biznes_software_development__inner .phase .phase_text div:nth-child(100){-webkit-transform:rotate(500deg);-ms-transform:rotate(500deg);transform:rotate(500deg)}.biznes_software_development__inner .phase--bottom .phase_text div{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(1){-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(2){-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(3){-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(4){-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(5){-webkit-transform:rotate(-25deg);-ms-transform:rotate(-25deg);transform:rotate(-25deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(6){-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);transform:rotate(-30deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(7){-webkit-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(8){-webkit-transform:rotate(-40deg);-ms-transform:rotate(-40deg);transform:rotate(-40deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(9){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(10){-webkit-transform:rotate(-50deg);-ms-transform:rotate(-50deg);transform:rotate(-50deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(11){-webkit-transform:rotate(-55deg);-ms-transform:rotate(-55deg);transform:rotate(-55deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(12){-webkit-transform:rotate(-60deg);-ms-transform:rotate(-60deg);transform:rotate(-60deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(13){-webkit-transform:rotate(-65deg);-ms-transform:rotate(-65deg);transform:rotate(-65deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(14){-webkit-transform:rotate(-70deg);-ms-transform:rotate(-70deg);transform:rotate(-70deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(15){-webkit-transform:rotate(-75deg);-ms-transform:rotate(-75deg);transform:rotate(-75deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(16){-webkit-transform:rotate(-80deg);-ms-transform:rotate(-80deg);transform:rotate(-80deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(17){-webkit-transform:rotate(-85deg);-ms-transform:rotate(-85deg);transform:rotate(-85deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(18){-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(19){-webkit-transform:rotate(-95deg);-ms-transform:rotate(-95deg);transform:rotate(-95deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(20){-webkit-transform:rotate(-100deg);-ms-transform:rotate(-100deg);transform:rotate(-100deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(21){-webkit-transform:rotate(-105deg);-ms-transform:rotate(-105deg);transform:rotate(-105deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(22){-webkit-transform:rotate(-110deg);-ms-transform:rotate(-110deg);transform:rotate(-110deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(23){-webkit-transform:rotate(-115deg);-ms-transform:rotate(-115deg);transform:rotate(-115deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(24){-webkit-transform:rotate(-120deg);-ms-transform:rotate(-120deg);transform:rotate(-120deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(25){-webkit-transform:rotate(-125deg);-ms-transform:rotate(-125deg);transform:rotate(-125deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(26){-webkit-transform:rotate(-130deg);-ms-transform:rotate(-130deg);transform:rotate(-130deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(27){-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(28){-webkit-transform:rotate(-140deg);-ms-transform:rotate(-140deg);transform:rotate(-140deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(29){-webkit-transform:rotate(-145deg);-ms-transform:rotate(-145deg);transform:rotate(-145deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(30){-webkit-transform:rotate(-150deg);-ms-transform:rotate(-150deg);transform:rotate(-150deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(31){-webkit-transform:rotate(-155deg);-ms-transform:rotate(-155deg);transform:rotate(-155deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(32){-webkit-transform:rotate(-160deg);-ms-transform:rotate(-160deg);transform:rotate(-160deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(33){-webkit-transform:rotate(-165deg);-ms-transform:rotate(-165deg);transform:rotate(-165deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(34){-webkit-transform:rotate(-170deg);-ms-transform:rotate(-170deg);transform:rotate(-170deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(35){-webkit-transform:rotate(-175deg);-ms-transform:rotate(-175deg);transform:rotate(-175deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(36){-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(37){-webkit-transform:rotate(-185deg);-ms-transform:rotate(-185deg);transform:rotate(-185deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(38){-webkit-transform:rotate(-190deg);-ms-transform:rotate(-190deg);transform:rotate(-190deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(39){-webkit-transform:rotate(-195deg);-ms-transform:rotate(-195deg);transform:rotate(-195deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(40){-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(41){-webkit-transform:rotate(-205deg);-ms-transform:rotate(-205deg);transform:rotate(-205deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(42){-webkit-transform:rotate(-210deg);-ms-transform:rotate(-210deg);transform:rotate(-210deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(43){-webkit-transform:rotate(-215deg);-ms-transform:rotate(-215deg);transform:rotate(-215deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(44){-webkit-transform:rotate(-220deg);-ms-transform:rotate(-220deg);transform:rotate(-220deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(45){-webkit-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(46){-webkit-transform:rotate(-230deg);-ms-transform:rotate(-230deg);transform:rotate(-230deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(47){-webkit-transform:rotate(-235deg);-ms-transform:rotate(-235deg);transform:rotate(-235deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(48){-webkit-transform:rotate(-240deg);-ms-transform:rotate(-240deg);transform:rotate(-240deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(49){-webkit-transform:rotate(-245deg);-ms-transform:rotate(-245deg);transform:rotate(-245deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(50){-webkit-transform:rotate(-250deg);-ms-transform:rotate(-250deg);transform:rotate(-250deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(51){-webkit-transform:rotate(-255deg);-ms-transform:rotate(-255deg);transform:rotate(-255deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(52){-webkit-transform:rotate(-260deg);-ms-transform:rotate(-260deg);transform:rotate(-260deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(53){-webkit-transform:rotate(-265deg);-ms-transform:rotate(-265deg);transform:rotate(-265deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(54){-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(55){-webkit-transform:rotate(-275deg);-ms-transform:rotate(-275deg);transform:rotate(-275deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(56){-webkit-transform:rotate(-280deg);-ms-transform:rotate(-280deg);transform:rotate(-280deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(57){-webkit-transform:rotate(-285deg);-ms-transform:rotate(-285deg);transform:rotate(-285deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(58){-webkit-transform:rotate(-290deg);-ms-transform:rotate(-290deg);transform:rotate(-290deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(59){-webkit-transform:rotate(-295deg);-ms-transform:rotate(-295deg);transform:rotate(-295deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(60){-webkit-transform:rotate(-300deg);-ms-transform:rotate(-300deg);transform:rotate(-300deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(61){-webkit-transform:rotate(-305deg);-ms-transform:rotate(-305deg);transform:rotate(-305deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(62){-webkit-transform:rotate(-310deg);-ms-transform:rotate(-310deg);transform:rotate(-310deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(63){-webkit-transform:rotate(-315deg);-ms-transform:rotate(-315deg);transform:rotate(-315deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(64){-webkit-transform:rotate(-320deg);-ms-transform:rotate(-320deg);transform:rotate(-320deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(65){-webkit-transform:rotate(-325deg);-ms-transform:rotate(-325deg);transform:rotate(-325deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(66){-webkit-transform:rotate(-330deg);-ms-transform:rotate(-330deg);transform:rotate(-330deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(67){-webkit-transform:rotate(-335deg);-ms-transform:rotate(-335deg);transform:rotate(-335deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(68){-webkit-transform:rotate(-340deg);-ms-transform:rotate(-340deg);transform:rotate(-340deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(69){-webkit-transform:rotate(-345deg);-ms-transform:rotate(-345deg);transform:rotate(-345deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(70){-webkit-transform:rotate(-350deg);-ms-transform:rotate(-350deg);transform:rotate(-350deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(71){-webkit-transform:rotate(-355deg);-ms-transform:rotate(-355deg);transform:rotate(-355deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(72){-webkit-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(73){-webkit-transform:rotate(-365deg);-ms-transform:rotate(-365deg);transform:rotate(-365deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(74){-webkit-transform:rotate(-370deg);-ms-transform:rotate(-370deg);transform:rotate(-370deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(75){-webkit-transform:rotate(-375deg);-ms-transform:rotate(-375deg);transform:rotate(-375deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(76){-webkit-transform:rotate(-380deg);-ms-transform:rotate(-380deg);transform:rotate(-380deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(77){-webkit-transform:rotate(-385deg);-ms-transform:rotate(-385deg);transform:rotate(-385deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(78){-webkit-transform:rotate(-390deg);-ms-transform:rotate(-390deg);transform:rotate(-390deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(79){-webkit-transform:rotate(-395deg);-ms-transform:rotate(-395deg);transform:rotate(-395deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(80){-webkit-transform:rotate(-400deg);-ms-transform:rotate(-400deg);transform:rotate(-400deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(81){-webkit-transform:rotate(-405deg);-ms-transform:rotate(-405deg);transform:rotate(-405deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(82){-webkit-transform:rotate(-410deg);-ms-transform:rotate(-410deg);transform:rotate(-410deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(83){-webkit-transform:rotate(-415deg);-ms-transform:rotate(-415deg);transform:rotate(-415deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(84){-webkit-transform:rotate(-420deg);-ms-transform:rotate(-420deg);transform:rotate(-420deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(85){-webkit-transform:rotate(-425deg);-ms-transform:rotate(-425deg);transform:rotate(-425deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(86){-webkit-transform:rotate(-430deg);-ms-transform:rotate(-430deg);transform:rotate(-430deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(87){-webkit-transform:rotate(-435deg);-ms-transform:rotate(-435deg);transform:rotate(-435deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(88){-webkit-transform:rotate(-440deg);-ms-transform:rotate(-440deg);transform:rotate(-440deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(89){-webkit-transform:rotate(-445deg);-ms-transform:rotate(-445deg);transform:rotate(-445deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(90){-webkit-transform:rotate(-450deg);-ms-transform:rotate(-450deg);transform:rotate(-450deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(91){-webkit-transform:rotate(-455deg);-ms-transform:rotate(-455deg);transform:rotate(-455deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(92){-webkit-transform:rotate(-460deg);-ms-transform:rotate(-460deg);transform:rotate(-460deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(93){-webkit-transform:rotate(-465deg);-ms-transform:rotate(-465deg);transform:rotate(-465deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(94){-webkit-transform:rotate(-470deg);-ms-transform:rotate(-470deg);transform:rotate(-470deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(95){-webkit-transform:rotate(-475deg);-ms-transform:rotate(-475deg);transform:rotate(-475deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(96){-webkit-transform:rotate(-480deg);-ms-transform:rotate(-480deg);transform:rotate(-480deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(97){-webkit-transform:rotate(-485deg);-ms-transform:rotate(-485deg);transform:rotate(-485deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(98){-webkit-transform:rotate(-490deg);-ms-transform:rotate(-490deg);transform:rotate(-490deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(99){-webkit-transform:rotate(-495deg);-ms-transform:rotate(-495deg);transform:rotate(-495deg)}.biznes_software_development__inner .phase--bottom .phase_text div:nth-child(100){-webkit-transform:rotate(-500deg);-ms-transform:rotate(-500deg);transform:rotate(-500deg)}.biznes_software_development__inner .phase-1{-webkit-transform:rotate(36deg);-ms-transform:rotate(36deg);transform:rotate(36deg)}.biznes_software_development__inner .phase-2{-webkit-transform:rotate(44deg);-ms-transform:rotate(44deg);transform:rotate(44deg)}.biznes_software_development__inner .phase-3{-webkit-transform:rotate(-80deg);-ms-transform:rotate(-80deg);transform:rotate(-80deg)}.biznes_software_development__inner .step{position:absolute;top:0;left:50%;height:100%;width:.8em;margin-left:-.4em;color:#fff}.biznes_software_development__inner .step__dot{width:100%;border:1px solid #fff;border-radius:50%;background-color:#000;-webkit-transition:background-color .5s;-o-transition:background-color .5s;transition:background-color .5s;-webkit-transform:translateY(calc(-50% + 2px));-ms-transform:translateY(calc(-50% + 2px));transform:translateY(calc(-50% + 2px))}.biznes_software_development__inner .step__dot:before{content:"";display:block;width:100%;height:0;padding-bottom:100%}.biznes_software_development__inner .step__dot.active{background-color:#fff}.biznes_software_development__inner .step__text{position:absolute;bottom:100%;left:50%;-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);min-width:6em}.biznes_software_development__inner .step__text div{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;font-size:1.1em;padding-left:1em}.biznes_software_development__inner .step-1{-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}.biznes_software_development__inner .step-1 .step__text div{-webkit-transform:rotate(-40deg);-ms-transform:rotate(-40deg);transform:rotate(-40deg)}.biznes_software_development__inner .step-2{-webkit-transform:rotate(75deg);-ms-transform:rotate(75deg);transform:rotate(75deg)}.biznes_software_development__inner .step-2 .step__text div{-webkit-transform:rotate(-75deg);-ms-transform:rotate(-75deg);transform:rotate(-75deg)}.biznes_software_development__inner .step-3{-webkit-transform:rotate(155deg);-ms-transform:rotate(155deg);transform:rotate(155deg)}.biznes_software_development__inner .step-3 .step__text div{-webkit-transform:rotate(-155deg);-ms-transform:rotate(-155deg);transform:rotate(-155deg)}.biznes_software_development__inner .step-4{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.biznes_software_development__inner .step-5{-webkit-transform:rotate(205deg);-ms-transform:rotate(205deg);transform:rotate(205deg)}.biznes_software_development__inner .step-5 .step__text div{-webkit-transform:rotate(-205deg) translateX(-100%);-ms-transform:rotate(-205deg) translateX(-100%);transform:rotate(-205deg) translateX(-100%)}.biznes_software_development__inner .step-6{-webkit-transform:rotate(285deg);-ms-transform:rotate(285deg);transform:rotate(285deg)}.biznes_software_development__inner .step-6 .step__text div{-webkit-transform:rotate(-285deg) translateX(-100%);-ms-transform:rotate(-285deg) translateX(-100%);transform:rotate(-285deg) translateX(-100%)}.biznes_software_development__inner .step-7{-webkit-transform:rotate(320deg);-ms-transform:rotate(320deg);transform:rotate(320deg)}.biznes_software_development__inner .step-7 .step__text div{-webkit-transform:rotate(-320deg) translateX(-100%);-ms-transform:rotate(-320deg) translateX(-100%);transform:rotate(-320deg) translateX(-100%)}.biznes_software_development__inner .step.bottom .step__text{bottom:auto;top:0;text-align:center;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.biznes_software_development__inner .step.bottom .step__text div{padding-left:0;padding-top:1em;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.biznes_software_development__inner .step.left .step__text div{padding-left:0;padding-right:1em}@media only screen and (min-width:769px){.biznes_software_development__inner{font-size:1.85rem}}@media only screen and (min-width:1366px){.biznes_software_development{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.biznes_software_development .text{width:30%}.biznes_software_development .circle_wrap{width:70%}.biznes_software_development .circle_wrap .step__text{white-space:nowrap}.biznes_software_development__inner{margin:2em auto 5em}}@media only screen and (min-width:1460px){.biznes_software_development .text{width:50%;max-width:60rem}.biznes_software_development .circle_wrap{width:50%;max-width:70rem}}.case_features{position:relative;background-color:#2bd483}.case_features:after{content:"";position:absolute;top:0;right:0;display:block;width:15rem;height:7rem;background:url(/wp-content/themes/scalo/assets/images/case_feature_shape.png) no-repeat 100% 0;background-size:contain}.case_features__inner{padding:2rem 0}.case_features__col{padding-bottom:2rem}.case_features__col:last-of-type{padding-bottom:0}.case_features__title{color:#000;padding-bottom:.1em;font-size:2.6rem;font-size:2.6rem;line-height:1.4}@media only screen and (min-width:769px){.case_features__title{font-size:3.6rem;font-size:3.6rem}}@media only screen and (min-width:1024px){.case_features__title{font-size:4.4rem;font-size:4.4rem}}.case_features__description{color:#fff;font-size:1.8rem;font-size:1.8rem}@media only screen and (min-width:500px){.case_features__description{font-size:2rem;font-size:2rem}}@media only screen and (min-width:769px){.case_features__description{font-size:2.2rem;font-size:2.2rem}}@media only screen and (min-width:1024px){.case_features__description{font-size:2.4rem;font-size:2.4rem}}@media only screen and (min-width:1366px){.case_features__description{font-size:2.6rem;font-size:2.6rem}}@media only screen and (min-width:1460px){.case_features__description{font-size:3.2rem;font-size:3.2rem}}@media only screen and (min-width:769px){.case_features:after{width:15rem;height:4rem}.case_features__inner{padding:4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex}.case_features__col{padding-bottom:0;padding-right:1rem;width:33%}}@media only screen and (min-width:1280px){.case_features:after{width:15rem;height:7rem}}@media only screen and (min-width:1460px){.case_features__inner{padding:7rem 0}.case_features:after{width:40rem;height:17rem}}.title_and_cta{position:relative;background-color:#000;text-align:center;padding:3rem}.title_and_cta__title{color:#fff;padding-bottom:.5em;font-size:3.6rem;font-size:3.6rem;line-height:1.1}@media only screen and (min-width:769px){.title_and_cta__title{font-size:4.2rem;font-size:4.2rem}}@media only screen and (min-width:1280px){.title_and_cta__title{font-size:5.2rem;font-size:5.2rem}}@media only screen and (min-width:1460px){.title_and_cta__title{font-size:7.2rem;font-size:7.2rem}}@media only screen and (min-width:769px){.title_and_cta{padding:5rem 0}.title_and_cta:after{content:"";position:absolute;bottom:0;left:0;width:7rem;height:7rem;background:url(/wp-content/themes/scalo/assets/images/bottom_shape.png) no-repeat 0 100%;background-size:contain}}@media only screen and (min-width:1280px){.title_and_cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:1460px){.title_and_cta{padding:5rem 0}}.title_and_cta--gray{background-color:#ccc}.title_and_cta--gray .title_and_cta__title{color:#000}.industry__row{padding:2rem 0;border-bottom:1px solid #e5e5e5}.industry__row:last-of-type{border-bottom:none}.industry__icon{padding-bottom:1rem}.industry__icon .icon{display:block;width:8rem;height:8rem;background-size:contain;background-position:center;background-repeat:no-repeat}.industry__text{padding-bottom:2em}.industry__text--1 .industry__title{color:#000}.industry__title{padding-top:.5em;font-size:3.2rem}@media only screen and (min-width:769px){.industry__row{padding:4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.industry__icon{width:16%;padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.industry__icon .icon{margin-left:10%}.industry__text{width:42%;padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.industry__text--1{padding-right:3rem}.industry__title{display:none;padding-top:0;padding-bottom:1em;font-size:3.2rem!important}.industry__desc p{min-height:5.2rem}.industry__cta{width:100%;text-align:right}}@media only screen and (min-width:1024px){.industry__title{font-size:4.4rem!important}}@media only screen and (min-width:1280px){.industry__icon .icon{width:11rem;height:11rem}.industry__text--1{padding-right:6rem}}@media only screen and (min-width:1460px){.industry__row:last-of-type{padding-bottom:0}}.industry .decor{display:none}.industry.decorated .decor_wrap{position:absolute;top:0;right:0;width:2rem;height:33rem;overflow:hidden}@media only screen and (min-width:769px){.industry.decorated .decor_wrap{width:3rem;height:43rem}}@media only screen and (min-width:1460px){.industry.decorated .decor_wrap{width:4.3rem;height:66rem}}.industry.decorated .decor{display:block;position:absolute;top:-8rem;right:0;width:2rem;height:33rem;background-image:url(../images/BLACK_SHAPE.svg);background-repeat:no-repeat;background-position:0 100%;background-size:contain;left:0}.industry.decorated .decor--white{background-image:url(../images/WHITE_SHAPE.svg)}.industry.decorated .decor--right{left:auto;right:0;background-position:100% 100%}@media only screen and (min-width:769px){.industry.decorated .decor{top:-14rem;width:3rem;height:43rem}}@media only screen and (min-width:1460px){.industry.decorated .decor{top:-15rem;width:4.3rem;height:66rem}}.industry_wrap .industry__row:first-of-type .industry__title{display:block}.big_and_normal_text{background-color:#000;padding:3rem;padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){.big_and_normal_text{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.big_and_normal_text{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.big_and_normal_text{padding-right:15rem;padding-left:15rem}}.big_and_normal_text .big_letters{background:url(/wp-content/themes/scalo/assets/images/we.png) no-repeat 50% 50%/contain;height:14rem;margin-bottom:4rem}.big_and_normal_text .text{color:#fff;line-height:1.5;font-size:2rem}@media only screen and (min-width:769px){.big_and_normal_text .text{font-size:2.2rem}}@media only screen and (min-width:1024px){.big_and_normal_text .text{font-size:3rem}}@media only screen and (min-width:769px){.big_and_normal_text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:3rem 0 7rem}.big_and_normal_text .big_letters{width:40%;height:auto;background-position:100% 50%;margin:0}.big_and_normal_text .text{padding:0 5rem;width:60%;max-width:80rem}}@media only screen and (min-width:1024px){.big_and_normal_text .text{padding:0 7rem}}.smalltitle_and_cta{position:relative;background-color:#2bd483;text-align:center;padding:3rem 0;overflow:hidden}.smalltitle_and_cta__title{color:#000;padding-bottom:.5em;line-height:1.1;font-family:Poppins,sans-serif;font-weight:700;font-size:2.6rem;font-size:2.6rem}@media only screen and (min-width:769px){.smalltitle_and_cta__title{font-size:3.6rem;font-size:3.6rem}}@media only screen and (min-width:1024px){.smalltitle_and_cta__title{font-size:4.4rem;font-size:4.4rem}}@media only screen and (min-width:769px){.smalltitle_and_cta{padding:4rem 0}}@media only screen and (min-width:1280px){.smalltitle_and_cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:1460px){.smalltitle_and_cta{padding:6rem 0}}.smalltitle_and_cta.decorated:after,.smalltitle_and_cta.decorated:before{content:"";position:absolute;display:block;width:2rem;height:33rem}@media only screen and (min-width:769px){.smalltitle_and_cta.decorated:after,.smalltitle_and_cta.decorated:before{width:3rem;height:43rem}}@media only screen and (min-width:1460px){.smalltitle_and_cta.decorated:after,.smalltitle_and_cta.decorated:before{width:4.3rem;height:66rem}}.smalltitle_and_cta.decorated--1:before{background:url(../images/WHITE_SHAPE.svg) no-repeat 0 100%;background-size:contain;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(90deg) translateY(-50%);-ms-transform:rotate(90deg) translateY(-50%);transform:rotate(90deg) translateY(-50%);left:100%;top:0}.smalltitle_and_cta.decorated--1:after{background:url(../images/BLACK_SHAPE.svg) no-repeat 0 100%;background-size:contain;right:100%;-webkit-transform:rotate(90deg) translateY(50%);-ms-transform:rotate(90deg) translateY(50%);transform:rotate(90deg) translateY(50%);bottom:0;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.smalltitle_and_cta.decorated--2{padding-right:3rem;padding-left:3rem}.smalltitle_and_cta.decorated--2:before{background:url(../images/WHITE_SHAPE.svg) no-repeat 0 100%;background-size:contain;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);right:100%;top:0}.smalltitle_and_cta.decorated--2:after{background:url(../images/BLACK_SHAPE.svg) no-repeat 0 100%;background-size:contain;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.map{padding-bottom:86%;background-size:cover;background-color:#000}.map__desktop{display:none!important}@media only screen and (min-width:769px){.map__desktop{display:block!important}}.map__mobile{display:block!important}@media only screen and (min-width:769px){.map__mobile{display:none!important}}@media only screen and (min-width:769px){.map{background-position:50% 50%;padding-bottom:35%;background-size:cover}}@media only screen and (min-width:1460px){.map{padding-bottom:0;height:75rem}}.subpages_list .item{padding-bottom:3rem}.subpages_list .item:last-of-type{padding-bottom:0}.subpages_list .item__img{position:relative;display:block;margin-bottom:2rem;width:100%;padding-top:40%}.subpages_list .item__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.subpages_list .item__content{padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){.subpages_list .item__content{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.subpages_list .item__content{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.subpages_list .item__content{padding-right:15rem;padding-left:15rem}}.subpages_list .item__content__inner{color:inherit}.subpages_list .item__title{font-size:2.6rem;font-size:2.6rem;color:#2bd483;font-family:Poppins,sans-serif;font-weight:700}@media only screen and (min-width:769px){.subpages_list .item__title{font-size:3.6rem;font-size:3.6rem}}@media only screen and (min-width:1024px){.subpages_list .item__title{font-size:4.4rem;font-size:4.4rem}}.subpages_list .item__description{padding-top:2em}@media only screen and (min-width:1024px){.subpages_list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:4rem}.subpages_list .item--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.subpages_list .item__img{position:relative;margin-bottom:0;width:40%;max-width:63rem;-ms-flex-negative:0;flex-shrink:0;padding-top:20%}.subpages_list .item__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media only screen and (min-width:1460px){.subpages_list .item{padding-bottom:6rem}.subpages_list .item__img{padding-top:17%}}.contact-strip{padding:2rem 0;padding-right:2rem;padding-left:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:769px){.contact-strip{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.contact-strip{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.contact-strip{padding-right:15rem;padding-left:15rem}}.contact-strip__inner{padding:0 2rem;width:100%;margin-bottom:1rem}.contact-strip__inner:last-of-type{margin-bottom:0}.contact-strip .wpb_wrapper{margin:0!important}@media only screen and (min-width:769px){.contact-strip{padding:3rem 0}}@media only screen and (min-width:1280px){.contact-strip{padding:5rem 0 4rem}.contact-strip__inner{width:auto}}.hexagons .section-title{color:#fff;padding:0;padding-bottom:2.5rem}@media only screen and (min-width:1024px){.hexagons .section-title{padding-bottom:4rem}}@media only screen and (min-width:1460px){.hexagons .section-title{padding-bottom:4.5rem}}.hexagons .description-wrapper{text-align:center;padding-bottom:2.5rem}@media only screen and (min-width:1460px){.hexagons .description-wrapper{padding-bottom:6rem}}.hexagons .section-description{margin:0 auto;color:#fff;font-size:2.2rem;text-align:center;max-width:73rem}.hexagons .hexagon-graphic{padding-bottom:2.5rem}.hexagons .hexagon-graphic div{display:none;text-align:center}.hexagons .hexagon-graphic div.small{display:block}@media only screen and (min-width:500px){.hexagons .hexagon-graphic div.small{display:none}.hexagons .hexagon-graphic div.mobile{display:block}}@media only screen and (min-width:1024px){.hexagons .hexagon-graphic{padding-bottom:4rem}.hexagons .hexagon-graphic div.mobile{display:none}.hexagons .hexagon-graphic div.tablet{display:block}}@media only screen and (min-width:1460px){.hexagons .hexagon-graphic{padding-bottom:4.5rem}.hexagons .hexagon-graphic div.tablet{display:none}.hexagons .hexagon-graphic div.desktop{display:block}}.hexagons .hexagon-graphic img{width:100%}.hexagons .hexagon-graphic .tablet img{max-width:87.5rem}.hexagons .hexagon-graphic .mobile img{max-width:62.4rem}.hexagons .hexagon-graphic .small img{max-width:32.4rem}.hexagons .col-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:769px){.hexagons .col-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 -1rem}}.hexagons .col-wrapper .col{width:100%;padding:0;margin-bottom:1rem}.hexagons .col-wrapper .col:last-of-type{margin-bottom:0}@media only screen and (min-width:769px){.hexagons .col-wrapper .col{max-width:26rem;padding:0 1rem;margin-bottom:0}}.hexagons .col-wrapper .col .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-height:3.5rem;margin-bottom:1rem}@media only screen and (min-width:500px){.hexagons .col-wrapper .col .head{min-height:5.5rem;margin-bottom:1.5rem}}@media only screen and (min-width:1024px){.hexagons .col-wrapper .col .head{margin-bottom:2.5rem}}.hexagons .col-wrapper .col .head .icon{width:auto;max-width:3rem;margin-right:2rem}@media only screen and (min-width:500px){.hexagons .col-wrapper .col .head .icon{max-width:4.5rem}}.hexagons .col-wrapper .col .head .title{color:#2bd483;font-family:Poppins,Arial,sans-serif;font-size:2rem}@media only screen and (min-width:500px){.hexagons .col-wrapper .col .head .title{font-size:2.2rem}}@media only screen and (min-width:1024px){.hexagons .col-wrapper .col .head .title{font-size:2.4rem}}@media only screen and (min-width:1460px){.hexagons .col-wrapper .col .head .title{font-size:2.6rem}}.hexagons .col-wrapper .col p{font-size:1.8rem}@media only screen and (min-width:500px){.hexagons .col-wrapper .col p{font-size:2rem}}@media only screen and (min-width:1024px){.hexagons .col-wrapper .col p{font-size:2.2rem}}@media only screen and (min-width:1460px){.hexagons .col-wrapper .col p{font-size:2.4rem}}.hexagons .col-wrapper .col ul{margin-top:.5rem}.hexagons .col-wrapper .col ul li{padding-left:3.5rem;font-size:1.8rem}@media only screen and (min-width:500px){.hexagons .col-wrapper .col ul li{font-size:2rem}}@media only screen and (min-width:1024px){.hexagons .col-wrapper .col ul li{font-size:2.2rem}}@media only screen and (min-width:1460px){.hexagons .col-wrapper .col ul li{font-size:2.4rem}}.hexagons .col-wrapper .col ul li::before{display:none}.hexagons .col-wrapper .col ul li::after{content:'';position:absolute;left:0;top:.4rem;width:1rem;height:1rem;background-image:url(../images/list-icon.png);background-position:center;background-repeat:no-repeat;background-size:cover}@media only screen and (min-width:500px){.hexagons .col-wrapper .col ul li::after{width:1.5rem;height:1.5rem;top:.3rem}}@media only screen and (min-width:1024px){.hexagons .col-wrapper .col ul li::after{top:.4rem}}@media only screen and (min-width:1460px){.hexagons .col-wrapper .col ul li::after{top:.5rem}}.tiles-with-text{background-color:#fff}.tiles-with-text__title{text-align:center;font-size:3.6rem;color:#2bd483;margin-bottom:3.6rem;font-family:Poppins,sans-serif;font-weight:700}@media only screen and (min-width:1280px){.tiles-with-text__title{font-size:4.2rem;margin-bottom:4.2rem}}@media only screen and (min-width:1440px){.tiles-with-text__title{font-size:5.2rem;margin-bottom:5.2rem}}@media only screen and (min-width:1280px){.tiles-with-text__title.small{font-size:3.6rem;margin-bottom:3.6rem}}@media only screen and (min-width:1440px){.tiles-with-text__title.small{font-size:3.6rem;margin-bottom:3.6rem}}@media only screen and (min-width:769px){.tiles-with-text__title.big{font-size:4rem;margin-bottom:4rem}}@media only screen and (min-width:1280px){.tiles-with-text__title.big{font-size:5rem;margin-bottom:5rem}}@media only screen and (min-width:1440px){.tiles-with-text__title.big{font-size:7rem;margin-bottom:7rem}}.tiles-with-text__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 -3rem 0}@media only screen and (min-width:769px){.tiles-with-text__wrap{margin:0 -1rem -3rem -1rem}}@media only screen and (min-width:1280px){.tiles-with-text__wrap{margin:0 -1.5rem -4rem -1.5rem}}@media only screen and (min-width:1440px){.tiles-with-text__wrap{margin:0 -3.5rem -6rem -3.5rem}}@media only screen and (min-width:1280px){.tiles-with-text__wrap.tiles-in-row--2 .tile{width:calc(50% - 3rem)}}@media only screen and (min-width:1440px){.tiles-with-text__wrap.tiles-in-row--2 .tile{width:calc(50% - 7rem)}}.tiles-with-text__wrap .tile{width:100%;margin:0 0 3rem 0;background-color:#f2f2f2;border-radius:1rem;padding:3rem}@media only screen and (min-width:769px){.tiles-with-text__wrap .tile{width:calc(50% - 2rem);margin:0 1rem 3rem 1rem}}@media only screen and (min-width:1280px){.tiles-with-text__wrap .tile{width:calc(33.33% - 3rem);margin:0 1.5rem 4rem 1.5rem}}@media only screen and (min-width:1440px){.tiles-with-text__wrap .tile{width:calc(33.33% - 7rem);margin:0 3.5rem 6rem 3.5rem}}.tiles-with-text__wrap .tile a{color:#000}.tiles-with-text__wrap .tile__icon{height:5rem;background-size:contain;background-position:0 0;background-repeat:no-repeat;margin-bottom:2rem}.tiles-with-text__wrap .tile__icon--big{height:10rem}@media only screen and (min-width:769px){.tiles-with-text__wrap .tile__icon{margin-bottom:3rem}}.tiles-with-text__wrap .tile__title{font-size:2rem;color:#2bd483;margin-bottom:2rem;font-family:Poppins,sans-serif;font-weight:700}@media only screen and (min-width:769px){.tiles-with-text__wrap .tile__title{margin-bottom:3rem;font-size:3rem}}.tiles-with-text__wrap .tile__desc{font-size:1.6rem;line-height:1.4}@media only screen and (min-width:769px){.tiles-with-text__wrap .tile__desc{font-size:2rem}}.tiles-with-text--dark{background-color:#000}.tiles-with-text--dark .tiles-with-text__title{color:#fff}.tiles-with-text--dark .tiles-with-text__wrap .tile{background-color:#262626}.tiles-with-text--dark .tiles-with-text__wrap .tile__desc{color:#fff}.video-background{position:relative;width:100%;height:auto;overflow:hidden}@media only screen and (min-width:769px){.video-background{height:56.25vw}}@media only screen and (min-width:1366px){.video-background{max-height:calc(100vh - 75px)}}.video-background .video-wrap{background-repeat:no-repeat;background-size:contain;position:relative;width:100%;height:56.25vw;z-index:-1;overflow:hidden}@media only screen and (min-width:769px){.video-background .video-wrap{position:absolute;top:0;left:0;height:100%}}.video-background .video{display:block;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:auto;z-index:0}@media only screen and (min-width:769px){.video-background .video{min-height:56.25vw}}.video-background .text-wrap{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#000}@media only screen and (min-width:769px){.video-background .text-wrap{position:absolute;bottom:0;left:0;background-color:transparent}.video-background .text-wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.3;z-index:-1}}.video-background .text-wrap .title{display:block;font-size:3.6rem;color:#fff;margin-bottom:2rem;font-family:Poppins,sans-serif;font-weight:700}@media only screen and (min-width:769px){.video-background .text-wrap .title{font-size:4rem}}@media only screen and (min-width:1024px){.video-background .text-wrap .title{font-size:5rem}}@media only screen and (min-width:1280px){.video-background .text-wrap .title{font-size:7rem;margin-bottom:3rem}}@media only screen and (min-width:1440px){.video-background .text-wrap .title{margin-bottom:4rem}}.masked-image-and-text{background-color:#fff;padding:2rem 0}@media only screen and (min-width:1024px){.masked-image-and-text{padding:0}}.masked-image-and-text .content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:flax-start;-ms-flex-pack:flax-start;justify-content:flax-start}@media only screen and (min-width:1024px){.masked-image-and-text .content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flax-start;-ms-flex-pack:flax-start;justify-content:flax-start}}@media only screen and (min-width:1024px){.masked-image-and-text--left .content-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.masked-image-and-text--left .content-wrap .image-wrap{margin-right:0;margin-left:2rem}.masked-image-and-text--left .content-wrap .text-wrap{margin-left:0;margin-right:2rem}}.masked-image-and-text--dark{background-color:#000;color:#fff}.masked-image-and-text .image-wrap{position:relative;width:100%;margin-bottom:2rem}@media only screen and (min-width:769px){.masked-image-and-text .image-wrap{margin-bottom:3rem}}@media only screen and (min-width:1024px){.masked-image-and-text .image-wrap{width:50%;margin-right:2rem;margin-bottom:0}}@media only screen and (min-width:1366px){.masked-image-and-text .image-wrap{width:75rem}}.masked-image-and-text .image-wrap .image{width:100%;height:auto;-webkit-mask-image:url(../images/masked-image-mask.png);mask-image:url(../images/masked-image-mask.png);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:top right;-webkit-mask-repeat:no-repeat}.masked-image-and-text .image-wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/masked-image-bg-top.png);background-repeat:no-repeat;background-position:top right;background-size:contain;z-index:5}.masked-image-and-text .image-wrap::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/masked-image-bg-bottom.png);background-repeat:no-repeat;background-position:bottom right;background-size:contain;z-index:5}.masked-image-and-text .image-wrap.dark::after{background-image:url(../images/masked-image-bg-bottom-dark.png)}.masked-image-and-text .image-wrap.left .image{-webkit-mask-image:url(../images/masked-image-mask-left.png);mask-image:url(../images/masked-image-mask-left.png);-webkit-mask-position:top left}.masked-image-and-text .image-wrap.left::after,.masked-image-and-text .image-wrap.left::before{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.masked-image-and-text .text-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (min-width:1024px){.masked-image-and-text .text-wrap{margin-left:1.5rem}}.masked-image-and-text .text-wrap.wpb_text_column .wpb_wrapper{margin-bottom:0!important}.nkv-title{color:#3e3e3e;font-size:3.2rem;line-height:1.25}.nkv-title--white{color:#fff}.nkv-title--blogTitle{position:relative;font-family:Poppins;display:block;font-size:32px!important;font-style:normal;color:#2bd483;text-align:left;padding:0;font-weight:800;line-height:normal}@media only screen and (max-width:768px){.nkv-title--blogTitle{font-size:24px!important}}@media only screen and (min-width:1024px){.nkv-title{font-size:6.4rem}}.nkv-title .gradient{-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}a.nkv-tiles-grid__item .nkv-tiles-grid__item{width:100%!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:0!important}a.nkv-tiles-grid__item .nkv-tiles-grid__item:hover{-webkit-box-shadow:none!important;box-shadow:none!important}.nkv-tiles-grid--extended a.nkv-tiles-grid__item span.nkv-tiles-grid__item{-webkit-box-shadow:none;box-shadow:none;padding:0}@media only screen and (min-width:1280px){.nkv-tiles-grid--extended .nkv-tiles-grid__item{padding:1rem 1rem 3.5rem;width:calc(25% - 3rem)!important;max-width:100%}}@media only screen and (min-width:1280px){.nkv-tiles-grid--extended .nkv-tiles-grid__title{font-size:1.5rem}}@media only screen and (min-width:1440px){.nkv-tiles-grid--extended .nkv-tiles-grid__title{font-size:1.7rem}}.nkv-tiles-grid__text{color:#303030!important}.nkv-tiles-grid__slider{padding-top:3rem;padding-bottom:10rem;margin:0 -2rem}@media only screen and (min-width:769px){.nkv-tiles-grid__slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4.6rem 2.5rem;padding-top:0;padding-bottom:0;margin:0}}.nkv-tiles-grid__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4rem}@media only screen and (min-width:500px){.nkv-tiles-grid__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:3rem 2rem;padding-top:0;padding-bottom:0}}.nkv-tiles-grid__wrapper .nkv-tiles-grid__item{max-width:none;padding:2rem;-ms-flex-item-align:stretch;align-self:stretch}@media only screen and (min-width:500px){.nkv-tiles-grid__wrapper .nkv-tiles-grid__item{width:calc(50% - 3rem)}}@media only screen and (min-width:769px){.nkv-tiles-grid__wrapper .nkv-tiles-grid__item{width:calc(33% - 3rem)}}.nkv-tiles-grid .slick-list{overflow:visible}.nkv-tiles-grid .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.nkv-tiles-grid .slick-track .slick-slide{display:block;text-align:center;margin:0 1.5rem;height:auto}.nkv-tiles-grid .slick-track .slick-slide>div{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.nkv-tiles-grid .slick-track .slick-slide.slick-current .nkv-tiles-grid__item{background-color:#fff;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2)}.nkv-tiles-grid .slick-track .slick-slide.slick-current .nkv-tiles-grid__item::before{background-color:#fff}.nkv-tiles-grid .slick-track .slick-slide.slick-current .nkv-tiles-grid__item .nkv-tiles-grid__text{color:#3e3e3e}.nkv-tiles-grid .slick-arrow{top:auto;bottom:0;height:4rem}.nkv-tiles-grid .slick-arrow::before{padding:1.4rem;border-width:0 .2rem .2rem 0;border-color:#9d9d9d}.nkv-tiles-grid .slick-arrow.slick-prev{left:50%;-webkit-transform:translateX(-6.3rem);-ms-transform:translateX(-6.3rem);transform:translateX(-6.3rem)}.nkv-tiles-grid .slick-arrow.slick-next{right:50%;-webkit-transform:translateX(6.3rem);-ms-transform:translateX(6.3rem);transform:translateX(6.3rem)}.nkv-tiles-grid .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;bottom:-3rem}.nkv-tiles-grid .slick-dots li{width:auto;height:auto;margin:0}.nkv-tiles-grid .slick-dots button{height:.2rem;width:2rem;padding:0;border-radius:.2rem;background-color:#9d9d9d;opacity:.4;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.nkv-tiles-grid .slick-dots button::before{content:unset}.nkv-tiles-grid .slick-dots .slick-active button{opacity:1;background-color:#2bd483}@media only screen and (min-width:500px){.nkv-tiles-grid .slick-dots{gap:1.5rem}.nkv-tiles-grid .slick-dots button{height:.2rem;width:3rem}}.nkv-tiles-grid__item{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:1.6rem;background-color:transparent;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;max-width:70.5vw;position:relative;z-index:5;margin-inline:auto}.nkv-tiles-grid__item::before{content:'';position:absolute;top:-3rem;left:-1.8rem;right:-1.8rem;bottom:-3rem;background-color:transparent;border-radius:1rem;z-index:-1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}@media only screen and (min-width:769px){.nkv-tiles-grid__item{padding:1rem 1rem 3.5rem;width:calc(33% - 3rem);max-width:100%}.nkv-tiles-grid__item::before{content:unset}.nkv-tiles-grid__item:hover{background-color:#fff;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2)}.nkv-tiles-grid__item:hover .nkv-tiles-grid__text{color:#3e3e3e}}.nkv-tiles-grid__item .btn{margin-top:1.8rem;cursor:pointer}.nkv-tiles-grid__item--image{background-color:#fff;border-radius:1.6rem;overflow:hidden;padding:0 0 2.5rem 0;-webkit-box-shadow:0 0 100px 0 rgba(165,180,209,.15);box-shadow:0 0 100px 0 rgba(165,180,209,.15);margin-top:-3rem;margin-bottom:-4rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.nkv-tiles-grid__item--image a{position:relative;text-align:left;height:100%;padding-bottom:6.3rem}.nkv-tiles-grid__item--image::before{display:none}@media only screen and (min-width:769px){.nkv-tiles-grid__item--image{margin-top:0;margin-bottom:0;width:calc(50% - 1.25rem)}}@media only screen and (min-width:1280px){.nkv-tiles-grid__item--image{width:calc(33.33% - 2.5rem)}}.nkv-tiles-grid__item--image .nkv-tiles-grid__title{text-align:left;margin:2.5rem 2.5rem 0 2.5rem}.nkv-tiles-grid__item--image .nkv-tiles-grid__text{text-align:left;margin:1.8rem 2.5rem 0 2.5rem}.nkv-tiles-grid__item--image .btn{position:absolute;bottom:0;right:2.5rem;margin-top:0}.nkv-tiles-grid .slick-current .nkv-tiles-grid__item{background-color:#fff;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2)}.nkv-tiles-grid .slick-current .nkv-tiles-grid__item .nkv-tiles-grid__text{color:#3e3e3e}.nkv-tiles-grid__iconWrapper{width:100%;max-width:100%;height:10rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.1rem}@media only screen and (min-width:769px){.nkv-tiles-grid__iconWrapper{margin-bottom:1rem;max-width:28rem;height:16rem}}.nkv-tiles-grid__image{width:100%;height:auto}.nkv-tiles-grid__icon{max-height:100%;max-width:100%}.nkv-tiles-grid__title{display:block;font-size:2.2rem;line-height:1.136;font-weight:600;color:#3e3e3e;margin-bottom:2.4rem}@media only screen and (min-width:769px){.nkv-tiles-grid__title{margin-bottom:1.8rem}}.nkv-tiles-grid__text{color:#9d9d9d;font-size:1.6rem;line-height:1.5;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;max-width:100vw}@media only screen and (min-width:769px){.nkv-tiles-grid__text{padding-inline:1rem}}.nkv-tiles-grid--left .nkv-tiles-grid__slider,.nkv-tiles-grid--left .nkv-tiles-grid__wrapper{gap:3rem}@media only screen and (min-width:769px){.nkv-tiles-grid--left .nkv-tiles-grid__slider,.nkv-tiles-grid--left .nkv-tiles-grid__wrapper{gap:3rem}}.nkv-tiles-grid--left .nkv-tiles-grid__wrapper{position:relative}.nkv-tiles-grid--left .nkv-tiles-grid__item{padding:3rem;text-align:left;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fff;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2);width:100%;-ms-flex-item-align:stretch;align-self:stretch}@media only screen and (min-width:769px){.nkv-tiles-grid--left .nkv-tiles-grid__item{padding:4rem 3rem;width:calc(50% - 1.5rem)}}@media only screen and (min-width:1460px){.nkv-tiles-grid--left .nkv-tiles-grid__item{width:calc(33.33% - 2rem)}}.nkv-tiles-grid--left .nkv-tiles-grid__item .nkv-tiles-grid__iconWrapper{width:auto;height:6rem;margin-bottom:2.6rem}.nkv-tiles-grid--left .nkv-tiles-grid__item .nkv-tiles-grid__text{padding:0}.nkv-tiles-grid--right .nkv-tiles-grid__slider,.nkv-tiles-grid--right .nkv-tiles-grid__wrapper{gap:3rem}@media only screen and (min-width:769px){.nkv-tiles-grid--right .nkv-tiles-grid__slider,.nkv-tiles-grid--right .nkv-tiles-grid__wrapper{gap:3rem}}.nkv-tiles-grid--right .nkv-tiles-grid__wrapper{position:relative}.nkv-tiles-grid--right .nkv-tiles-grid__item{padding:3rem;text-align:left;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fff;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2);width:100%;-ms-flex-item-align:stretch;align-self:stretch}@media only screen and (min-width:769px){.nkv-tiles-grid--right .nkv-tiles-grid__item{padding:2rem 3rem;width:calc(50% - 1.5rem)}}@media only screen and (min-width:1460px){.nkv-tiles-grid--right .nkv-tiles-grid__item{width:calc(33.33% - 2rem)}}.nkv-tiles-grid--right .nkv-tiles-grid__item .nkv-tiles-grid__iconWrapper{width:auto;height:6rem;margin-bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.nkv-tiles-grid--right .nkv-tiles-grid__item .nkv-tiles-grid__iconWrapper span{margin:0}.nkv-tiles-grid--right .nkv-tiles-grid__item .nkv-tiles-grid__iconWrapper img{max-width:54px}.nkv-tiles-grid--right .nkv-tiles-grid__item .nkv-tiles-grid__text{padding:0}.nkv-tiles-grid--masonry .nkv-tiles-grid__slider,.nkv-tiles-grid--masonry .nkv-tiles-grid__wrapper{gap:3rem}@media only screen and (min-width:769px){.nkv-tiles-grid--masonry .nkv-tiles-grid__slider,.nkv-tiles-grid--masonry .nkv-tiles-grid__wrapper{gap:3rem}}.nkv-tiles-grid--masonry .nkv-tiles-grid__wrapper{position:relative}.nkv-tiles-grid--masonry .nkv-tiles-grid__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}@media only screen and (min-width:769px){.nkv-tiles-grid--masonry .nkv-tiles-grid__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0 3rem;margin-top:-7rem}.nkv-tiles-grid--masonry .nkv-tiles-grid__wrap .nkv-tiles-grid__item:nth-of-type(even){margin-top:7rem}.nkv-tiles-grid--masonry .nkv-tiles-grid__wrap .nkv-tiles-grid__item:nth-of-type(odd){margin-bottom:7rem}.nkv-tiles-grid--masonry .nkv-tiles-grid__wrap:first-of-type{margin-top:0}}.nkv-tiles-grid--masonry .nkv-tiles-grid__item{padding:3rem;text-align:left;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fff;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2);width:100%;-ms-flex-item-align:stretch;align-self:stretch;-webkit-transition:background .3s;-o-transition:background .3s;transition:background .3s;margin-inline:unset}.nkv-tiles-grid--masonry .nkv-tiles-grid__item::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:-o-linear-gradient(315deg,#731dd8 0,#fb4d3d 100%);background:linear-gradient(135deg,#731dd8 0,#fb4d3d 100%);opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}@media only screen and (min-width:769px){.nkv-tiles-grid--masonry .nkv-tiles-grid__item{padding:4rem 3rem;width:calc(50% - 1.5rem)}}@media only screen and (min-width:1460px){.nkv-tiles-grid--masonry .nkv-tiles-grid__item{width:calc(50% - 1.5rem)}}.nkv-tiles-grid--masonry .nkv-tiles-grid__item .nkv-tiles-grid__iconWrapper{width:10rem;height:10rem;margin-bottom:2.6rem}.nkv-tiles-grid--masonry .nkv-tiles-grid__item .nkv-tiles-grid__text{padding:0}.nkv-tiles-grid--masonry .nkv-tiles-grid__item .nkv-tiles-grid__text,.nkv-tiles-grid--masonry .nkv-tiles-grid__item .nkv-tiles-grid__title{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.nkv-tiles-grid--masonry .nkv-tiles-grid__item .nkv-tiles-grid__icon path{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.nkv-tiles-grid--masonry .nkv-tiles-grid__item:hover::before{opacity:1}.nkv-tiles-grid--masonry .nkv-tiles-grid__item:hover .nkv-tiles-grid__icon path{fill:#fff}.nkv-tiles-grid--masonry .nkv-tiles-grid__item:hover .nkv-tiles-grid__title{color:#fff}.nkv-tiles-grid--masonry .nkv-tiles-grid__item:hover .nkv-tiles-grid__text{color:#fff}.nkv-tiles-grid--masonry .nkv-tiles-grid__item:hover .nkv-tiles-grid__text{color:#fff!important}.nkv-contact{position:relative;height:auto;width:100%}.nkv-contact::before{content:'';position:absolute;top:5.4%;left:0;width:100%;height:94.6%;background-color:#9d9d9d;opacity:.05}@media only screen and (min-width:1280px){.nkv-contact::before{top:7%;height:93%}}.nkv-contact .container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.nkv-contact__image{padding-bottom:3rem;position:relative;width:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top left;object-position:top left}@media only screen and (min-width:769px){.nkv-contact__image{padding-bottom:0}}.nkv-contact__content{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:769px){.nkv-contact__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.nkv-contact__icon-wrapper{width:100%;margin-top:-13rem}@media only screen and (min-width:769px){.nkv-contact__icon-wrapper{margin-top:0}}.nkv-contact__icon{max-width:10rem;margin-bottom:5rem;margin-top:-3rem}@media only screen and (min-width:500px){.nkv-contact__icon{margin-top:0;margin-bottom:2rem}}@media only screen and (min-width:1280px){.nkv-contact__icon{max-width:16rem;margin-bottom:0}}.nkv-contact__title{line-height:1.187;text-align:center;letter-spacing:-1px}@media only screen and (min-width:769px){.nkv-contact__title{text-align:left}}@media only screen and (min-width:1024px){.nkv-contact__title{font-size:4.2vw}}@media only screen and (min-width:1280px){.nkv-contact__title{font-size:3.2vw}}@media only screen and (min-width:1600px){.nkv-contact__title{font-size:6.4rem}}.nkv-contact__title-gradient{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:-webkit-gradient(linear,left bottom,right top,from(#2bd483),to(#621ecb));background-image:-o-linear-gradient(bottom left,#2bd483,#621ecb);background-image:linear-gradient(to top right,#2bd483,#621ecb)}.nkv-contact__data{position:relative;color:#3e3e3e;font-weight:600;font-size:2.2rem;margin-top:2.5rem;padding-top:2.5rem;padding-right:2rem;padding-left:2rem;text-align:center}.nkv-contact__data::before{content:'';position:absolute;top:0;left:0;width:100%;height:.2rem;background-color:#9d9d9d;opacity:.2}@media only screen and (min-width:769px){.nkv-contact__data{text-align:left;padding-top:2.5rem;padding-right:4rem;padding-left:0}}.nkv-contact__description{color:#9d9d9d;line-height:1.2;font-weight:400;font-size:1.4rem;margin-top:1rem;text-align:center}@media only screen and (min-width:769px){.nkv-contact__description{font-size:1.6rem;text-align:left}}.nkv-contact .btn{margin:2.5rem 0 4rem}@media only screen and (min-width:769px){.nkv-contact .btn{margin:2.5rem 0}}.nkv-testimonials{overflow:hidden;background-color:#000}.nkv-testimonials__wrap{padding-bottom:10rem}@media only screen and (min-width:769px){.nkv-testimonials__wrap{padding-bottom:14rem}}.nkv-testimonials__item{position:relative;padding:3rem 2rem 2rem 2rem;width:calc(100vw - 6rem)!important;margin-top:2rem;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;border-radius:1.6rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:100%}.nkv-testimonials__item::before{content:'';background-color:#3e3e3e;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.45;border-radius:1.6rem;z-index:-1;-webkit-transition:.2s background-color;-o-transition:.2s background-color;transition:.2s background-color}@media only screen and (min-width:769px){.nkv-testimonials__item{padding:5rem 3.5rem 3.5rem 3.5rem;margin-top:4rem;width:50rem!important}}@media only screen and (min-width:1440px){.nkv-testimonials__item{width:61rem!important}}@media only screen and (min-width:1921px){.nkv-testimonials__item{width:100%}}.nkv-testimonials__item .quote{position:absolute;top:-2rem;width:2.5rem;height:5rem}@media only screen and (min-width:769px){.nkv-testimonials__item .quote{width:4.6rem;height:10rem;top:-4rem}}.nkv-testimonials__item .quote--1{right:2rem}@media only screen and (min-width:769px){.nkv-testimonials__item .quote--1{right:3.5rem}}.nkv-testimonials__item .quote--2{right:5rem}@media only screen and (min-width:769px){.nkv-testimonials__item .quote--2{right:9.5rem}}.nkv-testimonials__item .quote path{fill:#2bd483;-webkit-transition:fill .5s;-o-transition:fill .5s;transition:fill .5s}.nkv-testimonials__item .logo{height:4rem;width:auto;max-width:100%;padding-bottom:1rem}.nkv-testimonials__item .logo--dark{display:none}@media only screen and (min-width:769px){.nkv-testimonials__item .logo{height:5rem}}.nkv-testimonials__item .company{height:4rem;padding-bottom:1rem;font-size:1.6rem;font-size:1.6rem;font-weight:400;line-height:1.2}@media only screen and (min-width:769px){.nkv-testimonials__item .company{font-size:2.2rem;font-size:2.2rem;height:5rem}}.nkv-testimonials__item .signature{font-size:1.6rem;font-size:1.6rem;font-weight:600;padding-bottom:3rem}.nkv-testimonials__item .signature .small-font{display:block;font-size:1.4rem;opacity:.55;font-weight:400}@media only screen and (min-width:769px){.nkv-testimonials__item .signature{font-size:2.2rem;font-size:2.2rem}.nkv-testimonials__item .signature .small-font{font-size:1.6rem}}.nkv-testimonials__item p{color:#fff;font-size:1.6rem;font-size:1.6rem;font-weight:400;text-align:left;line-height:1.4;-webkit-transition:.2s color;-o-transition:.2s color;transition:.2s color}.nkv-testimonials .slick-list{text-align:center;padding:0 2rem}@media only screen and (min-width:769px){.nkv-testimonials .slick-list{padding:0 4rem}}@media only screen and (min-width:1024px){.nkv-testimonials .slick-list{padding:0 10rem}}@media only screen and (min-width:1366px){.nkv-testimonials .slick-list{padding:0 15rem}}@media only screen and (min-width:1921px){.nkv-testimonials .slick-list{padding:0}}.nkv-testimonials .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.nkv-testimonials .slick-arrow{top:calc(100% - 2rem);width:2rem;height:4rem}.nkv-testimonials .slick-arrow::before{border-color:#fff;border-width:0 .2rem .2rem 0;padding:1.3rem;opacity:.45}.nkv-testimonials .slick-arrow.slick-disabled::before{opacity:.2}.nkv-testimonials .slick-prev{left:calc(50% - 6rem)}.nkv-testimonials .slick-next{right:calc(50% - 6rem)}.nkv-testimonials .slick-slide{margin:0 .5rem;height:auto}.nkv-testimonials .slick-slide:hover .nkv-testimonials__item::before{background-color:#fff;opacity:1}.nkv-testimonials .slick-slide:hover .nkv-testimonials__item .logo--light{display:none}.nkv-testimonials .slick-slide:hover .nkv-testimonials__item .logo--dark{display:block}.nkv-testimonials .slick-slide:hover .nkv-testimonials__item p{color:#3e3e3e}.nkv-testimonials .slick-slide>div{height:calc(100% - 2rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:769px){.nkv-testimonials .slick-slide>div{height:calc(100% - 4rem)}}@media only screen and (min-width:1921px){.nkv-testimonials .slick-slide>div{display:block}}@media only screen and (min-width:769px){.nkv-testimonials .slick-slide{margin:0 1rem}}@media only screen and (min-width:1280px){.nkv-testimonials .slick-slide{margin:0 1.5rem}}.nkv-testimonials .slick-current .nkv-testimonials__item::before{background-color:#fff;opacity:1}.nkv-testimonials .slick-current .nkv-testimonials__item .logo--light{display:none}.nkv-testimonials .slick-current .nkv-testimonials__item .logo--dark{display:block}.nkv-testimonials .slick-current .nkv-testimonials__item p{color:#3e3e3e}.nkv-testimonials .slick-current:hover .nkv-testimonials__item::before{background-color:#3e3e3e;opacity:.45}.nkv-testimonials .slick-current:hover .nkv-testimonials__item .logo--light{display:block}.nkv-testimonials .slick-current:hover .nkv-testimonials__item .logo--dark{display:none}.nkv-testimonials .slick-current:hover .nkv-testimonials__item p{color:#fff}@media only screen and (min-width:1280px){.nkv-testimonials .slick-current .nkv-testimonials__item::before{background-color:#3e3e3e;opacity:.45}.nkv-testimonials .slick-current .nkv-testimonials__item .logo--light{display:block}.nkv-testimonials .slick-current .nkv-testimonials__item .logo--dark{display:none}.nkv-testimonials .slick-current .nkv-testimonials__item p{color:#fff}.nkv-testimonials .slick-current:hover .nkv-testimonials__item::before{background-color:#fff;opacity:1}.nkv-testimonials .slick-current:hover .nkv-testimonials__item .logo--light{display:none}.nkv-testimonials .slick-current:hover .nkv-testimonials__item .logo--dark{display:block}.nkv-testimonials .slick-current:hover .nkv-testimonials__item p{color:#3e3e3e}.nkv-testimonials .slick-active:not(.slick-current) .nkv-testimonials__item::before{background-color:#fff;opacity:1}.nkv-testimonials .slick-active:not(.slick-current) .nkv-testimonials__item .logo--light{display:none}.nkv-testimonials .slick-active:not(.slick-current) .nkv-testimonials__item .logo--dark{display:block}.nkv-testimonials .slick-active:not(.slick-current) .nkv-testimonials__item p{color:#3e3e3e}}.nkv-animation .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:35vw 0}@media only screen and (min-width:769px){.nkv-animation .container{padding:25vw 0}}.nkv-animation__title{display:block;text-transform:uppercase;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:6.4rem;line-height:1.2;font-weight:700;background-image:-webkit-gradient(linear,left top,right bottom,from(#731dd8),color-stop(#fb4d3d),color-stop(white),to(white));background-image:-o-linear-gradient(top left,#731dd8,#fb4d3d,#fff,#fff);background-image:linear-gradient(to bottom right,#731dd8,#fb4d3d,#fff,#fff);-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);background-size:220% 300%;background-position:0 0;opacity:0;position:absolute;top:50%;left:50%;width:100%;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media only screen and (min-width:769px){.nkv-animation__title{margin-top:3vw}}.nkv-animation__title--1{font-size:58vw}@media only screen and (min-width:769px){.nkv-animation__title--1{font-size:50vw}}.nkv-animation__title--2{font-size:13vw;-webkit-animation-delay:2s;animation-delay:2s}@media only screen and (min-width:769px){.nkv-animation__title--2{font-size:11vw}}.nkv-animation__title--3{font-size:5.3vw;-webkit-animation-delay:4s;animation-delay:4s}@media only screen and (min-width:769px){.nkv-animation__title--3{font-size:3.35vw}}.nkv-animation__bg{position:absolute;top:50%;left:50%;width:80%;height:70%;background-color:#000;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-filter:blur(5rem);filter:blur(5rem);opacity:0;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media only screen and (min-width:769px){.nkv-animation__bg{margin-top:3vw}}@media only screen and (min-width:769px){.nkv-animation__bg{-webkit-filter:blur(15rem);filter:blur(15rem)}}.nkv-animation__bg--1{width:95%;height:70%}@media only screen and (min-width:769px){.nkv-animation__bg--1{width:80%;height:60%}}.nkv-animation__bg--2{width:75%;height:45%;-webkit-animation-delay:2s;animation-delay:2s}@media only screen and (min-width:769px){.nkv-animation__bg--2{width:67%;height:40%}}.nkv-animation.anim-start .nkv-animation__title--1{-webkit-animation-name:text-animation;animation-name:text-animation}.nkv-animation.anim-start .nkv-animation__title--2{-webkit-animation-name:text-animation;animation-name:text-animation}.nkv-animation.anim-start .nkv-animation__title--3{-webkit-animation-name:text-3-animation;animation-name:text-3-animation}.nkv-animation.anim-start .nkv-animation__bg{-webkit-animation-name:blur-animation;animation-name:blur-animation}@-webkit-keyframes text-animation{0%{background-position:0 0;opacity:0}50%{background-position:0 0;opacity:1}100%{background-position:100% 100%;opacity:1}}@keyframes text-animation{0%{background-position:0 0;opacity:0}50%{background-position:0 0;opacity:1}100%{background-position:100% 100%;opacity:1}}@-webkit-keyframes text-3-animation{0%{opacity:0}50%{opacity:1}100%{opacity:1}}@keyframes text-3-animation{0%{opacity:0}50%{opacity:1}100%{opacity:1}}@-webkit-keyframes blur-animation{from{opacity:0}to{opacity:.15}}@keyframes blur-animation{from{opacity:0}to{opacity:.15}}.nkv-big-numbers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:3rem 0;padding-bottom:0}@media only screen and (min-width:769px){.nkv-big-numbers{gap:3rem}}.nkv-big-numbers__item{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;position:relative;width:100%}@media only screen and (min-width:360px){.nkv-big-numbers__item{width:calc(50% - 1.5rem)}}@media only screen and (min-width:1024px){.nkv-big-numbers__item{width:calc(33.33% - 3rem)}}@media only screen and (min-width:1280px){.nkv-big-numbers__item{width:calc(25% - 2.25rem)}}.nkv-big-numbers__iconWrapper{width:8rem;height:8rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;border-radius:1.6rem;background-color:#fff;-webkit-box-shadow:0 0 70px 20px rgba(157,157,156,.2);box-shadow:0 0 70px 20px rgba(157,157,156,.2);margin-bottom:2rem}@media only screen and (min-width:1280px){.nkv-big-numbers__iconWrapper{margin-bottom:2.5rem}}.nkv-big-numbers__icon{width:auto;height:4rem}.nkv-big-numbers__value{display:block;font-size:3.2rem;line-height:1.2;font-weight:700;margin-bottom:.5rem}@media only screen and (min-width:500px){.nkv-big-numbers__value{font-size:6.4rem}}@media only screen and (min-width:1280px){.nkv-big-numbers__value{margin-bottom:2rem}}.nkv-big-numbers__text{color:#303030;font-size:1.6rem;line-height:1.4;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.nkv-big-numbers__text b{font-weight:700}.nkv-big-numbers--white .nkv-big-numbers__value{color:#fff}.nkv-big-numbers--white .nkv-big-numbers__text{color:#fff}.nkv-certificates-slider__title{position:relative;font-size:1.6rem;font-weight:600;color:#9d9d9d;margin-bottom:1rem;line-height:1.5}.nkv-certificates-slider .slick-arrow{width:2rem;height:4rem}.nkv-certificates-slider .slick-arrow.slick-next{right:auto;left:calc(100% - 2rem)}.nkv-certificates-slider .slick-arrow.slick-prev{left:auto;right:calc(100% - 2rem)}.nkv-certificates-slider .slick-arrow::before{padding:1.3rem;border-color:#9d9d9d}.nkv-certificates-slider .icon{margin:0 auto;width:50%;height:auto;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.5;-webkit-transition:opacity .3s,-webkit-filter .3s;transition:opacity .3s,-webkit-filter .3s;-o-transition:opacity .3s,filter .3s;transition:opacity .3s,filter .3s;transition:opacity .3s,filter .3s,-webkit-filter .3s}.nkv-certificates-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nkv-certificates-slider .slide:hover .icon{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}.nkv-certificates-slider--color .icon{-webkit-filter:grayscale(0);filter:grayscale(0)}.nkv-certificates-slider--minus-margin{z-index:2;margin-top:-10rem}@media only screen and (min-width:500px){.nkv-certificates-slider__title{margin-bottom:2.5rem}}@media only screen and (min-width:769px){.nkv-certificates-slider__title{margin-bottom:3rem}.nkv-certificates-slider--minus-margin{margin-top:-11rem}}@media only screen and (min-width:1366px){.nkv-certificates-slider__title{margin-bottom:4rem}}.nkv-certificates-slider--wide .nkv-certificates-slider__title{margin-bottom:2.5rem}.nkv-certificates-slider--wide .nkv-certificates-slider--minus-margin{margin-top:0!important;position:absolute;left:0;bottom:0;width:100%}.nkv-certificates-slider--wide .nkv-certificates-slider__wrapper{background-color:#fff;border-radius:4.5rem;padding:2rem 6rem;height:9rem;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2);width:100%;margin-bottom:0!important}.nkv-certificates-slider--wide .slick-arrow{width:2rem;height:2rem}.nkv-certificates-slider--wide .slick-arrow:before{padding:.6rem}.nkv-certificates-slider--wide .slick-arrow.slick-next{right:3rem;left:auto}.nkv-certificates-slider--wide .slick-arrow.slick-prev{right:auto;left:3rem}.nkv-certificates-slider--wide .icon{max-height:5rem;width:auto;max-width:65%}@media only screen and (min-width:769px){.nkv-certificates-slider--wide .nkv-certificates-slider__wrapper{border-radius:6rem;padding:3.5rem 10rem;height:12rem}.nkv-certificates-slider--wide .slick-arrow.slick-next{right:5rem}.nkv-certificates-slider--wide .slick-arrow.slick-prev{left:5rem}}@media only screen and (min-width:1024px){.nkv-certificates-slider--wide .nkv-certificates-slider__wrapper{padding:2rem 10rem}.nkv-certificates-slider--wide .nkv-certificates-slider__wrapper .icon{max-height:8rem;width:auto;max-width:80%}}.nkv-certificates-slider--addon{overflow:hidden}.nkv-certificates-slider--addon .slick-track{padding:40px 0}@media only screen and (min-width:500px){.nkv-certificates-slider--addon .slick-active .slide{position:relative;left:1px}.nkv-certificates-slider--addon .slick-active .slide::after{content:"";display:block;height:40%;width:1px;background:#ebebeb;position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}}.nkv-certificates-slider--addon .nkv-certificates-slider__slider--addon::before{content:"";position:absolute;right:100%;width:2000px;height:100%;z-index:16;display:block}.nkv-certificates-slider--addon .nkv-certificates-slider__slider--addon::after{content:"";position:absolute;left:100%;width:2000px;height:100%;z-index:16;display:block}.nkv-certificates-slider--transparency .nkv-certificates-slider__wrapper .icon{opacity:1!important}.nkv-image-and-text--noshadow .nkv-image-and-text__image-wrap{-webkit-box-shadow:none!important;box-shadow:none!important}.nkv-image-and-text--dark{color:#fff}@media only screen and (min-width:769px){.nkv-image-and-text--left .nkv-image-and-text__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.nkv-image-and-text--left .nkv-image-and-text__wrap .nkv-image-and-text__image-wrap{margin-right:0!important;margin-left:2rem}.nkv-image-and-text--left .nkv-image-and-text__text-wrap{margin:0 2rem 0 0}}@media only screen and (min-width:1600px){.nkv-image-and-text--left .nkv-image-and-text__wrap .nkv-image-and-text__image-wrap{margin-right:0!important;margin-left:5rem}.nkv-image-and-text--left .nkv-image-and-text__text-wrap{margin:0 5rem 0 0}}@media only screen and (min-width:769px){.nkv-image-and-text--wide.nkv-image-and-text--dark .nkv-image-and-text__title{color:#3e3e3e}}.nkv-image-and-text--wide .nkv-image-and-text__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flax-start;-ms-flex-pack:flax-start;justify-content:flax-start}@media only screen and (min-width:769px){.nkv-image-and-text--wide .nkv-image-and-text__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flax-start;-ms-flex-pack:flax-start;justify-content:flax-start}}.nkv-image-and-text--wide .nkv-image-and-text__image-wrap{position:relative;width:100%!important;border-bottom-left-radius:0;border-bottom-right-radius:0;height:45rem;overflow:hidden;margin-bottom:0}.nkv-image-and-text--wide .nkv-image-and-text__image-wrap .image{position:relative;width:inherit;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;margin-bottom:-.2rem}@media only screen and (min-width:769px){.nkv-image-and-text--wide .nkv-image-and-text__image-wrap{margin:0!important;height:auto}}.nkv-image-and-text--wide .nkv-image-and-text__text-wrap{position:relative;width:100%!important;margin:0!important;text-align:center;border-radius:0 0 1.6rem 1.6rem;padding:3rem 1.6rem 2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2)}@media only screen and (min-width:769px){.nkv-image-and-text--wide .nkv-image-and-text__text-wrap{border-radius:0 0 5.6rem 5.6rem;padding:0 5.6rem 5.6rem}}.nkv-image-and-text--wide .nkv-image-and-text__text-wrap .wpb_text_column{max-width:125rem}.nkv-image-and-text--wide .nkv-image-and-text__text-wrap .wpb_text_column .wpb_wrapper{text-align:center!important}@media only screen and (min-width:769px){.nkv-image-and-text--wide .nkv-image-and-text__title{margin-top:-6rem;margin-bottom:4rem;text-align:center;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2);font-size:3.2rem;border-radius:6rem;padding:1rem 3.5rem;min-height:12rem;background-color:#fff;width:94%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.nkv-image-and-text--reverse:not(.nkv-image-and-text--wide) .nkv-image-and-text__wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (min-width:769px){.nkv-image-and-text--reverse:not(.nkv-image-and-text--wide) .nkv-image-and-text__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.nkv-image-and-text--reverse:not(.nkv-image-and-text--wide) .nkv-image-and-text__text-wrap{margin-bottom:3rem}@media only screen and (min-width:769px){.nkv-image-and-text--reverse:not(.nkv-image-and-text--wide) .nkv-image-and-text__text-wrap{margin-bottom:0}}.nkv-image-and-text--reverse:not(.nkv-image-and-text--wide) .nkv-image-and-text__image-wrap{margin-bottom:0}.nkv-image-and-text--reverse:not(.nkv-image-and-text--wide).nkv-image-and-text--left .nkv-image-and-text__wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (min-width:769px){.nkv-image-and-text--reverse:not(.nkv-image-and-text--wide).nkv-image-and-text--left .nkv-image-and-text__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.nkv-image-and-text__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:flax-start;-ms-flex-pack:flax-start;justify-content:flax-start}@media only screen and (min-width:769px){.nkv-image-and-text__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flax-start;-ms-flex-pack:flax-start;justify-content:flax-start}}.nkv-image-and-text__image-wrap{position:relative;width:100%;margin-bottom:3rem;border-radius:1.6rem;-webkit-box-shadow:0 0 200px 10px rgba(165,180,209,.2);box-shadow:0 0 200px 10px rgba(165,180,209,.2)}@media only screen and (min-width:500px){.nkv-image-and-text__image-wrap{border-radius:5.6rem}}@media only screen and (min-width:769px){.nkv-image-and-text__image-wrap{width:calc(50% - 2rem);margin-right:2rem;margin-bottom:0}}@media only screen and (min-width:1600px){.nkv-image-and-text__image-wrap{width:64rem;margin-right:5rem}}.nkv-image-and-text__image-wrap .image{width:100%;height:auto;border-radius:1.6rem}@media only screen and (min-width:500px){.nkv-image-and-text__image-wrap .image{border-radius:5.6rem}}.nkv-image-and-text__text-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}@media only screen and (min-width:769px){.nkv-image-and-text__text-wrap{margin:0 0 0 2rem;text-align:left}}@media only screen and (min-width:1600px){.nkv-image-and-text__text-wrap{margin:0 0 0 5rem}}.nkv-image-and-text__text-wrap .wpb_text_column .wpb_wrapper{margin-bottom:0!important;text-align:center!important}@media only screen and (min-width:769px){.nkv-image-and-text__text-wrap .wpb_text_column .wpb_wrapper{text-align:left!important}}.nkv-image-and-text__title{font-weight:700;margin-bottom:3rem;font-size:3.2rem;line-height:1.125;text-align:center}@media only screen and (min-width:769px){.nkv-image-and-text__title{margin-bottom:4rem;font-size:3.4rem;line-height:1.187;text-align:left}}@media only screen and (min-width:1024px){.nkv-image-and-text__title{font-size:4.4rem}}@media only screen and (min-width:1600px){.nkv-image-and-text__title{font-size:6.4rem}}.nkv-image-and-text .btn{margin-top:2rem}.nkv-case-studies{display:block;position:relative;z-index:1}.nkv-case-studies::after{content:'';display:none;background-color:#000;width:100%;height:7.6rem;margin-bottom:-.2rem}@media only screen and (min-width:1024px){.nkv-case-studies::after{display:block}}@media only screen and (min-width:1921px){.nkv-case-studies::after{width:100vw;margin-left:calc((192rem - 100vw)/ 2)}}.nkv-case-studies .row{padding:0 2rem}@media only screen and (min-width:769px){.nkv-case-studies .row{padding:0 4rem}}@media only screen and (min-width:1024px){.nkv-case-studies .row{padding:0 10rem}}@media only screen and (min-width:1366px){.nkv-case-studies .row{padding:0 15rem}}.nkv-case-studies .col-12{position:relative}@media only screen and (min-width:1024px){.nkv-case-studies .col-12{padding-top:7.6rem}}.nkv-case-studies .section-title{padding-bottom:2rem}@media only screen and (min-width:1280px){.nkv-case-studies .section-title{position:absolute;top:0;left:0;width:100%;padding-bottom:0}}.nkv-case-studies__wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:2rem}@media only screen and (min-width:1280px){.nkv-case-studies__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4rem}}@media only screen and (min-width:1460px){.nkv-case-studies__wrap{gap:10rem}}.nkv-case-studies__slider-select{display:block}@media only screen and (min-width:1280px){.nkv-case-studies__slider-select{display:none}}.nkv-case-studies__slider-select .select{border-bottom:none;margin:0 0 2rem 0;height:auto;max-width:29rem;font-size:1.6rem;font-weight:600;text-align:center;line-height:1.2}.nkv-case-studies__slider-select .fancy-select{display:none}.nkv-case-studies__slider-select .styledSelect{line-height:1.2;color:#2bd483;position:relative;padding:0 4.6rem 0 0;min-height:5rem;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nkv-case-studies__slider-select .styledSelect::after{top:30%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-image:none;border:solid #000;border-width:0 1px 1px 0;display:inline-block;padding:1px;width:1.3rem;height:1.3rem}.nkv-case-studies__slider-select .styledSelect .active::after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nkv-case-studies__slider-select .options{border:none;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.4);box-shadow:0 0 70px 20px rgba(165,180,209,.4);border-radius:3rem;padding:1rem 0}.nkv-case-studies__slider-select .options li{padding:1rem 2rem}.nkv-case-studies__slider-select .options li:hover{background-color:#fff;color:#2bd483}.nkv-case-studies__slider-nav{width:100%;display:none}.nkv-case-studies__slider-nav .slick-list{width:100%}.nkv-case-studies__slider-nav .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}.nkv-case-studies__slider-nav .slick-slide,.nkv-case-studies__slider-nav li{width:100%!important}.nkv-case-studies__slider-nav .slick-slide{padding:1rem 0;cursor:pointer}.nkv-case-studies__slider-nav .slick-slide:first-of-type{padding-top:0}.nkv-case-studies__slider-nav .slick-slide:last-of-type{padding-bottom:0}.nkv-case-studies__slider-nav .slick-slide.slick-current li{color:#2bd483}.nkv-case-studies__slider-nav .slick-slide:hover li{color:#2bd483}.nkv-case-studies__slider-nav li{font-size:1.4rem;line-height:1.3;color:#9d9d9d;font-weight:600}@media only screen and (min-width:1280px){.nkv-case-studies__slider-nav{padding:7.6rem 0 13rem;width:15rem;display:block}.nkv-case-studies__slider-nav li{font-size:1.8rem}}@media only screen and (min-width:1460px){.nkv-case-studies__slider-nav{width:25rem}.nkv-case-studies__slider-nav .slick-slide{padding:2.5rem 0}.nkv-case-studies__slider-nav li{font-size:2.2rem}}.nkv-case-studies__slider{width:100%;padding-bottom:10rem}@media only screen and (min-width:1024px){.nkv-case-studies__slider{padding-bottom:0;margin-top:6rem;margin-bottom:-7.6rem}}@media only screen and (min-width:1280px){.nkv-case-studies__slider{width:calc(100% - 19rem);margin-top:-7.6rem}}@media only screen and (min-width:1460px){.nkv-case-studies__slider{width:calc(100% - 35rem)}}.nkv-case-studies__slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width:1024px){.nkv-case-studies__slider .slick-track{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.nkv-case-studies__slider .slick-slide{display:block;height:0}.nkv-case-studies__slider .slick-slide.slick-current{height:auto}@media only screen and (min-width:1280px){.nkv-case-studies__slider .slick-slide{height:auto}}.nkv-case-studies__slider .slick-arrow{top:auto;bottom:3rem;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);width:2rem;height:4rem}@media only screen and (min-width:1024px){.nkv-case-studies__slider .slick-arrow{top:-6rem;bottom:auto}}@media only screen and (min-width:1280px){.nkv-case-studies__slider .slick-arrow{top:auto;bottom:11.2rem}}@media only screen and (min-width:1460px){.nkv-case-studies__slider .slick-arrow{bottom:15.2rem}}.nkv-case-studies__slider .slick-arrow::before{border-color:#9d9d9d;border-width:0 .2rem .2rem 0;padding:1.3rem;opacity:.4}.nkv-case-studies__slider .slick-arrow.slick-disabled::before{opacity:.2}.nkv-case-studies__slider .slick-prev{left:calc(50% - 4rem)}@media only screen and (min-width:769px){.nkv-case-studies__slider .slick-prev{left:calc(50% - 6rem)}}@media only screen and (min-width:1280px){.nkv-case-studies__slider .slick-prev{left:-19rem}}@media only screen and (min-width:1460px){.nkv-case-studies__slider .slick-prev{left:-35rem}}.nkv-case-studies__slider .slick-next{left:calc(50% + 2rem)}@media only screen and (min-width:769px){.nkv-case-studies__slider .slick-next{left:calc(50% + 4rem)}}@media only screen and (min-width:1280px){.nkv-case-studies__slider .slick-next{left:-13rem}}@media only screen and (min-width:1460px){.nkv-case-studies__slider .slick-next{left:-28rem}}.nkv-case-studies__item{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (min-width:1024px){.nkv-case-studies__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4rem}}.nkv-case-studies__txt-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}@media only screen and (min-width:1024px){.nkv-case-studies__txt-wrap{padding:0 0 11.6rem 0;text-align:left;-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:1460px){.nkv-case-studies__txt-wrap{padding:15.2rem 0}}.nkv-case-studies__logo{margin-bottom:2rem;width:100%;height:8rem;background-size:contain;background-position:center,center;background-repeat:no-repeat}@media only screen and (min-width:1024px){.nkv-case-studies__logo{background-position:left,center}}@media only screen and (min-width:1460px){.nkv-case-studies__logo{margin-bottom:6rem}}.nkv-case-studies__title{font-size:2.2rem;font-weight:600;padding-bottom:1rem}.nkv-case-studies__title--titleHidden{display:none}@media only screen and (min-width:1460px){.nkv-case-studies__title{padding-bottom:2rem}}.nkv-case-studies__excerpt{font-size:1.6rem;padding-bottom:2rem;line-height:1.5}@media only screen and (min-width:1460px){.nkv-case-studies__excerpt{padding-bottom:4rem}}.nkv-case-studies .btn-nkv{font-size:1.6rem;padding:1.5rem 3rem}@media only screen and (min-width:1024px){.nkv-case-studies .btn-nkv{min-width:auto;font-size:1.8rem}}@media only screen and (min-width:1024px){.nkv-case-studies .btn-nkv{font-size:2.2rem;padding:1.5rem 5rem}}.nkv-case-studies__mockup{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;width:28rem;height:56rem;padding:1.5rem;border-radius:4rem;margin-bottom:4rem}.nkv-case-studies__mockup--tablet{width:87vw;height:115vw;padding:2.5vw;border-radius:5vw}.nkv-case-studies__mockup--desktop{width:87vw;height:70vw;padding:2.5vw 2.2vw 21vw;border-radius:0}@media only screen and (min-width:500px){.nkv-case-studies__mockup--tablet{width:43rem;height:56rem;padding:1.5rem;border-radius:3rem}}@media only screen and (min-width:1024px){.nkv-case-studies__mockup{padding-bottom:0;width:27vw;height:54vw;padding:1.5vw;border-radius:4vw;-ms-flex-item-align:end;align-self:flex-end}.nkv-case-studies__mockup--tablet{width:35vw;height:45.6vw;padding:1.3vw;border-radius:2vw}.nkv-case-studies__mockup--desktop{width:36vw;height:29vw;padding:1vw .6vw 8vw;border-radius:0}}@media only screen and (min-width:1460px){.nkv-case-studies__mockup{width:38rem;height:77rem;padding:2rem;border-radius:5rem}.nkv-case-studies__mockup--tablet{width:59rem;height:77rem;padding:2rem;border-radius:4rem}.nkv-case-studies__mockup--desktop{width:39vw;height:31vw;padding:1.2vw 1vw 9vw;border-radius:0}}@media only screen and (min-width:1921px){.nkv-case-studies__mockup--desktop{width:75rem;height:60rem;padding:2rem 2rem 17rem}}.nkv-case-studies__mockup .image{width:100%;height:100%;background-size:cover;background-position:top center;background-repeat:no-repeat}.nkv-case-studies__mockup::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/mockup_phone.webp);background-size:cover;background-position:top center}.nkv-case-studies__mockup--tablet::after{background-image:url(../images/mockup_tablet.webp)}.nkv-case-studies__mockup--desktop{-webkit-box-shadow:none;box-shadow:none;-webkit-filter:drop-shadow(0 0 150px rgba(165, 180, 209, .3));filter:drop-shadow(0 0 150px rgba(165, 180, 209, .3));border-radius:0}.nkv-case-studies__mockup--desktop::after{background-image:url(../images/mockup_desktop.webp)}.nkv-blog-filter{position:relative;padding-bottom:4rem;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:60}@media only screen and (min-width:1024px){.nkv-blog-filter{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:1280px){.nkv-blog-filter{padding-bottom:6rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.nkv-blog-filter__list{display:none;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}@media only screen and (min-width:769px){.nkv-blog-filter__list{display:-webkit-box;display:-ms-flexbox;display:flex}}.nkv-blog-filter__list .item{font-size:1.6rem;padding:1.3rem 3rem;background-color:#f1f3f8;border-radius:3rem;cursor:pointer}.nkv-blog-filter__list .item:hover{background-color:#e0e2e8}.nkv-blog-filter__list .item.active{color:#fff;background-color:#3e3e3e}.nkv-blog-filter .select{display:block;margin:0;border-bottom:none;height:6rem;font-size:1.6rem}.nkv-blog-filter .select .styledSelect{height:6rem;background-color:#f1f3f8;border-radius:3rem;text-align:center;padding:1.5rem 6rem 1.5rem 3rem;font-size:1.6rem}.nkv-blog-filter .select .styledSelect::after{width:.8rem;height:.8rem;top:2.4rem;right:2.6rem;background-image:none;border:solid #000;border-width:0 2px 2px 0;display:inline-block;padding:2px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:2}.nkv-blog-filter .select .styledSelect.active::after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nkv-blog-filter .select .options{background-color:#f1f3f8;border-radius:3rem;top:0;padding:1.5rem 6rem 1.5rem 3rem;font-size:1.6rem;border:none;z-index:1;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.3);box-shadow:0 0 70px 20px rgba(165,180,209,.3)}@media only screen and (min-width:769px){.nkv-blog-filter .select{display:none}}.nkv-blog{position:relative;min-height:24rem}.nkv-blog.loading::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,.7) url(../images/loader.gif) no-repeat 50% 50%;background-size:32rem auto;z-index:500}.nkv-blog .nkv-blog-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3rem}@media only screen and (min-width:769px){.nkv-blog .nkv-blog-grid{gap:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.nkv-blog .no-items{display:none;text-align:center;font-size:3.2rem;padding:10rem 0}.nkv-blog .nkv-cases-load-more{cursor:pointer}.nkv-blog-grid__newsletter{width:100%;background:#00a73c;color:#fff;font-size:17px;padding:20px;display:none}.nkv-blog-grid__item{position:relative;background-color:#fff;width:100%;max-width:50rem;z-index:1;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2);border-radius:1.6rem;padding-bottom:7.5rem}@media only screen and (min-width:769px){.nkv-blog-grid__item{max-width:none;width:calc(50% - 2rem);padding-bottom:2rem}}@media only screen and (min-width:1280px){.nkv-blog-grid__item{width:calc(33.33% - 2.7rem)}}.nkv-blog-grid__item .data-wrap{color:#000;padding:2rem 2rem 0 2rem;font-size:14px;font-style:normal;font-weight:400;opacity:.3}@media only screen and (min-width:769px){.nkv-blog-grid__item .data-wrap{padding:3rem 3rem 0 3rem}}.nkv-blog-grid__item .img-wrap{position:relative;width:100%;overflow:hidden;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;border-top-left-radius:1.6rem;border-top-right-radius:1.6rem}.nkv-blog-grid__item .img-wrap:before{content:"";display:block;height:0;padding-bottom:64%}.nkv-blog-grid__item .txt-wrap{padding:2rem 2rem 0 2rem}@media only screen and (min-width:769px){.nkv-blog-grid__item .txt-wrap{padding:3rem 3rem 0 3rem}}.nkv-blog-grid__item .txt-wrap .excerpt,.nkv-blog-grid__item .txt-wrap .title{color:#000;text-align:left}.nkv-blog-grid__item .txt-wrap .title{font-size:1.6rem;font-weight:600;line-height:1.2}@media only screen and (min-width:769px){.nkv-blog-grid__item .txt-wrap .title{font-size:2.2rem}}.nkv-blog-grid__item .txt-wrap .excerpt{font-size:1.4rem;line-height:1.2;margin-top:2rem}.nkv-blog-grid__item .categories-wrap{position:relative;z-index:1;margin-top:2rem;padding:0 2rem;text-align:left}@media only screen and (min-width:769px){.nkv-blog-grid__item .categories-wrap{padding:0 3rem}}.nkv-blog-grid__item .categories-wrap .category-band{display:inline-block;pointer-events:none;cursor:default;font-size:1.4rem;color:#000;margin:0 .5rem .5rem 0;padding:.5rem 2rem;background-color:#f1f3f8;border-radius:1.6rem}.nkv-blog-grid__item .more-wrap{position:absolute;bottom:0;left:0;width:100%;padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:769px){.nkv-blog-grid__item .more-wrap{padding:2rem 3rem 3rem}}.nkv-blog-grid__item .more-wrap .date{font-size:1.2rem;color:#000;padding-right:1rem;text-align:left}#ajax-nkv-blog .btn.btn-nkv{cursor:pointer}.footer{position:relative;z-index:1;background:#fff}.nkv-page-header{position:relative;width:100%;background-color:#fff}.nkv-page-header--full{max-width:100%!important}.nkv-page-header__bg-img{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center bottom;background-repeat:no-repeat;background-size:cover;background-color:#fafafa}.nkv-page-header__bg-img--dimmed{-webkit-filter:brightness(.7);filter:brightness(.7)}.nkv-page-header__text-wrap{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:14rem 0 6rem}@media only screen and (min-width:769px){.nkv-page-header__text-wrap{padding:14rem 0 7rem}}@media only screen and (min-width:1024px){.nkv-page-header__text-wrap{padding:20rem 0 7rem}}.nkv-page-header__text-wrap--add-margin{padding:14rem 0 12rem}@media only screen and (min-width:769px){.nkv-page-header__text-wrap--add-margin{padding:14rem 0 15rem}}@media only screen and (min-width:1024px){.nkv-page-header__text-wrap--add-margin{padding:20rem 0 15rem}}.nkv-page-header__title{padding-bottom:2rem}.nkv-page-header__subtitle{font-size:1.8rem;line-height:1.5;color:#3e3e3e;padding-bottom:1rem}.nkv-page-header__subtitle p{font-size:1.8rem}@media only screen and (min-width:1024px){.nkv-page-header__subtitle{padding-bottom:4rem}}.nkv-contact-strip{-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2)}.nkv-contact-strip__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:769px){.nkv-contact-strip__wrap{gap:4rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.nkv-contact-strip__title{font-size:3.2rem;color:#fff;font-weight:700}.nkv-contact-strip__desc{font-size:1.6rem;line-height:1.5;color:#fff;padding-top:1rem}.nkv-faq__item{position:relative;width:100%;cursor:pointer}.nkv-faq__item::after{content:'';position:absolute;top:100%;left:0;width:100%;height:.1rem;background-color:#345995;opacity:.15}.nkv-faq__item.active .nkv-faq__title::after{-webkit-transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.nkv-faq__wrap{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.nkv-faq__title{position:relative;width:100%;height:auto;min-height:5rem;font-size:2.2rem;font-size:2.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-weight:600;color:#345995;padding:2rem 2.5rem 2rem 0}@media only screen and (min-width:769px){.nkv-faq__title{min-height:10rem;padding:2.5rem 2.5rem 2.5rem 0}}.nkv-faq__title::after,.nkv-faq__title::before{content:'';position:absolute;top:50%;right:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1rem;height:.2rem;background-color:#345995}.nkv-faq__title::after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.nkv-faq__content{display:none;position:relative;width:100%;height:auto;font-size:1.6rem;font-size:1.6rem;line-height:1.5;padding:0 0 2rem 0}@media only screen and (min-width:769px){.nkv-faq__content{padding:0 0 2.5rem 0}}.nkv-faq__content strong{font-weight:600}.nkv-faq__content em{font-style:italic}.nkv-faq__content ul{position:relative;padding:1rem 0}.nkv-faq__content ul li{position:relative;padding-left:2.5rem}.nkv-faq__content ul li::before{content:'';position:absolute;left:0;top:1.2rem;background-color:#345995;border-radius:50%;width:.6rem;height:.6rem}.nkv-faq__content ol{position:relative;counter-reset:counter;padding:1rem 0}.nkv-faq__content ol li{position:relative;counter-increment:counter;padding-left:2.5rem}.nkv-faq__content ol li::before{content:counters(counter, ".", decimal-leading-zero);position:absolute;left:0;top:0;color:#345995;border-radius:50%}.nkv-faq__content ol li ol{counter-reset:counter1}.nkv-faq__content ol li ol li{counter-increment:counter1}.nkv-faq__content ol li ol li::before{content:counters(counter1, ".", decimal-leading-zero)}.nkv-faq__content a{color:#345995;text-decoration:underline}.nkv-process--extended .nkv-process__item .nkv-process__img{width:20rem;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}.nkv-process--extended .nkv-process__item .nkv-process__img-wrapper{background:#fff;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}.nkv-process--extended .nkv-process__item .nkv-process__img-wrapper::before{background:#00d37e;background:-o-linear-gradient(310deg,#00d37e 0,#367da9 50%,#6a2dc9 100%);background:linear-gradient(140deg,#00d37e 0,#367da9 50%,#6a2dc9 100%);-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all;opacity:0}.nkv-process--extended .nkv-process__item:hover .nkv-process__img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.nkv-process--extended .nkv-process__item:hover .nkv-process__img-wrapper::before{opacity:1}.nkv-process a{color:#3e3e3e}.nkv-process .slick-list,.nkv-process .slick-track{width:100%}.nkv-process .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.nkv-process--noicons,.nkv-process--steps{counter-reset:counter}.nkv-process--noicons .nkv-process__slider,.nkv-process--steps .nkv-process__slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:4rem}@media only screen and (min-width:769px){.nkv-process--noicons .nkv-process__slider,.nkv-process--steps .nkv-process__slider{padding-bottom:8rem}}.nkv-process--noicons .slick-list,.nkv-process--steps .slick-list{text-align:center;padding:2rem 3rem}@media only screen and (min-width:769px){.nkv-process--noicons .slick-list,.nkv-process--steps .slick-list{padding:2rem 4rem}}@media only screen and (min-width:1024px){.nkv-process--noicons .slick-list,.nkv-process--steps .slick-list{padding:2rem 10rem}}@media only screen and (min-width:1366px){.nkv-process--noicons .slick-list,.nkv-process--steps .slick-list{padding:2rem 15rem}}@media only screen and (min-width:1921px){.nkv-process--noicons .slick-list,.nkv-process--steps .slick-list{padding:2rem 0;margin-inline:15rem}}.nkv-process--noicons .slick-slide,.nkv-process--steps .slick-slide{height:auto;margin:0 1.5rem}.nkv-process--noicons .slick-slide>div,.nkv-process--steps .slick-slide>div{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width:1921px){.nkv-process--noicons .slick-slide>div,.nkv-process--steps .slick-slide>div{display:block}}.nkv-process--noicons .slick-slide:nth-of-type(even) .nkv-process__item,.nkv-process--steps .slick-slide:nth-of-type(even) .nkv-process__item{background-color:#f1f3f8}.nkv-process--noicons .nkv-process__item,.nkv-process--steps .nkv-process__item{background-color:#dff9ec}.nkv-process--noicons .slick-arrow,.nkv-process--steps .slick-arrow{top:auto;bottom:0;height:4rem}.nkv-process--noicons .slick-arrow::before,.nkv-process--steps .slick-arrow::before{padding:1.4rem;border-width:0 .2rem .2rem 0;border-color:#9d9d9d}.nkv-process--noicons .slick-arrow.slick-prev,.nkv-process--steps .slick-arrow.slick-prev{left:50%;-webkit-transform:translateX(-6.3rem);-ms-transform:translateX(-6.3rem);transform:translateX(-6.3rem)}.nkv-process--noicons .slick-arrow.slick-next,.nkv-process--steps .slick-arrow.slick-next{right:50%;-webkit-transform:translateX(6.3rem);-ms-transform:translateX(6.3rem);transform:translateX(6.3rem)}.nkv-process--noicons .nkv-process__item,.nkv-process--steps .nkv-process__item{position:relative;padding:2rem;text-align:center;height:auto;border-radius:1.6rem;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.nkv-process--noicons .nkv-process__item:hover,.nkv-process--steps .nkv-process__item:hover{-webkit-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07)}.nkv-process--noicons .nkv-process__item:hover::after,.nkv-process--noicons .nkv-process__item:hover::before,.nkv-process--steps .nkv-process__item:hover::after,.nkv-process--steps .nkv-process__item:hover::before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.nkv-process--noicons .nkv-process__item::after,.nkv-process--noicons .nkv-process__item::before,.nkv-process--steps .nkv-process__item::after,.nkv-process--steps .nkv-process__item::before{content:'';position:absolute;width:6.5rem;height:6.5rem;background-size:cover;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;background-repeat:no-repeat}.nkv-process--noicons .nkv-process__item::before,.nkv-process--steps .nkv-process__item::before{bottom:0;left:0;background-image:url(../images/quartercircle-left.svg);-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left}.nkv-process--noicons .nkv-process__item::after,.nkv-process--steps .nkv-process__item::after{top:0;right:0;background-image:url(../images/quartercircle-right.svg);-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right}@media only screen and (min-width:500px){.nkv-process--noicons .nkv-process__item,.nkv-process--steps .nkv-process__item{padding:4rem 2rem}}@media only screen and (min-width:769px){.nkv-process--noicons .nkv-process__item,.nkv-process--steps .nkv-process__item{padding:4vw 2rem}.nkv-process--noicons .nkv-process__item::after,.nkv-process--noicons .nkv-process__item::before,.nkv-process--steps .nkv-process__item::after,.nkv-process--steps .nkv-process__item::before{width:9vw;height:9vw}}@media only screen and (min-width:1280px){.nkv-process--noicons .nkv-process__item,.nkv-process--steps .nkv-process__item{padding:3vw 2rem}.nkv-process--noicons .nkv-process__item::after,.nkv-process--noicons .nkv-process__item::before,.nkv-process--steps .nkv-process__item::after,.nkv-process--steps .nkv-process__item::before{width:7vw;height:7vw}}@media only screen and (min-width:1921px){.nkv-process--noicons .nkv-process__item,.nkv-process--steps .nkv-process__item{height:100%}}.nkv-process--noicons .nkv-process__counter,.nkv-process--steps .nkv-process__counter{position:relative;width:100%;margin:0 auto;margin-bottom:1rem}@media only screen and (min-width:769px){.nkv-process--noicons .nkv-process__counter,.nkv-process--steps .nkv-process__counter{margin-bottom:2.5rem}}.nkv-process--noicons .nkv-process__counter::before,.nkv-process--steps .nkv-process__counter::before{text-align:center;width:100%;counter-increment:counter;content:counter(counter);color:#3e3e3e;font-size:4rem;font-size:4rem;font-weight:700}@media only screen and (min-width:769px){.nkv-process--noicons .nkv-process__counter::before,.nkv-process--steps .nkv-process__counter::before{font-size:6.4rem;font-size:6.4rem}}.nkv-process--noicons .nkv-process__img,.nkv-process--steps .nkv-process__img{display:none}.nkv-process--noicons .nkv-process__title,.nkv-process--steps .nkv-process__title{font-size:1.6rem;font-size:1.6rem;display:block;margin:0 auto;max-width:20rem;font-weight:600}@media only screen and (min-width:769px){.nkv-process--noicons .nkv-process__title,.nkv-process--steps .nkv-process__title{max-width:24rem;font-size:2.2rem;font-size:2.2rem}}.nkv-process--noicons .nkv-process__content,.nkv-process--steps .nkv-process__content{font-size:1.4rem;line-height:1.2;display:block;max-width:30rem;color:#3e3e3e;margin:0 auto;padding-top:1rem;z-index:1}@media only screen and (min-width:769px){.nkv-process--noicons .nkv-process__content,.nkv-process--steps .nkv-process__content{font-size:1.6rem;padding-top:2rem}}.nkv-process--icons .nkv-process__slider-5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:4rem}@media only screen and (min-width:769px){.nkv-process--icons .nkv-process__slider-5{padding-bottom:8rem}}.nkv-process--icons .slick-list{text-align:center;padding:4rem 3rem}@media only screen and (min-width:769px){.nkv-process--icons .slick-list{padding:7rem 4rem 2rem 4rem}}@media only screen and (min-width:1024px){.nkv-process--icons .slick-list{padding:7rem 10rem 2rem 10rem}}@media only screen and (min-width:1366px){.nkv-process--icons .slick-list{padding:7rem 15rem 2rem 15rem}}.nkv-process--icons .slick-slide{height:auto;margin:0 1.5rem}.nkv-process--icons .slick-slide>div{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width:1921px){.nkv-process--icons .slick-slide>div{display:block}}.nkv-process--icons .slick-arrow{top:auto;bottom:0;height:4rem}.nkv-process--icons .slick-arrow::before{padding:1.4rem;border-width:0 .2rem .2rem 0;border-color:#9d9d9d}.nkv-process--icons .slick-arrow.slick-prev{left:50%;-webkit-transform:translateX(-6.3rem);-ms-transform:translateX(-6.3rem);transform:translateX(-6.3rem)}.nkv-process--icons .slick-arrow.slick-next{right:50%;-webkit-transform:translateX(6.3rem);-ms-transform:translateX(6.3rem);transform:translateX(6.3rem)}.nkv-process--icons .nkv-process__item{position:relative;text-align:center}.nkv-process--icons .nkv-process__item:hover .nkv-process__img-wrapper::before{opacity:1}@media only screen and (min-width:1921px){.nkv-process--icons .nkv-process__item{width:100%}}.nkv-process--icons .nkv-process__counter{display:none}.nkv-process--icons .nkv-process__img-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:29rem;border-radius:1.6rem;padding:2.2rem;margin-inline:auto;-webkit-box-shadow:0 0 40px 0 rgba(165,180,209,.2);box-shadow:0 0 40px 0 rgba(165,180,209,.2);margin-bottom:3rem}@media only screen and (min-width:1921px){.nkv-process--icons .nkv-process__img-wrapper{-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2)}}.nkv-process--icons .nkv-process__img-wrapper::before{content:'';width:100%;height:100%;position:absolute;border-radius:1.6rem;background-color:#fff;opacity:.4;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.nkv-process--icons .nkv-process__img{position:relative;width:13rem;border-radius:1.6rem;padding:2rem}.nkv-process--icons .nkv-process__title{font-size:1.6rem;font-size:1.6rem;display:block;margin:0 auto;max-width:20rem;font-weight:600}@media only screen and (min-width:769px){.nkv-process--icons .nkv-process__title{max-width:24rem;font-size:2.2rem;font-size:2.2rem}}.nkv-process--icons .nkv-process__content{font-size:1.6rem;font-size:1.6rem;line-height:1.2;display:block;max-width:44rem;color:#3e3e3e;margin:0 auto;font-weight:600}.nkv-process--arrows{overflow:hidden;position:relative;text-align:center}.nkv-process--arrows .nkv-process__title-bg{width:100%;padding:0 2rem;text-shadow:0 0 60px #a5b4d1;color:#fff;font-size:19vw;font-weight:800;line-height:.9;z-index:0}@media only screen and (min-width:500px){.nkv-process--arrows .nkv-process__title-bg{text-shadow:0 0 60px #a5b4d1}}@media only screen and (min-width:1024px){.nkv-process--arrows .nkv-process__title-bg{font-size:15vw;text-shadow:0 0 100px #a5b4d1}}.nkv-process--arrows .slick-list{padding:0 0 7rem 0;padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){.nkv-process--arrows .slick-list{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.nkv-process--arrows .slick-list{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.nkv-process--arrows .slick-list{padding-right:15rem;padding-left:15rem}}.nkv-process--arrows .slick-slide:first-of-type{position:relative}.nkv-process--arrows .slick-slide:first-of-type::before{content:'';position:absolute;top:8rem;left:0;width:17%;height:.1rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border:1px dashed #345995;opacity:.5}@media only screen and (min-width:1280px){.nkv-process--arrows .slick-slide:first-of-type::before{width:30%}}.nkv-process--arrows .slick-slide:first-of-type::after{content:'';position:absolute;top:7.4rem;left:3%;border:solid #345995;border-width:0 .1rem .1rem 0;padding:.6rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);opacity:.5}@media only screen and (min-width:1280px){.nkv-process--arrows .slick-slide:first-of-type::after{left:11%}}.nkv-process--arrows .nkv-process__wrapper{position:relative;z-index:1;margin:0 0 4rem 0}@media only screen and (min-width:1024px){.nkv-process--arrows .nkv-process__wrapper{margin:0 -2rem 0 -2rem}}@media only screen and (min-width:1024px){.nkv-process--arrows .nkv-process__wrapper--minus-margin{margin-top:-7rem}}.nkv-process--arrows .nkv-process__item{position:relative;padding:3.5rem 2rem}@media only screen and (min-width:1024px){.nkv-process--arrows .nkv-process__item{padding:0 2rem}}.nkv-process--arrows .nkv-process__item::before{content:'';position:absolute;top:100%;right:50%;width:.1rem;height:3.5rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:1px dashed #345995;opacity:.5}@media only screen and (min-width:1024px){.nkv-process--arrows .nkv-process__item::before{top:8rem;right:0;width:17%;height:.1rem;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}}@media only screen and (min-width:1280px){.nkv-process--arrows .nkv-process__item::before{width:30%}}.nkv-process--arrows .nkv-process__item::after{content:'';position:absolute;top:auto;bottom:-2.5rem;right:50%;border:solid #345995;border-width:0 .1rem .1rem 0;padding:.6rem;-webkit-transform:rotate(45deg) translateY(-60%);-ms-transform:rotate(45deg) translateY(-60%);transform:rotate(45deg) translateY(-60%);opacity:.5}@media only screen and (min-width:1024px){.nkv-process--arrows .nkv-process__item::after{top:7.4rem;right:-9%;bottom:auto;-webkit-transform:rotate(-45deg) translateY(0);-ms-transform:rotate(-45deg) translateY(0);transform:rotate(-45deg) translateY(0)}}@media only screen and (min-width:1280px){.nkv-process--arrows .nkv-process__item::after{right:-15%}}.nkv-process--arrows .nkv-process__counter{display:none}.nkv-process--arrows .nkv-process__img-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:17.4rem;height:17.4rem;border-radius:2rem;border:2px dashed #345995;padding:2.2rem;margin-inline:auto}.nkv-process--arrows .nkv-process__img-wrapper::before{content:'';width:13rem;height:13rem;position:absolute;border-radius:1.6rem;padding:2rem;margin:0 auto;-webkit-box-shadow:0 0 100px 0 rgba(165,180,209,.65);box-shadow:0 0 100px 0 rgba(165,180,209,.65);background-color:#fff}.nkv-process--arrows .nkv-process__img{position:relative;width:13rem;border-radius:1.6rem;padding:2rem}.nkv-process--arrows .nkv-process__title{font-size:2.2rem;font-size:2.2rem;display:block;margin:0 auto;max-width:37rem;font-weight:600;margin-top:3.5rem}.nkv-process--arrows .nkv-process__content{font-size:1.6rem;font-size:1.6rem;line-height:1.2;color:#9d9d9d;display:block;max-width:37rem;margin:0 auto;margin-top:1.5rem}.nkv-process--noicons .nkv-process__counter{display:none!important}.nkv-text-and-tiles{padding-bottom:40px;position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:769px){.nkv-text-and-tiles{padding-bottom:0}}.nkv-text-and-tiles::after{content:"";content:"";display:block;width:30px;height:2px;background:#2bd483;position:absolute;bottom:-12px;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);margin-left:-20px}@media only screen and (min-width:769px){.nkv-text-and-tiles::after{display:none!important}}.nkv-text-and-tiles::before{content:"";content:"";display:block;width:30px;height:2px;background:#9d9d9d;position:absolute;bottom:-12px;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);margin-left:20px}@media only screen and (min-width:769px){.nkv-text-and-tiles::before{display:none!important}}@media only screen and (min-width:1024px){.nkv-text-and-tiles{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:1024px){.nkv-text-and-tiles--right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.nkv-text-and-tiles--reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (min-width:1024px){.nkv-text-and-tiles--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.nkv-text-and-tiles--reverse.nkv-text-and-tiles--right{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (min-width:1024px){.nkv-text-and-tiles--reverse.nkv-text-and-tiles--right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.nkv-text-and-tiles__content{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:1024px){.nkv-text-and-tiles__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.nkv-text-and-tiles__title{line-height:1.187;text-align:center}@media only screen and (min-width:1024px){.nkv-text-and-tiles__title{text-align:left}}@media only screen and (min-width:1280px){.nkv-text-and-tiles__title{font-size:3.2vw}}@media only screen and (min-width:1600px){.nkv-text-and-tiles__title{font-size:6.4rem}}.nkv-text-and-tiles .wpb_text_column{padding-top:2rem;text-align:center}@media only screen and (min-width:1024px){.nkv-text-and-tiles .wpb_text_column{text-align:left}}.nkv-text-and-tiles .btn{margin-top:2.5rem}.nkv-text-and-tiles__logos{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem}@media only screen and (min-width:1024px){.nkv-text-and-tiles__logos{gap:3rem}}.nkv-text-and-tiles__logos--wide{overflow:auto;width:calc(100% + 2rem);margin-right:-2rem}.nkv-text-and-tiles__logos--wide::-webkit-scrollbar{display:none}@media only screen and (min-width:769px){.nkv-text-and-tiles__logos--wide{width:calc(100% + 4rem);margin-right:-4rem}}@media only screen and (min-width:1024px){.nkv-text-and-tiles__logos--wide{width:100%;margin-right:0}}.nkv-text-and-tiles__logos--wide .nkv-text-and-tiles__logos-wrap{width:85rem}@media only screen and (min-width:769px){.nkv-text-and-tiles__logos--wide .nkv-text-and-tiles__logos-wrap{width:96rem}}@media only screen and (min-width:1024px){.nkv-text-and-tiles__logos--wide .nkv-text-and-tiles__logos-wrap{width:100%}}.nkv-text-and-tiles__logos--wide .nkv-text-and-tiles__logos-wrap:nth-of-type(odd) .nkv-text-and-tiles__logo-bg:nth-of-type(odd){width:10%}.nkv-text-and-tiles__logos--wide .nkv-text-and-tiles__logos-wrap:nth-of-type(odd) .nkv-text-and-tiles__logo-bg:nth-of-type(even){width:20%}.nkv-text-and-tiles__logos--wide .nkv-text-and-tiles__logos-wrap:nth-of-type(even) .nkv-text-and-tiles__logo-bg:nth-of-type(odd){width:20%}.nkv-text-and-tiles__logos--wide .nkv-text-and-tiles__logos-wrap:nth-of-type(even) .nkv-text-and-tiles__logo-bg:nth-of-type(even){width:10%}.nkv-text-and-tiles__logos-wrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.6rem}@media only screen and (min-width:1024px){.nkv-text-and-tiles__logos-wrap{gap:3rem}}.nkv-text-and-tiles__logos-wrap:nth-of-type(odd) .nkv-text-and-tiles__logo-bg:nth-of-type(odd){width:40%}.nkv-text-and-tiles__logos-wrap:nth-of-type(odd) .nkv-text-and-tiles__logo-bg:nth-of-type(even){width:60%}.nkv-text-and-tiles__logos-wrap:nth-of-type(even) .nkv-text-and-tiles__logo-bg:nth-of-type(odd){width:60%}.nkv-text-and-tiles__logos-wrap:nth-of-type(even) .nkv-text-and-tiles__logo-bg:nth-of-type(even){width:40%}.nkv-text-and-tiles__logo-bg{background-color:#f1f3f8;border-radius:1rem;overflow:hidden;height:7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem}@media only screen and (min-width:769px){.nkv-text-and-tiles__logo-bg{height:13rem}}.nkv-text-and-tiles__logo{border-radius:1rem;overflow:hidden;width:100%;max-width:10rem;height:100%;max-height:4rem;background-size:contain;background-position:center;background-repeat:no-repeat}@media only screen and (min-width:769px){.nkv-text-and-tiles__logo{max-height:6rem}}.nkv-form-with-person{background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:3rem}@media only screen and (min-width:1024px){.nkv-form-with-person{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.nkv-form-with-person--mobileDown{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-flow:column-reverse;flex-flow:column-reverse;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:1024px){.nkv-form-with-person--mobileDown{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-flow:column-reverse;flex-flow:column-reverse;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:1024px){.nkv-form-with-person--desktopLeft{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media only screen and (min-width:1024px){.nkv-form-with-person--desktopLeft .nkv-form-with-person__col--left{padding-left:2rem;width:40%;min-width:36rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (min-width:1366px){.nkv-form-with-person--desktopLeft .nkv-form-with-person__col--left{width:62rem;padding-left:3rem}}@media only screen and (min-width:769px){.nkv-form-with-person--desktopLeft .nkv-form-with-person__col--right{padding:0 4rem}}@media only screen and (min-width:1024px){.nkv-form-with-person--desktopLeft .nkv-form-with-person__col--right{padding:0 0 0 10rem}}@media only screen and (min-width:1366px){.nkv-form-with-person--desktopLeft .nkv-form-with-person__col--right{padding:0 0 0 15rem}}@media only screen and (min-width:1024px){.nkv-form-with-person--desktopLeft .nkv-form-with-person__text-wrap{bottom:9%;right:auto;left:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);padding-left:0;width:auto;max-width:none}}.nkv-form-with-person__col{position:relative;-ms-flex-item-align:stretch;align-self:stretch}.nkv-form-with-person__col--left{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (min-width:1024px){.nkv-form-with-person__col--left{padding-right:2rem;width:40%;min-width:36rem;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media only screen and (min-width:1366px){.nkv-form-with-person__col--left{width:62rem;padding-right:3rem}}.nkv-form-with-person__col--right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 2rem}@media only screen and (min-width:769px){.nkv-form-with-person__col--right{padding:0 4rem}}@media only screen and (min-width:1024px){.nkv-form-with-person__col--right{padding:0 10rem 0 0}}@media only screen and (min-width:1366px){.nkv-form-with-person__col--right{padding:0 15rem 0 0}}.nkv-form-with-person__col--wide{width:100%;padding-right:2rem;padding-left:2rem}@media only screen and (min-width:769px){.nkv-form-with-person__col--wide{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width:1024px){.nkv-form-with-person__col--wide{padding-right:10rem;padding-left:10rem}}@media only screen and (min-width:1366px){.nkv-form-with-person__col--wide{padding-right:15rem;padding-left:15rem}}.nkv-form-with-person__col--wide form{max-width:125rem;margin-inline:auto}.nkv-form-with-person__col--wide .hs-form .hs-input:not([type=button]),.nkv-form-with-person__col--wide .hs-form textarea.hs-fieldtype-textarea,.nkv-form-with-person__col--wide .nf-form-content .list-select-wrap .nf-field-element>div,.nkv-form-with-person__col--wide .nf-form-content input:not([type=submit]),.nkv-form-with-person__col--wide .nf-form-content textarea{background:#ebeff5!important}.nkv-form-with-person__col--wide .checkbox-wrap .nf-field-element label:after,.nkv-form-with-person__col--wide .checkbox-wrap .nf-field-label label:after,.nkv-form-with-person__col--wide .listcheckbox-wrap .nf-field-element label:after,.nkv-form-with-person__col--wide .listcheckbox-wrap .nf-field-label label:after{background:#ebeff5!important}.nkv-form-with-person__image{width:100%;max-width:40rem}@media only screen and (min-width:1024px){.nkv-form-with-person__image{width:150%;max-width:none}}.nkv-form-with-person__text-wrap{position:absolute;bottom:0;right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);color:#fff;padding-left:2rem;padding-right:2rem;width:100%;max-width:36rem}@media only screen and (min-width:1024px){.nkv-form-with-person__text-wrap{bottom:9%;right:0;left:auto;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);padding-right:0;width:auto;max-width:none}}.nkv-form-with-person__text-wrap::after{content:'';position:absolute;top:-1.5rem;right:3rem;background-image:url(../images/quartercircle-left.svg);background-size:contain;background-repeat:no-repeat;width:6rem;height:6rem}@media only screen and (min-width:1280px){.nkv-form-with-person__text-wrap::after{top:-2rem;width:8rem;height:8rem}}.nkv-form-with-person__text-bg{border-radius:1.6rem;overflow:hidden;-webkit-backdrop-filter:blur(4rem);backdrop-filter:blur(4rem);padding:2rem;-webkit-box-shadow:0 0 35px 0 rgba(165,180,209,.45);box-shadow:0 0 35px 0 rgba(165,180,209,.45)}@media only screen and (min-width:1280px){.nkv-form-with-person__text-bg{padding:3rem 7rem 3rem 3rem}}.nkv-form-with-person__text-bg::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:silver;opacity:.7}@media only screen and (min-width:1024px){.nkv-form-with-person__text-bg::before{opacity:.3}}.nkv-form-with-person__names{position:relative;font-size:2rem;font-weight:600}@media only screen and (min-width:1280px){.nkv-form-with-person__names{font-size:2.2rem}}.nkv-form-with-person__position{position:relative;font-size:1.4rem;padding-top:1rem}@media only screen and (min-width:1280px){.nkv-form-with-person__position{font-size:1.6rem}}.nkv-form-with-person__contact{margin-top:1.5rem}.nkv-form-with-person__contact::before{content:'';display:block;margin-top:1.5rem;height:.2rem;width:15rem;background-color:#fff}.nkv-form-with-person__phone{position:relative;display:block;margin-top:1.5rem;color:#fff;font-size:2.2rem;font-weight:600;padding-left:3rem}.nkv-form-with-person__phone::before{content:'';position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-image:url(../images/phone.svg);background-size:contain;background-repeat:no-repeat;width:1.7rem;height:1.7rem}.nkv-form-with-person__mail{position:relative;display:block;margin-top:1.5rem;color:#2bd483;font-size:1.6rem;font-weight:600;padding-left:3rem}@media only screen and (min-width:1280px){.nkv-form-with-person__mail{font-size:2.2rem}}.nkv-form-with-person__mail::before{content:'';position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-image:url(../images/email.svg);background-size:contain;background-repeat:no-repeat;width:1.7rem;height:1.7rem}.nkv-form-with-person__form-title{padding-bottom:1rem}@media only screen and (min-width:1024px){.nkv-form-with-person__form-title{font-size:4.4rem}}@media only screen and (min-width:1460px){.nkv-form-with-person__form-title{font-size:6.4rem}}.nkv-form-with-person .nf-form-content{padding:0}.nkv-form-with-person .nf-multi-cell .nf-cell{padding:0}.nkv-form-with-person .hs-form .hs-form-field label:not(.hs-error-msg){color:#3e3e3e}.nkv-form-with-person .hs-form .hs-input:not([type=button]),.nkv-form-with-person .hs-form textarea.hs-fieldtype-textarea,.nkv-form-with-person .nf-form-content .list-select-wrap .nf-field-element>div,.nkv-form-with-person .nf-form-content input:not([type=submit]),.nkv-form-with-person .nf-form-content textarea{background:#f3f5f9;border:none;-webkit-box-shadow:none;box-shadow:none;color:#3e3e3e!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.nkv-form-with-person .hs-form fieldset.form-columns-1 input[type=checkbox]{height:auto}.nkv-form-with-person .hs-form .hs_recaptcha{margin-top:2rem}.nkv-form-with-person .hs-form .legal-consent-container .hs-richtext p{color:#3e3e3e;font-size:1.4rem}.nkv-form-with-person .hs-form .legal-consent-container .hs-richtext p a{color:#3e3e3e;font-weight:600}.nkv-form-with-person .hs-form .hs-form-field .hs-form-booleancheckbox label:not(.hs-error-msg){font-size:1.4rem}.nkv-form-with-person .hs-form .hs-input:not([type=submit]),.nkv-form-with-person .nf-form-content input:not([type=submit]){border-radius:5rem}.nkv-form-with-person .hs-form textarea.hs-fieldtype-textarea,.nkv-form-with-person .nf-form-content textarea{border-radius:2rem!important;min-height:14rem!important;resize:none}.nkv-form-with-person .hs-form hs-input:not([type=submit]):focus,.nkv-form-with-person .hs-form textarea.hs-fieldtype-textarea:focus,.nkv-form-with-person .nf-form-content input:not([type=submit]):focus,.nkv-form-with-person .nf-form-content textarea:focus{background-color:#fff!important;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.25);box-shadow:0 0 70px 20px rgba(165,180,209,.25)}.nkv-form-with-person .hs-form .hs-input:not([type=submit]),.nkv-form-with-person .hs-form textarea.hs-fieldtype-textarea,.nkv-form-with-person.default-form .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,.nkv-form-with-person.default-form .nf-form-cont .nf-form-content input:not([type=submit]),.nkv-form-with-person.default-form .nf-form-cont .nf-form-content textarea{font-size:1.6rem;font-weight:400;padding:2.5rem 5rem;text-align:center}@media only screen and (min-width:1024px){.nkv-form-with-person .hs-form .hs-input:not([type=submit]),.nkv-form-with-person .hs-form textarea.hs-fieldtype-textarea,.nkv-form-with-person.default-form .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,.nkv-form-with-person.default-form .nf-form-cont .nf-form-content input:not([type=submit]),.nkv-form-with-person.default-form .nf-form-cont .nf-form-content textarea{text-align:left}}.nkv-form-with-person .hs-form .hs-input:not([type=submit]),.nkv-form-with-person.default-form .nf-form-cont .nf-form-content input:not([type=submit]){height:9rem}@media only screen and (min-width:500px){.nkv-form-with-person .hs-form .hs-input:not([type=submit]),.nkv-form-with-person.default-form .nf-form-cont .nf-form-content input:not([type=submit]){height:7rem}}.nkv-form-with-person .hs-form textarea.hs-fieldtype-textarea,.nkv-form-with-person.default-form .nf-form-cont .nf-form-content textarea{min-height:14rem}.nkv-form-with-person .checkbox-wrap .nf-field-element label:after,.nkv-form-with-person .checkbox-wrap .nf-field-label label:after,.nkv-form-with-person .listcheckbox-wrap .nf-field-element label:after,.nkv-form-with-person .listcheckbox-wrap .nf-field-label label:after{border-radius:.6rem;background:#f3f5f9;border:none;width:2.1rem;height:2.1rem}.nkv-form-with-person.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label{font-size:1.4rem;line-height:1.2}.nkv-form-with-person.default-form .nf-form-cont .nf-field-container .nf-field-description{font-size:1.4rem;line-height:1.2}.nkv-form-with-person.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label .btn--more,.nkv-form-with-person.default-form .nf-form-cont .nf-field-container .nf-field-description .btn--less{font-size:1.4rem;font-weight:600;color:#3e3e3e;text-decoration:underline;padding:0;cursor:pointer;z-index:1}.nkv-form-with-person.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label .btn--more::after,.nkv-form-with-person.default-form .nf-form-cont .nf-field-container .checkbox-wrap .nf-field-label label .btn--more::before,.nkv-form-with-person.default-form .nf-form-cont .nf-field-container .nf-field-description .btn--less::after,.nkv-form-with-person.default-form .nf-form-cont .nf-field-container .nf-field-description .btn--less::before{display:none}.nkv-form-with-person.default-form .nf-form-cont .nf-field-container.html-container .html-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:500px){.nkv-form-with-person.default-form .nf-form-cont .nf-field-container.html-container .html-wrap{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}.nkv-form-with-person.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element{font-size:1.4rem;line-height:1.2;font-weight:400;text-align:center}@media only screen and (min-width:500px){.nkv-form-with-person.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element{text-align:left}}.nkv-form-with-person.default-form .nf-form-cont .nf-field-container.html-container .html-wrap .nf-field-element a{font-weight:600;color:#3e3e3e;text-decoration:underline;cursor:pointer}.nkv-form-with-person.default-form .nf-form-cont .submit-container .submit-wrap .nf-field-element::after,.nkv-form-with-person.default-form .nf-form-cont .submit-container .submit-wrap .nf-field-element::before{display:none}.nkv-form-with-person .hs-form input[type=submit],.nkv-form-with-person.default-form .nf-form-cont .nf-form-content input[type=submit]{text-align:center;font-size:1.4rem;padding:1.7rem 3rem;border-radius:4rem;font-weight:600;color:#fff;width:29rem;height:6rem}@media only screen and (min-width:500px){.nkv-form-with-person .hs-form input[type=submit],.nkv-form-with-person.default-form .nf-form-cont .nf-form-content input[type=submit]{width:auto}}@media only screen and (min-width:769px){.nkv-form-with-person .hs-form input[type=submit],.nkv-form-with-person.default-form .nf-form-cont .nf-form-content input[type=submit]{font-size:2.2rem}}.nkv-locations__inner{position:relative}.nkv-locations .gmap{min-height:58rem}.nkv-locations .contacts{position:relative;width:100%;font-size:1.4rem;font-size:1.4rem}.nkv-locations .contacts .container{position:relative}.nkv-locations .contacts .contacts-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem}@media only screen and (min-width:500px){.nkv-locations .contacts .contacts-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2rem}}@media only screen and (min-width:769px){.nkv-locations .contacts .contacts-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.nkv-locations .contacts .contacts-list__item{position:relative;margin-top:3rem;z-index:1;-ms-flex-negative:0;flex-shrink:0;min-width:calc(50% - 2rem);text-align:center}@media only screen and (min-width:500px){.nkv-locations .contacts .contacts-list__item{padding-top:4rem;margin-top:1rem;text-align:left}}@media only screen and (min-width:769px){.nkv-locations .contacts .contacts-list__item{margin-top:2.6rem;padding-top:6rem;min-width:auto}}.nkv-locations .contacts .contacts-list__item:last-of-type{padding-right:0}.nkv-locations .contacts .contacts-list__item .icon{height:8rem;max-width:100%;border-radius:1.6rem;-webkit-box-shadow:0 0 70px 20px rgba(157,157,156,.2);box-shadow:0 0 70px 20px rgba(157,157,156,.2);padding:2.35rem;margin-bottom:2.3rem}@media only screen and (min-width:1366px){.nkv-locations .contacts .contacts-list__item .icon{margin-bottom:2.6rem}}.nkv-locations .contacts .contacts-list__item .title{font-weight:700;position:relative;margin-bottom:2.6rem;font-size:3.6rem;font-size:3.6rem}@media only screen and (min-width:500px){.nkv-locations .contacts .contacts-list__item .title{font-weight:600;margin-bottom:0;position:absolute;top:0;left:0;font-size:2rem;font-size:2rem}}@media only screen and (min-width:1366px){.nkv-locations .contacts .contacts-list__item .title{font-size:2.4rem;font-size:2.4rem}}.nkv-locations .contacts .contacts-list__item .item-title{font-weight:700;font-size:3.2rem;font-size:3.2rem;margin-bottom:1rem}@media only screen and (min-width:500px){.nkv-locations .contacts .contacts-list__item .item-title{font-size:1.6rem;font-size:1.6rem;font-weight:600}}@media only screen and (min-width:1366px){.nkv-locations .contacts .contacts-list__item .item-title{font-size:2.2rem;font-size:2.2rem;margin-bottom:1.8rem}}.nkv-locations .contacts .contacts-list__item p{font-size:1.6rem;font-size:1.6rem;line-height:1.4}.nkv-locations .contacts .contacts-list__item a{color:#3e3e3e}.vc_row-has-fill .locations{background:0 0}.nkv-gradient-header__wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-inline:auto;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nkv-gradient-header__svg{width:70.5rem;max-width:100%;height:auto}.nkv-gradient-header__subtitle{color:#fff;position:absolute;bottom:1.2vw;font-size:3vw;font-weight:600}@media only screen and (min-width:769px){.nkv-gradient-header__subtitle{bottom:.8rem;font-size:2.2rem}}.nkv-gallery{overflow:hidden}@media only screen and (min-width:769px){.nkv-gallery{padding:0}}@media only screen and (min-width:1024px){.nkv-gallery{padding:0 6rem}}@media only screen and (min-width:1366px){.nkv-gallery{padding:0 11rem}}.nkv-gallery__slider{margin-bottom:4rem}@media only screen and (min-width:769px){.nkv-gallery__slider{margin-bottom:0}}.nkv-gallery__slider .slick-list{padding:4rem 2rem 8rem}@media only screen and (min-width:769px){.nkv-gallery__slider .slick-list{padding:7rem 4rem;margin-bottom:0}}.nkv-gallery__slider .slick-slide{text-align:center;margin-left:0;margin-right:0}@media only screen and (min-width:769px){.nkv-gallery__slider .slick-slide{margin-left:10px;margin-right:10px}}.nkv-gallery__slider .slick-slide.slick-active .image,.nkv-gallery__slider .slick-slide.slick-current .image{display:block}.nkv-gallery__slider .slick-slide .image{display:none;width:100%;height:50vw;max-height:500px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s;margin:0 auto;background-position:center;background-size:cover;background-repeat:no-repeat;-webkit-box-shadow:0 0 30px 10px rgba(165,180,209,.2);box-shadow:0 0 30px 10px rgba(165,180,209,.2);border-radius:1.6rem;overflow:hidden}@media only screen and (min-width:769px){.nkv-gallery__slider .slick-slide .image{height:60vw;-webkit-box-shadow:0 0 50px 20px rgba(165,180,209,.2);box-shadow:0 0 50px 20px rgba(165,180,209,.2)}}.nkv-gallery__slider .slick-slide.slick-current img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.nkv-gallery__slider .slick-arrow{width:2rem;height:4rem}.nkv-gallery__slider .slick-arrow::before{padding:1.3rem;border-color:#000;margin-left:-82px;margin-right:-82px}.nkv-gallery__slider .slick-arrow.slick-prev{left:50%;-webkit-transform:translateX(-6.3rem);-ms-transform:translateX(-6.3rem);transform:translateX(-6.3rem);top:auto;bottom:0}@media only screen and (min-width:769px){.nkv-gallery__slider .slick-arrow.slick-prev{top:50%;bottom:auto;left:7rem;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media only screen and (min-width:1024px){.nkv-gallery__slider .slick-arrow.slick-prev{left:12rem}}@media only screen and (min-width:1366px){.nkv-gallery__slider .slick-arrow.slick-prev{left:18rem}}.nkv-gallery__slider .slick-arrow.slick-next{right:50%;-webkit-transform:translateX(6.3rem);-ms-transform:translateX(6.3rem);transform:translateX(6.3rem);top:auto;bottom:0}@media only screen and (min-width:769px){.nkv-gallery__slider .slick-arrow.slick-next{top:50%;bottom:auto;right:7rem;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media only screen and (min-width:1024px){.nkv-gallery__slider .slick-arrow.slick-next{right:12rem}}@media only screen and (min-width:1366px){.nkv-gallery__slider .slick-arrow.slick-next{right:18rem}}.nkv-diagram{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;padding:4rem 2rem 3rem;border-radius:1.6rem;overflow:hidden}@media only screen and (min-width:769px){.nkv-diagram{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:1460px){.nkv-diagram{padding:5rem 3rem}}.nkv-diagram__item{position:relative;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:1.6rem;padding:2rem;-webkit-box-shadow:0 0 100px 0 rgba(0,0,0,.15);box-shadow:0 0 100px 0 rgba(0,0,0,.15);margin-left:5rem}@media only screen and (min-width:769px){.nkv-diagram__item{text-align:left;margin-left:0;margin-top:5.5rem}}@media only screen and (min-width:1460px){.nkv-diagram__item{padding:4rem}}.nkv-diagram__item--arrows::before{opacity:1!important}.nkv-diagram__item--arrows::after{content:'';background-size:contain;background-repeat:no-repeat;background-position:center left;position:absolute;top:0;left:-3.6rem;width:10rem;height:100%;z-index:0;border-radius:1.6rem;border:2px dashed #000}@media only screen and (min-width:769px){.nkv-diagram__item--arrows::after{border-radius:0;border:none;background-position:top center;background-image:url(../images/arrows.png);top:-5.5rem;left:0;width:100%;height:11.3rem}}.nkv-diagram__item::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:.4;border-radius:1.6rem;z-index:1}.nkv-diagram__icon{position:relative;height:4rem;z-index:2}.nkv-diagram__title{position:relative;font-size:2.2rem;font-size:2.2rem;display:block;margin:0 auto;font-weight:600;text-align:center;padding-top:2.4rem;z-index:2}@media only screen and (min-width:769px){.nkv-diagram__title{text-align:left}}.nkv-diagram__aplas{position:relative;width:100%;padding:1.5rem 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:500px){.nkv-diagram__aplas{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:769px){.nkv-diagram__aplas{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width:1600px){.nkv-diagram__aplas{position:absolute;top:calc(100% - 2.5rem);left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:0 4rem}}.nkv-diagram__apla{position:relative;width:17rem;min-height:5rem;padding:.5rem 1rem .5rem 5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:2.5rem;background-color:#2bd483;color:#fff;font-size:1.4rem;line-height:1.1;-ms-flex-negative:0;flex-shrink:0;-webkit-box-shadow:0 0 100px 0 rgba(0,0,0,.15);box-shadow:0 0 100px 0 rgba(0,0,0,.15);margin-right:0;margin-bottom:1rem;text-align:left}@media only screen and (min-width:500px){.nkv-diagram__apla{margin-right:1rem;margin-bottom:0}}@media only screen and (min-width:769px){.nkv-diagram__apla{margin-right:0;margin-bottom:1rem;width:100%;min-width:auto;max-width:19rem}}@media only screen and (min-width:1600px){.nkv-diagram__apla{font-size:1.6rem;margin-right:1rem;margin-bottom:0}}.nkv-diagram__apla:last-of-type{margin:0}.nkv-diagram__apla::before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:1rem;width:3rem;height:3rem;background-color:#fff;border-radius:50%}.nkv-diagram__apla::after{content:'';background-image:url(../images/arrow-top.svg);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;top:50%;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);left:2rem;width:1.1rem;height:1.5rem}@media only screen and (min-width:500px){.nkv-diagram__apla::after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}}@media only screen and (min-width:769px){.nkv-diagram__apla::after{-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}}@media only screen and (min-width:1460px){.nkv-diagram__apla::after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}}.nkv-diagram__apla-head{position:absolute;bottom:-1.5rem;left:-11.5rem;-webkit-transform:translateY(50%) rotate(-90deg);-ms-transform:translateY(50%) rotate(-90deg);transform:translateY(50%) rotate(-90deg);width:auto;min-width:16rem;min-height:5rem;padding:.5rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:2.5rem;background-color:#fff;font-size:1.4rem;line-height:1.1;font-weight:700;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-shadow:0 0 100px 0 rgba(0,0,0,.15);box-shadow:0 0 100px 0 rgba(0,0,0,.15);z-index:2}@media only screen and (min-width:769px){.nkv-diagram__apla-head{bottom:calc(100% + 2.7rem);right:-1.5rem;left:auto;-webkit-transform:translateX(50%) rotate(0);-ms-transform:translateX(50%) rotate(0);transform:translateX(50%) rotate(0)}}.nkv-cases-filter{position:relative;padding-bottom:4rem;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:60}@media only screen and (min-width:1024px){.nkv-cases-filter{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:1280px){.nkv-cases-filter{padding-bottom:6rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.nkv-cases-filter__list{display:none;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}@media only screen and (min-width:769px){.nkv-cases-filter__list{display:-webkit-box;display:-ms-flexbox;display:flex}}.nkv-cases-filter__list .item{font-size:1.6rem;padding:1.3rem 3rem;background-color:#f1f3f8;border-radius:3rem;cursor:pointer}.nkv-cases-filter__list .item:hover{background-color:#e0e2e8}.nkv-cases-filter__list .item.active{color:#fff;background-color:#3e3e3e}.nkv-cases-filter .select{display:block;margin:0;border-bottom:none;height:6rem;font-size:1.6rem}.nkv-cases-filter .select .styledSelect{height:6rem;background-color:#f1f3f8;border-radius:3rem;text-align:center;padding:1.5rem 6rem 1.5rem 3rem;font-size:1.6rem}.nkv-cases-filter .select .styledSelect::after{width:.8rem;height:.8rem;top:2.4rem;right:2.6rem;background-image:none;border:solid #000;border-width:0 2px 2px 0;display:inline-block;padding:2px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:2}.nkv-cases-filter .select .styledSelect.active::after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nkv-cases-filter .select .options{background-color:#f1f3f8;border-radius:3rem;top:0;padding:1.5rem 6rem 1.5rem 3rem;font-size:1.6rem;border:none;z-index:1;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.3);box-shadow:0 0 70px 20px rgba(165,180,209,.3)}@media only screen and (min-width:769px){.nkv-cases-filter .select{display:none}}.nkv-cases{position:relative;min-height:24rem}.nkv-cases.loading::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,.7) url(../images/loader.gif) no-repeat 50% 50%;background-size:32rem auto;z-index:500}.nkv-cases .nkv-cases-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3rem}@media only screen and (min-width:769px){.nkv-cases .nkv-cases-grid{gap:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.nkv-cases .no-items{display:none;text-align:center;font-size:3.2rem;padding:10rem 0}.nkv-cases .nkv-cases-load-more{cursor:pointer}.nkv-cases-grid__item{position:relative;background-color:#fff;width:100%;max-width:50rem;z-index:1;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2);border-radius:1.6rem;padding-bottom:7.5rem}@media only screen and (min-width:769px){.nkv-cases-grid__item{max-width:none;width:calc(50% - 2rem);padding-bottom:8.5rem}}@media only screen and (min-width:1280px){.nkv-cases-grid__item{width:calc(33.33% - 2.7rem)}}.nkv-cases-grid__item .img-wrap{position:relative;width:100%;overflow:hidden;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;border-top-left-radius:1.6rem;border-top-right-radius:1.6rem}.nkv-cases-grid__item .img-wrap:before{content:"";display:block;height:0;padding-bottom:64%}.nkv-cases-grid__item .txt-wrap{padding:2rem 2rem 0 2rem}@media only screen and (min-width:769px){.nkv-cases-grid__item .txt-wrap{padding:3rem 3rem 0 3rem}}.nkv-cases-grid__item .txt-wrap .excerpt,.nkv-cases-grid__item .txt-wrap .title{color:#000;text-align:left}.nkv-cases-grid__item .txt-wrap .title{font-size:1.6rem;font-weight:600;line-height:1.2}@media only screen and (min-width:769px){.nkv-cases-grid__item .txt-wrap .title{font-size:2.2rem}}.nkv-cases-grid__item .txt-wrap .excerpt{font-size:1.4rem;line-height:1.2;margin-top:2rem}.nkv-cases-grid__item .categories-wrap{position:relative;z-index:1;margin-top:2rem;padding:0 2rem;text-align:left}@media only screen and (min-width:769px){.nkv-cases-grid__item .categories-wrap{padding:0 3rem}}.nkv-cases-grid__item .categories-wrap .category-band{display:inline-block;pointer-events:none;cursor:default;font-size:1.4rem;color:#000;margin:0 .5rem .5rem 0;padding:.5rem 2rem;background-color:#f1f3f8;border-radius:1.6rem}.nkv-cases-grid__item .more-wrap{position:absolute;bottom:0;left:0;width:100%;padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:769px){.nkv-cases-grid__item .more-wrap{padding:2rem 3rem 3rem}}.nkv-cases-grid__item .more-wrap .date{font-size:1.2rem;color:#000;padding-right:1rem;text-align:left}.nkv-case-studies-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.nkv-case-studies-slider .slick-list,.nkv-case-studies-slider .slick-track{width:100%}.nkv-case-studies-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.nkv-case-studies-slider .slick-list{text-align:center;padding:7rem 3rem}@media only screen and (min-width:769px){.nkv-case-studies-slider .slick-list{padding:7rem 4rem}}@media only screen and (min-width:1024px){.nkv-case-studies-slider .slick-list{padding:7rem 10rem}}@media only screen and (min-width:1366px){.nkv-case-studies-slider .slick-list{padding:7rem 15rem}}.nkv-case-studies-slider .slick-slide{height:auto;margin:0 1.5rem;text-align:center}.nkv-case-studies-slider .slick-slide>div{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:1921px){.nkv-case-studies-slider .slick-slide>div{display:block}}.nkv-case-studies-slider .slick-arrow{top:auto;bottom:0;height:4rem}.nkv-case-studies-slider .slick-arrow::before{padding:1.4rem;border-width:0 .2rem .2rem 0;border-color:#9d9d9d}.nkv-case-studies-slider .slick-arrow.slick-prev{left:50%;-webkit-transform:translateX(-6.3rem);-ms-transform:translateX(-6.3rem);transform:translateX(-6.3rem)}.nkv-case-studies-slider .slick-arrow.slick-next{right:50%;-webkit-transform:translateX(6.3rem);-ms-transform:translateX(6.3rem);transform:translateX(6.3rem)}.nkv-case-studies-slider .nkv-cases-grid__item .excerpt{display:none}.nkv-case-features{position:relative;padding-right:0;width:100%}@media only screen and (min-width:769px){.nkv-case-features{padding-right:3rem;max-width:45rem}}.nkv-case-features__item{padding-bottom:6rem;text-align:center}@media only screen and (min-width:769px){.nkv-case-features__item{text-align:left}}.nkv-case-features__title{font-size:1.6rem}.nkv-case-features__title--big{font-size:2.2rem;font-weight:600;margin-bottom:2rem}.nkv-case-features__icon{width:29rem;height:8rem;max-width:100%;padding:2.3rem 0;margin-bottom:2rem}.nkv-case-features__list{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:769px){.nkv-case-features__list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.nkv-case-features__list--ind{gap:1rem}.nkv-case-features__list--ind li{font-size:2.2rem;font-weight:600}.nkv-case-features__list--tech{gap:.5rem}.nkv-case-features__list--tech li{font-size:1.6rem;color:#000;padding:.5rem 3rem;background-color:#dff9ec;border-radius:1.6rem}.nkv-case-features__timeline{margin-top:1rem;font-size:2.2rem;font-weight:600}.nkv-case-description{position:relative;width:100%}.nkv-case-description .sgpb-popup-dialog-main-div-wrapper h1,.nkv-case-description .sgpb-popup-dialog-main-div-wrapper h2,.nkv-case-description .sgpb-popup-dialog-main-div-wrapper h3,.nkv-case-description .sgpb-popup-dialog-main-div-wrapper h4,.nkv-case-description .sgpb-popup-dialog-main-div-wrapper h5,.nkv-case-description .sgpb-popup-dialog-main-div-wrapper h6,.nkv-case-description .standard_typography h1,.nkv-case-description .standard_typography h2,.nkv-case-description .standard_typography h3,.nkv-case-description .standard_typography h4,.nkv-case-description .standard_typography h5,.nkv-case-description .standard_typography h6,.nkv-case-description .wpb_text_column h1,.nkv-case-description .wpb_text_column h2,.nkv-case-description .wpb_text_column h3,.nkv-case-description .wpb_text_column h4,.nkv-case-description .wpb_text_column h5,.nkv-case-description .wpb_text_column h6{font-size:2.2rem;line-height:1.2;color:#3e3e3e;font-weight:400;padding:0}.nkv-case-description .sgpb-popup-dialog-main-div-wrapper h1 strong,.nkv-case-description .sgpb-popup-dialog-main-div-wrapper h2 strong,.nkv-case-description .sgpb-popup-dialog-main-div-wrapper h3 strong,.nkv-case-description .sgpb-popup-dialog-main-div-wrapper h4 strong,.nkv-case-description .sgpb-popup-dialog-main-div-wrapper h5 strong,.nkv-case-description .sgpb-popup-dialog-main-div-wrapper h6 strong,.nkv-case-description .standard_typography h1 strong,.nkv-case-description .standard_typography h2 strong,.nkv-case-description .standard_typography h3 strong,.nkv-case-description .standard_typography h4 strong,.nkv-case-description .standard_typography h5 strong,.nkv-case-description .standard_typography h6 strong,.nkv-case-description .wpb_text_column h1 strong,.nkv-case-description .wpb_text_column h2 strong,.nkv-case-description .wpb_text_column h3 strong,.nkv-case-description .wpb_text_column h4 strong,.nkv-case-description .wpb_text_column h5 strong,.nkv-case-description .wpb_text_column h6 strong{font-weight:600}.nkv-post-body__container{display:grid;grid-template-columns:1fr 770px 1fr;max-width:162rem;margin:0 auto;gap:30px}@media only screen and (max-width:1500px){.nkv-post-body__container{grid-template-columns:305px 1fr 305px;max-width:100%;margin:0 auto;gap:30px;padding:0 20px}}@media only screen and (max-width:1024px){.nkv-post-body__container{grid-template-columns:1fr;justify-items:center;overflow-wrap:anywhere}}@media only screen and (max-width:1024px){.nkv-post-body .nkv-post-body-sticky{display:none!important}}.nkv-post-body .nkv-contact-strip{-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2);padding:35px;border-radius:20px}.nkv-post-body .nkv-contact-strip .btn.btn-nkv{min-width:25rem}.nkv-post-body .nkv-contact-strip__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:769px){.nkv-post-body .nkv-contact-strip__wrap{gap:4rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.nkv-post-body .nkv-contact-strip__title{font-size:22px;color:#fff;font-weight:600;line-height:25px}.nkv-post-body .nkv-contact-strip__desc{color:#fff!important;font-family:Poppins;font-size:16px;font-weight:400;line-height:1.5;color:#fff;padding-top:1rem}.nkv-post-body .table-of-contents{color:#3e3e3e;font-size:16px;font-weight:600;line-height:normal;border-radius:20px;background:#fbfbfb;padding:30px;padding-right:10px;margin-top:25px;width:290px;max-height:500px;overflow-y:scroll}@media only screen and (max-width:1024px){.nkv-post-body .table-of-contents{display:none!important}}.nkv-post-body .table-of-contents .table-of-contents-link{color:#3e3e3e;font-size:16px;font-weight:600;line-height:normal;display:grid;grid-template-columns:10px auto;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:30px;gap:18px;cursor:pointer;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}.nkv-post-body .table-of-contents .table-of-contents-link:hover{opacity:.7}.nkv-post-body .table-of-contents .table-of-contents-link.active{color:#2bd483!important}.nkv-post-body .table-of-contents .table-of-contents-link::before{content:"";display:inline-block;width:10px;height:10px;border-radius:20px;background:#2bd483}.nkv-post-body__level{border-radius:20px;background:#731dd8;width:290px;padding:25px;background-image:url(../images/level-img.png);background-size:contain;background-repeat:no-repeat;display:grid}.nkv-post-body__level .nkv-post-body__title{color:#2bd483;text-align:center;font-size:22px;font-weight:600;line-height:25px;margin-bottom:10px}.nkv-post-body__img{opacity:.7;width:100%;height:311px}.nkv-post-body__title{color:#3e3e3e;text-align:left;font-size:22px;font-weight:600;line-height:25px;margin-bottom:10px}.nkv-post-body__description{color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:21px}.nkv-post-body__description b{font-weight:600!important}.nkv-post-body__button{color:#fff;font-size:16px;font-style:normal;font-weight:600;line-height:normal;border-radius:40px;border:3px solid #2bd483;background:#2bd483;margin:0 auto;padding:10px 23px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}.nkv-post-body__button:hover{opacity:.7}.nkv-post-body .section-padding{padding:0!important}.nkv-post-body .section-padding h2{font-family:Poppins;font-size:32px;font-style:normal;font-weight:800;line-height:normal}@media only screen and (max-width:768px){.nkv-post-body .section-padding h2{font-size:24px}}.nkv-post-body .section-padding h3{color:#3e3e3e;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;line-height:25px;padding-left:0!important}.nkv-post-body .section-padding h3::before{display:none!important}.nkv-post-body .section-padding p{color:#3e3e3e;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.nkv-post-body .decor--right{display:none!important}.nkv-post-body .quarter_circle{display:none!important}.nkv-post-body .quarter_circle_text{background:#fff;color:#3e3e3e;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:0!important;margin-bottom:40px!important;min-height:0!important}.nkv-post-body .quarter_circle_text p{color:#3e3e3e!important;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.nkv-post-body .quarter_circle_text span{color:#3e3e3e!important;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.nkv-post-body .decor_cutter{display:none!important}.nkv-post-body .section-top-padding{padding-top:0!important}.nkv-post-more{background:#dff9ed;margin-top:20px;padding-bottom:180px;position:relative}@media only screen and (max-width:768px){.nkv-post-more .news-grid__wrap{padding:20px}}.nkv-post-more .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}@media only screen and (max-width:768px){.nkv-post-more .slick-track{gap:0}}.nkv-post-more .slick-prev{top:100%;left:50%;-webkit-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%);transform:translate(-100%,-50%);margin-top:80px;margin-left:-70px}.nkv-post-more .slick-next{top:100%;right:50%;-webkit-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%);transform:translate(-100%,-50%);margin-top:80px;margin-right:-70px}.nkv-post-more .slick-next::before{-webkit-transform:rotate(180deg)!important;-ms-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.nkv-post-more .blog-related::after{display:none}.nkv-post-more .slick-arrow{position:absolute;width:2rem;height:4rem;z-index:40}.nkv-post-more .slick-arrow::before{height:40px;width:20px;opacity:1;padding:0;background:url(../images/slider-arrow.svg);background-size:100% 100%;background-repeat:no-repeat;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);border:0!important}.footer{position:relative}.nkv-quote{margin-top:70px;background:#fbfbfb;padding:40px;border-radius:20px;position:relative}@media only screen and (max-width:1024px){.nkv-quote{margin-top:120px}}.nkv-quote::before{content:" ";background-image:url(../images/nkv-quote-icon.png);background-repeat:no-repeat;background-size:100% 100%;width:150px;height:100px;display:block;position:absolute;right:40px;top:-45px}@media only screen and (max-width:1024px){.nkv-quote::before{top:-65px}}.nkv-quote__title{color:#3e3e3e;font-size:22px;font-style:italic;font-weight:600;line-height:25px}@media only screen and (min-width:1024px){.nkv-quote__title{padding-right:142px}}.nkv-quote__desc{color:#3e3e3e;line-height:1.5;font-size:1.6rem;font-style:italic;font-weight:400;margin-top:20px}.nkv-quote__desc p{line-height:1.5;font-size:1.6rem}.nkv-offer-tiles{background-repeat:no-repeat;background-size:cover;padding-top:40px;margin-bottom:50px!important}.nkv-offer-tiles p b{font-weight:700}.nkv-offer-tiles--third .nkv-offer-tiles__icon{min-height:120px}.nkv-offer-tiles--third .nkv-offer-tiles__item{width:100%}@media only screen and (min-width:1024px){.nkv-offer-tiles--third .nkv-offer-tiles__item{width:calc(31% - 2px)}}.nkv-offer-tiles--third .nkv-offer-tiles__wrapper{max-width:182px;margin:0 auto;width:100%}@media only screen and (min-width:1024px){.nkv-offer-tiles--third .nkv-offer-tiles__wrapper{max-width:971px;margin:0 auto;width:100%}}.nkv-offer-tiles .nkv-title{margin-top:20px;color:#fff}.nkv-offer-tiles .wpb_text_column{margin-top:20px}.nkv-offer-tiles .wpb_text_column p{color:#fff}.nkv-offer-tiles__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:50px;z-index:2}@media only screen and (min-width:1024px){.nkv-offer-tiles__wrapper{gap:30px;max-width:1040px;margin:0 auto;top:70px}}.nkv-offer-tiles__item{background:-o-linear-gradient(102deg,#ebf0f4 0,#ebeff5 100%);background:linear-gradient(348deg,#ebf0f4 0,#ebeff5 100%);width:calc(50% - 10px);padding:20px;border-radius:20px}@media only screen and (min-width:1024px){.nkv-offer-tiles__item{width:calc(31% - 2px)}}.nkv-offer-tiles__title{position:relative;font-weight:700;color:#444446;font-size:10px;line-height:15px;padding-right:10px}@media only screen and (min-width:360px){.nkv-offer-tiles__title{font-size:14px}}@media only screen and (min-width:1024px){.nkv-offer-tiles__title{font-size:22px;line-height:26px;padding-right:94px}}@media only screen and (min-width:1440px){.nkv-offer-tiles__title{font-size:26px;line-height:32px;padding-right:69px}}.nkv-offer-tiles__title::after{content:" ";display:block;width:9px;height:11px;position:absolute;background-image:url(../images/icon-arrow.png);background-size:100% 100%;right:-2px;bottom:2px}.nkv-offer-tiles__icon{position:relative;min-height:64px}@media only screen and (min-width:360px){.nkv-offer-tiles__icon{min-height:120px}}.nkv-offer-tiles__icon img{position:absolute;max-height:164px;top:-31px;left:-19px}.nkv-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1000}.nkv-popup-overlay .nkv-popup-close{position:absolute;top:50px;right:50px;font-size:48px;font-weight:400;cursor:pointer;color:#fff;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}.nkv-popup-overlay .nkv-popup-close:hover{opacity:.7}.nkv-popup-overlay .nkv-popup-content{position:relative;width:90%;height:315px!important;max-width:900px;text-align:center}@media only screen and (min-width:769px){.nkv-popup-overlay .nkv-popup-content{height:509px!important}}.nkv-popup-overlay .nkv-popup-content .nkv-iframe-container iframe{width:100%;height:315px!important}@media only screen and (min-width:769px){.nkv-popup-overlay .nkv-popup-content .nkv-iframe-container iframe{height:515px!important}}.nkv-popup-trigger{cursor:pointer;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}.nkv-popup-trigger:hover{opacity:.7}.scalocustom_navlight a{font-weight: 400!important}
.nkv_our_services_tiles {
    background: #2BD483;
    padding-top: 70px;
    background-image: url(../images/our_services_tiles.png);
    background-repeat: no-repeat;
    background-position: right 0 bottom 0;
}


.nkv_our_services_tiles_inner {
    flex-direction: row-reverse;
}

.nkv_our_services_tiles_inner--reverse {
    flex-direction: row;
}

.nkv_our_services_tiles .nkv-content-column .section-title.nkv-title {
    color: #3e3e3e;
    font-weight: 700;
    font-size: 6rem;
    text-align: left;
    margin-bottom: 40px;
}

.nkv_our_services_tiles .nkv-content-column .wpb_content_element {
    color: #3e3e3e;
    text-align: left;
    font-size: 1.5rem;
}

.nkv_our_services_tiles .nkv-read-button {
    background: #0244FD;
    border-radius: 32px;
    padding: 16px 24px 16px 24px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
}

.nkv_our_services_tiles .nkv-read-button:hover {
    background: #0031BC;
    filter: none;
    /* box-shadow: 0px 4.36px 4.36px 0px #00000040;*/
}

.nkv_our_services_tiles .nkv-content-column .nkv-read-button {
    /* animation: our-service-anim 400ms 1 forwards;*/
}

.nkv_our_services_tiles .nkv-content-column .nkv-read-button:hover {
    /* animation: our-service-hover-anim 400ms 1 forwards*/
}

.nkv-our_services_tiles_list {

}

.nkv-our_services_tiles_list .nkv-our_services_tile {
    padding-right: 80px;
    margin-bottom: 60px;
}

.nkv-our_services_tiles_list .nkv_our_services_tile_inner {
    border-radius: 16px;
    padding: 24px;
    background: #FFFFFF;
    animation: our-service-anim 400ms 1 forwards;
}

.nkv-our_services_tiles_list .nkv-our_services_tile:hover {
    animation: our-service-hover-anim 400ms 1 forwards
}

.nkv_our_services_tiles .nkv-our_services_tile .nkv-read-button {
    background:#2BD483;
    font-weight:600;
    font-size: 16px;
}
.nkv-our_services_tiles_list .nkv-our_services_tile:hover .nkv-read-button {
    background: #189458;
    /*box-shadow: 0px 4.36px 4.36px 0px #00000040;*/
}
.nkv-our_services_tiles_list .nkv-our_services_tile .tileHead {
    display: flex;
    align-items: center;
}
.nkv-our_services_tiles_list .nkv-our_services_tile .tileHead .tileTitle {
    font-size: 22px;
    color:#3e3e3e;
    font-weight:600;
    display:inline-block;
    width: calc( 100% - 125px );
}
.nkv-our_services_tiles_list .nkv-our_services_tile .tileHead .tileImage {
    display:inline-block;
    border-radius:24px;
    width:100px;
    height: 100px;
    object-fit: cover;
    margin-right:25px;
}
.nkv-our_services_tiles_list .nkv-our_services_tile .tileContent {
    font-size:14px;
    color:#3e3e3e;
    margin-top:25px;
}

@keyframes our-service-hover-anim {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes our-service-anim {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 1024px) {
    .nkv_our_services_tiles .nkv-content-column .section-title.nkv-title {
        font-size: 3.5rem;
    }

    .nkv_our_services_tiles {
        background-image: none;
    }
    .nkv_our_services_tiles .nkv-content-column {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px;
    }
    .nkv-our_services_tiles_list .nkv-our_services_tile {
        padding-right: 20px;
        margin-bottom: 47px;
        padding-left: 20px;
    }
    .nkv-our_services_tiles_list .nkv-our_services_tile .tileHead .tileImage {
        width:55px;
        height:55px;
        border-radius: 16px;
        margin-right:10px;
    }
    .nkv-our_services_tiles_list .nkv-our_services_tile .tileHead .tileTitle {
        width: calc( 100% - 65px );
    }
}

@media (max-width: 400px) {
    .nkv-our_services_tiles_list .nkv-our_services_tile .tileHead .tileTitle {
        font-size: 18px;
    }
}
@media (min-width: 1650px) and  (max-width: 1800px) {
    .nkv-our_services_tiles_list .nkv-our_services_tile .tileHead .tileTitle {
        font-size: 20px;
    }

}

@media (min-width: 1601px) and  (max-width: 1649px) {
    .nkv-our_services_tiles_list .nkv-our_services_tile .tileHead .tileTitle {
        font-size: 18px;
    }

}
.nkv-our_services_tiles_tiles + .nkv-our_services_tiles_text {
    padding-left:40px;
}


@media (min-width: 1025px) and  (max-width: 1649px) {
    .nkv-our_services_tiles_list .nkv-our_services_tile .tileHead .tileTitle {
        font-size: 18px;
    }
    .nkv-our_services_tiles_list .nkv-our_services_tile .tileHead .tileImage {
        width:55px;
        height:55px;
        border-radius: 16px;
        margin-right:10px;
    }
    .nkv-our_services_tiles_list .nkv-our_services_tile .tileHead .tileTitle {
        width: calc( 100% - 65px );
    }
}

@media (min-width: 1025px) and  (max-width: 1279px) {
    .nkv-our_services_tiles_list .nkv-our_services_tile {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 20px;
        margin-bottom: 47px;
        padding-left: 20px;
    }

    .nkv-our_services_tiles_text {
        padding-left:40px;
    }
    .nkv_our_services_tiles_inner--reverse .nkv-our_services_tiles_text {
        padding-left:0px;
        padding-right:40px;
    }
}
.nkv-big-numbers.v2 {
    justify-content: space-between;
}
.nkv-big-numbers.v2 .nkv-big-numbers__item {
    background:#ffffff;
    border-radius:16px;
    padding:24px;
    flex-direction: row;
    align-items: flex-start;
    color:#000000;
    justify-content: flex-start;
    text-align: left;
}
.nkv-big-numbers.v2 .nkv-big-numbers__iconWrapper {
    box-shadow:none;
    background: #FAFAFA;
    border-radius: 24px;
    width: 150px;
    height: 150px;
    margin: 0;
    margin-right: 15px;
}
.nkv-big-numbers.v2 .nkv-big-numbers__text {
    color:#000000;
}
.nkv-big-numbers.v2 .nkv-big-numbers__icon {
    width: 96px;
    height: 96px;
    object-fit: contain;

}
.nkv-big-numbers.v2 .nkv-big-numbers__desc {
    margin-top: -10px;
    width:50%;
}
@media only screen and (min-width: 1380px) {
    .nkv-big-numbers.v2 .nkv-big-numbers__item {
        width: calc(23%);
    }
}
@media only screen and  (min-width: 1200px) and (max-width: 1700px) {
    .nkv-big-numbers.v2 .nkv-big-numbers__value {
        font-size: 4.4rem;
    }
}
@media only screen and  (min-width: 1024px) and (max-width: 1199px) {
    .nkv-big-numbers.v2 .nkv-big-numbers__value {
        font-size: 3.4rem;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1379px) {
    .nkv-big-numbers__item {
        width: calc(33.33% - 3rem) !important;
        margin-bottom:40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .nkv-big-numbers.v2 .nkv-big-numbers__item {
        margin-bottom:40px;
    }
}

@media only screen and (max-width: 767px) {
    .nkv-big-numbers.v2 .nkv-big-numbers__item {
        width: 100%;
        margin-bottom:24px;
    }
}

@media only screen and (min-width: 769px) {
    .nkv-big-numbers.v2 {
        gap: normal;
    }
}
.nkv-case-studies::after {
    background-color:#D9F8ED;
}
.nkv-testimonials.v2 {
    background:#D9F8ED;
}

.nkv-testimonials.v2 .quote {
    display: none;
}
.nkv-testimonials.v2 .nkv-testimonials__item::before {
    background: #ffffff;
    opacity: 1;
}
.nkv-testimonials.v2 .nkv-testimonials__item p{
    color:#3E3E3E;
}
.nkv-testimonials.v2 .slick-arrow::before {
    border-color: #1E1E1E;
    border-width: 0 .3rem .3rem 0;
    opacity:1;
}
.nkv-testimonials.v2 .country-image {
    display:inline-block;
    margin-bottom:5px;
}

.nkv-testimonials .signature-outer {
    width:100%;
    display: flex;
}
.nkv-testimonials.v2 .signature-outer {
    justify-content: space-between;
}
.nkv-testimonials.v2 .signature-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nkv-testimonials.v2 .nkv-testimonials__item .logo {
    height: 90px;
}
.nkv-certificates-slider.v2 {
    padding-bottom:70px;
    padding-top:140px;
}

.nkv-certificates-slider.v2 .nkv-certificates-slider-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
}
.nkv-certificates-slider.v2 .nkv-certificates-slider__title{
    font-size: 48px;
    font-weight: bold;
    color: #3E3E3E;
    margin-top: 35px;
}
.nkv-certificates-slider.v2 .nkv-certificates-slider__wrapper {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 136px;
    padding-left:50px;
    padding-right:50px;
    margin-right:70px;
    margin-left:-25px;
}
.nkv-certificates-slider.v2 .slick-arrow.slick-next {
    right: 25px;
    left: auto;
}
.nkv-certificates-slider.v2 .slick-arrow.slick-prev {
    right: auto;
    left: 25px;
}
.nkv-certificates-slider.v2.nkv-certificates-slider--addon .slick-active .slide::after {
    display: none;
}

@media (min-width: 1025px) and (max-width: 1249px) {
    .nkv-certificates-slider.v2 .nkv-certificates-slider__title{
        font-size:38px;
    }

}
@media (max-width: 1024px) {
    .nkv-certificates-slider.v2 .nkv-certificates-slider__title{
        font-size: 3.2rem;
    }
    .nkv-certificates-slider.v2 .nkv-certificates-slider-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .nkv-certificates-slider.v2 .nkv-certificates-slider__wrapper {
       margin-right: 0;
    }
}

.nkv-clients-slider.v2 {
    padding-top:20px;
}
.nkv-clients-slider.v2 .slick-dots {
    display: none !important;
}
.nkv-clients-slider.v2 .slick-arrow {
    display: none !important;
}
.nkv-clients-slider.v2  .nkv-clients-slider__wrapper {
    width:100% !important;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.nkv-clients-slider.v2  .nkv-clients-slider__wrapper::before {
    content:'';
    display: block;
    background: linear-gradient(to right, #fafafa 0%, transparent 20%, transparent 80%,  #fafafa 100% );
    width: 100%;
    height: 100px;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.nkv-clients-slider.v2>.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100%;
}


.nkv-corporate-news-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nkv-corporate-news-slider .slick-list,
.nkv-corporate-news-slider .slick-track {
    width: 100%
}

.nkv-corporate-news-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nkv-corporate-news-slider .slick-list {
    text-align: center;
    padding: 7rem 3rem
}

@media only screen and (min-width:769px) {
    .nkv-corporate-news-slider .slick-list {
        padding: 7rem 4rem
    }
}

@media only screen and (min-width:1024px) {
    .nkv-corporate-news-slider .slick-list {
        padding: 7rem 10rem
    }
}

@media only screen and (min-width:1366px) {
    .nkv-corporate-news-slider .slick-list {
        padding: 7rem 15rem
    }
}

.nkv-corporate-news-slider .slick-slide {
    height: auto;
    margin: 0 1.5rem;
    text-align: center
}

.nkv-corporate-news-slider .slick-slide>div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:1921px) {
    .nkv-corporate-news-slider .slick-slide>div {
        display: block
    }
}

.nkv-corporate-news-slider .slick-arrow {
    top: auto;
    bottom: 0;
    height: 4rem
}

.nkv-corporate-news-slider .slick-arrow::before {
    padding: 1.4rem;
    border-width: 0 .2rem .2rem 0;
    border-color: #9d9d9d
}

.nkv-corporate-news-slider .slick-arrow.slick-prev {
    left: 50%;
    -webkit-transform: translateX(-6.3rem);
    -ms-transform: translateX(-6.3rem);
    transform: translateX(-6.3rem)
}

.nkv-corporate-news-slider .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translateX(6.3rem);
    -ms-transform: translateX(6.3rem);
    transform: translateX(6.3rem)
}

.nkv-corporate-news-slider .nkv-cases-grid__item .excerpt {
    display: none
}

.corporate-news-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 64px;
    line-height: 15px;
    color: #3e3e3e;
    padding-left: 15px;
}
.nkv-corporate-news-wrapper {
    padding-top:70px;
    padding-bottom:70px;
}

@media  (max-width: 1024px) {
    .corporate-news-title {
        font-size: 40px;
        padding-left: 45px;
        line-height: 47px;
    }
}

@media (max-width: 500px)  {
    .corporate-news-title {
        font-size: 30px;
        padding-left: 45px;
        line-height: 37px;
    }
    .nkv-corporate-news-slider .slick-list {
        padding-top:4rem;
    }
}

.industryTileItemWrapper {
    padding:15px;
}
.industryTileItemWrapper .industryTileItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    position: relative;
}

.industryTileItemWrapper  .industryTileItem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
}
.industryTileItemWrapper .industryTileItem>span {
    color:#ffffff;
    font-size:28px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: center;
    padding: 10px;
}
.industryTileItemWrapper .industryTileItem.industryTileItem--small>span {
    font-size:22px;
}

@media (min-width: 1025px) and (max-width: 1199px)  {
    .industryTileItemWrapper .industryTileItem>span {
        font-size:22px;
    }
    .industryTileItemWrapper .industryTileItem.industryTileItem--small>span {
        font-size:16px;
    }
}

@media (min-width: 769px) and (max-width: 900px)  {
    .industryTileItemWrapper .industryTileItem>span {
        font-size:25px;
    }
    .industryTileItemWrapper .industryTileItem.industryTileItem--small>span {
        font-size:18px;
    }
}

@media (max-width: 768px) {

    .industryTileItemWrapper .industryTileItem>span, .industryTileItemWrapper .industryTileItem.industryTileItem--small>span {
        font-size:24px;
    }
}

.nkv-tiles-grid__item--image .btn {
    position: static;
    margin-left:2.5rem;
}
.nkv-tiles-grid__item--image .nkv-tiles-grid__text {
    margin: 1.8rem 2.5rem 1.8rem 1.9rem;
}

.nkv-tiles-grid__item--image .nkv-tiles-grid__imageWrapper {
    width: 100%;
}

@media only screen and (min-width: 1280px) {
    .nkv-tiles-grid__item--image {
        width: calc(33.33% - 2.5rem);
        padding: 1rem 1rem 3.5rem;
        max-width: 100%;
    }
}
.nkv-tiles-grid__image {
    border-radius: 24px;
}
.nkv-tiles-grid__item--image a {
    height: auto;
}
.nkv-tiles-grid__item--image  .nkv-tiles-grid__imageWrapper {
    position: relative;
}
.nkv-tiles-grid__item--image  .nkv-tiles-grid_image_data {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.nkv-tiles-grid__item--image  .nkv-tiles-grid_image_data--decor {
    background-image: url(../images/tile_grid_decor.png);
    background-repeat: no-repeat;
    background-position: 24px 24px;
}

.nkv-tiles-grid__item--image  .nkv-tiles-grid__imageWrapper-withTitle .nkv-tiles-grid_image_data {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.nkv-tiles-grid__item--image  .nkv-tiles-grid__imageWrapper-withTitle .nkv-tiles-grid__title {
    color: #ffffff;
    margin: 0;
    font-size: 3.2rem;
    text-align: center;
}

.nkv-tiles-grid__item-background_green_v1, .nkv-tiles-grid__item-background_green_v1:hover {
    background: rgba(217, 248, 237, 1) !important;
}
.nkv-tiles-grid__item-background_green_v1 .btn {
    background: rgba(43, 212, 131, 1);
    color: rgba(0, 0, 0, 1);
    border:1px rgba(0, 0, 0, 1) solid;
}

@media only screen and (max-width: 1279px) {
    .nkv-tiles-grid__item--image {
        padding: 1rem 1rem 3.5rem;
    }
}
.nkv-tiles-grid__item-without-padding {
    padding:0 !important;
}
.nkv-tiles-grid__item-without-padding .btn{
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .nkv-tiles-grid__wrapper .nkv-tiles-grid__item.nkv-tiles-grid__item--image {
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0;
        margin-right: 0;
    }
}

.nkv-cases-filter .select {
    display: block !important;
}
.nkv-cases-filter-wrapper {
    display: flex;
    justify-content: space-between;
}

.nkv-cases-filter-label {
    font-size: 1.8rem;
    color: #3e3e3e;
    margin-right:15px;
}

@media (max-width: 1024px) {
    .nkv-cases-filter-wrapper .nkv-cases-filter {
        align-items: flex-start;
    }
    .nkv-cases-filter-label {
        margin-bottom:10px;
    }
}
@media (min-width: 500px) and (max-width: 700px) {
    .nkv-cases-filter-wrapper .nkv-cases-filter {
        max-width: 45%;
    }
}

@media  (max-width: 499px) {
    .nkv-cases-filter-wrapper {
       flex-direction: column;
        align-items: center;
    }
}

.nkv-cases-filter-technology.hideFilterOnMobile {
    opacity: 0 !important;
    z-index: 0 !important;;
}

.nkv-tiles-grid__item.nkv-tiles-grid__item--image:not(.nkv-tiles-grid__item-without-padding) .nkv-tiles-grid__text {
    margin: 1.8rem 2.5rem 1.8rem 0 !important;
    padding-left: 0 !important;
}


.nkv-tiles-grid__item.nkv-tiles-grid__item--image:not(.nkv-tiles-grid__item-without-padding) .nkv-tiles-grid__title:not(.nkv-tiles-grid__title-on_image) {
    text-align: left;
    margin: 2.5rem 2.5rem 0 0 !important;
}


.nkv-tiles-grid__item.nkv-tiles-grid__item--image:not(.nkv-tiles-grid__item-without-padding) .btn {
    margin-left: 0rem !important;
}
@media only screen and (min-width: 1024px) {
    .main-menu > li:hover::after {
        border-color: #731dd8
    }

    .main-menu.menu_new_design > li::after {
        display: none !important;
    }

    .main-menu.menu_new_design > .activeSubmenu > .submenuWrapper > ul {
        display: block !important;
        filter: none;
        padding-top: 40px;
        margin: auto;
        padding-left: 0;
        margin-left: -27px;
        padding-bottom: 20px;
        width: 330px;
        position: relative;
        z-index: 10;
        direction: ltr;
        min-height:52vh;
    }

    .main-menu.menu_new_design > .activeSubmenu > .submenuWrapper > ul:after {
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
        left: 330px;
        width: 1px;
        height: calc(100% - 40px);
        border: 0;
        background: #3E3E3E33;
    }

    .main-menu.menu_new_design > li > .submenuWrapper {
        position: absolute;
        top: calc(100% + 20px);
        left: 0;
        display: none;
        background: #fff;
        width: 100%;
        min-height: 52vh;
        max-height: 91vh;
        overflow-y: scroll;
        overflow-x: hidden;
        direction: rtl;
        z-index: 999;
        padding-left: 15px;
    }
    .main-menu.menu_new_design > li.activeSubmenu::before {
        position: absolute;
        top: calc(100% + 20px);
        left:-100vw;
        content:'';
        height:1px;
        background: rgba(62, 62, 62, 0.2);
        width:300vw;
        z-index: 1000;
    }

    .js-top-bar.fixed-on-scroll .main-menu.menu_new_design > li > .submenuWrapper {
        top: calc(100% + 35px);
    }

    .js-top-bar.fixed-on-scroll .main-menu.menu_new_design > li.activeSubmenu::before {
        top: calc(100% + 35px);
    }

    .main-menu.menu_new_design > li.activeSubmenu> .submenuWrapper {
        display: block;
    }
    .main-menu.menu_new_design > li:first-child> .submenuWrapper {
        /*display: block; */
    }

    .main-menu.menu_new_design {
        position: static;
        width: 100vw;
    }

    .main-menu.menu_new_design > li {
        position: static;
    }

    .main-menu.menu_new_design > .activeSubmenu > .submenuWrapper> ul > li {
        position: relative !important;
        padding-left: 27px !important;
        padding-right: 37px !important;
    }

    .main-menu.menu_new_design > li.menu-item-has-children > a {
        position: relative;
    }

    .main-menu.menu_new_design > li.menu-item-has-children > a {
        display: flex;
        align-items: center;
    }
    .main-menu.menu_new_design > li.menu-item-has-children > a::before {
        content:'';
        height: 3px;
        width: calc(100% - 10px);
        background: rgba(43, 212, 131, 0);
        display: inline-block;
        position: absolute;
        bottom:-1px;
    }
    .main-menu.menu_new_design > li.menu-item-has-children.activeSubmenu > a::before {
        background: rgba(43, 212, 131, 1);
    }
    .main-menu.menu_new_design > li.menu-item-has-children > a::after {
        content: "";
        display: block;
        width: .4rem;
        height: .4rem;
        border: solid #3e3e3e;
        border-width: 0 2px 2px 0;
        padding: 2px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        margin-left: 6px;
        margin-top: -4px;
    }

    .main-menu.menu_new_design > li.menu-item-has-children > a:hover::after {
        border-color: #731dd8
    }
    .js-top-bar.openedMemu {
        -webkit-box-shadow:none !important;
        box-shadow: none !important;
    }

    .main-menu.menu_new_design li > .submenuWrapper ul > li {
        padding: 0;
        margin: 0 !important;
        position: static;
    }

    .main-menu.menu_new_design li > .submenuWrapper ul li a {
        margin-bottom: 15px;
        color: #3e3e3e;
        padding: .5rem 0;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .main-menu.menu_new_design>li>ul>li>a {
        font-weight: 600 !important;
    }

    .main-menu.menu_new_design li > .submenuWrapper> ul li a::after {
        content: "";
        display: block;
        width: .4rem;
        height: .4rem;
        border: solid #3e3e3e;
        border-width: 2px 2px 0 0;
        padding: 2px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        margin-top: -2px;
    }

    .main-menu.menu_new_design li >  .submenuWrapper> ul li a:hover::after {
        border-color: #2BD483;
    }
    .main-menu.menu_new_design li >  .submenuWrapper> ul>li>a {
        font-weight: 600 !important;
    }
    .main-menu.menu_new_design li >  .submenuWrapper> ul>li>a:hover {
        color: #2BD483;
    }
    .main-menu.menu_new_design .activeSubSubmenu a:hover {
        color:#731dd8;
    }


    .main-menu.menu_new_design > .menu-item-has-children >  .submenuWrapper> ul > li.menu-item-has-children > ul {
        display: none !important;
        opacity:0 !important;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .main-menu.menu_new_design > .menu-item-has-children >  .submenuWrapper> ul > li.menu-item-has-children::after {
        display: none !important;
    }

    .main-menu.menu_new_design > .menu-item-has-children >  .submenuWrapper> ul > li.menu-item-has-children.activeSubSubmenu > ul {
        display: block !important;
        position: absolute;
        top: 0;
        left: 100%;
        column-count: 2;
        margin-top: -15px;
        min-width:900px;
        columns: auto 261px;
        height: 52vh;
        column-fill: auto;
        opacity:1 !important;
    }
    .main-menu.menu_new_design > .menu-item-has-children > .submenuWrapper>  ul > li.menu-item-has-children.activeSubSubmenu > ul li {
        break-inside: avoid;
        height: 45px;
    }


    .menu-background {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(30, 30, 30, 0.7);
        z-index: 99;
        display: none;
    }

    .menu-inner-background {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 100;
        background: #ffffff;
        display: none;
        border-top: 1px solid rgba(62, 62, 62, 0.2);
    }

    .main-menu.menu_new_design > .activeSubmenu > a, .main-menu.menu_new_design  .activeSubSubmenu > a {
        color: #2BD483 !important;
    }

    .main-menu.menu_new_design > .activeSubmenu > a::after, .main-menu.menu_new_design .activeSubSubmenu > a::after {
        border-color: #2BD483 !important;
    }
    .main-menu.menu_new_design .activeSubSubmenu ul li a::after {
        display: none !important;
    }
    .main-menu.menu_new_design .activeSubSubmenu ul li a {
        font-weight: normal;
    }
    .main-menu.menu_new_design .activeSubSubmenu ul li a:hover {
        font-weight: normal;
    }
    .main-menu.menu_new_design li>.submenuWrapper > ul li.menu-item-has-children>ul li:hover>a {
        font-weight: normal;
    }

    .main-menu.menu_new_design .activeSubSubmenu >ul::before,
    .main-menu.menu_new_design .activeSubSubmenu >ul::after
    {
        display: none;
    }
    .main-menu.menu_new_design .activeSubSubmenu >ul {
        filter: none;
    }

}
.main-menu.menu_new_design li.current-menu-ancestor>a, .main-menu.menu_new_design li.current-menu-item:not(.menu-item-career)>a, .main-menu.menu_new_design li.current-menu-item:not(.menu-item-contact)>a {
    color: inherit !important;
    text-decoration: none !important;
}

@media screen and (min-width: 1025px) {
    .top-bar.v2 {
        background: transparent;
        z-index: 110;
    }
    .top-bar.v2.fixed-on-scroll, .top-bar.v2.openedMemu {
        background: #ffffff;
    }
}

@media (max-width: 499px) {
    .top-bar.menu-opened>.container::before {
        content: '';
        display: block;
        width: 100%;
        height: 45px;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 150;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .top-bar.menu-opened>.container .main-logo, .top-bar.menu-opened>.container .toggle-menu {
        z-index: 151;
    }
}
.main-menu .menu-item-contact.current_page_item {
color:#ffffff !important
}

@media (min-width: 1024px) {
    .gqg-contact-header-person-col .gqg-page-header {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .gqg-contact-page-person {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .section-padding:has(.gqg-contact-page-form) {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
}

@media (min-width: 1281px) {
    .gqg-contact-header-person-col .gqg-page-header {
        padding-right: 3.2rem !important;
        padding-left: 4rem !important;
    }

    .gqg-contact-page-person {
        padding-right: 3.2rem !important;
        padding-left: 4rem !important;
    }

    .section-padding:has(.gqg-contact-page-form) {
        padding-left: 3.2rem !important;
        padding-right: 4rem !important;
    }

    .gqg-contact-page-person .nkv-form-with-person__text-wrap .nkv-form-with-person__contact .nkv-form-with-person__mail,
    .gqg-contact-page-person .nkv-form-with-person__text-wrap .nkv-form-with-person__contact .nkv-form-with-person__phone,
    .gqg-contact-page-person .nkv-form-with-person__text-wrap .nkv-form-with-person__names {
        font-size: 1.8rem;
    }

    .gqg-contact-page-person .nkv-form-with-person__text-wrap {
        padding-left: 3.2rem !important;
    }

    .gqg-contact-page-person .nkv-form-with-person__text-wrap .nkv-form-with-person__position {
        font-size: 1.3rem;
    }

    .gqg-contact-page-person .nkv-form-with-person__text-wrap .nkv-form-with-person__contact .nkv-form-with-person__mail::before,
    .gqg-contact-page-person .nkv-form-with-person__text-wrap .nkv-form-with-person__contact .nkv-form-with-person__phone::before {
        height: 1.3rem;
        width: 1.3rem;
    }
}

@media (min-width: 1600px) {
    .gqg-contact-header-person-col .gqg-page-header {
        padding-left: 15rem !important;
    }

    .gqg-contact-page-person {
        padding-left: 15rem !important;
    }

    .section-padding:has(.gqg-contact-page-form) {
        padding-right: 15rem !important;
    }
}

.gqg-page-header .gqg-page-header__title {
    font-size: 6rem;
    line-height: 6.6rem;
    letter-spacing: -1.5px;
    font-weight: 600;
    color: #101828;
    margin-bottom: 2.5rem;
}

.gqg-page-header .gqg-page-header__subtitle,
.gqg-page-header .gqg-page-header__subtitle * {
    font-size: 1.8rem !important;
    line-height: 2.925rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    color: #6A7282 !important;
    margin-bottom: 2.5rem !important;
}

.gqg-contact-page-person .nkv-form-with-person__image {
    max-width: calc(50% - .5rem);
    width: initial;
    object-fit: contain;
}

@media (min-width: 1281px) {
    .gqg-contact-page-person .nkv-form-with-person__image {
        height: 29.6rem;
    }
}

.gqg-contact-page-person .nkv-form-with-person__col {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    padding-right: 0 !important;
    min-width: unset;
}

.gqg-contact-page-person .nkv-form-with-person__text-wrap {
    position: initial;
    transform: unset !important;
}

.gqg-contact-page-person .nkv-form-with-person__text-wrap::after {
    content: unset !important;
}

.gqg-contact-page-person .nkv-form-with-person__text-bg {
    padding: 0 !important;
    backdrop-filter: unset;
    box-shadow: unset;
    border-radius: 0 !important;
}

.gqg-contact-page-person .nkv-form-with-person__text-bg::before {
    content: unset !important;
}

.gqg-contact-page-person .nkv-form-with-person__text-bg .nkv-form-with-person__contact,
.gqg-contact-page-person .nkv-form-with-person__text-bg .nkv-form-with-person__phone,
.gqg-contact-page-person .nkv-form-with-person__text-bg .nkv-form-with-person__names {
    color: #101828;
}

.gqg-contact-page-person .nkv-form-with-person__text-bg .nkv-form-with-person__position {
    color: #6A7282;
}

.gqg-contact-page-person .nkv-form-with-person__text-bg .nkv-form-with-person__contact::before {
    background-color: #101828;
}

.gqg-contact-page-person .nkv-form-with-person__text-bg .nkv-form-with-person__phone::before,
.gqg-contact-page-person .nkv-form-with-person__text-bg .nkv-form-with-person__mail::before {
    filter: brightness(0) saturate(0);
}

.gqg-contact-header-person-col > .vc_column-inner,
.gqg-contact-header-person-col > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}

.gqg-contact-header-person-col > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gqg-contact-page-form {
    background-color: transparent;
    padding: 3.2rem;
    border-radius: 1.4rem;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .05);
}

.gqg-contact-page-form label span {
    color: #364153;
    font-size: 1.2rem;
    font-weight: 600;
}

.gqg-contact-page-form label:has(input[type="checkbox"]) span:not(.hs-form-required) {
    color: #6A7282;
    font-weight: 400;
}

.gqg-contact-page-form label:has(input[type="checkbox"]) span a {
    color: #101828;
    text-decoration: underline;
}

.gqg-contact-page-form input:not([type="submit"], [type="checkbox"]),
.gqg-contact-page-form fieldset textarea.hs-input {
    padding: 1.2rem 1.6rem;
    border-radius: 2rem;
    background-color: #F3F5F9;
    resize: none;
    width: 100%;
    color: #6A7282 !important;
    font-size: 1.6rem;
    -webkit-text-fill-color: #6A7282 !important;
}

.gqg-contact-page-form input:not([type="submit"]):-webkit-autofill {
    color: #6A7282 !important;
    -webkit-text-fill-color: #6A7282 !important;
}

.nkv-form-with-person .nkv-form-with-person__col--right .hs-form .hs_firstname input:-webkit-autofill,
.nkv-form-with-person .nkv-form-with-person__col--right .hs-form .hs_lastname input:-webkit-autofill,
.nkv-form-with-person .nkv-form-with-person__col--right .hs-form .hs_email input:-webkit-autofill,
.nkv-form-with-person .nkv-form-with-person__col--right .hs-form .hs_company input:-webkit-autofill,
.nkv-form-with-person .nkv-form-with-person__col--right .hs-form .hs_message textarea:-webkit-autofill {
    color: #3e3e3e !important;
    -webkit-text-fill-color: #3e3e3e !important;
}

.gqg-contact-page-form textarea {
    min-height: 10rem;
}

.gqg-contact-page-form fieldset.form-columns-2 > .hs-form-field {
    width: calc(50% - 1.2rem) !important;
}

.gqg-contact-page-form fieldset > .hs-form-field {
    margin: 0;
}

.gqg-contact-page-form fieldset.form-columns-2 > .hs-form-field:nth-child(odd) {
    margin-right: 2.4rem;
}

.gqg-contact-page-form fieldset:not(:last-of-type) {
    margin-bottom: 2.4rem;
}

.gqg-contact-page-form form {
    padding: 0;
}

.gqg-contact-page-form .hs-form-booleancheckbox label {
    width: 100% !important;
    cursor: pointer;
}

.gqg-contact-page-form .hs-form-booleancheckbox label input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 1.6rem;
    width: 1.6rem;
    min-height: 1.6rem;
    min-width: 1.6rem;
    border: 1px solid #D1D5DC;
    border-radius: .4rem;
    margin-top: .4rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s, border-color .2s;
}

.gqg-contact-page-form .hs-form-booleancheckbox label input[type="checkbox"]::after {
    content: '';
    display: block;
    height: .75rem;
    width: .5rem;
    border-bottom: .2rem solid #fff;
    border-right: .2rem solid #fff;
    transform: translateY(-20%) rotateZ(45deg) scale(0);
    transition: transform .2s;
}

.gqg-contact-page-form .hs-form-booleancheckbox label input[type="checkbox"]:checked {
    background-color: #2bd483;
    border-color: #2bd483;
}

.gqg-contact-page-form .hs-form-booleancheckbox label input[type="checkbox"]:checked::after {
    transform: translateY(-20%) rotateZ(45deg) scale(1);
}

.gqg-contact-page-form .legal-consent-container *:not(.hs-form-required, a, .hs-error-msg){
    color: #6A7282 !important;
    font-size: 1.2rem !important;
    line-height: 1.65rem;
}

.gqg-contact-page-form .legal-consent-container a {
    color: #101828 !important;
    font-size: 1.2rem !important;
    line-height: 1.65rem;
}

.gqg-contact-page-form .legal-consent-container a {
    color: #101828 !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
}

.gqg-contact-page-form .legal-consent-container .hs-form-booleancheckbox label > span {
    margin-left: 3rem !important;
}

.gqg-contact-page-form .hs_recaptcha {
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    pointer-events: none !important;
}

.gqg-contact-page-form .hs_submit.hs-submit {
    margin: 0;
}

.gqg-contact-page-form .hs_submit input[type="submit"] {
    width: 100%;
    border-radius: 3rem;
    font-size: 1.4rem;
    padding: 1.3rem 2rem;
    font-weight: 600;
    height: fit-content;
}

@media (max-width: 1280px) {
    .gqg-contact-header-person-col {
        margin-bottom: 3.2rem;
    }

    .gqg-contact-header-person-col .gqg-contact-page-person .nkv-form-with-person__col img {
        max-height: unset;
    }

    .gqg-contact-header-person-form-row .gqg-contact-header-person-col,
    .gqg-contact-header-person-form-row .gqg-contact-header-person-col > .vc_column-inner,
    .gqg-contact-header-person-form-row .gqg-contact-header-person-col > .vc_column-inner > .wpb_wrapper {
        display: contents;
    }

    .gqg-contact-header-person-form-row > * {
        order: 10;
    }

    .gqg-contact-header-person-form-row .gqg-contact-header-person-col .gqg-page-header {
        order: 1;
    }

    .gqg-contact-header-person-form-row > div:has(.gqg-contact-page-form) {
        order: 2;
    }

    .gqg-contact-header-person-form-row .gqg-contact-header-person-col .gqg-contact-page-person {
        order: 3;
    }

    .gqg-contact-page-form {
        margin-bottom: 3.2rem;
    }
}

@media (max-width: 768px) {
    .gqg-page-header .gqg-page-header__title {
        word-break: break-word;
    }

    .gqg-contact-header-person-col .gqg-contact-page-person .nkv-form-with-person__col {
        flex-direction: column;
    }

    .gqg-contact-header-person-col .gqg-contact-page-person .nkv-form-with-person__col .nkv-form-with-person__image,
    .gqg-contact-header-person-col .gqg-contact-page-person .nkv-form-with-person__col .nkv-form-with-person__text-wrap {
        width: 100%;
        max-width: 100%;
    }

    .gqg-contact-header-person-col .gqg-contact-page-person .nkv-form-with-person__col .nkv-form-with-person__image {
        margin-bottom: 3.2rem;
    }

    .gqg-contact-header-person-col .gqg-contact-page-person .nkv-form-with-person__col .nkv-form-with-person__contact a {
        font-size: 2rem;
    }

    .gqg-contact-page-form form fieldset.form-columns-2 {
        display: flex;
        flex-direction: column;
    }

    .gqg-contact-page-form form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
        margin: 0 0 2.4rem !important;
    }

    .gqg-contact-page-form form fieldset.form-columns-2 {
        margin: 0 !important;
    }

    .gqg-contact-header-person-form-row .gqg-contact-page-form {
        border: none !important;
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        margin-bottom: 6.4rem !important;
    }

    .gqg-page-header__text-wrap br {
        display: none !important;
    }
}

/* GQG BIG NUMBERS */

.nkv-tiles-grid.section-padding:has(.nkv-big-numbers.contact-version) {
    @media (min-width: 1024px) {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    @media (min-width: 1600px) {
        padding-left: 15rem !important;
        padding-right: 15rem !important;
    }
}

.nkv-big-numbers.contact-version .nkv-big-numbers__item .nkv-big-numbers__iconWrapper {
    background: unset !important;
    border: unset !important;
    box-shadow: unset !important;
    margin: unset !important;
    padding: unset !important;
    height: unset !important;
    width: unset !important;
}

.nkv-big-numbers.contact-version .nkv-big-numbers__item .nkv-big-numbers__desc .nkv-big-numbers__value {
    font-size: 4rem;
    line-height: 5.7rem;
    font-weight: 600;
    color: #101828;
    text-align: left;
    margin-bottom: 1.6rem;
}

.nkv-big-numbers.contact-version .nkv-big-numbers__item .nkv-big-numbers__text {
    font-size: 1.4rem;
    line-height: 2.28rem;
    font-weight: 400;
    color: #6A7282;
    text-align: left;
    margin: 0;
}

.nkv-big-numbers.contact-version {
    gap: 2.4rem;
    justify-content: flex-start;
}

.nkv-big-numbers.contact-version .nkv-big-numbers__item {
    border: .1rem solid #E5E7EB;
    background-color: #F9FAFB;
    padding: 2.5rem;
    align-items: flex-start;
    gap: 1.6rem;
    border-radius: 1.4rem;
}

.nkv-big-numbers.contact-version:not(.slick-slider) .nkv-big-numbers__item {
    width: calc(25% - 2.4rem * 3 / 4) !important;
}

.nkv-big-numbers.contact-version.nkv-big-numbers-3:not(.slick-slider) .nkv-big-numbers__item {
    width: calc(100% / 3 - 2.4rem * 2 / 3) !important;
}

.nkv-big-numbers.contact-version.nkv-big-numbers-2:not(.slick-slider) .nkv-big-numbers__item {
    width: calc(50% - 1.2rem) !important;
}

.nkv-big-numbers.contact-version.nkv-big-numbers-1 .nkv-big-numbers__item,
.nkv-big-numbers.contact-version.slick-slider .nkv-big-numbers__item {
    width: 100% !important;
}

.nkv-big-numbers.contact-version.slick-slider {
    padding-bottom: 8rem;
}

.nkv-big-numbers.contact-version.slick-slider .slick-arrow::before {
    height: 2rem;
    width: 2rem;
    padding: 0;
}

.nkv-big-numbers .slick-list {
    max-width: 100%;
}

.nkv-big-numbers.contact-version.slick-slider .slick-arrow.slick-prev {
    transform: translateX(-4.25rem);
}

.nkv-big-numbers.contact-version.slick-slider .slick-arrow.slick-next {
    transform: translateX(4.25rem);
}

@media (max-width: 768px) {
    .nkv-big-numbers.slick-slider {
        width: calc(100% - 4rem);
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .nkv-big-numbers.contact-version:not(.slick-slider) .nkv-big-numbers__item {
        width: 100% !important;
    }
}

/* NKV Locations - Map + Sidebar */
.nkv-locations .nkv-locations__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

@media (min-width: 769px) {
    .nkv-locations .nkv-locations__wrapper {
        flex-direction: row;
        min-height: 58rem;
    }
}

.nkv-locations .nkv-locations__map {
    width: 100%;
    min-height: 40rem;
    flex: 1;
}

@media (min-width: 769px) {
    .nkv-locations .nkv-locations__map {
        min-height: 58rem;
    }
}

@media (max-width: 768px) {
    .nkv-locations .nkv-locations__map.hide-on-mobile,
    .nkv-locations .nkv-locations__sidebar.hide-on-mobile {
        opacity: 0 !important;
        height: 0 !important;
        max-height: 0 !important;
        width: 0 !important;
        max-width: 0 !important;
        min-height: 0 !important;
        min-width: 0 !important;
        pointer-events: none !important;
    }
}

.nkv-locations .nkv-locations__sidebar {
    min-width: 32rem;
    max-width: 100%;
    max-height: 58rem;
    overflow-y: auto;
    padding: 1.6rem;
    border-radius: 1rem;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15rem;
}

@media (max-width: 1600px) {
    .nkv-locations .nkv-locations__sidebar {
        left: 4rem;
    }
}

@media (max-width: 768px) {
    .nkv-locations .nkv-locations__sidebar {
        min-width: 100%;
        max-height: 50rem;
    }
}

.nkv-locations .nkv-locations__sidebar-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #101828;
    margin-bottom: 1.2rem;
    margin-top: 0;
}

.nkv-locations .nkv-locations__list {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.nkv-locations .nkv-locations__item {
    background: #F9FAFB;
    border-radius: 1rem;
    padding: 1.6rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.nkv-locations .nkv-locations__item.active {
    background: #2BD483;
}

.nkv-locations .nkv-locations__item-header {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.nkv-locations .nkv-locations__item-pin {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    object-fit: contain;
}

.nkv-locations .nkv-locations__item-name {
    font-size: 1.4rem;
    color: #101828;
    font-weight: 600;
    line-height: 1.4;
}

.nkv-locations .nkv-locations__item.active .nkv-locations__item-name {
    color: #fff;
}

.nkv-locations .nkv-locations__item-label {
    background: #2BD483;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: .25rem .8rem;
    border-radius: 5rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.nkv-locations .nkv-locations__item.active .nkv-locations__item-label {
    background: rgba(255, 255, 255, .2);
}

.nkv-locations .nkv-locations__item-address {
    display: none;
    margin-top: 1.2rem;
}

.nkv-locations .nkv-locations__item.active .nkv-locations__item-address {
    display: block;
}

.nkv-locations .nkv-locations__item-address,
.nkv-locations .nkv-locations__item-address p,
.nkv-locations .nkv-locations__item-address a,
.nkv-locations .nkv-locations__item-address span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.nkv-locations .nkv-locations__item-address p {
    margin: 0 0 .4rem 0;
}

.nkv-locations .nkv-locations__item.active .nkv-locations__item-pin {
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .nkv-locations .nkv-locations__wrapper .nkv-locations__sidebar {
        position: initial;
        transform: unset;
    }
}

/* NKV Hubs */

@media (min-width: 768px) {
    .nkv-hubs {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
}

@media (min-width: 1600px) {
    .nkv-hubs {
        padding-left: 15rem !important;
        padding-right: 15rem !important;
    }
}

@media (max-width: 768px) {
    .nkv-hubs {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

.nkv-hubs__header {
    margin-bottom: 3.2rem;
}

.nkv-hubs__title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #101828;
    margin: 0 0 1.2rem 0;
}

.nkv-hubs__subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    color: #6A7282;
    margin: 0;
}

.nkv-hubs__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2rem;
}

@media (max-width: 768px) {
    .nkv-hubs__grid {
        grid-template-columns: 1fr;
    }
}

.nkv-hubs__card-image {
    width: 100%;
    aspect-ratio: 2.4 / 1;
    border-radius: 1rem;
    margin-bottom: 1.6rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F2F4F7;
}

@media (max-width: 768px) {
    .nkv-hubs__card-image {
        aspect-ratio: 2 / 1;
    }
}

.nkv-hubs__card-name {
    font-size: 1.6rem;
    font-weight: 600;
    color: #101828;
    line-height: 1.4;
}

.nkv-hubs__card-label {
    margin-top: .4rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #6A7282;
    line-height: 1;
    height: 1.4rem;
}

.nkv-hubs__card-address {
    margin-top: .8rem;
}

.nkv-hubs__card-address,
.nkv-hubs__card-address p,
.nkv-hubs__card-address a,
.nkv-hubs__card-address span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #99A1AF;
    line-height: 1.4;
}

.nkv-hubs__card-address p {
    margin: 0 0 .2rem 0;
}
@charset "UTF-8";.nkv-home-page-header{position:relative;height:auto;width:100%}@media only screen and (min-width:1600px){.nkv-home-page-header{min-height:100vh}}.nkv-home-page-header .row{max-width:192rem;margin-inline:auto}.nkv-home-page-header__image{padding-top:5rem;position:relative;width:100%;height:100%;max-height:100vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center right;object-position:center right}@media only screen and (min-width:769px){.nkv-home-page-header__image{padding-top:0}}.nkv-home-page-header__content{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:2rem;margin-top:-4vw;margin-bottom:40px}@media only screen and (min-width:769px){.nkv-home-page-header__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:12rem;padding-bottom:12rem;margin-top:0;margin-bottom:0}}@media only screen and (min-width:1024px){.nkv-home-page-header__content{padding-top:15rem;padding-bottom:29rem}}.nkv-home-page-header__icon{max-width:29rem}.nkv-home-page-header__title{font-size:2.8rem;font-size:2.8rem;color:#3e3e3e;font-weight:800;line-height:1.2;margin-top:20px;text-align:center}@media only screen and (min-width:769px){.nkv-home-page-header__title{text-align:left;font-size:2.75vw;font-size:2.75vw}}@media only screen and (min-width:1921px){.nkv-home-page-header__title{font-size:8.75rem;font-size:8.75rem}}.nkv-home-page-header__subtitle{color:#3e3e3e;line-height:1.2;font-weight:600;font-size:1.6rem;padding-top:1rem;text-align:center}@media only screen and (min-width:769px){.nkv-home-page-header__subtitle{text-align:left;font-size:1.8rem;padding-top:2.5rem}}@media only screen and (min-width:1280px){.nkv-home-page-header__subtitle{font-size:2.2rem}}.nkv-home-page-header__description{color:#000;line-height:1.5;font-weight:400;font-size:1.4rem;margin-top:.5rem;text-align:center}.nkv-home-page-header__description b{font-weight:700}@media only screen and (min-width:769px){.nkv-home-page-header__description{font-size:2.1rem;text-align:left;margin-top:2.5rem}}.nkv-home-page-header .btn{margin-top:2rem;z-index:3}@media only screen and (min-width:769px){.nkv-home-page-header .btn{margin-top:4rem}}.sticksy-dummy-node{height:0!important}.js-sticky-widget{top:0!important;position:relative!important}.js-sticky-widget.widget--sticky{position:fixed!important;top:140px!important}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-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:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-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:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[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}@font-face{font-family:slick;src:url(../fonts/slick.eot);src:url(../fonts/slick.eot?#iefix) format("embedded-opentype"),url(../fonts/slick.woff) format("woff"),url(../fonts/slick.ttf) format("truetype"),url(../fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-arrow{position:absolute;width:2rem;height:2rem;z-index:40}.slick-arrow::before{content:'';position:absolute;border:solid #fff;border-width:0 .1rem .1rem 0;padding:.6rem}.slick-prev::before{top:.3rem;left:.8rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.slick-next::before{top:.3rem;left:auto;right:.8rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.nkv-clients-slider__title{position:relative;font-size:1.6rem;font-weight:600;color:#9d9d9d;margin-bottom:1rem;line-height:1.5}.nkv-clients-slider__wrapper{margin-bottom:1rem!important}.nkv-clients-slider .slick-arrow.slick-next{right:auto;left:98%}.nkv-clients-slider .slick-arrow.slick-prev{left:auto;right:98%}.nkv-clients-slider .slick-arrow::before{border-color:#9d9d9d}.nkv-clients-slider .icon{margin:0 auto;width:50%;height:auto;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .3s,-webkit-filter .3s;transition:opacity .3s,-webkit-filter .3s;-o-transition:opacity .3s,filter .3s;transition:opacity .3s,filter .3s;transition:opacity .3s,filter .3s,-webkit-filter .3s}.nkv-clients-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nkv-clients-slider .slide:hover .icon{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}.nkv-clients-slider .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;bottom:-1rem}.nkv-clients-slider .slick-dots li{width:auto;height:auto;margin:0}.nkv-clients-slider .slick-dots button{height:.2rem;width:2rem;padding:0;border-radius:.2rem;background-color:#9d9d9d;opacity:.4;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.nkv-clients-slider .slick-dots button::before{content:unset}.nkv-clients-slider .slick-dots .slick-active button{opacity:1;background-color:#2bd483}.nkv-clients-slider--minus-margin{z-index:2}@media only screen and (min-width:500px){.nkv-clients-slider__title{margin-bottom:2.5rem}.nkv-clients-slider .slick-dots{gap:1.5rem;bottom:-2.5rem}.nkv-clients-slider .slick-dots button{height:.2rem;width:3rem}.nkv-clients-slider .icon{width:65%}.nkv-clients-slider__wrapper{margin-bottom:3rem!important}}@media only screen and (min-width:769px){.nkv-clients-slider{margin-top:0}.nkv-clients-slider__title{margin-bottom:3rem}.nkv-clients-slider--minus-margin{margin-top:-8rem}.nkv-clients-slider__wrapper{width:75%;margin-inline:auto}.nkv-clients-slider .slick-arrow{width:1.2rem;height:1.2rem}.nkv-clients-slider .slick-arrow:before{top:.2rem;right:.3rem;padding:.4rem;border-width:0 .2rem .2rem 0;border-radius:.2rem}}@media only screen and (min-width:1366px){.nkv-clients-slider__title{margin-bottom:4rem}.nkv-clients-slider--minus-margin{margin-top:-15rem}.nkv-clients-slider__wrapper{width:51%;margin-bottom:7rem!important}.nkv-clients-slider .slick-dots{gap:3.5rem;bottom:-7rem}}@media only screen and (min-width:1600px){.nkv-clients-slider--minus-margin{margin-top:-20rem}}.nkv-clients-slider--wide .nkv-clients-slider__title{margin-bottom:2.5rem}.nkv-clients-slider--wide.nkv-clients-slider--minus-margin{margin-top:0!important;position:absolute;left:0;bottom:0;width:100%;margin-top:-10rem}@media only screen and (min-width:769px){.nkv-clients-slider--wide.nkv-clients-slider--minus-margin--minus-margin{margin-top:-11rem}}@media only screen and (min-width:1366px){.nkv-clients-slider--wide.nkv-clients-slider--minus-margin--minus-margin{margin-top:-11rem}}@media only screen and (min-width:1600px){.nkv-clients-slider--wide.nkv-clients-slider--minus-margin--minus-margin{margin-top:-11rem}}.nkv-clients-slider--wide .nkv-clients-slider__wrapper{background-color:#fff;border-radius:4.5rem;padding:2rem 6rem;height:9rem;-webkit-box-shadow:0 0 70px 20px rgba(165,180,209,.2);box-shadow:0 0 70px 20px rgba(165,180,209,.2);width:100%;margin-bottom:0!important}.nkv-clients-slider--wide .slick-arrow{width:2rem;height:2rem}.nkv-clients-slider--wide .slick-arrow:before{padding:.6rem}.nkv-clients-slider--wide .slick-arrow.slick-next{right:3rem;left:auto}.nkv-clients-slider--wide .slick-arrow.slick-prev{right:auto;left:3rem}.nkv-clients-slider--wide .icon{max-height:5rem;width:auto;max-width:65%}@media only screen and (min-width:769px){.nkv-clients-slider--wide .nkv-clients-slider__wrapper{border-radius:6rem;padding:3.5rem 10rem;height:12rem}.nkv-clients-slider--wide .slick-arrow.slick-next{right:5rem}.nkv-clients-slider--wide .slick-arrow.slick-prev{left:5rem}}



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