* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Nunito, sans-serif;
    color: #000000;
}
.segment-wrapperHeTN {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(162,162,162);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.privacy_hideoutCTON {
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);

    color: #000000;
    font-family: Nunito, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.privacy_hideoutCTON h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 41px;
    font-weight: 700;
    color: rgb(111,136,138);
    border-bottom: 2px solid rgb(111,136,138);
    padding-bottom: 10px;
}

.privacy_hideoutCTON h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    color: rgb(81,81,81);
    border-left: 4px solid rgb(81,81,81);
    padding-left: 15px;
}

.privacy_hideoutCTON ul {
    list-style-type: square;
    padding-left: 40px;
    margin: 20px 0;
}

.privacy_hideoutCTON li {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 5px;
}

.privacy_hideoutCTON p, .privacy_hideoutCTON span, .privacy_hideoutCTON div {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 12px;
    color: #000000;
}

.privacy_hideoutCTON h3, .privacy_hideoutCTON h4, .privacy_hideoutCTON h5, .privacy_hideoutCTON h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(111,136,138);
    border-left: 3px solid rgb(111,136,138);
    padding-left: 10px;
}

@media only screen and (max-width: 800px) {
    .privacy_hideoutCTON {
        padding: 30px;
    }

    .privacy_hideoutCTON h1 {
        font-size: calc(18px - 4px);
    }

    .privacy_hideoutCTON h2 {
        font-size: calc(18px - 3px);
    }

    .privacy_hideoutCTON h3, .privacy_hideoutCTON h4, .privacy_hideoutCTON h5, .privacy_hideoutCTON h6 {
        font-size: calc(18px - 2px);
    }

    .privacy_hideoutCTON p, .privacy_hideoutCTON span, .privacy_hideoutCTON div, .privacy_hideoutCTON li {
        font-size: calc(12px - 2px);
    }
}.thanksCoreVEgG {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: rgb(162,162,162);
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}
.thanksCoreVEgG::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(111,136,138,0.5), rgb(81,81,81,0.5));
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    z-index: 0;
}
.thanksCoreVEgG .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 900px;
    padding: 50px;
    background: #ffffff;
    border-radius: 11px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    text-align: center;
    border: 1px solid rgb(111,136,138);
}
.thanksCoreVEgG h2 {
    margin-bottom: 30px;
    font-size: 38px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    color: #000000;
    background: linear-gradient(145deg, rgb(111,136,138), rgb(81,81,81));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.thanksCoreVEgG p {
    font-size: 18px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
    background: linear-gradient(145deg, rgb(111,136,138,0.5), rgb(81,81,81,0.5));
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid rgb(111,136,138);
}
@media only screen and (max-width: 800px) {
    .thanksCoreVEgG {
        padding: 20px;
    }
    .thanksCoreVEgG .container {
        padding: 30px;
    }
    .thanksCoreVEgG h2 {
        font-size: 37px;
    }
    .thanksCoreVEgG p {
        font-size: 14px;
    }
}
header .main_header {
    background:  #ffffff;
    color:  #000000;
}
header .logo_holder svg,header .logo_holder svg path, header .logo_holder img {
    fill: rgb(111,136,138);
}
header .menu a {
    color: rgb(81,81,81);
}
header .menu a:hover {
    color: rgb(111,136,138);
}
header .menu a.active {
    border: 2px solid rgb(81,81,81);
    border-radius: 100px;
}
header .menu a.active:hover {
    color: #ffffff;
    background: rgb(111,136,138);
    border: 2px solid rgb(111,136,138);
}
header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
}
header .main_header {
    width: 100%;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo_holder {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;

}
header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;

}
header .logo_desc {
    font-size: 15px;
    font-weight: 700;
}
header .logo_holder .logo_desc {
    text-transform: uppercase;
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}
header .menu {
    display: flex;
}
header .menu a {
    text-decoration: none;
    padding: 12px 25px;
    font-size: 16px;
}
body .segment-wrapperHeTN header .opened {
    display: flex;
}
@media only screen and (max-width: 1200px)  {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        position: static;
        top:100%;
        left:0;
        z-index: 90;
        background: #ffffff;
        width: 100%;
    }
    header .menu a.active {
        border: none;
    }
    header .menu a.active:hover {
        color: rgb(111,136,138);
        background: none;
        border: none;
    }
    header .main_header {
        position: relative;
        z-index: 99;
    }
    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    header .logo_holder .logotype {
        margin-right: 5px;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 40px;
        height: 40px;
    }
    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.segment-wrapperHeTN header .header_content {
    flex-direction: row-reverse;
    justify-content: space-around;
}
.segment-wrapperHeTN header .logo_holder {
    justify-content: space-between;
}
.segment-wrapperHeTN header .logo_holder .logotype svg, .segment-wrapperHeTN header .logo_holder .logotype img {
    margin-right: 0;
}
.segment-wrapperHeTN .menu {
    min-width: 50%;
    justify-content: flex-start;
}
.segment-wrapperHeTN header .menu a {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px;
    border-bottom: 1px solid transparent;
}
.segment-wrapperHeTN header .menu a:hover {
    color: inherit;
    border-bottom: 1px solid rgb(111,136,138);
}
.segment-wrapperHeTN header .menu a.active {
    border: none;
    border-radius: 0;
}
.segment-wrapperHeTN header .menu a.active:hover {
    border: none;
    background: none;
    color: inherit;
    border-bottom: 1px solid rgb(111,136,138);
}
.segment-wrapperHeTN header .logo_caption {
    max-width: 48%;
    align-items: end;
}
.segment-wrapperHeTN header .logo_name {
    text-align: right;
}
@media only screen and (max-width: 800px)  {
    header .logo_holder .logotype {
        margin-right: 0;
    }
    .segment-wrapperHeTN header .header_content {
        flex-direction: column;
        justify-content: flex-start;
    }
    .segment-wrapperHeTN header .logo_holder {
        width: 100%;
        margin: 0;
        justify-content: center;
    }
    .segment-wrapperHeTN header .menu {
        width: 100%;
        padding: 10px 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .segment-wrapperHeTN header .logo_name {
        line-height: 28px;
        margin-bottom: 6px;
        text-align: center;
    }
    .segment-wrapperHeTN header .logo_caption {
        max-width: unset;
    }
}
.benefits_summarytnWP .advantages_content h2 {
    color: rgb(81,81,81);
}

.benefits_summarytnWP .advantage_item svg, .benefits_summarytnWP .advantage_item svg path {
    fill: rgb(111,136,138);
}

.benefits_summarytnWP .advantage_item p {
    color: #000000;
}

.benefits_summarytnWP .advantage_item b {
    color: rgb(111,136,138);
}

.benefits_summarytnWP {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits_summarytnWP .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits_summarytnWP .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits_summarytnWP .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 33px;
    font-weight: 600;
}

.benefits_summarytnWP .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits_summarytnWP .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits_summarytnWP .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits_summarytnWP .advantage_item svg, .benefits_summarytnWP .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .segment-wrapperHeTN .benefits_summarytnWP .advantages_holder {
        justify-content: center;
    }
    .segment-wrapperHeTN .benefits_summarytnWP .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits_summarytnWP .advantages_content h2 {
        font-size: 30px;
    }

    .benefits_summarytnWP .advantages_holder {
        flex-direction: column;
    }

    .benefits_summarytnWP {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .segment-wrapperHeTN .benefits_summarytnWP .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.segment-wrapperHeTN .benefits_summarytnWP {
    background: linear-gradient(135deg, rgb(81,81,81) 0%, rgb(111,136,138,0.5) 100%);
    padding: 80px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.segment-wrapperHeTN .benefits_summarytnWP .advantages_content {
    align-items: center;
    text-align: center;
    color: #000000;
    font-family: Nunito, sans-serif;
}

.segment-wrapperHeTN .benefits_summarytnWP .advantages_content h2 {
    font-size: 33px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 36px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(111,136,138);
    background: linear-gradient(to right, rgb(81,81,81) 0%, rgb(111,136,138,0.5) 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: #ffffff 1px 1px;
}

.segment-wrapperHeTN .benefits_summarytnWP .advantages_description {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 1.6;
    text-shadow: var(--white-color_opacity) 1px 1px;
}

.segment-wrapperHeTN .benefits_summarytnWP .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.segment-wrapperHeTN .benefits_summarytnWP .advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(25% - 20px);
}

.segment-wrapperHeTN .benefits_summarytnWP .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.segment-wrapperHeTN .benefits_summarytnWP .advantage_image {
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgb(111,136,138) 0%, rgb(81,81,81) 100%);
    border-radius: 50%;
    position: relative;
}

.segment-wrapperHeTN .benefits_summarytnWP .advantage_image img, .segment-wrapperHeTN .benefits_summarytnWP .advantage_image svg {
    width: 80px;
    height: 80px;
    z-index: 2;
}

.segment-wrapperHeTN .benefits_summarytnWP .advantage_image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgb(111,136,138,0.5);
    z-index: 1;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

.segment-wrapperHeTN .benefits_summarytnWP .advantage_item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 1200px) {
    .segment-wrapperHeTN .benefits_summarytnWP .advantage_item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 800px) {
    .segment-wrapperHeTN .benefits_summarytnWP {
        padding: 50px 10px;
    }

    .segment-wrapperHeTN .benefits_summarytnWP .advantages_content h2 {
        font-size: 43px;
    }

    .segment-wrapperHeTN .benefits_summarytnWP .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .segment-wrapperHeTN .benefits_summarytnWP .advantage_item {
        width: 100%;
    }
}.homepagenkMm .holder {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}
.homepagenkMm .holder:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: color-mix(in srgb, rgb(81,81,81), transparent 40%);
    z-index: 2;
}
.homepagenkMm .photo {
    width: 100%;
}
.homepagenkMm .text_info {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 2px solid rgb(111,136,138);
}
.homepagenkMm .text_info svg {
    width: 80px;
    height: 80px;
    fill: #ffffff;
    margin-bottom: 30px;
}
.homepagenkMm .text_holder {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    background: rgb(81,81,81);
    padding: 60px 0;
    color: #ffffff;
    width: 45%;
    flex-shrink: 0;
    padding-left: calc((100% - 1200px)/2);
}
.homepagenkMm .text_holder .button {
    padding: 12px 24px;
    background: rgb(111,136,138);
    color: #ffffff;
    text-decoration: none;
    width: fit-content;
    border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
    .homepagenkMm .text_holder {
        padding-left: 20px;
        width: 70%;
    }
}
@media only screen and (max-width: 800px) {
    .homepagenkMm .text_holder {
        width: 100%;
    }
    .homepagenkMm .holder {
        flex-direction: column-reverse;
    }
    .homepagenkMm .photo {
        height: 200px;
    }
}.stay_informedvEAP {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.stay_informedvEAP .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.stay_informedvEAP input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(81,81,81,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.stay_informedvEAP h2 {
    margin-bottom: 20px;
    text-align: center;
}

.stay_informedvEAP .button {
    background: rgb(81,81,81);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.stay_informedvEAP .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .stay_informedvEAP .holder {
        flex-direction: column;
    }

    .stay_informedvEAP {
        padding: 30px 20px;
    }

    .stay_informedvEAP input {
        min-width: unset;
    }

    .stay_informedvEAP .button {
        flex-shrink: unset;
    }

    .stay_informedvEAP .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .stay_informedvEAP input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .segment-wrapperHeTN .stay_informedvEAP .holder h2 {
        font-size: 20px;
    }
}

.segment-wrapperHeTN .stay_informedvEAP {
    padding: 80px 0;
    background: rgb(162,162,162);
    position: relative;
    overflow: hidden;
}

.segment-wrapperHeTN .stay_informedvEAP::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, rgb(111,136,138,0.5), rgb(81,81,81,0.5));
    transform: rotate(30deg);
    z-index: 0;
    opacity: 0.3;
    animation: gradientMove 15s infinite linear;
}

