* {
    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: Roboto, sans-serif;
    color: #000000;
}
.wrapper-bundle-805 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(178,193,190);
}
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-guard-870 {
    background-color: rgb(178,193,190);
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}
.privacy-guard-870::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background-color: rgb(131,155,151);
    border-radius: 50%;
    z-index: -1;
}
.privacy-guard-870 h1 {
    font-family: Roboto, sans-serif;
    font-size: calc(22px * 1.2);
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
}
.privacy-guard-870 h1::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40%;
    height: 3px;
    background-color: rgb(131,155,151);
}
.privacy-guard-870 h2 {
    font-family: Roboto, sans-serif;
    font-size: calc(22px * 1.2);
    font-weight: 700;
    color: rgb(18,61,70);
    margin-bottom: 15px;
}
.privacy-guard-870 h3, .privacy-guard-870 h4, .privacy-guard-870 h5, .privacy-guard-870 h6 {
    margin: 1rem 0;
}
.privacy-guard-870 ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}
.privacy-guard-870 li {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}
.privacy-guard-870 li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: rgb(131,155,151);
}
@media only screen and (max-width: 800px) {
    .privacy-guard-870 {
        padding: 30px;
    }
    .privacy-guard-870 h1 {
        font-size: 31px;
    }
    .privacy-guard-870 h2 {
        font-size: 22px;
    }
    .privacy-guard-870 li {
        font-size: 15px;
    }
}.thanks-id-301 {
    background-color: rgb(131,155,151,0.5);
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.thanks-id-301 .container {
    background-color: rgb(131,155,151,0.5);
    border: 1px solid rgb(131,155,151,0.5);
    border-radius: 28px;
    padding: 40px;
    max-width: 800px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 20px rgb(131,155,151,0.5);
    position: relative;
    z-index: 2;
}
.thanks-id-301 .container h2 {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    color: rgb(131,155,151);
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 5px rgb(131,155,151,0.5);
}
.thanks-id-301 .container p {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: rgb(18,61,70);
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 0 3px rgb(18,61,70,0.5);
}
.thanks-id-301 .container .info-block {
    background-color: rgb(178,193,190);
    border: 1px solid rgb(18,61,70,0.5);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: left;
}
.thanks-id-301 .container .info-block h5 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    color: rgb(131,155,151);
    margin-bottom: 10px;
    font-weight: 600;
    text-shadow: 0 0 3px rgb(131,155,151,0.5);
    text-transform: uppercase;
}
.thanks-id-301 .container .info-block p {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
    .thanks-id-301 {
        padding: 30px 10px;
    }
    .thanks-id-301 .container {
        padding: 30px 20px;
    }
    .thanks-id-301 .container h2 {
        font-size: calc(40px - 6px);
    }
    .thanks-id-301 .container p {
        font-size: calc(13px - 2px);
    }
}
header .main_header {
    background: rgb(131,155,151,0.5);
    color: #ffffff;
    padding: 30px 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: background 0.5s ease, box-shadow 0.5s ease;
}
header .main_header:hover {
    background: rgb(131,155,151,0.5);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo_holder {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.5s ease;
}
header .logo_holder:hover {
    transform: scale(1.05);
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease;
}
header .logo_holder svg, 
header .logo_holder svg path, 
header .logo_holder img {
    fill: rgb(18,61,70);
    height: 100px;
    width: 100px;
    transition: fill 0.5s ease, transform 0.5s ease;
}
header .logo_holder:hover svg, 
header .logo_holder:hover svg path, 
header .logo_holder:hover img {
    fill: #ffffff;
    transform: rotate(360deg);
}
header .menu {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
header .menu a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 30px;
    text-decoration: none;
    position: relative;
    transition: color 0.5s ease, border-color 0.5s ease, background 0.5s ease;
}
header .menu a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: rgb(18,61,70);
    transition: width 0.5s ease, left 0.5s ease;
}
header .menu a:hover::before {
    width: 100%;
    left: 0;
}

header .menu a.active {
    color: rgb(18,61,70);
    border-bottom: 3px solid rgb(18,61,70);
    border-radius: 10px;
}
header .menu a.active:hover {
    background: rgb(131,155,151);
    color: #ffffff;
    border: 3px solid rgb(131,155,151);
}


