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

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

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

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

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

.hero {
    display: flex;
    align-items: center;
}

.hero p {
    font-size: 1.25rem;
}

img {
    max-width: 100%;
}
a {
    text-decoration: none !important;
}
.hero a {
    display: inline-flex;
    border-radius: 2rem;
    background: #01A982;
    color: white;
    align-items: center;
    padding: 1rem 1.5rem;
    cursor: pointer;
}

.hero a:hover {
    background: #0c956e;
}

.hero a span {
    color: white;
    font-weight: bold;
}

.hero a img {
    margin-left: 1rem;
    width: 4rem;
}

.hero .left, .hero .right  {
    width: 50%;
}

.hero .right img {
    max-width: 100%;
}

.navbar-brand img {
    width: 18.25rem;
}

.hero .left {
    padding-right: 3rem;
}

.hero_title b {
    
    font-weight: 900;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent;
    background: url('../image/Alletra/text_bg.jpg') 50% 50% no-repeat;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
}
.formwrap {
    display: flex;
}

.formwrap .left, .formwrap .right {
    width: 50%;
}

.formwrap .left .title strong {
    font-size: 1.5rem;
}

.formwrap .left .title .mobile {
    display: none;
}

.formwrap .left .title p {
    font-size: 1.1rem;
}

.formwrap .right {
    display: flex;
    align-items: center;
    padding: 2rem;
    padding-right: 0;
}
.form_inner {
    display: flex;
    justify-content: space-between;
}

.form_inner .inner_left, .form_inner .inner_right {
    width: calc(50% - .5rem);
}

.form_inner .inner_left > div, .form_inner .inner_right > div {
    margin-bottom: .725rem;
}

.form_inner .inner_left > div .label-form, .form_inner .inner_right > div .label-form {
    font-weight: bold;
    margin-bottom: .25rem;
    font-size: .9rem;
}
.submit_btn_wrap {
    margin-top: 1rem;
}

.each_check {
    position: relative;
    margin-right: 1rem;
}

.each_check input {
    opacity: 0;
    position: absolute;
    height: 1px;
    width: 1px;
    z-index: -1;
    top: 0;
    left: 0;
}
.each_check input ~ label {
    padding-left: 1.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: .9rem;
}
.each_check input ~ label:after {
    width: 16px;
    height: 16px;
    border-radius: 10px;
    content: '';
    border: 1px solid white;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.each_check input:checked ~ label:before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    content: '';
    border: 1px solid white;
    position: absolute;
    left: 3px;
    top: 50%;
    background: white;

    transform: translateY(-50%);
}

.each_check:last-of-type {
    margin-right: 0;
}

.form_inner input, .form_inner textarea {
    border: 1px solid white;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: .9rem;
    color: white !important;
}

.optin_options {
    display: flex;
    margin: .5rem 0;
}

.form-terms {
    align-items: flex-start;
}

.form_bottom strong {
    display: block;
}

.form-terms .btn-green {
    display: inline-flex;
    align-items: center;
    border-radius: 2rem;
    font-size: 1.25rem;
}

.form-terms .btn-green img {
    margin-left: 1rem;
    width: 3.7rem;
}

