* {
    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: Arial, sans-serif;
    color: #000000;
}
.wrapper-bundleykAuQf {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(170,228,216);
}
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;
    }
}.course_candidatesDIuCp8 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.course_candidatesDIuCp8 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course_candidatesDIuCp8 ul {
    list-style: none;
}

.course_candidatesDIuCp8 ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.course_candidatesDIuCp8 ul svg, .course_candidatesDIuCp8 ul svg path {
    fill: rgb(79,141,128);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.course_candidatesDIuCp8 h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .course_candidatesDIuCp8 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-bundleykAuQf .course_candidatesDIuCp8 {
    background: linear-gradient(135deg, rgb(79,141,128), rgb(47,59,53));
    padding: 60px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.wrapper-bundleykAuQf .course_candidatesDIuCp8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    z-index: 0;
}

.wrapper-bundleykAuQf .course_candidatesDIuCp8 .holder {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.wrapper-bundleykAuQf .course_candidatesDIuCp8 .holder ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.wrapper-bundleykAuQf .course_candidatesDIuCp8 ul li {
    width: 30%;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.wrapper-bundleykAuQf .course_candidatesDIuCp8 ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.wrapper-bundleykAuQf .course_candidatesDIuCp8 ul svg, .wrapper-bundleykAuQf .course_candidatesDIuCp8 ul svg path {
    position: static;
    fill: rgb(79,141,128);
    margin-right: 16px;
    width: 24px;
    height: 24px;
}

.wrapper-bundleykAuQf .course_candidatesDIuCp8 h2 {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundleykAuQf .course_candidatesDIuCp8 ul li {
        width: 100%;
    }

    .wrapper-bundleykAuQf .course_candidatesDIuCp8 h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .wrapper-bundleykAuQf .course_candidatesDIuCp8 ul {
        flex-direction: column;
    }
}.contactBqakrD {
    color: #000000;
    background: linear-gradient(to bottom right, rgb(170,228,216), #ffffff);
    padding: 80px 0;
    font-family: Arial, sans-serif;
}
.contactBqakrD .contact_holder {
    padding: 40px;
    border-radius: 26px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 1000px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    position: relative;
}
.contactBqakrD .holder .info_holder div.educational_hoursSdlHo3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contactBqakrD .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.contactBqakrD .holder .info_holder > div > div {
    margin: 5px 0;
}
.contactBqakrD .contact_holder h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(79,141,128);
    padding-bottom: 10px;
    order: 3;
}
.contactBqakrD .contact_description {
    font-size: 13px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: left;
}
.contactBqakrD .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.contactBqakrD .photo {
    width: 300px;
    height: 300px;
    border-radius: 26px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}
.contactBqakrD .info_holder {
    width: calc(100% - 320px);
    padding: 20px;
    background-color: #ffffff;
    border-radius: 26px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contactBqakrD .holder .info_holder>div span {
    margin-left: 8px;
}
.contactBqakrD .info_holder > div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 13px;
}
.contactBqakrD .info_holder > div a {
    color: rgb(79,141,128);
    text-decoration: none;
    transition: color 0.3s ease;
}
.contactBqakrD .info_holder > div a:hover {
    color: rgb(47,59,53);
}
.contactBqakrD .info_holder svg {
    width: 25px;
    height: 25px;
    fill: rgb(79,141,128);
    margin-right: 10px;
}
.contactBqakrD .contact_politics {
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contactBqakrD .contact_politics > div {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}
.contactBqakrD .contact_politics > div::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(79,141,128);
    transition: width 0.3s ease;
}
.contactBqakrD .contact_politics > div:hover::after {
    width: 100%;
}
.contactBqakrD .contact_politics > div h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
    .contactBqakrD .holder {
        flex-direction: column-reverse;
        align-items: center;
    }
    .contactBqakrD .photo {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .contactBqakrD .info_holder {
        width: 100%;
    }
    .contactBqakrD .contact_politics {
        align-items: center;
    }
}
.program_structureiw1pW0 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(47,59,53);
    position: relative;
    overflow: hidden;
}

.program_structureiw1pW0::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgb(47,59,53,0.5);
    border-radius: 50%;
    z-index: 0;
}

.program_structureiw1pW0::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgb(79,141,128,0.5);
    border-radius: 50%;
    z-index: 0;
}