.wrapper-bundle-805 header .main_header {
    position: relative;
    background: rgb(131,155,151,0.5);
}

.wrapper-bundle-805 header .logo_holder {
    padding: 0;
}
.wrapper-bundle-805 header .menu a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
    margin: 0 20px;
    padding: 20px 0;
    transition: border-color 0.5s ease, color 0.5s ease;
}
.wrapper-bundle-805 header .menu a:hover {
    border-bottom: 4px solid rgb(18,61,70);
    color: rgb(18,61,70);
}
@media only screen and (max-width: 1200px) {
    .wrapper-bundle-805 header .menu a {
        margin: 10px 0;
    }
    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;
        width: 100%;
        padding: 20px 0;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        width: 100%;
        padding: 10px 20px;

    }
    header .logo_holder {
        justify-content: center;
        width: 100%;
    }
    header .logo_holder .logotype {
        margin-right: 0;
    }
    header .logo_holder svg,
    header .logo_holder svg path,
    header .logo_holder img {
        height: 80px;
        width: 80px;
    }
    .wrapper-bundle-805 header .menu a {
        margin: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper-bundle-805 header .logo_holder {
        justify-content: center;
    }
    .wrapper-bundle-805 header .main_header:before, 
    .wrapper-bundle-805 header .main_header:after {
        display: none;
    }
    .wrapper-bundle-805 header .main_header {
        padding: 20px 0;
    }
    .wrapper-bundle-805 header .menu {
        background: none;
        align-items: center;
        padding: 0;
    }
    .wrapper-bundle-805 header .menu a {
        text-align: center;
        margin: 0 10px;
    }
    .wrapper-bundle-805 header .logo_holder .logotype {
        padding: 30px 20px 40px 20px;
    }
    .wrapper-bundle-805 header .logo_holder svg, 
    .wrapper-bundle-805 header .logo_holder img {
        height: 60px;
        width: 60px;
    }
}.customer-support-128 {
    color: #000000;
    background: radial-gradient(circle at top left, rgb(18,61,70), rgb(178,193,190));
    padding: 10vh 0;
    overflow: hidden;
    position: relative;
}
.customer-support-128 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.7);
    border: 2px solid rgb(131,155,151);
    max-width: 90vw;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    background: rgba(0, 0, 0, 0.5);
}
.customer-support-128 .holder .info_holder div.available-to-assist-296 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.customer-support-128 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.customer-support-128 .holder .info_holder > div > div {
    margin: 5px 0;
}
.customer-support-128 .holder .info_holder>div span {
    margin-left: 8px;
}
.customer-support-128 .contact_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5vw;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.customer-support-128 .contact_holder h2 {
    font-size: 32px;
    color: rgb(131,155,151);
    margin-bottom: 1.5vw;
    text-shadow: 0 0 15px rgb(131,155,151);
    position: relative;
    z-index: 2;
    transition: color 0.4s ease, text-shadow 0.4s ease;
}
.customer-support-128 .contact_holder h2:hover {
    color: rgb(18,61,70);
    text-shadow: 0 0 25px rgb(18,61,70);
}
.customer-support-128 .contact_holder .contact_description {
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    margin: 2vw 0;
    padding: 2vw;
    border: 2px solid rgb(131,155,151);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(131,155,151);
    max-width: 90vw;
    min-width: 280px;
    transition: background 0.4s ease, box-shadow 0.4s ease;
}
.customer-support-128 .contact_holder .contact_description:hover {
    box-shadow: 0 0 20px rgb(131,155,151);
}
.customer-support-128 .contact_holder .photo {
    width: 100%;
    height: 50vh;
    border-radius: 12px;
    margin-bottom: 2vw;
    position: relative;
    transition: filter 0.4s ease, transform 0.4s ease;
    border: 2px solid rgb(131,155,151);
}
@keyframes hoverEffect {
    0% {
        filter: brightness(100%);
    }
    50% {
        filter: brightness(120%);
    }
    100% {
        filter: brightness(100%);
    }
}
.customer-support-128 .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 255, 255, 0.3), rgba(0, 255, 255, 0));
    border-radius: 12px;
    transition: opacity 0.4s ease;
    z-index: 1;
}
.customer-support-128 .photo:hover::before {
    opacity: 0.7;
}
.customer-support-128 .info_holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2vw;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
    border: 2px solid rgb(131,155,151);
    position: relative;
    transition: box-shadow 0.4s ease, background 0.4s ease;
}
@keyframes infoHover {
    0% {
        box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 30px rgba(0, 255, 255, 1);
    }
    100% {
        box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
    }
}
.customer-support-128 .info_holder:hover {
    animation: infoHover 0.6s ease;
}
.customer-support-128 .info_holder > div {
    display: flex;
    align-items: center;
    margin-bottom: 1.5vw;
    font-size: 17px;
    color: #ffffff;
    position: relative;
}
.customer-support-128 .info_holder svg {
    width: 24px;
    height: 24px;
    fill: rgb(131,155,151);
    margin-right: 12px;
    transition: fill 0.4s ease;
}
.customer-support-128 .info_holder svg:hover {
    fill: rgb(18,61,70);
}
.customer-support-128 .info_holder a {
    color: rgb(131,155,151);
    text-decoration: none;
    transition: color 0.4s ease, text-shadow 0.4s ease;
    position: relative;
}
.customer-support-128 .info_holder a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(131,155,151);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.4s ease;
}
.customer-support-128 .info_holder a:hover {
    color: rgb(18,61,70);
    text-shadow: 0 0 10px rgb(18,61,70);
}
.customer-support-128 .info_holder a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.customer-support-128 .contact_politics {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2vw;
    margin-top: 25px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.6);
    border: 2px solid rgb(131,155,151);
    position: relative;
}
.customer-support-128 .contact_politics::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgb(131,155,151);
    border-radius: 12px 12px 0 0;
    z-index: -1;
}
.customer-support-128 .contact_politics > div {
    margin-bottom: 2vw;
}
.customer-support-128 .contact_politics > div h4 {
    font-weight: 600;
    font-size: 24px;
    color: rgb(131,155,151);
    margin-bottom: 1vw;
    text-shadow: 0 0 10px rgb(131,155,151);
}
.customer-support-128 .contact_politics > div p {
    font-size: 17px;
    line-height: 1.6;
    color: #ffffff;
}
@media only screen and (max-width: 768px) {
    .customer-support-128 .container {
        max-width: 100vw;
        padding: 4vw;
    }
    .customer-support-128 .contact_holder {
        padding: 6vw;
    }
    .customer-support-128 .contact_holder .photo {
        height: 40vh;
    }
    .customer-support-128 .contact_description {
        padding: 3vw;
    }
    
    .customer-support-128 .contact_politics {
        padding: 4vw;
    }
}
@media only screen and (max-width: 480px) {
    .customer-support-128 .container {
        padding: 2vw;
    }
    .customer-support-128 .contact_holder {
        padding: 4vw;
    }
    .customer-support-128 .contact_holder .photo {
        height: 30vh;
    }
    .customer-support-128 .contact_description {
        padding: 2vw;
        font-size: 17px;
    }
    .customer-support-128 .contact_politics {
        padding: 3vw;
    }
}
.enroll-instantly-504 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.enroll-instantly-504 h2 {
    color: rgb(18,61,70);
}

