/*******************************
             Font
*******************************/


/*******************************
             General
*******************************/

body {
    font-size: 16px;
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    color: #1f1f1f;
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.eip_sobrio_v2_color_bg {
    background: #fafafa;
    padding: 50px 0;
    margin-bottom: 50px;
}

.eip_sobrio_v2_btn_container {
    text-align: center;
}

.eip_gr_form__info.nb-assu p {
    color: #000;
    font-weight: bold;
    opacity: 1;
    font-size: 17px;
}

.eip_gr_form__info.nb-assu span {
    color: red;
}

.eip_gr_form__info.nb-assu sup {
    top: 0;
    position: inherit;
}

.eip_gr_form__info.nb-assu .size-plus {
    font-size: 1.5em;
}

.eip_sobrio_v2_btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 42px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background: #e5022f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    padding: 5px 40px 2px;
    margin: 0;
}

.eip_sobrio_v2_btn_secondary {
    background: #404040;
}

.eip_sobrio_v2_btn:hover {
    background: #d0032c;
}

.eip_sobrio_v2_btn_secondary:hover {
    background: #132435;
}

@media screen and (max-width: 910px) {
    .eip_sobrio_v2_btn {
        font-size: 16px;
        line-height: 26px;
        padding: 13px 20px 8px;
    }
}


/*******************************
              Layout
  *******************************/

.eip_sobrio_v2_wrapper {
    width: 1240px;
    margin: 0 auto;
}

.eip_sobrio_v2_innerwrapper {
    width: 1000px;
    margin: 0 auto;
}

.eip_sobrio_v2_wrapper-l {
    width: 1450px;
    margin: 0 auto;
}

.eip_sobrio_v2_clearfix {
    clear: both;
    height: 0;
}

.eip_sobrio_v2_row {
    position: relative;
    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;
}