.program_structureiw1pW0 h2 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.program_structureiw1pW0 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.program_structureiw1pW0 .items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.program_structureiw1pW0 .course {
    background: rgb(170,228,216);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}


.program_structureiw1pW0 .content {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 40px;
}

.program_structureiw1pW0 .photo {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out;
}

.program_structureiw1pW0 .text_holder {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.program_structureiw1pW0 h3 {
    color: rgb(79,141,128);
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 10px;
}

.program_structureiw1pW0 p {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
}

.program_structureiw1pW0 .button {
    display: inline-block;
    padding: 15px 30px;
    background: rgb(79,141,128);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
}

.program_structureiw1pW0 .button:hover {
    background: rgb(47,59,53);
}

@media only screen and (max-width: 768px) {
    .program_structureiw1pW0 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .program_structureiw1pW0 h2 {
        font-size: 28px;
    }

    .program_structureiw1pW0 .photo {
        height: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .program_structureiw1pW0 .items {
        flex-direction: column;
        align-items: center;
    }

    .program_structureiw1pW0 h2 {
        font-size: 24px;
    }

    .program_structureiw1pW0 h3 {
        font-size: 20px;
    }

    .program_structureiw1pW0 .course {
        width: 100%;
    }

    .program_structureiw1pW0 .content {
        padding: 20px;
    }
}

.wrapper-bundleykAuQf .program_structureiw1pW0 .items .course {
    background: rgb(170,228,216);
    border-radius: 24px;
    overflow: hidden;
}

.wrapper-bundleykAuQf .program_structureiw1pW0 .items .course .content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0;
}

.wrapper-bundleykAuQf .program_structureiw1pW0 .photo {
    width: 50%;
    height: auto;
    margin: 0;
    border: none;
    transition: none;
}

.wrapper-bundleykAuQf .program_structureiw1pW0 .text_holder {
    width: 50%;
    background: #ffffff;
    border: none;
    padding: 40px;
}

.wrapper-bundleykAuQf .program_structureiw1pW0 h3 {
    text-align: left;
    margin-bottom: 20px;
}

.wrapper-bundleykAuQf .program_structureiw1pW0 .button {
    margin-top: 20px;
    align-self: flex-start;
}

.wrapper-bundleykAuQf .program_structureiw1pW0 p, .wrapper-bundleykAuQf .program_structureiw1pW0 h3 {
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundleykAuQf .program_structureiw1pW0 .items .course .content {
        flex-direction: column;
    }

    .wrapper-bundleykAuQf .program_structureiw1pW0 .photo {
        width: 100%;
        height: 300px;
    }

    .wrapper-bundleykAuQf .program_structureiw1pW0 .text_holder {
        width: 100%;
    }
}.secure_covecL3u2T {
    padding: 40px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    line-height: 1.6;
}

.secure_covecL3u2T h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 42px;
    font-family: Arial, sans-serif;
    color: rgb(79,141,128);
    text-align: center;
    font-weight: 700;
    border-bottom: 2px solid rgb(79,141,128);
    padding-bottom: 10px;
}

.secure_covecL3u2T h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 32px;
    font-family: Arial, sans-serif;
    color: rgb(47,59,53);
    font-weight: 600;
    border-bottom: 1px solid rgb(47,59,53);
    padding-bottom: 8px;
}

.secure_covecL3u2T h3, .secure_covecL3u2T h4, .secure_covecL3u2T h5, .secure_covecL3u2T h6 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 23px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 5px;
    text-transform: uppercase;
}

.secure_covecL3u2T ul, .secure_covecL3u2T ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
    margin: 0;
}

.secure_covecL3u2T li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.secure_covecL3u2T section {
    background: #ffffff;
}