.enroll-instantly-504 .button {
    background: rgb(18,61,70);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.enroll-instantly-504 .button:hover {
    background: rgb(131,155,151);
}

.enroll-instantly-504 .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.enroll-instantly-504 h2 {
    font-size: 35px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.enroll-instantly-504 .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .enroll-instantly-504 .holder {
        flex-direction: column;
    }

    .wrapper-bundle-805 section.enroll-instantly-504 h2 {
        font-size: 26px;
    }

    .enroll-instantly-504 h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .enroll-instantly-504 .button {
        font-size: 24px;
    }

    .enroll-instantly-504 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-bundle-805 .enroll-instantly-504 {
    background: linear-gradient(135deg, rgb(131,155,151), rgb(18,61,70));
    padding: 60px 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transition: all 0.3s ease-in-out;
}

.wrapper-bundle-805 .enroll-instantly-504 .holder {
    margin: auto;
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-bundle-805 .enroll-instantly-504 .holder:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.wrapper-bundle-805 .enroll-instantly-504 h2 {
    margin-bottom: 40px;
    font-size: 35px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    color: rgb(131,155,151);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, rgb(131,155,151), rgb(18,61,70));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.3s ease, text-shadow 0.3s ease;
    margin-right: 0;
}

.wrapper-bundle-805 .enroll-instantly-504 .button {
    display: inline-block;
    padding: 20px 50px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(131,155,151), rgb(18,61,70));
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.wrapper-bundle-805 .enroll-instantly-504 .button:hover {
    background: linear-gradient(135deg, rgb(18,61,70), rgb(131,155,151));
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-805 .enroll-instantly-504 .holder {
        width: 90%;
        padding: 30px 20px;
    }

    .wrapper-bundle-805 .enroll-instantly-504 h2 {
        font-size: 22px;
    }

    .wrapper-bundle-805 .enroll-instantly-504 .button {
        width: 100%;
        padding: 15px 0;
    }
}.our-mission-682 {
    padding: 60px 0;
    background-color: rgb(178,193,190);
    color: #000000;
    font-family: Roboto, sans-serif;
}

.wrapper-bundle-805 .our-mission-682 .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 13px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.wrapper-bundle-805 .our-mission-682 .caption_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid rgb(18,61,70,0.5);
}

.wrapper-bundle-805 .our-mission-682 .photo {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 13px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.wrapper-bundle-805 .our-mission-682 .style_element {
    flex: 1;
    padding: 20px;
}

.wrapper-bundle-805 .our-mission-682 h2 {
    font-size: 31px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(131,155,151);
    padding-bottom: 10px;
    text-transform: uppercase;
}

.wrapper-bundle-805 .our-mission-682 p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .wrapper-bundle-805 .our-mission-682 .caption_holder {
        flex-direction: column;
    }

    .wrapper-bundle-805 .our-mission-682 .photo {
        height: 200px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .wrapper-bundle-805 .our-mission-682 .style_element {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .wrapper-bundle-805 .our-mission-682 .holder {
        padding: 10px;
    }

    .wrapper-bundle-805 .our-mission-682 h2 {
        font-size: calc(31px - 4px);
    }

    .wrapper-bundle-805 .our-mission-682 p {
        font-size: calc(14px - 2px);
    }
}
.customer-reviews-091 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgb(178,193,190);
}

.customer-reviews-091 .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.customer-reviews-091 .holder {
    text-align: center;
    margin-bottom: 50px;
}

.customer-reviews-091 .holder h2 {
    font-size: 46px;
    font-weight: 700;
    color: rgb(18,61,70);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.customer-reviews-091 .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.customer-reviews-091 .review {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    padding: 30px;
    max-width: 320px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.customer-reviews-091 .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.customer-reviews-091 .photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.customer-reviews-091 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-reviews-091 .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid rgb(131,155,151);
    border-radius: 50%;
    transition: border 0.3s ease;
    z-index: 2;
}

.customer-reviews-091 .review:hover .photo::after {
    border-color: rgb(18,61,70);
}

.customer-reviews-091 .text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.customer-reviews-091 .review span {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
}

.customer-reviews-091 .review p {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .customer-reviews-091 .reviews {
        flex-direction: column;
        align-items: center;
    }

    .customer-reviews-091 .review {
        max-width: 100%;
    }

    .customer-reviews-091 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .customer-reviews-091 .holder h2 {
        font-size: 32px;
    }
}

.wrapper-bundle-805 .customer-reviews-091 .review {
    background: rgb(131,155,151,0.5);
    border-radius: 10px;
}

.wrapper-bundle-805 .customer-reviews-091 .photo {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 0 15px rgb(131,155,151,0.5);
}

.wrapper-bundle-805 .customer-reviews-091 .photo::before {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: -15px;
    left: -15px;
    border: 8px solid rgb(18,61,70,0.5);
    border-radius: 50%;
    z-index: 1;
}

.wrapper-bundle-805 .customer-reviews-091 .review span {
    font-size: 19px;
    font-weight: 700;
    color: rgb(18,61,70);
    margin-top: 20px;
}

.wrapper-bundle-805 .customer-reviews-091 .review p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
}

.wrapper-bundle-805 .customer-reviews-091 .holder h2 {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
}

.benefits-280 .advantages_content h2 {
    color: rgb(18,61,70);
}

.benefits-280 .advantage_item svg, .benefits-280 .advantage_item svg path {
    fill: rgb(131,155,151);
}

.benefits-280 .advantage_item p {
    color: #000000;
}

.benefits-280 .advantage_item b {
    color: rgb(131,155,151);
}

.benefits-280 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-280 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits-280 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits-280 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 33px;
    font-weight: 600;
}

.benefits-280 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits-280 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits-280 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits-280 .advantage_item svg, .benefits-280 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle-805 .benefits-280 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits-280 .advantages_content h2 {
        font-size: 30px;
    }

    .benefits-280 .advantages_holder {
        flex-direction: column;
    }

    .benefits-280 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-bundle-805 .benefits-280 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-bundle-805 .benefits-280 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(178,193,190);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
}

