
/*  */
.etxt {
    overflow-x: clip;
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: var(--color-main);
}
.etxt__tooth {
    position: absolute;
    z-index: 1;
    right: 9vw;
    top: 0;
    max-width: 40%;
}
.etxt__ellipseFlat1 {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    max-width: 40%;
}
.etxt__ellipse1 {
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 10px;
    max-width: 40%;
    width: 240px;
    opacity: .5;
}
.etxt__heading span span {
    font-weight: 300;
}
.etxt__subheading {
    display: flex;
    align-items: center;
    justify-content: center;
}
.etxt__subheading h3 {
    width: 500px;
    font-size: clamp(1.1rem, 2vw, 40px);
    line-height: 150%;
    max-width: 100%;
}

.etxt__txt-top {
    font-weight: 500;
}
.etxt__sign svg {
    width: 100%;
    height: auto;
    filter: brightness(0);
}

.etxt--sign>svg {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(0);
    z-index: 1;
    width:400px;
    max-width:25%;
    height: auto;
}
.etxt__side {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.etxt__side-tooth {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.etxt__side-wrapper {
    width: max-content;
}
.etxt__side h3 {
    font-weight: 700;
    margin-bottom: 10px;
}
.etxt__side p {
    font-weight: 500;
}

.etxt__items {
    gap: 0 40px;
    position: relative;
}
.etxt__items>svg {
    filter: brightness(0) invert(1);
    position: absolute;
    left: -10%;
    width: 120%;
    height: auto;
    bottom: 20px;
    z-index: 1;
}
.etxt__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    flex: 0 0 calc(50% - 20px);
}
.etxt__item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #fff;
    width: 100%;
    padding: 30px 20px 20px 20px;
}
.etxt__item-title {
    margin: 0 0 30px 0;
}
.etxt__item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: .3s;
}
.etxt__img-link {
    display: block;
    overflow: hidden;
}
.etxt__img-link:hover img {
    filter: brightness(80%);
    transform: scale(1.05);
}

.etxt__cols {
    gap: 40px 80px;
}
.etxt__col-top {
    width: 100%;
}
.etxt__col-top>p {
    margin: 0;
    width: calc(50% - 40px);
    font-size: 1.1rem;
    line-height: 150%; 
    font-weight: 600;  
}
.etxt__col {
    max-width: 100%;
    flex: 0 0 calc(50% - 40px);
}

/*  */
.titletxtimg {
    position: relative;
    overflow: hidden;
}
.titletxtimg--bg {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--color-main);
}
.titletxtimg__ellipse {
    position: absolute;
    left: 40%;
    top: 0;
    z-index: 1;
    opacity: .78;
}
.titletxtimg__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.titletxtimg__heading span span {
    font-weight: 300;
}
.titletxtimg__txt-bold--bottom {
    margin-top: auto;
}
.titletxtimg__txt-bold p {
    font-weight: 600;
    margin: 0;
    max-width: 100%;
    width: 600px;
}
.titletxtimg__txt p {
    margin: 0;
}
/*  */
.txtimg {
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: var(--color-main);
    position: relative;
    overflow-x: clip;
}
.txtimg__ellipse {
    position: absolute;
    left: 40%;
    top: 2%;
    max-width: 60%;
    z-index: 1;
}
.txtimg__heading span span {
    font-weight: 300;
}
.txtimg__txt {
    max-width: 100%;
    width: 650px;
    margin-top: clamp(0px, 2vw, 40px);
}
.txtimg__txt p {
    font-weight: 600;
    font-size: clamp(1rem, 1.5vw, 20px);
    line-height: 150%;
    margin: 0;
}
.titletxtimg__img:not(.titletxtimg__img--top) img {
    margin-top: 20px;
}
.titletxtimg__img--top img {
    margin-bottom: 20px;
}

.titletxtimg__links {
    justify-content: flex-start !important;
}
/*  */
.infolist__items>svg {
    margin-top: 60px;
    height: auto;
    width: 100%;
}
.infolist__item {
    align-items: flex-start;
}
.infolist__title {
    writing-mode: vertical-lr;
    margin-bottom: 0;
    max-width: 70px;
    flex: 0 0 70px;
}
.infolist__item>img {
    max-width: 25%;
    flex: 0 0 25%;
}
.infolist__content {
    flex: 1;
}
.infolist__item--odd .infolist__content {
    padding-right: 40px;
    padding-left: 80px;
}
.infolist__item--even .infolist__content {
    padding-right: 80px;
    padding-left: 40px;
}
.infolist__txt-bold {
    font-size: 1.15rem;
    line-height: 140%;
    font-weight: 600;
}

/*  */
.txtcols {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    background-color: var(--color-main);
    overflow-x: clip;
    gap: 80px;
}
.txtcols__tooth {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 50%;
    z-index: 2;
}
.txtcols__ellipse {
    position: absolute;
    left: 40%;
    top: 0;
    max-width: 30%;
    z-index: 1;
}

.txtcols__item {
    max-width: 100%;
    flex: 0 0 calc(50% - 40px);
    padding: 0 15px;
}
.txtcols__heading .section-heading {
    margin: 0;
}
.txtcols__heading .section-heading span span {
    font-weight: 300;
}

.txtcols__side {
    display: flex;
    align-items: flex-end;
}
.txtcols__side p {
    margin: 0;
    font-size: clamp(1rem, 2vw, 24px);
    line-height: 150%;
    font-weight: 500;
}

.txtcols__items {
    gap: 80px;
}


@media(max-width: 1440px) {
    .txtcols {
        gap: 40px;
    }
    .txtcols__items {
        gap: 40px;
    }
}
@media(max-width: 992px) {
    /*  */
    .etxt--sign {
        padding-top: 60px;
    }
    .etxt__sign {
        display: none;
    }
    .etxt__side {
        align-items: flex-start;
        margin-top: 30px;
    }
    .etxt__side-tooth {
        width: 200px;
        right: initial;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: .2;
    }
    .etxt--sign .etxt__ellipseFlat1 {
        display: none;
    }

    .etxt__cols {
        gap: 20px 0;
    }
    .etxt__col-top>p {
        width: 100%;
    }
    .etxt__col {
        flex: 0 0 100%;
    }
    /*  */
    .titletxtimg__ellipse  {
        left: 0;
        top: 20%;
    }
    .titletxtimg__txt-bold p {
        width: 100%;
    }
    .titletxtimg__img {
        margin-top: 30px;
    }
    /*  */
    .txtimg {
        padding-top: 60px;
    }
    .txtimg__ellipse {
        left: 2%;
        top: 25%;
    }
    .txtimg__txt {
        width: 100%;
    }
    .txtimg__img {
        margin-top: 40px;
    }
    /*  */
    .infolist__title {
        order: 0;
        max-width: 100%;
        flex: 0 0 100%;
        writing-mode: initial;
        text-align: center;
    }
    .infolist__item>img {
        max-width: initial;
        flex: 0 0 initial;
        width: 330px;
        margin: 0 auto;
        order: 1;
    }
    .infolist__content {
        order: 2;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 !important;
        margin-top: 30px;
    }
}
@media(max-width: 767px) {
    .etxt__heading br:not(:first-of-type) {
        display: none;
    }
    .etxt__items>svg {
        width: 100%;
        position: initial;
        height: auto;
        margin-top: 40px;
    }
    .etxt__item {
        flex: 0 0 100%;
    }
    /*  */
    /*  */
    .txtcols {
        gap: 30px 0;
    }
    .txtcols__item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}