.secure_covecL3u2T p, .secure_covecL3u2T span, .secure_covecL3u2T div {
    line-height: 1.8;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 12px;
}

@media only screen and (max-width: 800px) {
    .secure_covecL3u2T {
        padding: 20px;
        box-shadow: none;
    }

    .secure_covecL3u2T h1, .secure_covecL3u2T h2 {
        text-align: left;
        font-size: calc(23px - 5px);
        border-bottom-width: 1px;
    }

    .secure_covecL3u2T ul, .secure_covecL3u2T ol {
        padding: 10px 0;
    }

    .secure_covecL3u2T li {
        padding: 5px 0;
    }

    .secure_covecL3u2T p, .secure_covecL3u2T span, .secure_covecL3u2T div {
        padding-bottom: 5px;
    }
}.developer_experienceIkYP8l {
    padding: 60px 0;
    background: rgb(170,228,216);
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.developer_experienceIkYP8l .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1200px;
    padding: 0 20px;
}
.developer_experienceIkYP8l .holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}
.developer_experienceIkYP8l .review {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto;
    gap: 20px;
    align-items: start;
}
.developer_experienceIkYP8l .review .photo {
    grid-row: 1 / 3;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    border: 3px solid rgb(79,141,128,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}
.developer_experienceIkYP8l .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgb(79,141,128,0.5);
    border-radius: 21px;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.developer_experienceIkYP8l .worker_description p {
    margin: 5px 0;
    font-size: 12px;
    font-weight: 600;
}
.developer_experienceIkYP8l .worker_description .name {
    font-size: 22px;
    font-weight: 700;
}
.developer_experienceIkYP8l .worker_description .job {
    font-size: 17px;
    font-weight: 400;
    color: rgb(47,59,53);
}
.developer_experienceIkYP8l .worker_info {
    background: rgb(79,141,128,0.5);
    padding: 20px;
    border-radius: 21px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    color: #000000;
}
.developer_experienceIkYP8l .worker_info p {
    margin: 10px 0;
    padding: 10px 15px;
    background: rgb(79,141,128);
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
    transition: background 0.3s, color 0.3s;
}
@media only screen and (max-width: 1024px) {
    .developer_experienceIkYP8l .review {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }
    .developer_experienceIkYP8l .review .photo {
        grid-row: 1;
        height: 300px;
    }
    .developer_experienceIkYP8l .worker_description, 
    .developer_experienceIkYP8l .worker_info {
        grid-row: auto;
    }
}
.our_missionNwtGPn .holder {
    background-size: cover;
}

.our_missionNwtGPn .style_element {
    background: #ffffff;
}

.our_missionNwtGPn {
    padding-bottom: 80px;
    padding-top: 80px;
}

.our_missionNwtGPn h2 {
    color: rgb(47,59,53);
}

.our_missionNwtGPn span {
    color: rgb(79,141,128);
}

.our_missionNwtGPn p {
    color: #000000;
}

.our_missionNwtGPn .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.our_missionNwtGPn .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.our_missionNwtGPn .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.our_missionNwtGPn h2 {
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 600;
}

.our_missionNwtGPn span {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 600;
}

.our_missionNwtGPn p {
    font-size: 18px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .our_missionNwtGPn .holder {
        padding: 0px;
    }

    .our_missionNwtGPn .style_element {
        width: 100%;
        min-width: unset;
    }

    .our_missionNwtGPn {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our_missionNwtGPn h2 {
        font-size: 30px;
    }
}

.wrapper-bundleykAuQf .our_missionNwtGPn .holder {
    height: auto;

}

.our_missionNwtGPn {
    padding: 70px 0;
}

.wrapper-bundleykAuQf .our_missionNwtGPn .holder .photo {
    display: block;
    width: 640px;
    height: 640px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 10%;
    top: 20px;
    z-index: 2;

}

.wrapper-bundleykAuQf .our_missionNwtGPn .caption_holder {
    min-height: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    background: url("data:image/svg+xml,%3Csvg class='u-svg-content' viewBox='0 0 160 160' x='0px' y='0px' id='svg-d8b7'%3E%3Cpath d='M157.4 45.5c11.3-39.1-16.3-50.2-43.8-43.8c-25.2 5.8-35.5 17.2-61 16.5C21.7 17.4 0 39.8 0 71.3c0 49.1 58.2 47.8 76.2 68.5c38.8 44.7 92.8 8.2 79.3-40.3C148.1 73.2 155.9 50.6 157.4 45.5z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrapper-bundleykAuQf .our_missionNwtGPn .caption_holder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(170,228,216);
    top: 0;
    left: 0;
    clip-path: ellipse(27% 47% at 33% 47%);
    z-index: 1;
}

.wrapper-bundleykAuQf .our_missionNwtGPn .caption_holder::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(79,141,128);
    top: 0;
    left: 0;
    clip-path: ellipse(40% 45% at 45% 55%);
    z-index: 0;
}

.wrapper-bundleykAuQf .our_missionNwtGPn .style_element {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 20px 0px;
    position: relative;
    z-index: 3;
    border-radius: 20px;
    width: 56%;
    padding: 30px;
}

.wrapper-bundleykAuQf .our_missionNwtGPn h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 36px;
}

.wrapper-bundleykAuQf .our_missionNwtGPn p {
    color: #000000;
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundleykAuQf .our_missionNwtGPn .holder .photo {
        width: 400px;
        height: 400px;
        top: 20%;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-bundleykAuQf .our_missionNwtGPn .style_element {
        width: 100%;
        padding: 30px;
    }

    .wrapper-bundleykAuQf .our_missionNwtGPn .holder .photo {
        width: 320px;
        height: 320px;
        position: relative;
        left: unset;
        top: unset;
        top: 100px;
        margin-top: -100px;
    }

    .wrapper-bundleykAuQf .our_missionNwtGPn .caption_holder {
        flex-direction: column;
        min-height: unset;
        align-items: center;
    }
}.pricing_list_itemJ0k7yo {
  position: relative;
  padding: 180px 0;
  background: linear-gradient(140deg, rgb(170,228,216) 30%, #000000 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.pricing_list_itemJ0k7yo .container {
  position: relative;
  z-index: 2;
}

.pricing_list_itemJ0k7yo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 30% 50%, rgb(79,141,128,0.5) 0%, transparent 50%),
                    radial-gradient(circle at 70% 80%, rgb(47,59,53,0.5) 0%, transparent 30%);
  opacity: 0.1;
  filter: blur(120px);
}

.pricing_list_itemJ0k7yo .pricing_holder {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.pricing_list_itemJ0k7yo .price_info {
  max-width: 800px;
  margin-left: 0;
  padding: 40px;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.5), transparent);
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pricing_list_itemJ0k7yo .price_info h2 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}