.wrapper-bundle-805 .benefits-280 .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
}

.wrapper-bundle-805 .benefits-280:hover .advantages_content {
    opacity: 0.95;
}

.wrapper-bundle-805 .benefits-280 .advantages_content h2 {
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wrapper-bundle-805 .benefits-280 .advantages_description {
    font-size: 18px;
    color: rgb(18,61,70);
    margin-bottom: 30px;
    max-width: 600px;
}

.wrapper-bundle-805 .benefits-280 .advantages_holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}

.wrapper-bundle-805 .benefits-280 .advantage_item {
    background-color: #ffffff;
    padding: 20px;
    align-items: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    flex: 1 1 23%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wrapper-bundle-805 .benefits-280 .advantage_item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.wrapper-bundle-805 .benefits-280 .advantage_image {
    margin-bottom: 15px;
    transition: transform 0.3s ease-in-out;
}

.wrapper-bundle-805 .benefits-280 .advantage_item img,
.wrapper-bundle-805 .benefits-280 .advantage_item svg {
    width: 80px;
    height: 80px;
}

.wrapper-bundle-805 .benefits-280 .advantage_item:hover .advantage_image {
    transform: scale(1.05);
}

.wrapper-bundle-805 .benefits-280 .advantages_content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
    transition: color 0.3s ease-in-out;
}

