.e-form__fill{
    bottom: 0;
}

.c-50p.is--2colright.is--offsethoe{
    padding-left: 3vw;
    padding-right: 3vw;
}

@media (min-width: 992px) {
    .team-member{
        padding-right: 20px;
    }
}


.team-slider{
    height: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: flex-start;
}

.img-team01{
    background-image: none;
}

.img-team01 img{
    /* width: 100%;
    height: 100%;
    object-fit:cover;
    display: block;
    position: absolute; */
}

.c-max1430.is--team{
    display: block;
}

.right-arrow, .left-arrow{
    display: block;
    width: auto;
    margin:0;
}

.left-arrow{
    margin-left: 5%;
}

@media (min-width: 768px) {
    .left-arrow{
        margin-left: 40px;
    }
}

.w-icon-slider-left, .w-icon-slider-right{
    position: relative !important;
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(160, 176, 185, 0.3);
    border-radius: 50%;
    background-image: url(../images/arrowLight.svg);
    background-position: 50% 50%;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.w-icon-slider-left{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.w-icon-slider-right:before, .w-icon-slider-left:before{
    content:none;
}

.w-slider-arrow-left, .w-slider-arrow-right{
    position: relative;
}

@media (min-width: 768px) {
    .slide-nav{
        display: block;
        position: relative;
        margin: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        text-align: right;
        padding-right: 92px;
    }
}

.w-slider-dot{
    width: 11px;
    height: 11px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid;
    border-color: hsla(0, 0%, 100%, 0.2);
    background: transparent;
}

.w-slider-dot.w-active{
    background-color: #a0b0b9;
}

address.icon--map{
    padding: 0 0 0 25px;
    background-image: url("../images/miniMap.svg");
    background-position: 0px 2px;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

/* Subscribe */

.subscribe{
    margin-bottom: 40px;
}

.subscribe__title{
    margin-top: 35px;
    margin-bottom: 8px;
}

.subscribe__text{
    margin-bottom: 20px;
}

.subscribe__button {
    position: relative;
    padding: 10px 41px 12px 23px;
    border: 1px solid transparent;
    border-radius: 30px;
    background-color: #123a4f;
    background-image: url("../images/miniFormPink.svg");
    background-position: center right 14px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #fff;
    font-size: 15px;
  }
  
  .subscribe__button:hover {
    border-color: #dedede;
    background-color: #fff;
    background-image: url("../images/miniForm.svg");
    color: #123a4f;
  }

  .subscribe__button--appointment{
    background-image: url("../images/calendar.svg");
  }


  .subscribe__button--appointment:hover{
    background-image: url("../images/calendarBlue.svg");
  }

  @media (max-width: 991px) {
    .subscribe__button {
      font-size: 14px;
    }
    
}
@media (min-width: 1280px) {
    .c-max1430.is--heroform{
        display: grid;
        grid-template-columns: auto 110px 1fr;
    }
    .e-heroform{
        align-self:center;
        grid-column: 1 / 3;
        grid-row: 1;
        margin: 107px 0 142px;
    }
    .img-heroform01{
        position: relative;
        grid-column: 2 / 4;
        grid-row: 1;
        width: 100%;
        height: 100%;
        right: 0;
        padding: 0;
    }
    .img-heroform02{
        padding-bottom: 31%;
        top: auto;
        bottom: -65px;
    }
    .img-herologo03{
        bottom: -50px;
    }
    .img-herodot03{
        bottom: -40px;
    }
    .e-heroform__fill01{
        bottom: 75px;
    }
    .img-herologo02{
        bottom: 58px;
    }
    
}
.team-counter{
    margin-left: 13.5%;
    padding: 10px 0;
    color: #123a4f;
}

@media (max-width: 991px) {
    .team-counter{
        margin-left: 6.5%;
    }
}
@media (max-width: 767px) {
    .team-counter{
        margin-left: 16.5%;
    }
}