.pricing_list_itemJ0k7yo .price_info h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, rgb(79,141,128), transparent);
}

.pricing_list_itemJ0k7yo .price_info .section_description {
  font-size: 17px;
  color: #ffffff;
  opacity: 0.9;
  line-height: 1.8;
  max-width: 600px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing_list_itemJ0k7yo .price_types {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.pricing_list_itemJ0k7yo .price_type {
  flex: 1;
  min-width: 360px;
  text-decoration: none;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.pricing_list_itemJ0k7yo .price_type::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(45deg, rgb(79,141,128,0.5), rgb(47,59,53,0.5));
  border-radius: 40px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.pricing_list_itemJ0k7yo .price_type:hover {
  transform: translateY(-8px);
}

.pricing_list_itemJ0k7yo .price_type:hover::before {
  opacity: 1;
}

.pricing_list_itemJ0k7yo .price_type_holder {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  border-radius: 40px;
  overflow: hidden;
  padding: 2px;
}

.pricing_list_itemJ0k7yo .price_type .photo {
  height: 280px;
  border-radius: 35px 35px 0 0;
  margin: -1px;
  position: relative;
  overflow: hidden;
}

.pricing_list_itemJ0k7yo .price_type .photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, #000000);
}

.pricing_list_itemJ0k7yo .price_type_text {
  position: relative;
  margin: -60px 25px 25px;
  padding: 30px;
  background: linear-gradient(160deg, rgba(255,255,255,0.03), transparent);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 30px;
  backdrop-filter: blur(10px);
}

.pricing_list_itemJ0k7yo .price_type_text h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.pricing_list_itemJ0k7yo .price_type_text h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: rgb(79,141,128);
}

.pricing_list_itemJ0k7yo .price_type_text .price_amount {
  display: block;
  font-size: 34px;
  color: #ffffff;
  margin: 25px 0;
  font-weight: 700;
  background: linear-gradient(90deg, #ffffff, rgb(79,141,128));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing_list_itemJ0k7yo .price_type_text p {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .pricing_list_itemJ0k7yo .price_type {
    min-width: calc(50% - 15px);
  }
}

@media (max-width: 991px) {
  .pricing_list_itemJ0k7yo {
    padding: 120px 0;
  }
  
  .pricing_list_itemJ0k7yo .pricing_holder {
    gap: 80px;
  }
  
  .pricing_list_itemJ0k7yo .price_info h2 {
    font-size: calc(45px * 0.9);
  }
}

@media (max-width: 768px) {
  .pricing_list_itemJ0k7yo {
    padding: 100px 0;
  }

  .pricing_list_itemJ0k7yo .price_type {
    min-width: 100%;
  }
  
  .pricing_list_itemJ0k7yo .price_type .photo {
    height: 240px;
  }
  
  .pricing_list_itemJ0k7yo .price_info {
    text-align: center;
    margin: 0 auto;
    padding: 30px;
  }
  
  .pricing_list_itemJ0k7yo .price_info h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .pricing_list_itemJ0k7yo {
    padding: 80px 0;
  }
  
  .pricing_list_itemJ0k7yo .price_info {
    padding: 25px;
  }
  
  .pricing_list_itemJ0k7yo .price_type .photo {
    height: 200px;
  }
  
  .pricing_list_itemJ0k7yo .price_type_text {
    margin: -50px 20px 20px;
    padding: 25px;
  }
  
  .pricing_list_itemJ0k7yo .price_type_text .price_amount {
    font-size: calc(34px * 0.85);
  }
  
  .pricing_list_itemJ0k7yo .pricing_holder {
    gap: 60px;
  }
}.title_portalznIqtO {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(79,141,128), rgb(47,59,53));
    padding: 60px 0;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.title_portalznIqtO .holder {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.title_portalznIqtO .photo {
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 21px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 5px solid rgb(79,141,128);
}

.title_portalznIqtO .photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 70%, rgba(255, 255, 255, 0.5));
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.title_portalznIqtO .text_holder {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -100px;
    z-index: 2;
}

.title_portalznIqtO .text_holder .text_info {
    width: 100%;
    padding: 20px;
    background: #ffffff;
    border-radius: 0 0 21px 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 5px solid rgb(79,141,128);
    text-align: center;
}

.title_portalznIqtO .text_holder .button {
    padding: 18px 24px;
    color: #ffffff;
    background: rgb(79,141,128);
    border: none;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 22px;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid rgb(47,59,53);
}

.title_portalznIqtO .text_holder .button:hover {
    background: rgb(47,59,53);
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.title_portalznIqtO .text_info h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.title_portalznIqtO .text_info span {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.title_portalznIqtO .text_info svg {
    width: 90px;
    height: 90px;
    fill: rgb(79,141,128);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

@media only screen and (max-width: 800px) {
    .title_portalznIqtO .text_holder {
        flex-direction: column;
        align-items: center;
    }

    .title_portalznIqtO .text_info h2 {
        margin-top: 20px;
    }

    .title_portalznIqtO .text_holder .button {
        margin-top: 20px;
        margin-left: 0;
    }

    .title_portalznIqtO .text_holder .text_info {
        width: 100%;
    }
}.training_benefitsDSAPO8 {
    position: relative;
    padding: 150px 0;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.5) 0%, rgb(170,228,216) 50%, rgb(47,59,53,0.5) 100%);
    overflow: hidden;
}

.training_benefitsDSAPO8::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: repeating-linear-gradient(
        45deg,
        rgb(79,141,128,0.5) 0%,
        transparent 1px,
        transparent 50px
    );
    animation: gridMove 30s linear infinite;
    opacity: 0.1;
}

@keyframes gridMove {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.training_benefitsDSAPO8 .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.training_benefitsDSAPO8 .holder {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    position: relative;
}

.training_benefitsDSAPO8 .photo {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    height: 120%;
    border-radius: 60px 0 0 60px;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}

.training_benefitsDSAPO8 .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(79,141,128,0.5) 100%
    );
    z-index: 1;
}