.eip_sobrio_v2_col1_2 {
    position: relative;
    width: 50%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.eip_sobrio_v2_sticky_banner {
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #efefef;
    z-index: 1000;
    text-align: center;
    padding: 20px;
}

.eip_sobrio_v2_sticky_tx {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding-right: 40px;
}

.eip_sobrio_v2_sticky_banner .eip_sobrio_v2_btn {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1460px) {
    .eip_sobrio_v2_wrapper-l {
        width: 100%;
    }
}

@media screen and (max-width: 1260px) {
    .eip_sobrio_v2_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .eip_sobrio_v2_sticky_banner {
        padding: 10px 20px;
    }
    .eip_sobrio_v2_sticky_tx {
        display: block;
        text-align: center;
        font-size: 18px;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .eip_sobrio_v2_sticky_tx br {
        display: none;
    }
}

@media screen and (max-width: 930px) {
    .eip_sobrio_v2_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .eip_sobrio_v2_row:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .eip_sobrio_v2_col1_2 {
        width: 100%;
    }
}


/*******************************
              Typography
  *******************************/

strong,
.eip_sobrio_v2_strong {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

sup {
    font-size: 0.5em;
    vertical-align: top;
    position: relative;
    top: 5px;
}


/*******************************
               Header
  *******************************/

.eip_sobrio_v2_header {
    padding: 20px 0;
}

.eip_sobrio_v2_logo-primary {
    display: inline;
    vertical-align: middle;
    float: left;
    width: 175px;
    height: auto;
}

.eip_sobrio_v2_logo-secondary {
    display: inline;
    vertical-align: middle;
    float: right;
    right: 0px;
    position: relative;
    width: 160px;
    height: auto;
    margin-right: 30px;
}

.eip_sobrio_v2_logo_tx {
    float: right;
    font-size: 12px;
    position: relative;
    left: -25px;
}

@media screen and (max-width: 1260px) {
    .eip_sobrio_v2_header {
        padding-left: 25px;
    }
}

@media screen and (max-width: 500px) {
    .eip_sobrio_v2_header {
        padding-left: 15px;
    }
    .eip_sobrio_v2_logo-primary {
        width: 100px;
        height: auto;
    }
    .eip_sobrio_v2_logo-secondary {
        width: 100px;
        height: auto;
        margin-right: 25px;
    }
    .eip_sobrio_v2_logo_tx {
        top: -2px;
    }
}


/*******************************
              Hero
  *******************************/

.eip_sobrio_v2_hero {
    margin-bottom: 45px;
}

.eip_sobrio_v2_hero_wrapper {
    background: url('../img/eip_sobrio_v2_hero_2t3.jpg') center center no-repeat;
    background-size: cover;
    background-position-x: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 90px;
    border-bottom: 2px solid #ffffff;
}

.eip_sobrio_v2_hero_title {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    max-width: 180px;
    font-size: 30px;
    line-height: 38px;
    margin: 0 65px 0 0;
    font-weight: 300;
}

.eip_sobrio_v2_hero_title span {
    display: block;
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.eip_sobrio_v2_hero_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.eip_sobrio_v2_hero_item:last-child {
    margin-bottom: 0;
}

.eip_sobrio_v2_hero_item+.eip_sobrio_v2_hero_item:before {
    content: '+';
    display: inline-block;
    position: absolute;
    top: -38px;
    left: 71px;
    font-size: 30px;
    color: #808080;
}

.eip_sobrio_v2_hero_item_title {
    position: relative;
    font-size: 19px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0;
    padding-left: 35px;
}

.eip_sobrio_v2_hero_item_title span {
    display: block;
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
    color: #e60028;
    font-weight: bold;
}

.eip_sobrio_v2_hero_item_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    border-left: 2px solid #cbcbcb;
}

.eip_sobrio_v2_hero_item_ico_wrapper {
    width: 42px;
    text-align: right;
    margin-right: 35px;
}

.eip_sobrio_v2_hero_cta_section {
    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;
    background: #f5f5f5;
    padding: 25px;
    z-index: 100!important;
}

.is-sticky .eip_sobrio_v2_hero_cta_section {
    padding: 15px;
}

.eip_sobrio_v2_hero_cta_section .eip_sobrio_v2_btn {
    margin: 0 50px;
}

.eip_sobrio_v2_btn_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.eip_sobrio_v2_btn_container .eip_sobrio_v2_btn {
    height: 60px;
    border-radius: 0;
    border-bottom: none;
    padding: 17px 30px;
}

@media screen and (max-width: 1100px) {
    .eip_sobrio_v2_hero_wrapper {
        padding: 45px;
    }
}

@media screen and (max-width: 910px) {
    .eip_sobrio_v2_hero_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #f5f5f5;
    }
    .eip_sobrio_v2_hero_cta_section .eip_sobrio_v2_btn {
        margin: 0 20px;
    }
}

@media screen and (max-width: 770px) {
    .eip_sobrio_v2_btn_container.is-visible {
        display: block;
    }
}

@media screen and (max-width: 690px) {
    .eip_sobrio_v2_hero_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px
    }
    .eip_sobrio_v2_hero_title {
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .eip_sobrio_v2_hero_title span {
        display: inline-block;
    }
}

@media screen and (max-width: 620px) {
    .eip_sobrio_v2_hero_cta_section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .eip_sobrio_v2_hero_title {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }
    .eip_sobrio_v2_hero_item_title {
        font-size: 16px;
        line-height: 21px;
    }
    .eip_sobrio_v2_hero_item_title span {
        font-size: 18px;
    }
    .eip_sobrio_v2_hero_item+.eip_sobrio_v2_hero_item:before {
        top: -29px;
        font-size: 25px;
    }
    .eip_sobrio_v2_hero_cta_section .eip_sobrio_v2_btn {
        display: block;
        margin: 10px auto;
        width: 100%;
    }
}


/* STICKY CTA */

.eip_sobrio_v2_cta_mobile {
    display: none;
    position: fixed;
    top: initial!important;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #272d33;
    text-align: center;
    z-index: 10000;
}

.eip_sobrio_v2_cta_mobile.is-visible {
    display: block;
}

.eip_sobrio_v2_cta_item {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 3.8vw;
    color: #ffffff;
    margin-left: -1vw;
    padding: 3.1vw;
}

.eip_sobrio_v2_cta_item:first-child {
    background: #e60028;
    border-right: 1px solid #111314;
}

.eip_sobrio_v2_cta_item:last-child {
    border-right: 1px solid #40464d;
}

.eip_sobrio_v2_cta_item_img {
    display: block;
    margin: 0 auto 3.1vw;
}

.eip_sobrio_v2_cta_item:first-child .eip_sobrio_v2_cta_item_img {
    width: 8.7vw;
    height: auto;
}

.eip_sobrio_v2_cta_item:last-child .eip_sobrio_v2_cta_item_img {
    width: 7.6vw;
    height: auto;
}


/*******************************
          MAIN CONTENT
  *******************************/

.eip_sobrio_v2_main_content,
.eip_sobrio_v2_main_section {
    position: relative;
}

.eip_sobrio_v2_main_section_title {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 33px;
    line-height: 60px;
    color: #e60028;
    margin: 0;
    font-weight: 300;
}

.eip_sobrio_v2_main_section_title span span {
    color: #1f1f1f;
}

.eip_sobrio_v2_main_section_title sup {
    top: -11px;
}

.eip_sobrio_v2_main_section_title span {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#eip_sobrio_v2_contact .eip_sobrio_v2_main_section_title span {
    font-family: inherit;
}

.eip_sobrio_v2_main_section_subtitle {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 45px;
    margin: 0 0 57px;
    font-weight: bold;
}

.eip_eo2060_conditions {
    text-align: center;
    margin-top: -44px;
    margin-bottom: 73px;
}

.eip_sobrio_v2_section {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

.eip_sobrio_v2_bigger {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-size: 21px;
    margin: 0;
}

.eip_sobrio_v2_list_title,
.eip_sobrio_v2_details_title {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-weight: bold;
}

.eip_sobrio_v2_details_title {
    color: #e60028;
    margin: 0 0 10px;
}

.eip_sobrio_v2_row:nth-child(1) .eip_sobrio_v2_list_container,
.eip_sobrio_v2_row:nth-child(3) .eip_sobrio_v2_list_container {
    padding-left: 120px;
}

.eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_list_container {
    padding-right: 135px;
}


/*.eip_sobrio_v2_main_img {
    position: relative;
    z-index: 10;
  }*/

.eip_sobrio_v2_row:nth-child(1) {
    margin-bottom: -35px;
}

.eip_sobrio_v2_row:nth-child(2) {
    margin-bottom: 20px;
}

.eip_sobrio_v2_row:nth-child(3) {
    margin-bottom: 50px;
}


/*.eip_sobrio_v2_row:nth-child(1) .eip_sobrio_v2_main_img {
    margin-left: 140px;
  }*/

.eip_sobrio_v2_row:nth-child(1) .eip_sobrio_v2_bubble {
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 10;
    max-width: 37%;
}

.eip_sobrio_v2_row:nth-child(1) .eip_sobrio_v2_square {
    position: absolute;
    top: 44px;
    left: 111px;
}


/*.eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_main_img_1 {
    position: relative;
    margin-left: 180px;
    z-index: 2;
  }*/


/*.eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_main_img_2 {
    position: relative;
    margin-left: 85px;
    margin-top: -136px;
    z-index: 1;
  }*/

.eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_square {
    position: absolute;
    top: 60px;
    left: 135px;
}

.eip_sobrio_v2_row:nth-child(3) .eip_sobrio_v2_main_img {
    /*margin-left: 80px;*/
    margin-top: 10px;
}

.eip_sobrio_v2_row:nth-child(3) .eip_sobrio_v2_square {
    position: absolute;
    top: 0;
    left: 175px;
}

.eip_sobrio_v2_list_title sup {
    top: 12px;
}

.eip_sobrio_v2_list_title .eip_sobrio_v2_list_ico {
    margin-right: 20px
}

.eip_sobrio_v2_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.eip_sobrio_v2_list_item {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 20px;
    margin-bottom: 0;
}

.eip_sobrio_v2_list_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    display: inline-block;
    width: 10px;
    border-top: 2px solid #e60028;
    margin-right: 10px;
}

.eip_sobrio_v2_list_item span,
.eip_sobrio_v2_details_tx span {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
}

.eip_sobrio_v2_border {
    border: 1px solid #e2e2e2;
    padding: 40px 20px;
    text-align: center;
    margin: 50px 55px;
}

.eip_sobrio_v2_details_container {
    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;
    padding: 60px 0;
}

.eip_sobrio_v2_details_img,
.eip_sobrio_v2_details_wrapper {
    display: inline-block;
    vertical-align: middle;
}

.eip_sobrio_v2_details_img {
    margin-right: 60px;
}

.eip_sobrio_v2_details_container .eip_sobrio_v2_main_section_title {
    text-align: left;
    margin-bottom: 20px;
}

.eip_sobrio_v2_details {
    margin-bottom: 25px;
}

.eip_sobrio_v2_details:last-child {
    margin-bottom: 0;
}

.eip_sobrio_v2_details_tx {
    font-size: 18px;
    line-height: 1.5;
}

.eip_sobrio_v2_details_tx sup {
    font-size: 0.6em;
    top: 0;
}

.eip_sobrio_v2_desktop_hidden {
    display: none;
}

@media screen and (max-width: 1210px) {
    .eip_sobrio_v2_details_container {
        padding: 40px 20px;
    }
    .eip_sobrio_v2_details_img {
        margin-right: 40px;
    }
    .eip_sobrio_v2_details br {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .eip_sobrio_v2_border {
        padding: 40px 20px;
        text-align: center;
        margin: 50px 0;
    }
    .eip_sobrio_v2_row:nth-child(1) {
        margin-bottom: 20px;
    }
    .eip_sobrio_v2_row:nth-child(1) .eip_sobrio_v2_list_container,
    .eip_sobrio_v2_row:nth-child(3) .eip_sobrio_v2_list_container {
        padding-left: 0;
        padding-right: 20px;
    }
    .eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_list_container {
        padding-right: 0;
        padding-left: 20px;
    }
    .eip_sobrio_v2_row:nth-child(1) .eip_sobrio_v2_main_img,
    .eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_main_img,
    .eip_sobrio_v2_row:nth-child(3) .eip_sobrio_v2_main_img {
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    /*.eip_sobrio_v2_row:nth-child(1) .eip_sobrio_v2_main_img {
      max-width: 55%;
    }*/
    /*.eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_main_img {
      max-width: 55%;
      height: auto;
    }*/
}

@media screen and (max-width: 1100px) {
    .eip_sobrio_v2_section br {
        display: none;
    }
}

@media screen and (max-width: 1040px) {
    .eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_main_img_1 {
        margin-left: 140px;
    }
    .eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_main_img_2 {
        margin-left: 45px;
    }
    .eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_square {
        left: 95px;
    }
}

@media screen and (max-width: 950px) {
    .eip_sobrio_v2_section {
        background: #ffffff;
        padding-right: 25px;
        padding-left: 25px;
    }
    .eip_sobrio_v2_details_img {
        display: none;
    }
    .eip_sobrio_v2_main_section_title {
        font-size: 25px;
        line-height: 37px;
        margin: 0;
    }
    .eip_sobrio_v2_main_section_subtitle {
        font-size: 14px;
        line-height: 33px;
        margin: 0 0 37px;
    }
    .eip_eo2060_conditions {
        font-size: 12px;
        margin-top: -35px;
        margin-bottom: 25px;
    }
    .eip_sobrio_v2_list_container,
    .eip_sobrio_v2_details {
        margin-bottom: 20px;
    }
    .eip_sobrio_v2_list_title,
    .eip_sobrio_v2_details_title {
        font-size: 21px;
        margin: 0 0 10px;
    }
    .eip_sobrio_v2_details_container {
        padding: 20px;
    }
    .eip_sobrio_v2_list_item,
    .eip_sobrio_v2_details_tx {
        font-size: 16px;
    }
    .eip_sobrio_v2_bigger {
        font-size: 22px;
    }
}

@media screen and (max-width: 930px) {
    .eip_sobrio_v2_main_img_wrapper {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-height: 230px;
        margin: 0 auto;
    }
    .eip_sobrio_v2_row:nth-child(1) .eip_sobrio_v2_square,
    .eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_square,
    .eip_sobrio_v2_row:nth-child(3) .eip_sobrio_v2_square {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 68%;
        height: auto;
    }
}

@media screen and (max-width: 850px) {
    .eip_sobrio_v2_main_section_title span {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .eip_sobrio_v2_main_section_title {
        font-size: 24px;
        line-height: 32px;
        padding: 0 20px;
    }
    .eip_sobrio_v2_row:nth-child(1) .eip_sobrio_v2_list_container,
    .eip_sobrio_v2_row:nth-child(3) .eip_sobrio_v2_list_container {
        padding-right: 0;
    }
    .eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_list_container {
        padding-left: 0;
    }
    .eip_sobrio_v2_list_check .eip_sobrio_v2_list_item {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .eip_sobrio_v2_list_check .eip_sobrio_v2_list_item span {
        font-size: 18px;
    }
    .eip_sobrio_v2_mobile_hidden {
        display: none!important;
    }
    .eip_sobrio_v2_desktop_hidden {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .eip_sobrio_v2_section {
        padding-right: 15px;
        padding-left: 15px;
    }
    .eip_sobrio_v2_bigger {
        font-size: 19px;
    }
    .eip_sobrio_v2_row:nth-child(1) .eip_sobrio_v2_square,
    .eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_square,
    .eip_sobrio_v2_row:nth-child(3) .eip_sobrio_v2_square {
        max-width: 60%;
        height: auto;
    }
    /*.eip_sobrio_v2_row:nth-child(1) .eip_sobrio_v2_main_img {
      max-width: 45%;
    }*/
    /*.eip_sobrio_v2_row:nth-child(3) .eip_sobrio_v2_main_img {
      max-width: 70%;
    }*/
    .eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_main_img_1 {
        margin-left: auto;
    }
    .eip_sobrio_v2_row:nth-child(2) .eip_sobrio_v2_main_img_2 {
        margin-left: auto;
        margin-top: -70px;
    }
}


/*******************************
              ANIM
  *******************************/

.js_slideleft,
.js_slideright,
.js_slidedown {
    position: relative;
}


/*******************************
            FORM ASIDE
  *******************************/

.eip_sobrio_form_aside {
    padding: 50px 70px 50px 40px;
}

.eip_sobrio_form_aside .eip_sobrio_form_aside_title {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-size: 26px;
    text-align: center;
    margin: 0 0 55px;
    font-weight: 300;
}

.eip_sobrio_form_aside_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 70px;
}

.eip_sobrio_form_aside_item:last-child {
    margin-bottom: 0;
}

.eip_sobrio_form_aside_img_wrapper {
    width: 45px;
    margin-right: 35px;
}

.eip_sobrio_form_aside_tx {
    font-size: 18px;
    max-width: 410px;
}

.eip_sobrio_form_aside_tx span {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.eip_sobrio_form_aside_number {
    color: #e60028;
}

@media screen and (max-width: 1225px) {
    .eip_sobrio_form_aside .eip_sobrio_form_aside_title {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1200px) {
    .eip_sobrio_form_aside .eip_sobrio_form_aside_title {
        margin-bottom: 30px;
    }
    .eip_sobrio_form_aside_item {
        margin-bottom: 35px;
    }
}

@media (max-width: 1100px) {
    .eip_sobrio_form_aside {
        padding: 50px 20px 50px 20px;
    }
}

@media (max-width: 768px) {
    .eip_sobrio_form_aside {
        padding: 10px 20px 50px 20px;
    }
}

@media screen and (max-width: 435px) {
    .eip_sobrio_form_aside .eip_sobrio_form_aside_title {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}


/*******************************
              FORM
  *******************************/

.eip_sobrio_v2_form_container {
    background: #fafafa;
    padding: 0;
    padding-top: 40px;
}

.eip_sobrio_v2_form_container .eip_sobrio_v2_main_section_title {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0 20px;
}

.eip_sobrio_v2_form_container .eip_sobrio_v2_row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 768px) {
    .eip_sobrio_v2_form_container .eip_sobrio_v2_main_section_title {
        font-size: 21px;
        margin-bottom: 0;
    }
    .eip_sobrio_form_aside .eip_sobrio_form_aside_title {
        font-size: 21px;
        line-height: 27px;
    }
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.picker__input {
    cursor: default
}

.picker__input.picker__input--active {
    border-color: #0089ec
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}


/*!
   * Classic picker styling for pickadate.js
   * Demo: http://amsul.github.io/pickadate.js
   */

.picker {
    width: 100%
}

.picker__holder {
    position: absolute;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0 0 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 466px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
    -webkit-transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
    transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out
}

.picker__frame {
    padding: 1px
}

.picker__wrap {
    margin: -1px
}

.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    -webkit-transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
    transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
    -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12)
}

.picker__box {
    padding: 0 1em
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em
}

.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em
}

.picker__year {
    color: #999999;
    font-size: .8em;
    font-style: italic
}

.picker__select--month,
.picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em
}

@media (min-width: 24.5em) {
    .picker__select--month,
    .picker__select--year {
        margin-top: -0.5em
    }
}

.picker__select--month {
    width: 35%
}

.picker__select--year {
    width: 22.5%
}

.picker__select--month:focus,
.picker__select--year:focus {
    border-color: #0089ec
}

.picker__nav--prev,
.picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: -0.25em
}

@media (min-width: 24.5em) {
    .picker__nav--prev,
    .picker__nav--next {
        top: -0.33em
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em
}

@media (min-width: 24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em
}

@media (min-width: 24.5em) {
    .picker__nav--next {
        padding-left: 1.5em
    }
}

.picker__nav--prev:before,
.picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000000
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}

@media (min-height: 33.875em) {
    .picker__table {
        margin-bottom: .75em
    }
}

.picker__table td {
    margin: 0;
    padding: 0
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999999;
    font-weight: 500
}

@media (min-height: 33.875em) {
    .picker__weekday {
        padding-bottom: .5em
    }
}

.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent
}

.picker__day--today {
    position: relative
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #0059bc;
    border-left: .5em solid transparent
}

.picker__day--disabled:before {
    border-top-color: #aaaaaa
}

.picker__day--outfocus {
    color: #dddddd
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb
}

.picker__day--highlighted {
    border-color: #0089ec
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background: #0089ec;
    color: #ffffff
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb
}

.picker__footer {
    text-align: center
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: none
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0
}

.picker__button--today:before,
.picker__button--clear:before {
    content: " ";
    margin-right: .45em
}

.picker__button--today:before {
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: .66em solid transparent
}

.picker__button--clear:before {
    top: -0.25em;
    width: .66em;
    border-top: 3px solid #ee2200
}

.picker__button--close:before {
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777777
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default
}

.picker__button--today[disabled]:before {
    border-top-color: #aaaaaa
}

textarea::-webkit-input-placeholder {
    line-height: inherit !important
}

@-webkit-keyframes displayNoneToFadeIn {
    0% {
        display: none;
        opacity: 0
    }
    0.001% {
        display: block;
        opacity: 0
    }
    100% {
        display: block;
        opacity: 1
    }
}

@keyframes displayNoneToFadeIn {
    0% {
        display: none;
        opacity: 0
    }
    0.001% {
        display: block;
        opacity: 0
    }
    100% {
        display: block;
        opacity: 1
    }
}

.o-inlineblock--holder {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
    font-family: sourcesanspro, Helvetica, Arial, sans-serif
}

.o-inlineblock--item {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto
}

div.prospect .eip_gr_part_2 .eip_gr_left .eip_gr_left_title,
.eip_gr_part_2 .eip_gr_left .eip_gr_left_title {
    margin-top: 63px
}

#salesforce-iframe {
    display: none
}

[id*='o-form--step'] {
    min-height: 713px
}

[id*='o-form--step'].is-hide {
    display: none
}

.eip_gr_part_2 .eip_gr_right {
    width: 400px !important
}

@media screen and (max-width: 950px) {
    .eip_gr_part_2 .eip_gr_right {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto
    }
}

.eip_gr_form {
    padding: 0 80px;
}

@media (max-width: 1100px) {
    .eip_gr_form {
        padding: 0 20px;
    }
}

.eip_gr_form__heading {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    width: 100%;
    text-align: center
}

.eip_gr_form__heading__title {
    text-transform: uppercase;
    font-size: 24px;
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 10px
}

.eip_gr_form__heading__step {
    font-size: 16px;
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    text-align: left;
}

.eip_gr_form__heading__step.has-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.eip_gr_form__heading__step.has-back a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px
}

.eip_gr_form__heading__step .eip_red {
    color: transparent;
}

.eip_gr_form__heading__step .eip_strong {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.eip_gr_form__progressbar {
    width: 100%;
    height: 5px;
    background: #efefef
}

.eip_gr_form__progressbar div {
    height: 5px;
    background: #cccccc;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.eip_gr_form__content {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0 40px;
    margin: 0 auto;
}

.eip_gr_form__content.no-padding {
    padding: 0
}

[class*='eip_gr_form__input--'] {
    margin-bottom: 20px;
    position: relative
}

[class*='eip_gr_form__input--'].has-error input,
[class*='eip_gr_form__input--'].has-error select {
    border-left-color: #e5022f !important;
    border-left-width: 2px;
}

[class*='eip_gr_form__input--'].has-success input {
    border-left-color: #75de6a !important;
    border-left-width: 2px;
}

[class*='eip_gr_form__input--'] .help-block {
    display: block
}

[class*='eip_gr_form__input--'] .help-block.form-error {
    padding-top: 3px;
    color: #e5022f;
    font-size: 13px
}

[class*='eip_gr_form__input--'] .help-block.help {
    padding: 10px;
    font-size: 12px;
    color: #858484;
    background: #f1f0f0
}

[class*='eip_gr_form__input--'] .c-label {
    font-size: 15px;
    color: #000
}

.eip-hide-validation-message .form-error {
    display: none !important
}

.eip_gr_form__input--radios .c-label,
.eip_gr_form__input--radios .c-radio {
    display: inline-block
}

.eip_gr_form__input--radios .c-label+.c-radio {
    margin-left: 15px
}

.eip_gr_form__input--radios .c-radio:not(:last-of-type) {
    margin-right: 15px
}

.eip_gr_form__input--radios .c-radio .has-error {
    display: block;
    margin-bottom: 15px
}

.eip_gr_form__input--radios .c-radio.is-disabled {
    opacity: .25
}

.eip_gr_form__input--radios .c-radio.is-disabled span {
    cursor: not-allowed
}

.eip_gr_form__input--radios input[type="radio"]:checked,
.eip_gr_form__input--radios input[type="radio"]:not(:checked) {
    position: absolute;
    left: -624.9375rem;
    opacity: 0;
    pointer-events: none
}

.eip_gr_form__input--radios input[type="radio"]:checked+span,
.eip_gr_form__input--radios input[type="radio"]:not(:checked)+span {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 22px;
    font-size: 15px;
    color: #000;
    display: inline-block
}

.eip_gr_form__input--radios input[type="radio"]:checked+span:before,
.eip_gr_form__input--radios input[type="radio"]:checked+span:after,
.eip_gr_form__input--radios input[type="radio"]:not(:checked)+span:before,
.eip_gr_form__input--radios input[type="radio"]:not(:checked)+span:after {
    content: '';
    position: absolute;
    display: block;
    top: 1px;
    left: 0;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.eip_gr_form__input--radios input[type="radio"]:checked+span:before,
.eip_gr_form__input--radios input[type="radio"]:not(:checked)+span:before {
    width: 11px;
    height: 11px;
    background: #fff;
    border: solid 1px #d9d9d9
}

.eip_gr_form__input--radios input[type="radio"]:checked+span:after,
.eip_gr_form__input--radios input[type="radio"]:not(:checked)+span:after {
    width: 13px;
    height: 13px;
    background: #e5022f
}

.eip_gr_form__input--radios input[type="radio"]:checked:not(:checked)+span:after,
.eip_gr_form__input--radios input[type="radio"]:not(:checked):not(:checked)+span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.eip_gr_form__input--radios .help-block.form-error {
    position: absolute;
    left: 0;
    padding-top: 10px
}

.eip_gr_form input:focus,
.eip_gr_form__input--select select:focus {
    outline: none;
    border-color: #c4c4c4;
}

.eip_gr_form__input--text input,
.eip_gr_form__input--email input,
.eip_gr_form__input--tel input,
.eip_gr_form__input--date input {
    display: block;
    width: 100%;
    height: 50px;
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    padding: 0 15px;
    border: solid 1px #d9d9d9;
    border-left-width: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    font-weight: 300;
    border-radius: 2px;
    line-height: 26px
}

.eip_gr_form__input--text input::-webkit-input-placeholder,
.eip_gr_form__input--email input::-webkit-input-placeholder,
.eip_gr_form__input--tel input::-webkit-input-placeholder,
.eip_gr_form__input--date input::-webkit-input-placeholder {
    color: #acacac;
    line-height: 1.5rem
}

.eip_gr_form__input--text input:-moz-placeholder,
.eip_gr_form__input--email input:-moz-placeholder,
.eip_gr_form__input--tel input:-moz-placeholder,
.eip_gr_form__input--date input:-moz-placeholder {
    color: #acacac;
    opacity: 1
}

.eip_gr_form__input--text input::-moz-placeholder,
.eip_gr_form__input--email input::-moz-placeholder,
.eip_gr_form__input--tel input::-moz-placeholder,
.eip_gr_form__input--date input::-moz-placeholder {
    color: #acacac;
    opacity: 1
}

.eip_gr_form__input--text input:-ms-input-placeholder,
.eip_gr_form__input--email input:-ms-input-placeholder,
.eip_gr_form__input--tel input:-ms-input-placeholder,
.eip_gr_form__input--date input:-ms-input-placeholder {
    color: #acacac
}

.eip_gr_form__input--text input::-ms-clear,
.eip_gr_form__input--email input::-ms-clear,
.eip_gr_form__input--tel input::-ms-clear,
.eip_gr_form__input--date input::-ms-clear {
    display: none
}

.eip_gr_form__input--text [type="number"],
.eip_gr_form__input--email [type="number"],
.eip_gr_form__input--tel [type="number"],
.eip_gr_form__input--date [type="number"] {
    -moz-appearance: textfield
}

.eip_gr_form__input--text [type="number"]::-webkit-outer-spin-button,
.eip_gr_form__input--text [type="number"]::-webkit-inner-spin-button,
.eip_gr_form__input--email [type="number"]::-webkit-outer-spin-button,
.eip_gr_form__input--email [type="number"]::-webkit-inner-spin-button,
.eip_gr_form__input--tel [type="number"]::-webkit-outer-spin-button,
.eip_gr_form__input--tel [type="number"]::-webkit-inner-spin-button,
.eip_gr_form__input--date [type="number"]::-webkit-outer-spin-button,
.eip_gr_form__input--date [type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.eip_gr_form__input--select select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 40px 0 15px;
    border: solid 1px #d9d9d9;
    border-left-width: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #acacac;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff;
    background-image: url(../img/eip_c-icon__select.svg);
    background-repeat: no-repeat;
    background-position: top 22px right 20px
}

.eip_gr_form__input--select select.is-filled {
    color: #000;
    border-left-color: #75de6a;
}

.eip_gr_form__input--select select::-ms-expand {
    display: none
}

.eip_gr_form__input--select select option.is-hidden {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden
}

.eip_gr_form__info {
    margin-bottom: 25px
}

.eip_gr_form__info p {
    font-size: 12px;
    color: #4d4d4d;
    opacity: .6;
    margin-bottom: 0
}

.eip_gr_form__info .help-block {
    display: block;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.eip_gr_form__info .help-block.form-error {
    font-size: 14px;
    color: #e5022f;
    background: rgba(229, 2, 47, 0.1)
}

.eip_gr_form__title {
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px
}

.eip_c-button {
    display: block;
    height: 50px;
    padding: 1px 40px 0;
    background: #e5022f;
    font-family: sourcesanspro, Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #fff;
    border: none;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    margin: 0 auto;
}

.eip_c-button-desktop {
    display: block;
}

.eip_c-button-mobile {
    display: none;
}

@media screen and (max-width: 950px) {
    .eip_c-button-desktop {
        display: none;
    }
    .eip_c-button-mobile {
        display: block;
    }
}

@media (max-width: 525px) {
    .eip_c-button {
        width: 100%;
        font-size: 16px;
    }
}

.eip_c-button:focus {
    outline: none;
}

.eip_c-button:hover:not(.is-disabled) {
    background: #d0032c;
}

.eip_c-button.is-disabled {
    opacity: .7;
    cursor: not-allowed
}

#map-iframe {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border: 0;
}

.eip_evermap__form__search {
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.eip_evermap__form__search .eip_gr_form__input--text {
    width: 183px;
    float: left;
    margin-bottom: 0
}

.eip_evermap__form__search .eip_c-button {
    width: 57px;
    height: 50px;
    float: right;
    border-radius: 5px;
    padding: 3px 0 0 0;
}

.eip_evermap__form__search__inner {
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.eip_evermap__form__search__inner:after {
    content: "";
    display: table;
    clear: both
}

.eip_evermap__form__search__inner:before,
.eip_evermap__form__search__inner:after {
    content: "";
    display: table
}

.eip_evermap__form__search__inner:after {
    clear: both
}

.eip_evermap__form__search__inner {
    *zoom: 1
}

.eip_gr_form__content__finished {
    text-align: center;
    padding-top: 30px;
}

.eip_gr_form__content__finished img {
    margin-bottom: 30px
}

.eip_gr_form__content__finished__text,
.eip_gr_form__content__finished__strong {
    font-size: 17px;
    color: #000;
    line-height: 24px;
    margin-bottom: 20px
}

.eip_gr_form__content__finished__strong {
    font-weight: 700
}

.eip_gr_form__input__multiCity {
    position: relative
}

.eip_gr_form__input__multiCity .eip_gr_form__input--select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    display: block
}

.eip_gr_form__input__multiCity .is-hide {
    display: none
}

#eip-mapHolder {
    width: 100%;
    height: 500px;
    border: none;
    border-left: 2px solid #fff;
}


/*******************************
           Legal notices
  *******************************/

.eip_sobrio_v2_notices {
    font-size: 14px;
    padding: 25px 0;
    color: #555555;
}

.eip_sobrio_v2_notices a,
.eip_sobrio_v2_notices a:hover,
.eip_sobrio_v2_notices a:focus,
.eip_sobrio_v2_notices a:visited {
    color: #1a171b;
}

.eip_sobrio_v2_notices_title,
.eip_sobrio_v2_notices_wrapper {
    padding: 0 25px;
}

.eip_sobrio_v2_notices_title {
    margin-bottom: 15px;
}

.eip_sobrio_v2_notices_number,
.eip_sobrio_v2_notices_tx {
    float: left;
}

.eip_sobrio_v2_notices_number {
    width: 20px;
}

.eip_sobrio_v2_notices_tx {
    width: 1110px;
}

@media screen and (max-width: 1260px) {
    .eip_sobrio_v2_notices_tx {
        width: 90%;
    }
    .eip_sobrio_v2_notices_title,
    .eip_sobrio_v2_notices_wrapper {
        padding: 0 15px;
    }
}


/*******************************
               Footer
  *******************************/

.eip_sobrio_v2_footer {
    position: relative;
}

.eip_sobrio_v2_logosgfooter {
    float: left;
}

.eip_sobrio_v2_logosgfooter img {
    width: 180px;
    height: auto;
}

.eip_sobrio_v2_copyright {
    float: right;
    position: relative;
    top: -1px;
    margin: 0;
}

.eip_sobrio_v2_copyright li {
    display: inline;
    font-size: 11px;
    margin-right: 5px;
    margin-left: 5px;
}

.eip_sobrio_v2_copyright li a {
    color: #333;
    text-decoration: none;
}

.eip_sobrio_v2_copyright li.eip_sobrio_v2_copyright_item:after {
    content: '|';
    padding-left: 5px;
    margin-right: -5px;
}

.eip_sobrio_v2_copyright li.eip_sobrio_v2_copyright_item_last:after {
    display: none;
}

.eip_sobrio_v2_copyright li.eip_sobrio_v2_copyright_item_copy {
    margin-left: 20px;
}

@media (max-width: 1260px) {
    .eip_sobrio_v2_footer {
        padding: 0 15px;
    }
}

@media (max-width: 1100px) {
    .eip_sobrio_v2_logosgfooter {
        float: none;
    }
    .eip_sobrio_v2_copyright {
        float: none;
        padding: 0;
    }
}

@media (min-width: 1023px) {
    .dsg_o_mod_header_landing_medium .dsg_t_grid.-dsg_nogutter>.dsg_t_col.-dsg_t_col-padd {
        padding: 0 7rem 0 0;
    }
}


/***************************begin VL**********************/

.dsg_offer_text {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .landing-area .dsg_a_button.-dsg_big.-dsg_play,
    .dsg_a_button.-dsg_big.-dsg_play {
        padding-top: 1.75rem;
    }
    .dsg_offer_container {
        display: flex;
    }
    .dsg_offer_text {
        margin-right: 25px;
        margin-bottom: 0;
    }
    .dsg_text_macaron {
        width: 370px;
    }
}

@media only screen and (max-width: 1024px) {
    .landing-area .dsg_time,
    .dsg_time {
        display: none;
    }
    .landing-area .dsg_m_date-time,
    .dsg_m_date-time {
        margin: 0;
    }
    .dsg_modal .dsg_modal-content,
    .dsg_modal-content {
        width: 100%;
        padding: 4rem 0 0 0;
    }
}


/***************************** end VL *****************/