* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Nunito, sans-serif;
    color: #000000;
}
.layer-container-Bsoti {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(181,195,177);
}
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;
    }
}.homepage-21I0o {
    width: 100%;
}
.homepage-21I0o .title_page_holder {
    width: 100%;
    min-height: 580px;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.homepage-21I0o .style_element {
    background: rgb(136,158,129,0.5);
    width: 80%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.homepage-21I0o .style_element h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.homepage-21I0o .style_element h3 {
    color: rgb(67,107,118);
    font-size: 21px;
    margin-bottom: 12px;
    text-align: left;
    font-weight: 600;
}
.homepage-21I0o .style_element p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 24px;
    text-align: left;
    line-height: 1.5;
    font-weight: 300;
}
@media only screen and (max-width: 800px) {
    .homepage-21I0o .title_page_holder {
        min-height: 320px;
    }
    .homepage-21I0o .style_element {
        width: 90%;
        padding: 20px;
    }
    .homepage-21I0o .style_element h1 {
        font-size: 32px;
    }
    .homepage-21I0o .style_element h3 {
        font-size: 18px;
    }
    .homepage-21I0o .style_element p {
        font-size: 17px;
    }
}
.layer-container-Bsoti .homepage-21I0o .style_element {
    width: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.layer-container-Bsoti .homepage-21I0o .style_element h1,
.layer-container-Bsoti .homepage-21I0o .style_element h3,
.layer-container-Bsoti .homepage-21I0o .style_element p {
    text-align: center;
    color: #ffffff;
}
.layer-container-Bsoti .homepage-21I0o .style_element h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.layer-container-Bsoti .homepage-21I0o .style_element h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.layer-container-Bsoti .homepage-21I0o .style_element p {
    font-size: 20px;
    font-weight: 300;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 800px) {
    .layer-container-Bsoti .homepage-21I0o .style_element {
        padding: 20px;
    }
    .layer-container-Bsoti .homepage-21I0o .style_element h1 {
        font-size: 28px;
    }
    .layer-container-Bsoti .homepage-21I0o .style_element h3 {
        font-size: 16px;
    }
    .layer-container-Bsoti .homepage-21I0o .style_element p {
        font-size: 18px;
    }
}.contact-form-box-6kvof {
    padding: 100px 20px;
    background: rgb(181,195,177);
    font-family: Nunito, sans-serif;
    position: relative;
    overflow: hidden;
}
.contact-form-box-6kvof::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%) -50px 0/ 100px 100px,
                linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%) -50px 0/ 100px 100px,
                linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%) 0 0/ 100px 100px,
                linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%) 0 0/ 100px 100px;
    animation: backgroundMove 10s linear infinite;
    z-index: 0;
}
@keyframes backgroundMove {
    0% { background-position: 0 0, 0 0, 0 0, 0 0; }
    100% { background-position: 100px 100px, 100px 100px, -100px -100px, -100px -100px; }
}
.contact-form-box-6kvof .container {
    position: relative;
    z-index: 1;
}
.contact-form-box-6kvof h3 {
    color: rgb(67,107,118);
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.contact-form-box-6kvof .form {
    background: #ffffff;
    border-radius: 19px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 40px;
    transition: all 0.3s ease;
}
.contact-form-box-6kvof .form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form-box-6kvof .name_holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contact-form-box-6kvof .info svg, .contact-form-box-6kvof .info svg path {
    fill: rgb(136,158,129);
}
.contact-form-box-6kvof .info .contact_info h5 {
    color: rgb(136,158,129);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
}
.contact-form-box-6kvof .info span {
    color: #000000;
    font-size: 12px;
    display: block;
    margin-bottom: 12px;
}
.contact-form-box-6kvof .info .contact_info svg, .contact-form-box-6kvof .info .contact_info svg path {
    fill: #000000;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.contact-form-box-6kvof form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgb(136,158,129,0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: 48%;
}
.contact-form-box-6kvof form input:focus {
    border-color: rgb(136,158,129);
    box-shadow: 0 0 10px rgb(136,158,129,0.5);
    outline: none;
}
.contact-form-box-6kvof form .button {
    background: rgb(67,107,118);
    color: #ffffff;
    border-radius: 100px;
    padding: 15px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    border: none;
}
.contact-form-box-6kvof form .button:hover {
    background: rgb(136,158,129);
    transform: translateY(-5px);
}
.contact-form-box-6kvof .holder {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.contact-form-box-6kvof .holder > div {
    flex: 1 1 48%;
    margin-bottom: 40px;
}
.contact-form-box-6kvof .info {
    padding: 20px;
    margin-right: 20px;
}
.contact-form-box-6kvof .info .contact_info {
    margin-top: 20px;
}
.contact-form-box-6kvof .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.contact-form-box-6kvof .logo_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}
.contact-form-box-6kvof .logo_holder svg, .contact-form-box-6kvof .logo_holder img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.contact-form-box-6kvof .name_holder {
    display: flex;
    justify-content: space-between;
}
.contact-form-box-6kvof .name_holder #surname {
    margin-left: 20px;
}
.contact-form-box-6kvof .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.contact-form-box-6kvof .agree label {
    display: block;
    color: #000000;
    font-size: 12px;
}
.contact-form-box-6kvof .agree a {
    margin-left: 5px;
    color: rgb(136,158,129);
    text-decoration: underline;
}
.contact-form-box-6kvof .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
@media only screen and (max-width: 768px) {
    .contact-form-box-6kvof .holder h3 {
        font-size: 19px;
    }
    .contact-form-box-6kvof .holder {
        flex-direction: column;
    }
    .contact-form-box-6kvof .holder > div {
        width: 100%;
    }
    .contact-form-box-6kvof {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-form-box-6kvof .form {
        padding: 20px;
    }
    .contact-form-box-6kvof h3 {
        font-size: 44px;
    }
    .contact-form-box-6kvof .logo_holder {
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-form-box-6kvof .name_holder {
        flex-direction: column;
    }
    .contact-form-box-6kvof .name_holder #surname {
        margin-left: 0;
    }
    .contact-form-box-6kvof form input {
        width: 100%;
    }
}
.privacy-stockade-IvRVi {
    background-color: rgb(181,195,177);
    color: #000000;
    font-family: Nunito, sans-serif;
    padding: 60px;
    border: 2px solid rgb(136,158,129);
    margin: 0 auto;
    max-width: 1200px;
    line-height: 1.8;
}
.privacy-stockade-IvRVi h1 {
    font-size: 39px;
    font-weight: 700;
    color: rgb(136,158,129);
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(67,107,118);
    padding-bottom: 10px;
}
.privacy-stockade-IvRVi h2 {
    font-size: 32px;
    font-weight: 600;
    color: rgb(67,107,118);
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.privacy-stockade-IvRVi ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.privacy-stockade-IvRVi li {
    font-size: 12px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.privacy-stockade-IvRVi li::before {
    content: '•';
    color: rgb(136,158,129);
    font-size: 1.5em;
    margin-right: 10px;
}
.privacy-stockade-IvRVi p {
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
}
.privacy-stockade-IvRVi span {
    color: rgb(136,158,129);
    font-weight: 700;
}
.privacy-stockade-IvRVi a {
    color: rgb(136,158,129);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgb(136,158,129,0.5);
}
.privacy-stockade-IvRVi a:hover {
    color: rgb(67,107,118);
    border-bottom: 1px solid rgb(67,107,118);
}
@media only screen and (max-width: 800px) {
    .privacy-stockade-IvRVi {
        padding: 30px;
    }
    .privacy-stockade-IvRVi h1 {
        font-size: calc(19px * 0.8);
    }
    .privacy-stockade-IvRVi h2 {
        font-size: calc(19px * 0.8);
    }
    .privacy-stockade-IvRVi p {
        font-size: calc(12px * 0.9);
    }
    .privacy-stockade-IvRVi li {
        padding: 10px;
    }
}.company-overview-Jwpzu {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(136,158,129) 30%, rgb(67,107,118) 100%);
    color: #000000;
    font-family: Nunito, sans-serif;
}

.layer-container-Bsoti .company-overview-Jwpzu .holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.layer-container-Bsoti .company-overview-Jwpzu .holder .photo {
    display: block;
    width: 40%;
    height: 400px;
    flex-shrink: 0;
    max-width: 500px;
    border-radius: 26px;
    box-shadow: 0 10px 20px rgb(136,158,129,0.5), 0 6px 6px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin-left: 20px;
}

.layer-container-Bsoti .company-overview-Jwpzu .caption_holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgb(136,158,129,0.5), 0 6px 6px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.layer-container-Bsoti .company-overview-Jwpzu .caption_holder::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: rgb(136,158,129,0.5);
    border-radius: 10px;
    z-index: -1;
    transition: transform 0.3s ease-in-out;
}

.layer-container-Bsoti .company-overview-Jwpzu .caption_holder:hover::before {
    transform: translate(-10px, -10px);
}

.layer-container-Bsoti .company-overview-Jwpzu h2 {
    color: rgb(136,158,129);
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}

.layer-container-Bsoti .company-overview-Jwpzu p {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .layer-container-Bsoti .company-overview-Jwpzu .caption_holder {
        flex-direction: column;
    }
    .layer-container-Bsoti .company-overview-Jwpzu .holder .photo {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .layer-container-Bsoti .company-overview-Jwpzu .caption_holder::before {
        content: none;
    }
}

@media only screen and (max-width: 800px) {
    .layer-container-Bsoti .company-overview-Jwpzu .holder {
        flex-direction: column;
        align-items: center;
    }

    .layer-container-Bsoti .company-overview-Jwpzu .caption_holder {
        padding: 20px;
        text-align: center;
    }
}footer {
    background: rgb(67,107,118);
    color: #ffffff;
}

footer .copyright {
    background: rgb(136,158,129);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(136,158,129);
}

footer h5 {
    color: rgb(136,158,129);
}

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: 22px;
    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: 16px;
}

@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;
    }

}

