body{
  margin:0px;
  padding:0px;
  font-family: 'Skoda Next';
  padding-bottom:0px;
  line-height: 1.3;
  margin:0 auto;
}
p,h1,h2,h3,h4{
  margin:0;
}
a{
  text-decoration: none;
  color:inherit;
}
img {
  max-width: 100%;
}
*::after,*::before,*{
  box-sizing: border-box;
}
:focus{
  outline: 0px;
}
[v-cloak]{
  display: none;
}
.video{
  text-align: center;
}
.video__player{
  max-width: 100%;
}
.text_grey{
  color: #4A4A4A;
}
.bg__darkpurple{
  background-color: #525268;
}
.text-center{
  text-align: center;
}
.baner{
  position: relative;
  display: flex;
}
.baner img{
  width: 100%;
}
.baner__content{
  position: absolute;
  top: 8vw;
  width: 100%;
}
.baner__text{
  display: inline-block;
  color: #fff;
  line-height: 1;
}
.baner__text .title{
  font-size: 5rem;
  font-weight: 900;
}
.baner__text .subtitle{
  font-size: 2rem;
  margin-top: 10px;
}
.baner__text .caption{
  color: #fff;
  position: relative;
  text-shadow: 0px 5px 5px rgba(0,0,0,.25);
  display: flex;
  align-items: flex-start;
}
.baner__logo{
  max-width: 500px;
  margin-bottom: 20px;
}
.header{
  margin:70px 0;
  text-align: center;
}
.header__title{
  font-size:52px;
  font-weight: 400;
}
.header__title .green{
  color:#39B64B;
}

.title__h2{
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 25px;
}
.title__h2.white{
  color: #fff;

}
.title__h3{
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 25px;
}
.text{

}
.section-margin{
  margin: 50px 0;
}
.section-green{
  background-color: #39B64B;
}
.benefits{
  padding: 50px 0;
}
.benefits__row{
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 45px 0;
}
.benefits__item{
  flex: 1;
  text-align: center;
}
.benefits__text{
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}
.table{
  width: 100%;
  border-collapse: collapse;
}
.table__row{
  font-weight: 700;
}
.table__row.green{
  background-color: #39B64B;
  color: #fff;
}
.table__row.grey{
  background-color: #EBEBEB;
}
.table__row-title{
  text-align: left;
}
.table th, .table td{
  padding: 1.5rem 0;
}
.table__row-title-padding{
  padding-left: 2rem;
}
.table__center{
  text-align: center;
}
.table__footer{
  background-color: #707070;
  margin: 50px 0;
  padding: 2rem;
  color: #fff;

}
.table__footer.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table__footer-text{
  font-weight: 700;
}
.table__button {
  display: inline-block;
  background-color: #39B64B;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
}
.table__pdf{
  display: flex;
}
.table__pdf-info{
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #CCCCCC;
}
.table__pdf-info img{
  margin-right: 15px;
}
.button{
  display: inline-block;
  background-color: #fff;
  color: #525268;
  padding: 1rem 2rem;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8rem;
  margin-top: 1rem;
}
.button.transparent{
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.content{

}
.logo{
  max-width: 250px;
}
.logo__wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:15px 5rem;
}
.container{
  max-width:1640px;
  margin:0 auto;
}
.container__sm{
  max-width: 1250px;
  margin: 0 auto;
}
.footer{
  background-color: #272732;
  color:#fff;
  font-size:16px;
  text-align: center;
  padding:20px 0;
}
.send-form-cta{
  font-size:20px;
  font-weight: bold;
  cursor: pointer;
  background-color: #3fa83c;
  color:#ffffff;
  border-radius: 30px;
  padding:10px 20px;
  margin-left:15px;
}
.mobile-br{
  display: none;
}

@media(max-width:1700px){
  .container {
    margin: 0 50px;
  }
  .baner__text .title {
    font-size: 4rem;
  }
}
@media(max-width:1440px){
  .header{
    margin:50px 0;
  }
  .header__title{
    font-size:32px;
  }
  .baner__text .title {
    font-size: 3rem;
  }
  .baner__logo {
    max-width: 350px;
  }
  .container__sm{
    max-width: 960px;
  }
  .text br{
    display: none;
  }
  .title__h3{
    font-size: 1.5rem;
  }
}
@media(max-width: 1270px){
  .h3-br{
    display: none;
  }

}
@media(max-width: 1120px){
  .hide-br{
    display: none;
  }
  .baner__text .title {
    font-size: 2.5rem;
}
}
@media(max-width:1000px){
  .change-order{
    order: 2;
  }
  .header{
    margin:40px 0;
  }
  .header__title{
    font-size:27px;
  }
  .container {
    margin: 0 20px;
  }
}
@media(max-width: 960px){
  .benefits__row{
    flex-wrap: wrap;
  }
  .benefits__item{
    flex: 1 0 49%;
    margin-bottom: 20px;
  }
  .baner__text .title {
    font-size: 2.2rem;
  }
  .container__sm {
    margin: 0 40px;
  }

}
@media(max-width: 860px){
  .baner__logo {
    max-width: 300px;
}
}
@media(max-width:768px){
  .container {
    margin: 0 20px;
  }
  .header__title{
    font-size:24px;
  }
  .header__title br{
    display: none;
  }
  .baner{
    display: block;
  }
  .baner__content{
    position: relative;
    top: 0;
    padding: 1rem 0;
    text-align: center;
  }
  .baner__text .subtitle, .subtitle{
    color: #000;
  }
  .baner__text{
    color: #000;
  }
}
@media(max-width: 650px){
  .title__h2{
    font-size: 2rem;
  }
  .title__h3{
    font-size: 1.3rem;
  }
  .table__footer.flex{
    flex-direction: column;
    text-align: center;
  }
  .table__pdf{
    display: block;
    margin-top: 30px;
  }
  .table__pdf-info{
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media(max-width: 600px){
  .baner__text .subtitle {
    font-size: 1rem;
  }
  .button{
    padding: 1rem 1.5rem;
  }
  .mobile-br{
    display: block;
  }
  .header__title{
    font-size:22px;
  }
  .benefits__row{
    display: block;
  }
  .table{
    font-size: 12px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table th, .table td{
    padding: 1rem;
  }
  .table__row-title-padding {
    padding-left: 0;
}
}
@media(max-width:515px){
  .logo__wrap {
    flex-wrap: wrap;
    padding: 1rem;
    margin: 0;
  }
  /* .send-form-cta{
    margin-top:30px;
  } */
  .baner__text .title {
    font-size: 2rem;
  }
}
@media(max-width:500px){

}
@media(max-width:400px){
  .baner__text .subtitle {
    font-size: .7rem;
  }
  .logo {
      max-width: 150px;
  }
  .header__title{
    font-size:20px;
  }
}
@media(max-width:300px){
  .baner__text .title {
    font-size: 1.5rem;
  }
  .baner__text .subtitle {
      font-size: .6rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .baner{
    display: block;
  }
}