.training_benefitsDSAPO8 .text_holder {
    position: relative;
    padding: 60px;
    background: #ffffff;
    border-radius: 0 21px 21px 0;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(79,141,128);
}

.training_benefitsDSAPO8 .text_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.9) 100%
    );
    z-index: -1;
    border-radius: 0 21px 21px 0;
}

.training_benefitsDSAPO8 .text_holder h2 {
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.training_benefitsDSAPO8 .text_holder h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: rgb(79,141,128);
    border-radius: 10px;
}

.training_benefitsDSAPO8 .text_holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 25px;
}

.training_benefitsDSAPO8 .text_holder ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    padding: 15px 20px;
    background: linear-gradient(
        to right,
        rgba(rgb(170,228,216), 0.3),
        transparent
    );
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.training_benefitsDSAPO8 .text_holder ul li:hover {
    transform: translateX(10px);
}

.training_benefitsDSAPO8 .text_holder ul li svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    fill: rgb(79,141,128);
    filter: drop-shadow(2px 2px 4px rgb(79,141,128,0.5));
}

@media (max-width: 1200px) {
    .training_benefitsDSAPO8 .holder {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .training_benefitsDSAPO8 .photo {
        position: relative;
        width: 100%;
        height: 500px;
        right: 0;
        top: 0;
        transform: none;
        border-radius: 21px;
        clip-path: none;
    }

    .training_benefitsDSAPO8 .text_holder {
        border-radius: 21px;
        border-left: none;
        border-top: 4px solid rgb(79,141,128);
    }
}

@media (max-width: 768px) {
    .training_benefitsDSAPO8 {
        padding: 80px 0;
    }

    .training_benefitsDSAPO8 .container {
        padding: 0 20px;
    }

    .training_benefitsDSAPO8 .photo {
        height: 400px;
    }

    .training_benefitsDSAPO8 .text_holder {
        padding: 40px 30px;
    }

    .training_benefitsDSAPO8 .text_holder h2 {
        font-size: calc(33px * 0.85);
        margin-bottom: 30px;
    }

    .training_benefitsDSAPO8 .text_holder ul {
        gap: 15px;
    }

    .training_benefitsDSAPO8 .text_holder ul li {
        font-size: calc(13px * 0.95);
        padding: 12px 15px;
    }
}

@media (max-width: 480px) {
    .training_benefitsDSAPO8 {
        padding: 60px 0;
    }

    .training_benefitsDSAPO8 .photo {
        height: 300px;
    }

    .training_benefitsDSAPO8 .text_holder {
        padding: 30px 20px;
    }

    .training_benefitsDSAPO8 .text_holder h2 {
        font-size: calc(33px * 0.75);
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .training_benefitsDSAPO8 .text_holder ul li {
        font-size: calc(13px * 0.9);
        padding: 10px;
        gap: 15px;
    }
}
.benefitsVSpD6v .advantages_content h2 {
    color: rgb(47,59,53);
}

.benefitsVSpD6v .advantage_item svg, .benefitsVSpD6v .advantage_item svg path {
    fill: rgb(79,141,128);
}

.benefitsVSpD6v .advantage_item p {
    color: #000000;
}

.benefitsVSpD6v .advantage_item b {
    color: rgb(79,141,128);
}

.benefitsVSpD6v {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefitsVSpD6v .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefitsVSpD6v .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefitsVSpD6v .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 31px;
    font-weight: 600;
}

.benefitsVSpD6v .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefitsVSpD6v .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefitsVSpD6v .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefitsVSpD6v .advantage_item svg, .benefitsVSpD6v .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundleykAuQf .benefitsVSpD6v .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefitsVSpD6v .advantages_content h2 {
        font-size: 30px;
    }

    .benefitsVSpD6v .advantages_holder {
        flex-direction: column;
    }

    .benefitsVSpD6v {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-bundleykAuQf .benefitsVSpD6v .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-bundleykAuQf .benefitsVSpD6v {
    position: relative;
    background: rgb(170,228,216);
}

.wrapper-bundleykAuQf .benefitsVSpD6v::after {
    content: "";
    width: 100%;
    height: calc(50% + 60px);
    background: rgb(79,141,128);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.benefitsVSpD6v .advantages_content {
    position: relative;
    z-index: 1;
}

.wrapper-bundleykAuQf .benefitsVSpD6v .advantages_content h2 {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.wrapper-bundleykAuQf .benefitsVSpD6v .advantages_holder {
    width: 100%;
    flex-wrap: wrap;
}

.wrapper-bundleykAuQf .benefitsVSpD6v .advantage_item {
    padding: 30px;
    width: 270px;
    border-radius: 20px;
    background: #ffffff;
    align-items: center;
    padding: 60px;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}

.wrapper-bundleykAuQf .benefitsVSpD6v .advantages_description {
    color: #ffffff;
}

.wrapper-bundleykAuQf .benefitsVSpD6v .advantage_item svg, .wrapper-bundleykAuQf .benefitsVSpD6v .advantage_item svg path, .wrapper-bundleykAuQf .benefitsVSpD6v .advantage_item img {
    fill: rgb(79,141,128);
    width: 60px;
    height: 60px;
}

.wrapper-bundleykAuQf .benefitsVSpD6v .advantages_content h4 {
    display: inherit;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundleykAuQf .benefitsVSpD6v .advantage_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .wrapper-bundleykAuQf .benefitsVSpD6v .advantages_content h2 {
        font-size: 36px;
    }
}.gratZonelraisq {
    background-color: rgb(79,141,128,0.5);
    color: #ffffff;
    padding: 60px 30px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.gratZonelraisq .container {
    background-color: rgb(170,228,216);
    padding: 40px;
    border-radius: 22px;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.gratZonelraisq h2 {
    font-family: Arial, sans-serif;
    font-size: 33px;
    color: rgb(79,141,128);
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(79,141,128);
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}
.gratZonelraisq p {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 20px;
}
@media only screen and (max-width: 800px) {
    .gratZonelraisq {
        padding: 40px 20px;
    }
    .gratZonelraisq .container {
        padding: 20px;
    }
    .gratZonelraisq h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .gratZonelraisq p {
        font-size: 17px;
    }
}
footer {
    background: rgb(47,59,53);
    color: #ffffff;
}

footer .copyright {
    background: rgb(79,141,128);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(79,141,128);
}

footer h5 {
    color: rgb(79,141,128);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 21px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 17px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.wrapper-bundleykAuQf footer {
    background: linear-gradient(130deg, rgb(79,141,128) 0%, rgb(47,59,53) 89%);
}

.wrapper-bundleykAuQf footer .copyright {
    background: none;
    padding: 10px 0;
}

.wrapper-bundleykAuQf footer .footer_info {
    flex-direction: row-reverse;
}

.wrapper-bundleykAuQf footer .footer {
    padding: 0;
    padding-top: 30px;
}

.wrapper-bundleykAuQf footer .menu a {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

.wrapper-bundleykAuQf footer .logo_holder svg, .wrapper-bundleykAuQf footer .logo_holder img {
    width: 100px;
    height: 100px;
    margin: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundleykAuQf footer .footer_info {
        flex-direction: column;
    }

    .wrapper-bundleykAuQf footer .footer_info {
        padding: 0;
    }

    .wrapper-bundleykAuQf footer .logo_holder {
        margin-bottom: 16px;
    }

    .wrapper-bundleykAuQf footer {
        background: linear-gradient(130deg, rgb(47,59,53) 0%, rgb(79,141,128) 89%);
    }
}
header .main_header {
    background: #ffffff;
    color: #000000;
    padding: 30px 0;
    border-bottom: 5px solid rgb(79,141,128);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 100;
    font-family: Arial, sans-serif;
}
header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(79,141,128);
    height: 100px;
    width: 100px;
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_holder .logo_caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
header .logo_holder .logo_caption .logo_name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(79,141,128);
}
header .logo_holder .logo_caption .logo_desc {
    font-size: 12px;
    color: rgb(47,59,53);
    margin-top: 5px;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}
header .menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
header .menu a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 25px;
    margin: 0 5px;
    border: 2px solid rgb(79,141,128);
    border-radius: 20px;
    background: #ffffff;
    text-decoration: none;
    font-size: 12px;
}
header .menu a:hover {
    color: #ffffff;
    background: rgb(79,141,128);
}
header .menu a.active {
    background: rgb(47,59,53);
    color: #ffffff;
}
header .menu a.active:hover {
    background: rgb(79,141,128);
    color: #ffffff;
}
header .main_header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: rgb(79,141,128);
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1200px) {
    .wrapper-bundleykAuQf header .header_content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    header .logo_holder {
        margin-bottom: 20px;
    }
    header .menu {
        flex-direction: column;
        gap: 10px;
    }
    header .menu a {
        padding: 12px 20px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 800px) {
    header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
        height: 80px;
        width: 80px;
    }
    header .logo_holder .logo_caption .logo_name {
        font-size: 20px;
    }
    header .logo_holder .logo_caption .logo_desc {
        font-size: 16px;
    }
    header .menu a {
        padding: 6px 10px;
        font-size: 12px;
    }
}
.wrapper-bundleykAuQf header .header_content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background: #ffffff;
}
.wrapper-bundleykAuQf header .logo_holder {
    width: auto;
    padding: 10px 20px;
    border: 3px solid rgb(47,59,53);
    border-radius: 20px;
    background: rgb(79,141,128,0.5);
}
.wrapper-bundleykAuQf header .logo_name {
    font-size: 43px;
    line-height: 43px;
    margin-top: 10px;
    text-align: center;
    color: #000000;
}
.wrapper-bundleykAuQf header .menu a {
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px;
    text-align: center;
    color: #000000;
    background: none;
}
.wrapper-bundleykAuQf header .menu a:hover {
    color: rgb(79,141,128);
}
.wrapper-bundleykAuQf header .menu a.active {
    border: none;
    border-bottom: 2px solid rgb(47,59,53);
    border-radius: 0;
}
.wrapper-bundleykAuQf header .menu a.active:hover {
    border: none;
    background: none;
    color: rgb(79,141,128);
    border-bottom: 2px solid rgb(79,141,128);
}
.wrapper-bundleykAuQf header .menu {
    justify-content: center;
    padding-bottom: 20px;
    align-items: center;
}
@media only screen and (max-width: 800px) {
    .wrapper-bundleykAuQf header .logo_name {
        font-size: 28px;
        line-height: 28px;
    }
    .wrapper-bundleykAuQf header .logo_holder .logotype svg, .wrapper-bundleykAuQf header .logo_holder .logotype img {
        width: 60px;
        height: 60px;
    }
    .wrapper-bundleykAuQf header .menu a {
        margin: 0 5px;
        padding: 8px 10px;
        font-size: 15px;
    }
    .wrapper-bundleykAuQf header .header_content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}