.layer-container-Bsoti footer .footer {
    padding: 0;
}

.layer-container-Bsoti footer .footer_info {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
}

.layer-container-Bsoti footer .menu_holder {
    flex-direction: column;
    justify-content: flex-start;
}

.layer-container-Bsoti footer .menu a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: #ffffff;
}

.layer-container-Bsoti footer .copyright {
    background: rgb(136,158,129,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.layer-container-Bsoti footer .copyright_info {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .layer-container-Bsoti footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .layer-container-Bsoti footer .menu a {
        padding-left: 0;
        margin-bottom: 5px;
        font-size: 18px
    }

    .layer-container-Bsoti footer .footer_info {
        padding: 20px 10px;
    }

    .layer-container-Bsoti footer .copyright_info {
        text-align: center;
    }

    .layer-container-Bsoti footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(136,158,129), rgb(67,107,118));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.main_header {
    border-top: 10px solid rgb(136,158,129);
    border-bottom: 2px solid rgb(136,158,129);
    background: linear-gradient(135deg, rgb(181,195,177), #ffffff);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 2px solid rgb(136,158,129);
    border-radius: 19px;
    background: linear-gradient(135deg, #ffffff, rgb(181,195,177));
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
    position: relative;
    z-index: 1;
    border: 2px solid rgb(136,158,129);
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
}
.main_header .header_holder .logo_holder svg, .main_header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(136,158,129);
    transition: transform 0.3s ease;
}
.main_header .header_holder .logo_holder:hover svg, .main_header .header_holder .logo_holder:hover img {
    transform: scale(1.1);
}
.main_header .header_description {
    width: 50%;
    font-size: 24px;
    text-align: center;
    color: rgb(67,107,118);
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(136,158,129);
    padding-bottom: 10px;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
    border-top: 2px solid rgb(136,158,129);
    padding-top: 10px;
}
.main_header .header_menu a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(136,158,129);
    padding: 10px 16px;
    color: rgb(67,107,118);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .main_header .header_description {
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
}
.advantages-overview-GoPIq .advantages_content h2 {
    color: rgb(67,107,118);
}

.advantages-overview-GoPIq .advantage_item svg, .advantages-overview-GoPIq .advantage_item svg path {
    fill: rgb(136,158,129);
}

.advantages-overview-GoPIq .advantage_item p {
    color: #000000;
}

.advantages-overview-GoPIq .advantage_item b {
    color: rgb(136,158,129);
}

.advantages-overview-GoPIq {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-overview-GoPIq .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-overview-GoPIq .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-overview-GoPIq .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 35px;
    font-weight: 600;
}

.advantages-overview-GoPIq .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-overview-GoPIq .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-overview-GoPIq .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-overview-GoPIq .advantage_item svg, .advantages-overview-GoPIq .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .layer-container-Bsoti .advantages-overview-GoPIq .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-overview-GoPIq .advantages_content h2 {
        font-size: 30px;
    }

    .advantages-overview-GoPIq .advantages_holder {
        flex-direction: column;
    }

    .advantages-overview-GoPIq {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .layer-container-Bsoti .advantages-overview-GoPIq .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.layer-container-Bsoti .advantages-overview-GoPIq {
    background: linear-gradient(135deg, rgb(136,158,129) 0%, rgb(67,107,118) 100%);
    padding: 100px 0;
}

.layer-container-Bsoti .advantages-overview-GoPIq .advantages_content h2 {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
}

.layer-container-Bsoti .advantages-overview-GoPIq .advantages_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1%;
}

.layer-container-Bsoti .advantages-overview-GoPIq .advantage_item {
    width: 24%;
    padding: 25px;
    background: #ffffff;
    border: 2px solid rgb(67,107,118);
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.layer-container-Bsoti .advantages-overview-GoPIq .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.layer-container-Bsoti .advantages-overview-GoPIq .advantage_image {
    margin-bottom: 20px;
}

.layer-container-Bsoti .advantages-overview-GoPIq .advantage_image img,
.layer-container-Bsoti .advantages-overview-GoPIq .advantage_image svg {
    width: 100px;
    height: 100px;
    fill: rgb(136,158,129);
}

.layer-container-Bsoti .advantages-overview-GoPIq .advantages_description {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 20px;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.layer-container-Bsoti .advantages-overview-GoPIq .advantage_item h4 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(67,107,118);
    margin-top: 10px;
    text-align: center;
}

.layer-container-Bsoti .advantages-overview-GoPIq .advantage_item p {
    font-size: 13px;
    color: #000000;
    margin-top: 16px;
    line-height: 1.5;
    text-align: center;
}

.layer-container-Bsoti .advantages-overview-GoPIq .advantage_item p b {
    color: rgb(136,158,129);
}

@media only screen and (max-width: 1200px) {
    .layer-container-Bsoti .advantages-overview-GoPIq .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .layer-container-Bsoti .advantages-overview-GoPIq .advantages_content h2 {
        font-size: 21px;
    }

    .layer-container-Bsoti .advantages-overview-GoPIq {
        padding: 50px 0;
    }

    .layer-container-Bsoti .advantages-overview-GoPIq .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .layer-container-Bsoti .advantages-overview-GoPIq .advantage_item {
        width: 90%;
        margin-bottom: 20px;
    }
}.subscribe-to-newsletter-sIwP5 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}
.subscribe-to-newsletter-sIwP5 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.subscribe-to-newsletter-sIwP5 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(67,107,118,0.5);
    margin-right: 10px;
    min-width: 200px;
}
.subscribe-to-newsletter-sIwP5 h2 {
    margin-bottom: 20px;
    text-align: center;
}
.subscribe-to-newsletter-sIwP5 .button {
    background: rgb(67,107,118);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}
.subscribe-to-newsletter-sIwP5 .input_holder {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 800px)  {
    .subscribe-to-newsletter-sIwP5 .holder {
        flex-direction: column;
    }
    .subscribe-to-newsletter-sIwP5 {
        padding: 30px 20px;
    }
    .subscribe-to-newsletter-sIwP5 input {
        min-width: unset;
    }
    .subscribe-to-newsletter-sIwP5 .button {
        flex-shrink: unset;
    }
    .subscribe-to-newsletter-sIwP5 .input_holder {
        flex-direction: column;
        width: 100%;
    }
    .subscribe-to-newsletter-sIwP5 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .layer-container-Bsoti .subscribe-to-newsletter-sIwP5 .holder h2 {
        font-size: 20px;
    }
}.learning-process-rx4gn {
    position: relative;
    width: 100%;
    background: #000000;
    overflow: hidden;
}

.learning-process-rx4gn .work_holder {
    position: relative;
    padding: 4.5rem 0;
}

.learning-process-rx4gn .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(136,158,129,0.5) 0%,
        transparent 50%
    );
    z-index: 1;
}