.form_inner .inner_left > div, .form_inner .inner_right > div {
    position: relative;
    width: 100%;
    min-height: 1px;

}
.form_inner .inner_right {
    display: flex;
    flex-direction: column;
}
.form_inner .inner_right > div:last-of-type {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form_inner .inner_right > div:last-of-type textarea {
    flex: 1;
    resize: none;
}

.form_inner input:focus,
.form_inner textarea:focus,
.form_inner input:active,
.form_inner textarea:active{
    background: rgba(255,255,255,.25);
    outline: none !important;
    border-color: white !important;
}

.form {
    margin-top: 4rem;
    background: url('../image/Alletra/grad.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.storage {
    margin: 4rem 0;
}

.storage_content {
    display: flex;

}

.storage_content strong.mobile {
    display: none;
    text-align: center;
    margin-bottom: 1rem;
}

.storage .left , .storage .right{
    width: 50%;
}

.storage .left {
    padding-right: 2rem;
    display: flex;
    align-items: center;
}

.storage .right strong {
    font-size: 1.75rem;
    margin-bottom: .25rem;
    display: block;
}

.storage .right .btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.storage .right .btns a {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1.5rem;
    margin-right: 1rem;
    border: 2px solid #01A982;
    color: black;
    border-radius: 2rem;
    font-weight: bold;
    font-size: .9rem;
    margin-bottom: .5rem;
    white-space: nowrap;
}

.storage .right .btns a:last-of-type {
    margin-right: 0;
}

.storage .right .btns a:hover {
    text-decoration: none;
    border-color: #0c956e;
}

.storage .right .btns a img {
    margin-left: 1rem;
}

.storage .right .btns a.colored {
    background: #01A982;
    color: white;
}

.storage .right .btns a.colored:hover {
    background: #0c956e;
    border-color: #0c956e;
}


.storage .stats {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.storage .stats .each_stat {
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border: 2px solid white;
}

.storage .stats .each_stat strong,
.storage .stats .each_stat span,
.storage .stats .each_stat h2 {
    text-align: center;
}

.storage .stats .each_stat h2 {
    margin: .5rem 0;
    font-size: 2.5rem;
}

.storage .stats .each_stat.green {
    border-color: #7FF9E2;
}

.storage .stats .each_stat.purple {
    border-color: #C140FF;
}

.storage .stats .each_stat.orange {
    border-color: #FF8300;
}

.series h2 {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 1rem;
}

.series .top {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.each_series_couple {

    padding: 3rem 0;
}

.each_series_couple.gray {
    background: #F8F8F8;
}


.each_serie {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.each_serie.last .img_wrap {
    display: inline-block;
    position: relative;
}

.each_serie.last .img_wrap img {
    position: relative;
    z-index: 1;
}


.each_serie.last .product_img {
    padding: 1.5rem;
}

.each_serie.last .des strong {
    font-size: 1.7rem;
}

.each_serie.reverse {
    flex-flow: row-reverse;
}

.each_serie .des, .each_serie .product_img {
    width: 50%;
}
.each_serie .des {
    padding: 0 2rem;
}

.each_serie .des img.mobile {
    display: none;
}

.each_serie .des a {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1.5rem;
    margin-right: 1rem;
    border: 2px solid #01A982;
    color: black;
    background: white;
    border-radius: 2rem;
    font-size: .9rem;
    font-weight: bold;
    white-space: nowrap;
}

.each_serie .des a:hover {
    text-decoration: none;
    border-color: #0c956e;
}

.each_serie .des a.colored {
    background: #01A982;
    color: white;
}

.each_serie .des a.colored:hover {
    background: #0c956e;
    border-color: #0c956e;
}

.each_serie .des strong {
    font-size: 1.5rem;
    display: block;
    margin-bottom: .25rem;
    line-height: normal;
}

.each_serie .des a img {
    margin-left: 1rem;
}


.series h2:after {
    height: 3px;
    width: 70%;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    background: #01A982;
}

@media (max-width: 992px){
    .hero {
        flex-direction: column;
    }
    .hero .left {
        padding-right: 0;
        order: 2;
        text-align: center;
        margin-top: 1.5rem;
    }
    
    
    
    .hero .right {
        order: 1;
    }
    .hero .left, .hero .right {
        width: 100%;
    }
    .formwrap .left {
        width: 100%;
    }
    .formwrap .right {
        display: none;
    }
    .formwrap .left .title {
        text-align: center;
    }
    .formwrap .left .title .mobile {
        display: block;
    }
    .storage_content {
        flex-direction: column;
    }
    
    .storage .left {
        padding-right: 0;
    }
    .storage .left, .storage .right {
        width: 100%;
    }
    .storage .right strong {
        display: none;
    }
    .storage_content strong.mobile {
        display: block;
        font-size: 1.75rem;
    }
    
    .storage .right {
        text-align: center;
        margin-top: 1rem;
    }
    
    .storage .right .btns {
        width: 100%;
        justify-content: center;
    }
    
    .each_serie .des {
        width: 100%;
        text-align: center;
        padding: 0 1rem;
    }
    
    .each_serie .product_img {
        display: none;
        width: 100%;
    }
    .each_serie.last .product_img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .each_serie .des img.mobile {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .each_serie, .each_serie.reverse {
        flex-direction: column;
        margin-bottom: 3rem;
    }
    
    .each_serie .des strong {
        text-align: center;
    }
    
    .each_serie.last {
        flex-flow: column-reverse;
    }
    
    .media_center {
        text-align: center;
    }
    
    .linked_in {
        justify-content: center;
        display: none;
    }
    
    .mob_view {
        display: block !important;
    }
    
    .d-flex {
        flex-direction: column;
        align-items: center;
    }
    
    .d-flex > div {
        width: 100%;
        text-align: center !important;
    }
    
    .web_view {
        display: none !important;
        text-align: center !important;
    }
    
    .navbar-brand img {
        width: 16rem;
    }
}

.invalid-feedback {
    color: rgba(255,255,255,.5);
}

@media (max-width: 600px){
    .form_inner {
        flex-direction: column;
    }
    
    .submit_btn_wrap {
        text-align: center;
        width: 100%;
    }
    .form-terms .btn-green {
        padding: .75rem 1.5rem !important;
    }
    .optin_options {
        justify-content: center;
    }
    .form-terms small {
        text-align: center;
    }
    .form-terms .form_bottom {
        text-align: center;
    }
    .form_inner .inner_left, .form_inner .inner_right {
        width: 100%;
    }
    
    .storage .stats {
        flex-direction: column;
        align-items: center;
    }
    
    .storage .stats .each_stat {
        width: 80%;
        margin-bottom: 1rem;
    }
    
    .storage .right .btns {
        flex-direction: column;
        align-items: center;
    }
    .storage .right .btns a {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .form_inner .inner_left > div, .form_inner .inner_right > div {
        text-align: center;
    }
    
    .each_serie.last .product_img {
        padding: 0;
        margin-bottom: 1.5rem;
    }
    
    .each_serie, .each_serie.reverse {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    .each_series_couple {
        padding: 1rem 0;
    }
}

@media (max-width: 480px){
    .navbar-brand img {
        width: 14rem;
    }
}