.wrapper-bundle-805 .benefits-280 .advantage_item:hover h4 {
    color: rgb(131,155,151);
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle-805 .benefits-280 .advantage_item {
        flex: 1 1 45%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-805 .benefits-280 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .wrapper-bundle-805 .benefits-280 .advantages_content h2 {
        font-size: 45px;
    }

    .wrapper-bundle-805 .benefits-280 .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-bundle-805 .benefits-280 .advantage_item {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }
}.program-information-801 {
    padding: 100px 0;
    background: rgb(131,155,151,0.5);
    font-family: Roboto, sans-serif;
}

.program-information-801 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.program-information-801 h2 {
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.program-information-801 .course {
    background: #ffffff;
    border-radius: 13px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.program-information-801 .course:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.program-information-801 .photo {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.program-information-801 .text_holder {
    padding: 20px;
    text-align: left;
}

.program-information-801 h3 {
    font-size: 31px;
    font-weight: 600;
    color: rgb(131,155,151);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.program-information-801 p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 20px;
}

.program-information-801 .button {
    background: rgb(18,61,70);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    display: inline-block;
    transition: background 0.3s ease;
}

.program-information-801 .button:hover {
    background: rgb(131,155,151);
}

@media only screen and (max-width: 768px) {
    .program-information-801 {
        padding: 50px 0;
    }

    .program-information-801 h2 {
        font-size: 24px;
    }

    .program-information-801 .photo {
        height: 200px;
    }

    .program-information-801 h3 {
        font-size: 20px;
    }

    .program-information-801 p {
        font-size: 17px;
    }

    .program-information-801 .button {
        font-size: 19px;
    }
}

.wrapper-bundle-805 .program-information-801 .items {
    width: 100%;
}

.wrapper-bundle-805 .program-information-801 .photo {
    height: 300px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-bundle-805 .program-information-801 .text_holder {
    border-radius: 13px;
    border: 2px solid rgb(18,61,70);
    width: 80%;
    margin-top: -150px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.wrapper-bundle-805 .program-information-801 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.wrapper-bundle-805 .program-information-801 .button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 30px;
    background: rgb(131,155,151);
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.wrapper-bundle-805 .program-information-801 .button:hover {
    background: rgb(18,61,70);
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-805 .program-information-801 .photo {
        width: 100%;
        height: 200px;
    }

    .wrapper-bundle-805 .program-information-801 .text_holder {
        width: 100%;
        margin-top: -100px;
        padding: 20px;
    }

    .wrapper-bundle-805 .program-information-801 h3 {
        font-size: 21px;
    }
}
.plan-display-697 {
    background: rgb(178,193,190);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.plan-display-697::before,
.plan-display-697::after {
    content: '';
    position: absolute;
    inset: -50%;
    animation: gradientMove 25s linear infinite;
}

.plan-display-697::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(131,155,151,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(18,61,70,0.5) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgb(131,155,151,0.5) 0%, transparent 60%);
    opacity: 0.4;
    filter: blur(80px);
    mix-blend-mode: soft-light;
}

.plan-display-697::after {
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 1px),
        repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.03;
    animation: patternMove 20s linear infinite;
    z-index: 1;
}

.plan-display-697 .pricing_holder {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    z-index: 2;
}

.plan-display-697 .price_info {
    text-align: center;
    margin-bottom: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.plan-display-697 .price_info h2 {
    font-size: 31px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.plan-display-697 .price_info h2::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background: rgb(131,155,151);
    bottom: -10px;
    left: 25%;
}

.plan-display-697 .section_description {
    font-size: 13px;
    color: #000000;
    max-width: 700px;
    margin: 0 auto;
}

.plan-display-697 .price_types {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    perspective: 1000px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.plan-display-697 .price_type {
    flex: 1 1 380px;
    max-width: calc(100% - 30px);
    text-decoration: none;
    position: relative;
    z-index: 2;
}

@supports (width: min(450px, 100%)) {
    .plan-display-697 .price_type {
        flex: 1 1 min(450px, 100%);
    }
}

.plan-display-697 .price_type:hover .price_type_holder {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.plan-display-697 .price_type_holder {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.plan-display-697 .price_type_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(131,155,151), rgb(18,61,70));
}

.plan-display-697 .photo {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.plan-display-697 .photo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, #ffffff, transparent);
}

.plan-display-697 .price_type_text {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.plan-display-697 .price_type_text h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.plan-display-697 .price_type_text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: rgb(131,155,151);
}

.plan-display-697 .price_amount {
    font-size: 17px;
    font-weight: 700;
    color: rgb(131,155,151);
    margin-bottom: 20px;
    display: block;
}

.plan-display-697 .price_type_text p {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.plan-display-697 .price_type_holder::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: rgb(18,61,70,0.5);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s ease;
}

@keyframes gradientMove {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(-2%, 2%) rotate(120deg);
    }
    66% {
        transform: translate(2%, -2%) rotate(240deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 1600px) {
    .plan-display-697 .price_types {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {
    .plan-display-697 .price_types:has(.price_type:nth-child(4)) .price_type {
        flex: 1 1 360px;
    }
}

@media (max-width: 991px) {
    .plan-display-697 .price_type {
        flex: 1 1 340px;
    }
}

@media (max-width: 767px) {
    .plan-display-697 {
        padding: 60px 0;
    }
    .plan-display-697 .price_info {
        margin-bottom: 40px;
    }
    .plan-display-697 .price_type {
        flex: 1 1 100%;
    }
    .plan-display-697 .photo {
        height: 180px;
    }
    .plan-display-697 .price_type_text {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .plan-display-697 .pricing_holder {
        padding: 0 15px;
    }
    .plan-display-697 .price_types {
        padding: 0 20px;
    }
    .plan-display-697 .price_info h2 {
        font-size: calc(31px * 0.8);
    }
    .plan-display-697 .section_description {
        font-size: calc(13px * 0.9);
    }
    .plan-display-697 .photo {
        height: 150px;
    }
}.contact-502 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.contact-502::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    background: rgb(131,155,151,0.5);
    border-radius: 50%;
    z-index: 0;
}

.contact-502 .container {
    position: relative;
    z-index: 1;
}
.contact-502 .agree input[type="checkbox"] {
    width: auto;
    margin: 0 10px 0 0;
}
.contact-502 h3 {
    color: #000000;
    font-size: 47px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    animation: fadeInDown 1s ease-in-out;
}

.contact-502 .form {
    background: rgb(18,61,70,0.5);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    width: 50%;
    margin: auto;
    position: relative;
    z-index: 2;
    padding: 40px;
    animation: fadeInUp 1s ease-in-out;
}

.contact-502 .holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-502 form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-502 form input,
.contact-502 form textarea {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(131,155,151,0.5);
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    font-size: 12px;
    animation: fadeIn 1.2s ease-in-out;
}

.contact-502 form input:focus,
.contact-502 form textarea:focus {
    border-color: rgb(131,155,151);
    box-shadow: 0 0 10px rgb(131,155,151,0.5);
    outline: none;
}

.contact-502 form .button {
    background: rgb(131,155,151);
    color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    font-weight: 600;
    font-size: 15px;
    animation: fadeIn 1.5s ease-in-out;
}

.contact-502 form .button:hover {
    background: #000000;
}

.contact-502 .form_text {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
    animation: fadeIn 1s ease-in-out;
    color: #000000;
}

.contact-502 .agree {
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    animation: fadeIn 1.3s ease-in-out;
}

.contact-502 .agree label {
    font-size: 12px;
    font-weight: 400;
}

.contact-502 .agree a {
    color: rgb(131,155,151);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.contact-502 .agree a:hover {
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .contact-502 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .contact-502 h3 {
        font-size: 21px;
    }

    .contact-502 .form {
        width: 90%;
        padding: 20px;
    }

    .contact-502 form input,
    .contact-502 form textarea {
        font-size: 12px;
    }

    .contact-502 form .button {
        font-size: 15px;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}.course-instructor-879 {
    padding: 120px 40px;
    background: rgb(131,155,151);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.course-instructor-879::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220%;
    height: 220%;
    background: radial-gradient(circle, rgba(0,0,0,0) 60%, rgb(131,155,151,0.5) 100%);
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.2;
}

.course-instructor-879 .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.course-instructor-879 .review {
    background: rgb(131,155,151,0.5);
    border: 1px solid rgb(18,61,70);
    border-radius: 11px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    transition: box-shadow 0.3s ease;
}

.course-instructor-879 .review:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.course-instructor-879 .photo {
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    border-bottom: 2px solid rgb(18,61,70);
}

.worker_description {
    padding: 20px;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    position: relative;
}

.worker_description::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 80%;
    height: 2px;
    background: rgb(18,61,70);
    transform: translateX(-50%);
}

.worker_description::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 80%;
    height: 2px;
    background: rgb(18,61,70);
    transform: translateX(-50%);
}

.course-instructor-879 .review .name {
    font-size: 24px;
    font-weight: 700;
    color: rgb(18,61,70);
    margin: 10px 0;
    text-transform: uppercase;
}

.course-instructor-879 .review span {
    font-size: 13px;
    font-weight: 600;
    color: rgb(131,155,151);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.course-instructor-879 .review .quote {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    font-style: italic;
    margin-top: 10px;
    padding: 10px;
    border-left: 3px solid rgb(18,61,70);
    background: rgb(131,155,151,0.5);
}

@media only screen and (max-width: 1200px) {
    .course-instructor-879 {
        padding: 80px 20px;
    }

    .course-instructor-879 .container {
        gap: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .course-instructor-879 {
        padding: 60px 20px;
    }

    .course-instructor-879 .photo {
        height: 200px;
    }

    .worker_description {
        padding: 15px;
    }

    .course-instructor-879 .review .name {
        font-size: calc(24px - 2px);
    }

    .course-instructor-879 .review span {
        font-size: calc(13px - 2px);
    }

    .course-instructor-879 .review .quote {
        font-size: calc(13px - 2px);
    }
}

.wrapper-bundle-805 .course-instructor-879 {
    position: relative;
}

.wrapper-bundle-805 .course-instructor-879::after {
    content: "";
    width: 100%;
    height: 50%;
    background: rgb(18,61,70,0.5);
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper-bundle-805 .course-instructor-879 .holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.wrapper-bundle-805 .course-instructor-879 .review {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    padding: 30px;
    border-radius: 11px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.wrapper-bundle-805 .course-instructor-879 .photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid rgb(18,61,70);
    margin-top: 20px;
}

.wrapper-bundle-805 .worker_description {
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    position: relative;
}

.wrapper-bundle-805 .worker_description::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 90%;
    height: 2px;
    background: rgb(18,61,70);
    transform: translateX(-50%);
}

.wrapper-bundle-805 .worker_description::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 90%;
    height: 2px;
    background: rgb(18,61,70);
    transform: translateX(-50%);
}

.wrapper-bundle-805 .course-instructor-879 .review .name {
    font-size: 24px;
    font-weight: 700;
    color: rgb(131,155,151);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.wrapper-bundle-805 .course-instructor-879 .review span {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.wrapper-bundle-805 .course-instructor-879 .review .quote {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    color: #ffffff;
    padding: 10px;
    border-left: 3px solid rgb(18,61,70);
    background: rgb(131,155,151,0.5);
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-805 .course-instructor-879 .review {
        padding: 20px;
    }

    .wrapper-bundle-805 .worker_description {
        width: 100%;
        padding: 20px;
    }

    .wrapper-bundle-805 .course-instructor-879::after {
        height: 25%;
    }

    .wrapper-bundle-805 .course-instructor-879 .photo {
        width: 140px;
        height: 140px;
    }

    .wrapper-bundle-805 .course-instructor-879 .review .name {
        font-size: 20px;
    }
}footer {
    background: rgb(18,61,70);
    color: #ffffff;
}
footer .copyright {
    background: rgb(131,155,151);
}
footer .logo_holder svg, footer .logo_holder svg path{
    fill: rgb(131,155,151);
}
footer h5 {
    color: rgb(131,155,151);
}
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: 19px;
    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: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}
footer .copyright {
    font-size: 15px;
}
@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;
    }

}
.welcome-page-618 {
    width: 100%;
    overflow: hidden;
}
.welcome-page-618 .title_page_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 700px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.welcome-page-618 .title_page_holder::before,
.welcome-page-618 .title_page_holder::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.welcome-page-618 .title_page_holder::before {
    background: linear-gradient(to bottom, rgb(131,155,151,0.5) 0%, rgb(131,155,151,0.5) 100%);
}
.welcome-page-618 .title_page_holder::after {
    background: rgba(0, 0, 0, 0.3);
}
.welcome-page-618 .style_element {
    position: relative;
    z-index: 2;
    background: #ffffff;
    width: 60%;
    max-width: 1200px;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.welcome-page-618 .style_element h1 {
    font-family: Roboto, sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: rgb(18,61,70);
    margin-bottom: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.welcome-page-618 .style_element h3 {
    font-family: Roboto, sans-serif;
    font-size: 31px;
    font-weight: 400;
    color: rgb(18,61,70,0.5);
    margin-bottom: 12px;
    text-align: left;
}
.welcome-page-618 .style_element p {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 24px;
}

.wrapper-bundle-805 .welcome-page-618 .title_page_holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.wrapper-bundle-805 .welcome-page-618 .style_element {
    width: 50%;
    max-width: 1000px;
    background: #ffffff;
    padding: 50px;
    border-radius: 18px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.wrapper-bundle-805 .welcome-page-618 .title_page_holder::before {
    clip-path: polygon(100% 0, 70% 0, 40% 100%, 0 100%);
}
.wrapper-bundle-805 .welcome-page-618 .style_element h1 {
    color: #000000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.wrapper-bundle-805 .welcome-page-618 .style_element h3 {
    color: rgb(18,61,70);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.wrapper-bundle-805 .welcome-page-618 .style_element p {
    color: #000000;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 800px) {
    .welcome-page-618 .title_page_holder {
        min-height: 500px;
        height: auto;
    }
    .wrapper-bundle-805 .welcome-page-618 .style_element {
        width: 100%;
        padding: 30px;
    }
    .welcome-page-618 .style_element h1 {
        font-size: 31px;
    }
    .welcome-page-618 .style_element h3 {
        font-size: 20px;
    }
    .welcome-page-618 .style_element p {
        font-size: 14px;
    }
}