.learning-process-rx4gn .work_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 70% 50%,
        rgb(67,107,118,0.5) 0%,
        transparent 50%
    );
    z-index: 1;
}

.learning-process-rx4gn .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: center;
}

.learning-process-rx4gn .text_holder {
    position: relative;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    padding: 3rem;
    border-radius: 28px;
    border-left: 3px solid rgb(136,158,129);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.learning-process-rx4gn .text_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    border-radius: 28px;
    z-index: -1;
}

.learning-process-rx4gn .text_holder h4 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.3;
    background: linear-gradient(
        90deg,
        #ffffff,
        rgb(136,158,129)
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.learning-process-rx4gn .text_holder p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    font-family: Nunito, sans-serif;
    font-weight: 400;
}

@media (max-width: 991px) {
    .learning-process-rx4gn .container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .learning-process-rx4gn .text_holder {
        padding: 2.5rem;
        max-width: 700px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .learning-process-rx4gn .work_holder {
        padding: 3.5rem 0;
    }

    .learning-process-rx4gn .text_holder {
        padding: 2rem;
    }

    .learning-process-rx4gn .text_holder h4 {
        font-size: calc(37px * 0.85);
        margin-bottom: 1.5rem;
    }

    .learning-process-rx4gn .text_holder p {
        font-size: calc(15px * 0.95);
    }
}

@media (max-width: 576px) {
    .learning-process-rx4gn .work_holder {
        padding: 2.5rem 0;
    }

    .learning-process-rx4gn .container {
        padding: 0 1.25rem;
    }

    .learning-process-rx4gn .text_holder {
        padding: 1.75rem;
    }

    .learning-process-rx4gn .text_holder h4 {
        font-size: calc(37px * 0.75);
    }
}.course-overview-a8OSf {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(67,107,118);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    position: relative;
    overflow: hidden;
}

.course-overview-a8OSf::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(136,158,129,0.5), transparent);
    animation: rotateBg 20s linear infinite;
    z-index: 0;
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.course-overview-a8OSf h2 {
    color: rgb(136,158,129);
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}