@keyframes gradientMove {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}

.segment-wrapperHeTN .stay_informedvEAP .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
    padding: 40px 60px;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.segment-wrapperHeTN .stay_informedvEAP .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.segment-wrapperHeTN .stay_informedvEAP h2 {
    color: rgb(111,136,138);
    margin: 0 0 20px;
    font-size: 31px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.segment-wrapperHeTN .stay_informedvEAP .input_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.segment-wrapperHeTN .stay_informedvEAP input {
    border-radius: 19px;
    background: #ffffff;
    color: #000000;
    margin-bottom: 15px;
    border: 2px solid rgb(111,136,138);
    padding: 15px 20px;
    font-size: 15px;
    width: 100%;
    max-width: 400px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.segment-wrapperHeTN .stay_informedvEAP input:focus {
    border: 2px solid rgb(81,81,81);
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.segment-wrapperHeTN .stay_informedvEAP .button {
    background: rgb(111,136,138);
    border-radius: 19px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.segment-wrapperHeTN .stay_informedvEAP .button:hover {
    background: rgb(81,81,81);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 800px) {
    .segment-wrapperHeTN .stay_informedvEAP {
        padding: 30px 20px;
    }

    .segment-wrapperHeTN .stay_informedvEAP .holder {
        padding: 30px;
        width: 100%;
    }

    .segment-wrapperHeTN .stay_informedvEAP h2 {
        margin-bottom: 20px;
    }

    .segment-wrapperHeTN .stay_informedvEAP .input_holder {
        width: 100%;
    }

    .segment-wrapperHeTN .stay_informedvEAP input {
        width: 100%;
    }

    .segment-wrapperHeTN .stay_informedvEAP .button {
        width: 100%;
        padding: 15px 0;
    }
}footer {
    background: linear-gradient(135deg, rgb(81,81,81), #000000);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    padding: 50px 0;
    position: relative;
}
footer .footer {
    padding: 30px 0;
    border-top: 2px solid rgb(111,136,138);
    border-bottom: 2px solid rgb(111,136,138);
}
footer .footer_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
footer .logo_holder {
    flex: 1;
    text-align: center;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: auto;
    transition: transform 0.3s ease;
}
footer .logo_holder:hover svg, footer .logo_holder:hover img {
    transform: scale(1.1);
}
footer .menu {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
footer .menu h5 {
    font-size: 23px;
    color: rgb(111,136,138);
    margin-bottom: 20px;
    position: relative;
}
footer .menu h5::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: rgb(111,136,138);
    transform: translateX(-50%);
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
}
footer .menu a {
    color: var(--white-color_opacity);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
}
footer .menu a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgb(111,136,138);
    transition: width 0.3s ease, left 0.3s ease;
}
footer .menu a:hover {
    color: rgb(111,136,138);
}
footer .menu a:hover::before {
    width: 100%;
    left: 0;
}
footer .contact_info {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}
footer .contact_info h5 {
    font-size: 23px;
    color: rgb(111,136,138);
    margin-bottom: 20px;
    position: relative;
}
footer .contact_info h5::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: rgb(111,136,138);
    transform: translateX(-50%);
}
footer .contact_info div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
}
footer .contact_info div svg, footer .contact_info div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(111,136,138);
    transition: transform 0.3s ease;
}
footer .contact_info div:hover svg, footer .contact_info div:hover img {
    transform: scale(1.2);
}
footer .footer_agreement {
    margin-top: 20px;
    font-size: 14px;
    color: var(--white-color_opacity);
    text-align: center;
}
footer .copyright {
    background: rgb(81,81,81);
    padding: 20px 0;
    font-size: 15px;
    text-align: center;
    border: 1px solid rgb(111,136,138);
    position: relative;
}
footer .copyright::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 100%;
    height: 10px;
    background: rgb(111,136,138);
    transform: translateX(-50%);
    border-radius: 26px 26px 0 0;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease;
}
footer .copyright_info a:hover {
    color: rgb(111,136,138);
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .footer_info > * {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu, footer .contact_info {
        align-items: center;
    }
    footer .menu a, footer .contact_info div {
        justify-content: center;
    }
}
@media only screen and (max-width: 400px) {
    footer .logo_holder svg, footer .logo_holder img {
        height: 60px;
    }
    footer h5 {
        font-size: 16px;
    }
    footer .menu a, footer .contact_info div {
        font-size: 14px;
    }
}
.contactdTQv {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(162,162,162);
    color: #ffffff;
    font-family: Nunito, sans-serif;
}
.contactdTQv .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(145deg, rgb(111,136,138), rgb(81,81,81));
    box-shadow: 0 0 15px rgb(111,136,138,0.5), 0 0 30px rgb(81,81,81,0.5);
    padding: 40px;
}
.contactdTQv h3 {
    color: #ffffff;
    font-size: 47px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(111,136,138);
}
.contactdTQv .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.contactdTQv .holder > div {
    flex: 1;
    min-width: 300px;
    margin: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    box-shadow: 0 0 10px rgb(81,81,81,0.5);
}
.contactdTQv .info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contactdTQv .info h5 {
    color: rgb(81,81,81);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(81,81,81,0.5);
    text-align: center;
    margin-top: 20px;
}
.contactdTQv .info svg, .contactdTQv .info svg path {
    fill: rgb(81,81,81);
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.contactdTQv .info span {
    color: #ffffff;
    font-size: 18px;
    text-shadow: 0 0 5px rgb(81,81,81,0.5);
}
.contactdTQv .info .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contactdTQv .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(162,162,162);
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 15px rgb(111,136,138,0.5), 0 0 30px rgb(81,81,81,0.5);
}
.contactdTQv .form form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
}
.contactdTQv .logo_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contactdTQv .logo_holder svg {
    width: 64px;
    height: 64px;
    fill: rgb(111,136,138);
    margin-bottom: 16px;
}
.contactdTQv .form h3 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(111,136,138);
}
.contactdTQv form input,
.contactdTQv form .button {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 17px;
    box-shadow: 0 0 10px rgb(111,136,138,0.5), 0 0 20px rgb(81,81,81,0.5);
    outline: none;
}
.contactdTQv form input::placeholder {
    color: #000000;
    opacity: 0.7;
}
.contactdTQv form .button {
    background: rgb(111,136,138);
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s;
}
.contactdTQv form .button:hover {
    background: rgb(81,81,81);
    box-shadow: 0 0 15px rgb(111,136,138), 0 0 30px rgb(81,81,81);
}
.contactdTQv .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contactdTQv .agree label {
    color: #000000;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-shadow: 0 0 5px rgb(81,81,81,0.5);
}
.contactdTQv .agree input[type="checkbox"] {
    margin: 0;
    width: auto;
    margin-right: 8px;
}
.contactdTQv .agree a {
    color: rgb(111,136,138);
    margin-left: 5px;
    text-decoration: none;
    transition: color 0.3s;
}
.contactdTQv .agree a:hover {
    color: rgb(81,81,81);
}
@media only screen and (max-width: 800px) {
    .contactdTQv .container {
        padding: 30px;
    }
    .contactdTQv {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contactdTQv .holder {
        flex-direction: column;
    }
    .contactdTQv .holder > div {
        width: 100%;
        margin:20px 0;
    }
    .contactdTQv h3 {
        font-size: 34px;
    }
    .contactdTQv .form h3 {
        font-size: 34px;
    }
    .contactdTQv .form {
        padding: 20px;
    }
    .contactdTQv form input,
    .contactdTQv form .button {
        font-size: 18px;
    }
}
.academic_experienceFXlJ {
    padding: 60px 0;
    background: rgb(81,81,81,0.5);
    color: #000000;
    font-family: Nunito, sans-serif;
}

.academic_experienceFXlJ .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.academic_experienceFXlJ .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.academic_experienceFXlJ .review {
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid rgb(111,136,138,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.academic_experienceFXlJ .photo {
    width: 400px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid rgb(111,136,138,0.5);
}

.academic_experienceFXlJ .worker_description {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.academic_experienceFXlJ .review .name {
    font-size: 23px;
    font-weight: 700;
    color: rgb(111,136,138);
    margin-bottom: 5px;
    position: relative;
}


.academic_experienceFXlJ .review span {
    font-size: 16px;
    font-weight: 400;
    color: rgb(81,81,81);
    margin-bottom: 15px;
}

.academic_experienceFXlJ .review .quote {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .academic_experienceFXlJ {
        padding: 40px 0;
    }

    .academic_experienceFXlJ .review {
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .academic_experienceFXlJ {
        padding: 30px 0;
    }

    .academic_experienceFXlJ .holder {
        flex-direction: column;
        align-items: center;
    }

    .academic_experienceFXlJ .review {
        max-width: 100%;
        width: 100%;
        padding-top: 0;
    }

    .academic_experienceFXlJ .photo {
        height: 200px;
    }

    .academic_experienceFXlJ .worker_description {
        padding: 15px;
    }
}
.about_thisTakM {
    padding: 80px 0;
    background: #ffffff;
    color: #000000;
    font-family: Nunito, sans-serif;
}

.segment-wrapperHeTN .about_thisTakM .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: rgb(111,136,138,0.5);
    border-radius: 26px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.segment-wrapperHeTN .about_thisTakM .holder:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.segment-wrapperHeTN .about_thisTakM .caption_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 40px;
    background: rgb(81,81,81,0.5);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.segment-wrapperHeTN .about_thisTakM .photo {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 26px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    transition: box-shadow 0.3s ease;
}


.segment-wrapperHeTN .about_thisTakM .style_element {
    flex: 1;
    padding: 20px;
    transition: color 0.3s ease;
}

.segment-wrapperHeTN .about_thisTakM h2 {
    font-size: 33px;
    font-weight: 600;
    color: rgb(111,136,138);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(81,81,81);
    padding-bottom: 10px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}


.segment-wrapperHeTN .about_thisTakM p {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

@media (max-width: 992px) {
    .segment-wrapperHeTN .about_thisTakM .caption_holder {
        flex-direction: column;
    }

    .segment-wrapperHeTN .about_thisTakM .photo {
        height: 200px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .segment-wrapperHeTN .about_thisTakM .style_element {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .segment-wrapperHeTN .about_thisTakM .holder {
        padding: 10px;
    }

    .segment-wrapperHeTN .about_thisTakM h2 {
        font-size: calc(33px - 4px);
    }

    .segment-wrapperHeTN .about_thisTakM p {
        font-size: calc(17px - 2px);
    }
}.course_descriptionUDZi {
    padding-top: 90px;
    padding-bottom: 90px;
    font-family: Nunito, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.course_descriptionUDZi h2 {
    color: rgb(111,136,138);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.course_descriptionUDZi .content {
    border-radius: 23px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    background: #ffffff;
}
.course_descriptionUDZi .content:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px);
}
.course_descriptionUDZi h3 {
    color: rgb(81,81,81);
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}
.course_descriptionUDZi p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 30px;
}
.course_descriptionUDZi .button {
    background: rgb(111,136,138);
    color: #ffffff;
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background 0.3s ease, transform 0.3s ease;
}
.course_descriptionUDZi .button:hover {
    background: rgb(81,81,81);
    transform: translateY(-5px);
}
.course_descriptionUDZi .holder {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.course_descriptionUDZi .items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.course_descriptionUDZi .course {
    padding: 20px;
    margin-bottom: 40px;
}
.course_descriptionUDZi .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
}
.course_descriptionUDZi .text_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
}
.course_descriptionUDZi .photo {
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 23px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 800px) {
    .course_descriptionUDZi .items {
        flex-direction: column;
    }
    .course_descriptionUDZi h2 {
        font-size: 20px;
    }
    .course_descriptionUDZi h3 {
        font-size: 18px;
    }
    .course_descriptionUDZi .course {
        max-width: 100%;
        flex-basis: 100%;
        padding: 0;
    }
    .course_descriptionUDZi {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .segment-wrapperHeTN .course_descriptionUDZi .content {
        padding: 10px;
    }
}
.segment-wrapperHeTN .course_descriptionUDZi {
    position: relative;
    overflow: hidden;
    background: rgb(162,162,162);
}
.segment-wrapperHeTN .course_descriptionUDZi .items {
    width: 100%;
}
.segment-wrapperHeTN .course_descriptionUDZi .content {
    border-radius: 10px;
    box-shadow: none;
}
.segment-wrapperHeTN .course_descriptionUDZi .text_holder {
    position: relative;
    z-index: 3;
    background: none;
    width: 100%;
    min-height: unset;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    color: #000000;
    border: none;
}
.segment-wrapperHeTN .course_descriptionUDZi h3 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(81,81,81);
    margin: 0;
}
.segment-wrapperHeTN .course_descriptionUDZi p {
    padding: 0 40px 0 0;
    margin-top: 20px;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
}
.segment-wrapperHeTN .course_descriptionUDZi .button {
    margin-top: 40px;
    display: inline-block;
    padding: 15px 40px;
    background: rgb(111,136,138);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    border-radius: 10px;
    border: none;
    transition: background 0.3s ease, transform 0.3s ease;
}
.segment-wrapperHeTN .course_descriptionUDZi .button:hover {
    background: rgb(81,81,81);
    transform: translateY(-5px);
}
@media only screen and (max-width: 800px) {
    .segment-wrapperHeTN .course_descriptionUDZi .text_holder {
        width: 100%;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .segment-wrapperHeTN .course_descriptionUDZi p {
        padding: 0;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 20px;
    }
    .segment-wrapperHeTN .course_descriptionUDZi h3 {
        font-size: 18px;
    }
    .segment-wrapperHeTN .course_descriptionUDZi .button {
        margin-top: 20px;
    }
}.prospective_membersNsMZ {
    position: relative;
    width: 100%;
}

.prospective_membersNsMZ .who_needs_background {
    position: relative;
    padding: 180px 0 220px;
    background: rgb(162,162,162);
}

.prospective_membersNsMZ .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

.prospective_membersNsMZ .who_needs_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prospective_membersNsMZ .who_needs_text h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    max-width: 700px;
    margin-bottom: 100px;
    line-height: 1.3;
    position: relative;
    padding: 40px;
    border: 4px solid #000000;
    background: var(--white-color_opacity);
}

.prospective_membersNsMZ .who_needs_text h3::before,
.prospective_membersNsMZ .who_needs_text h3::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid rgb(111,136,138);
}

.prospective_membersNsMZ .who_needs_text h3::before {
    top: -20px;
    left: -20px;
    border-right: none;
    border-bottom: none;
}

.prospective_membersNsMZ .who_needs_text h3::after {
    bottom: -20px;
    right: -20px;
    border-left: none;
    border-top: none;
}

.prospective_membersNsMZ .who_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.prospective_membersNsMZ .who_needs_item {
    position: relative;
    padding: 40px;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    transition: all 0.4s ease;
}

.prospective_membersNsMZ .who_needs_item:nth-child(odd) {
    transform: translateY(-30px);
}

.prospective_membersNsMZ .who_needs_item:nth-child(even) {
    transform: translateY(30px);
}

.prospective_membersNsMZ .who_needs_item::before {
    content: '';
    position: absolute;
    inset: 10px;
    border: 2px solid rgb(111,136,138);
    opacity: 0;
    transition: all 0.4s ease;
}

.prospective_membersNsMZ .who_needs_item svg {
    width: 44px;
    height: 44px;
    fill: rgb(111,136,138);
    flex-shrink: 0;
    position: relative;
    transition: all 0.4s ease;
}

.prospective_membersNsMZ .who_needs_item span {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 1.6;
    position: relative;
}

.prospective_membersNsMZ .who_needs_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(81,81,81,0.5);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
    z-index: 0;
}

.prospective_membersNsMZ .who_needs_item:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.prospective_membersNsMZ .who_needs_item:hover::before {
    inset: 0;
    opacity: 1;
}

.prospective_membersNsMZ .who_needs_item:hover svg {
    fill: #ffffff;
    transform: scale(1.1) rotate(-10deg);
}

.prospective_membersNsMZ .who_needs_item:hover span {
    color: #ffffff;
}

.prospective_membersNsMZ .who_needs_item svg,
.prospective_membersNsMZ .who_needs_item span {
    z-index: 1;
}

@media (max-width: 1200px) {
    .prospective_membersNsMZ .who_needs_background {
        padding: 150px 0 190px;
    }

    .prospective_membersNsMZ .who_needs_text h3 {
        font-size: calc(28px * 0.9);
        margin-bottom: 80px;
        padding: 35px;
    }
}

@media (max-width: 992px) {
    .prospective_membersNsMZ .who_needs_background {
        padding: 130px 0 160px;
    }

    .prospective_membersNsMZ .container {
        padding: 0 30px;
    }

    .prospective_membersNsMZ .who_needs_text h3 {
        font-size: calc(28px * 0.85);
        margin-bottom: 70px;
        padding: 30px;
    }

    .prospective_membersNsMZ .who_needs_item {
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .prospective_membersNsMZ .who_needs_background {
        padding: 100px 0;
    }

    .prospective_membersNsMZ .who_needs_text h3 {
        font-size: calc(28px * 0.8);
        margin-bottom: 60px;
        padding: 25px;
    }

    .prospective_membersNsMZ .who_items {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .prospective_membersNsMZ .who_needs_item:nth-child(odd),
    .prospective_membersNsMZ .who_needs_item:nth-child(even) {
        transform: none;
    }
}

@media (max-width: 576px) {
    .prospective_membersNsMZ .who_needs_background {
        padding: 80px 0;
    }

    .prospective_membersNsMZ .container {
        padding: 0 20px;
    }

    .prospective_membersNsMZ .who_needs_text h3 {
        font-size: calc(28px * 0.75);
        margin-bottom: 50px;
        padding: 20px;
        border-width: 3px;
    }

    .prospective_membersNsMZ .who_needs_text h3::before,
    .prospective_membersNsMZ .who_needs_text h3::after {
        width: 30px;
        height: 30px;
        border-width: 3px;
    }

    .prospective_membersNsMZ .who_needs_item {
        padding: 25px;
        gap: 20px;
    }

    .prospective_membersNsMZ .who_needs_item svg {
        width: 36px;
        height: 36px;
    }
}.plan_optionamJv {
    position: relative;
    background: linear-gradient(135deg, rgb(162,162,162) 0%, rgb(81,81,81,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}

.plan_optionamJv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(45deg, rgb(111,136,138,0.5) 0, rgb(111,136,138,0.5) 5px, transparent 5px, transparent 10px);
    opacity: 0.1;
    z-index: 1;
}

.plan_optionamJv .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 2;
    mix-blend-mode: overlay;
}

.plan_optionamJv .container {
    position: relative;
    z-index: 3;
}

.plan_optionamJv .price_holder {
    text-align: center;
}

.plan_optionamJv .price_holder h2 {
    font-size: calc(32px * 1.2);
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgb(81,81,81,0.5);
}

.plan_optionamJv .price_section_description {
    font-size: calc(17px * 1.1);
    color: #000000;
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.8;
}

.plan_optionamJv .price_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    perspective: 1000px;
}

.plan_optionamJv .price_card {
    background: linear-gradient(45deg, #ffffff 0%, rgb(162,162,162) 100%);
    border-radius: 30px;
    padding: 30px 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform-style: preserve-3d;
}

.plan_optionamJv .price_card:hover {
    transform: rotateX(5deg) rotateY(5deg) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 25px rgba(0, 0, 0, 0.07);
}

.plan_optionamJv .price_card h3 {
    font-size: calc(20px * 1.2);
    color: rgb(111,136,138);
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.plan_optionamJv .price_card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: rgb(81,81,81);
    border-radius: 10px;
}

.plan_optionamJv .price_card .price_amount {
    font-size: calc(40px * 1.3);
    color: #000000;
    margin: 30px 0;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgb(81,81,81,0.5);
}

.plan_optionamJv .price_card p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.6;
}

.plan_optionamJv .price_card .button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, rgb(111,136,138) 0%, rgb(81,81,81) 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgb(111,136,138,0.5);
}

.plan_optionamJv .price_card .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(111,136,138,0.5);
}

@media (max-width: 1200px) {
    .plan_optionamJv .price_cards {
        gap: 30px;
    }

    .plan_optionamJv .price_card {
        flex: 1 1 calc(50% - 30px);
        max-width: none;
    }
}

@media (max-width: 991px) {
    .plan_optionamJv {
        padding: 80px 0;
    }

    .plan_optionamJv .price_holder h2 {
        font-size: calc(32px * 1.1);
    }

    .plan_optionamJv .price_section_description {
        font-size: 17px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .plan_optionamJv {
        padding: 60px 0;
    }

    .plan_optionamJv .price_holder h2 {
        font-size: 32px;
    }

    .plan_optionamJv .price_section_description {
        font-size: calc(17px * 0.9);
        margin-bottom: 40px;
    }

    .plan_optionamJv .price_cards {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .plan_optionamJv .price_card {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .plan_optionamJv {
        padding: 40px 0;
    }

    .plan_optionamJv .price_card {
        padding: 40px 30px;
    }

    .plan_optionamJv .price_card .button {
        padding: 12px 24px;
        font-size: calc(17px * 0.9);
    }
}.launch_nowSMjT {
    padding-bottom: 80px;
    padding-top: 80px;
}

.launch_nowSMjT h2 {
    color: rgb(81,81,81);
}

.launch_nowSMjT .button {
    background: rgb(81,81,81);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.launch_nowSMjT .button:hover {
    background: rgb(111,136,138);
}

.launch_nowSMjT .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.launch_nowSMjT h2 {
    font-size: 36px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.launch_nowSMjT .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .launch_nowSMjT .holder {
        flex-direction: column;
    }

    .segment-wrapperHeTN section.launch_nowSMjT h2 {
        font-size: 26px;
    }

    .launch_nowSMjT h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .launch_nowSMjT .button {
        font-size: 24px;
    }

    .launch_nowSMjT {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.segment-wrapperHeTN .launch_nowSMjT {
    position: relative;
    overflow: hidden;
    background: rgb(111,136,138);
    color: #ffffff;
    padding: 80px 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.segment-wrapperHeTN .launch_nowSMjT::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(111,136,138,0.5);
    mix-blend-mode: overlay;
    z-index: 1;
}

.segment-wrapperHeTN .launch_nowSMjT .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.segment-wrapperHeTN .launch_nowSMjT .holder {
    width: 90%;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.segment-wrapperHeTN .launch_nowSMjT .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.segment-wrapperHeTN .launch_nowSMjT h2 {
    font-size: 36px;
    font-weight: 700;
    color: rgb(111,136,138);
    margin-bottom: 20px;
    position: relative;
}

.segment-wrapperHeTN .launch_nowSMjT h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 80px;
    height: 4px;
    background: rgb(81,81,81);
    transform: translateX(-50%);
}

.segment-wrapperHeTN .launch_nowSMjT .button {
    padding: 15px 50px;
    background: rgb(81,81,81);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 21px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.segment-wrapperHeTN .launch_nowSMjT .button:hover {
    background: rgb(111,136,138);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .segment-wrapperHeTN .launch_nowSMjT {
        clip-path: none;
        padding: 60px 0;
    }

    .segment-wrapperHeTN .launch_nowSMjT .holder {
        width: 100%;
        padding: 30px;
    }

    .segment-wrapperHeTN .launch_nowSMjT h2 {
        font-size: 20px;
    }

    .segment-wrapperHeTN .launch_nowSMjT .button {
        width: 100%;
        padding: 15px;
    }
}.training_structurefIzd {
    position: relative;
    width: 100%;
}

.training_structurefIzd .work_holder {
    position: relative;
    padding: 65px 0;
    z-index: 1;
    overflow: hidden;
}

.training_structurefIzd .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.85;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    z-index: -1;
}

.training_structurefIzd .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: flex-end;
}

.training_structurefIzd .text_holder {
    width: 65%;
    position: relative;
    background: rgb(162,162,162);
    border-radius: 27px 0 0 27px;
    padding: 45px;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
}

.training_structurefIzd .text_holder::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(
        to bottom,
        rgb(111,136,138),
        rgb(81,81,81)
    );
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
}

.training_structurefIzd .text_holder:hover::before {
    transform: scaleY(1);
}

.training_structurefIzd .text_holder h4 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.training_structurefIzd .text_holder h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(111,136,138);
    transition: width 0.3s ease;
}

.training_structurefIzd .text_holder:hover h4::after {
    width: 100px;
}

.training_structurefIzd .text_holder p {
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    position: relative;
    padding-left: 20px;
}

.training_structurefIzd .text_holder p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: rgb(81,81,81);
    border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .training_structurefIzd .work_holder {
        padding: 50px 0;
    }

    .training_structurefIzd .text_holder {
        width: 75%;
        padding: 35px;
    }

    .training_structurefIzd .text_holder h4 {
        font-size: calc(28px * 0.9);
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .training_structurefIzd .work_holder {
        padding: 40px 0;
    }

    .training_structurefIzd .container {
        justify-content: center;
    }

    .training_structurefIzd .text_holder {
        width: 100%;
        padding: 30px;
        border-radius: 27px;
    }

    .training_structurefIzd .text_holder h4 {
        font-size: calc(28px * 0.85);
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .training_structurefIzd .text_holder p {
        font-size: calc(17px * 0.95);
        line-height: 1.6;
        padding-left: 15px;
    }
}