@font-face {
    font-family: RubikLight;
    src: url("../../fonts/Rubik-Light.ttf");
}

@font-face {
    font-family: RubikMedium;
    src: url("../../fonts/Rubik-Medium.ttf");
}

@font-face {
    font-family: RubikRegular;
    src: url("../../fonts/Rubik-Regular.ttf");
}

body {
    font-family: RubikLight;
}

html {
    height: 100%;
}

.grey-container .insezo-expl {
    text-align: center;
    /*font-size: 28px;*/
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    padding: 0 80px 20px;
    margin-top: 4rem;
}

.grey-container .register-illustration {
    display: block;
    margin: 3.75rem auto 0;
    max-height: 325px;
    height: 40vh;

}

@media screen and (max-height: 700px) and (max-width: 1400px) {
    .grey-container .register-illustration {
        margin-top: 0;
        height: 12.5rem;
    }
}

@media screen and (max-height: 700px) {
    .grey-container .insezo-expl {
        margin-top: 40px;
        font-size: 1.25rem;
    }
}

.register-form-container {
    max-width: 400px;
}

@media screen and (max-width: 800px) {
    .fields {
        padding: 10px;
    }
}

.fields .input-row {
    display: flex;
    margin-bottom: 15px;
    color: #35435c;
}

.fields .input-row .line {
    flex: 1;
    font-size: 16px;
}

.fields .firstname {
    margin-right: 20px;
}

.fields .input {
    width: 100%;
    border-radius: 5px;
    height: 35px;
    padding-left: 10px;
    font-size: 16px;
}


.ui-button {
    color: white;
    background-color: var(--color-insezo-primary);
    font-weight: bold;
    font-size: 16px;
    padding: 6px 12px;
}

.ui-button:hover {
    color: white;
}

.ui-button .register-button-arrow {
    color: white;
    background-color: var(--color-insezo-primary);
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: 3px;
    padding-left: 10px;
}

.success {
    color: #37a504;
    font-size: 24px;
    font-family: RubikMedium;
    text-align: center;
}

.error {
    background-color: #f6f8fc;
    color: #e62344;
    font-family: RubikMedium;
    font-size: 14px;
    border-radius: 5px;
    border-left: solid 3px #e62344;
    padding: 8px 12px;
    margin-top: 20px;
    max-width: 400px;

}

#sub-type-wrapper {
    display: flex;
    flex-direction: column;
    font-size: 2.2rem;
}

.sub-type-box {
    max-width: 45rem;
    height: 30rem;
    background-color: #f6f8fc;
    border-radius: 5px;
    padding: 20px 30px;
    font-family: RubikRegular;
    color: #35435c;
    letter-spacing: 1px;
}

@media screen and (min-width: 620px) and (max-width: 1120px) {
    .sub-type-box {
        /*font-size: 2.2rem;*/
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 450px) {
    .sub-type-box {
        /*font-size: 2.2rem;*/
        padding: 0;
        margin: 0;
    }

    .sub-type-box .advantages ul span {
        font-size: 16px;
    }
}

.sub-type-box .advantages {
    font-size: 20px;
    padding: 3px 0;
    margin: 20px 0 0 30px;

}

.sub-type-box .advantages ul {
    list-style: none;
}

.sub-type-box .advantages ul span {
    font-weight: normal;
    padding-left: 6px;
}

.sub-type-box .advantages ul li:before {
    font-family: "Material Icons";
    content: "\e876";
    top: 2px;
    position: relative;
}

.block-button {
    margin-left: 75px;
}

.right .box-one {
    margin-bottom: 40px;
    border-left: 6px var(--color-insezo-primary) solid;
    font-weight: 600;
}

.right .box-two {
    border-left: 6px #f19913 solid;
    font-weight: 600;
}

@media screen and (min-width: 950px) {
    .right .box-one, .right .box-two {
        font-size: 35px;
    }
}

.right .icon {
    position: relative;
    top: 8px;
    margin: 0 15px;
}

.right .box-one .icon {
    font-size: 50px;
    top: 12px;
}

.right .box-two .icon {
    font-size: 40px;
}

#sub-type-wrapper {
    padding: 50px;
    position: relative;
    left: 0;
    transition: left 0.6s cubic-bezier(0.83, 0, 0.17, 1);
}

/*
 * 31-05-2024 restyle
 * --------------------------------------------------
 * updated styling
 */

#register-promo-carousel {
    height: 3em;
    font-size: 2em;
    color: #b6b7be;
}

#register-promo-carousel {

}

/* .carousel-styling { */
/*     height: 5.25em; */
/* } */

/* .carousel-styling #unlimited-accounts { */
/*     color: #b6b7be; */
/*     max-width: 396px; */
/* } */

/* .carousel-item > div { */
/*     display: flex; */
/*     align-items: flex-end; */
/*     height: 3em; */
/*     text-align: start; */
/*     justify-content: flex-start; */
/* } */

.create-account {
    font-size: 2.6rem;
    font-family: RubikMedium;
    color: #35435c;
}

@media screen and (max-width: 600px) {
    .create-account {
        font-size: 2.2rem;
    }
}