.course-overview-a8OSf .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 1;
    position: relative;
}

.course-overview-a8OSf .items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.course-overview-a8OSf .course {
    padding: 20px;
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    position: relative;
}

.course-overview-a8OSf .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.course-overview-a8OSf .photo {
    height: 300px;
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid rgb(136,158,129,0.5);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, border 0.3s ease;
}


.course-overview-a8OSf .text_holder {
    padding: 20px;
}

.course-overview-a8OSf h3 {
    font-size: 37px;
    font-weight: 600;
    color: rgb(136,158,129);
    margin-bottom: 16px;
}

.course-overview-a8OSf p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}

.course-overview-a8OSf .button {
    background: rgb(136,158,129);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 800px) {
    .course-overview-a8OSf {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .course-overview-a8OSf .photo {
        height: 200px;
        width: 200px;
    }

    .course-overview-a8OSf h3 {
        font-size: 18px;
    }

    .course-overview-a8OSf p {
        font-size: 13px;
    }

    .course-overview-a8OSf .button {
        padding: 10px 20px;
    }
}

.layer-container-Bsoti .course-overview-a8OSf {
    background: rgb(181,195,177);
    padding: 80px 0;
}

.layer-container-Bsoti .course-overview-a8OSf .items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.layer-container-Bsoti .course-overview-a8OSf .photo {
    width: 250px;
    height: 250px;
    border-radius: 25px;
    overflow: hidden;
    border: 5px solid rgb(136,158,129,0.5);
}

.layer-container-Bsoti .course-overview-a8OSf .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.layer-container-Bsoti .course-overview-a8OSf .text_holder {
    text-align: center;
    padding: 20px;
}

.layer-container-Bsoti .course-overview-a8OSf h3 {
    font-size: 39px;
    font-weight: 700;
    margin-top: 20px;
    color: rgb(136,158,129);
}

.layer-container-Bsoti .course-overview-a8OSf p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.layer-container-Bsoti .course-overview-a8OSf .button {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    background: none;
    border: 2px solid rgb(136,158,129);
    border-radius: 50px;
    color: rgb(136,158,129);
    transition: background 0.3s ease, color 0.3s ease;
}

.layer-container-Bsoti .course-overview-a8OSf .button:hover {
    background: rgb(136,158,129);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .layer-container-Bsoti .course-overview-a8OSf .photo {
        width: 200px;
        height: 200px;
    }
    .layer-container-Bsoti .course-overview-a8OSf .text_holder {
        padding: 0;
    }
    .layer-container-Bsoti .course-overview-a8OSf h3 {
        font-size: 18px;
    }

    .layer-container-Bsoti .course-overview-a8OSf p {
        font-size: 16px;
    }

    .layer-container-Bsoti .course-overview-a8OSf .button {
        padding: 10px 30px;
    }
}
.thankYouHub-BDRZV {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(136,158,129,0.5);
    padding: 50px 20px;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
    border-top: 4px solid rgb(136,158,129);
}
.thankYouHub-BDRZV .container {
    width: 100%;
    max-width: 900px;
    background-color: rgb(181,195,177);
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgb(136,158,129,0.5);
}
.thankYouHub-BDRZV h2 {
    margin-bottom: 30px;
    font-size: 47px;
    font-weight: 600;
    color: rgb(136,158,129);
    border-bottom: 3px solid rgb(67,107,118);
    padding-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
}
.thankYouHub-BDRZV p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    padding: 20px;
}
@media only screen and (max-width: 800px) {
    .thankYouHub-BDRZV {
        padding: 30px 10px;
    }
    .thankYouHub-BDRZV .container {
        padding: 30px;
    }
    .thankYouHub-BDRZV h2 {
        font-size: 35px;
        padding-bottom: 8px;
    }
    .thankYouHub-BDRZV p {
        font-size: 20px;
        padding: 15px;
    }
}
.training-specialist-jxSpb {
    padding: 100px 0;
    background: #000000;
    color: #ffffff;
    font-family: Nunito, sans-serif;
}

.training-specialist-jxSpb .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
}

.training-specialist-jxSpb .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: rgb(136,158,129,0.5);
    border-radius: 29px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.training-specialist-jxSpb .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

.training-specialist-jxSpb .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: rgb(67,107,118,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.training-specialist-jxSpb .review:hover {
    transform: scale(1.05);
}

.training-specialist-jxSpb .photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-size: cover;
    margin-bottom: 20px;
    border: 5px solid rgb(136,158,129);
    transition: border 0.3s ease-in-out;
}

.training-specialist-jxSpb .photo:hover {
    border: 5px solid rgb(67,107,118);
}

.training-specialist-jxSpb .worker_description {
    width: 100%;
    max-width: 600px;
}

.training-specialist-jxSpb .worker_description .name {
    font-size: 47px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out;
}

.training-specialist-jxSpb .worker_description .name:hover {
    color: rgb(136,158,129);
}

.training-specialist-jxSpb .worker_description span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.training-specialist-jxSpb .worker_description .quote {
    font-size: 17px;
    font-style: italic;
    color: #ffffff;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}

.training-specialist-jxSpb .worker_description .quote::before {
    content: "“";
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(67,107,118);
}

@media only screen and (max-width: 1200px) {
    .training-specialist-jxSpb .review {
        max-width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .training-specialist-jxSpb {
        padding: 60px 0;
    }

    .training-specialist-jxSpb .holder {
        flex-direction: column;
        padding: 20px;
    }

    .training-specialist-jxSpb .review {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }

    .training-specialist-jxSpb .photo {
        width: 100px;
        height: 100px;
    }

    .training-specialist-jxSpb .worker_description .quote::before {
        font-size: 30px;
    }
}

.layer-container-Bsoti .training-specialist-jxSpb {
    padding: 150px 0;
    background: rgb(181,195,177);
}

.layer-container-Bsoti .training-specialist-jxSpb .holder {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background: rgb(136,158,129,0.5);
    border-radius: 29px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.layer-container-Bsoti .training-specialist-jxSpb .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.layer-container-Bsoti .worker_description {
    background: rgb(67,107,118,0.5);
    border-radius: 29px;
    padding: 50px;
    width: 80%;
    position: relative;
    text-align: center;
    transition: background 0.3s ease-in-out;
}

.layer-container-Bsoti .worker_description:hover {
    background: rgb(136,158,129,0.5);
}

.layer-container-Bsoti .worker_description::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid rgb(136,158,129);
    border-radius: 29px;
    z-index: -1;
}

.layer-container-Bsoti .training-specialist-jxSpb .photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid rgb(136,158,129);
    margin-bottom: 20px;
    transition: border 0.3s ease-in-out;
}

.layer-container-Bsoti .training-specialist-jxSpb .photo:hover {
    border: 5px solid rgb(67,107,118);
}

@media only screen and (max-width: 800px) {
    .layer-container-Bsoti .training-specialist-jxSpb {
        padding: 80px 0;
    }

    .layer-container-Bsoti .training-specialist-jxSpb .holder {
        padding: 20px;
    }

    .layer-container-Bsoti .worker_description {
        width: 100%;
        padding: 20px;
    }

    .layer-container-Bsoti .training-specialist-jxSpb .photo {
        width: 100px;
        height: 100px;
    }
}
