* {
    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: Playfair Display, sans-serif;
    color: #000000;
}
.viewport-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(164,183,171);
}
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;
    }
}.welcome {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.welcome .title_page_holder {
    width: 100%;
    min-height: 700px;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}
.welcome .title_page_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(119,143,128,0.5), rgb(67,91,77,0.5));
    z-index: 1;
    backdrop-filter: blur(5px);
}
.welcome .style_element {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 60px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    animation: fadeIn 1.5s ease-in-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.welcome .style_element h1 {
    font-family: Playfair Display, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: rgb(119,143,128);
    margin-bottom: 16px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.welcome .style_element h3 {
    font-family: Playfair Display, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: rgb(67,91,77);
    margin-bottom: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.welcome .style_element p {
    font-family: Playfair Display, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .welcome .title_page_holder {
        min-height: 400px;
    }
    .welcome .style_element {
        padding: 20px 30px;
    }
    .welcome .style_element h1 {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .welcome .style_element h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .welcome .style_element p {
        font-size: 15px;
    }
}
.viewport-container .welcome {
    position: relative;
    background: rgb(164,183,171);
}
.viewport-container .welcome .title_page_holder::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(131, 162, 234, 0.2);
    z-index: 0;
    backdrop-filter: blur(6px);
}
.viewport-container .welcome .style_element {
    position: relative;
    clip-path: none;
    margin: auto;
    height: auto;
    background: #ffffff;
    display: flex;
    padding: 30px 60px;
    flex-direction: column;
    min-height: 336px;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 50%;
}
.viewport-container .welcome .title_page_holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.viewport-container .welcome .style_element h1 {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: rgb(119,143,128);
    margin-top: 40px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.viewport-container .welcome .style_element h3 {
    color: rgb(67,91,77);
    text-align: center;
    z-index: 2;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.viewport-container .welcome .style_element p {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 800px) {
    .viewport-container .welcome .title_page_holder {
        padding: 20px;
    }
    .viewport-container .welcome .style_element h1 {
        font-size: 28px;
        margin-top: 20px;
    }
    .viewport-container .welcome .style_element {
        padding: 30px 10px;
        min-height: 300px;
        height: auto;
        width: auto;
    }
}.course-program {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(67,91,77);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.course-program h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.course-program .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(119,143,128,0.5);
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.course-program h3 {
    color: rgb(67,91,77);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.course-program p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
}
.course-program .button {
    background: rgb(67,91,77);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 30px;
    transition: background 0.3s ease, transform 0.3s ease;
}
.course-program .button:hover {
    background: rgb(119,143,128);
    transform: translateY(-3px);
}
.course-program .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.course-program .items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
}
.course-program .course {
    padding: 20px;
    max-width: 100%;
}
.course-program .content {
    padding: 40px;
}
.course-program .photo {
    width: 100%;
    border-radius: 16px;
    transition: transform 0.3s ease;
    margin-right: 20px;
}

.viewport-container .course-program .items .course {
    background: none;
}
.viewport-container .course-program .items .course .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background: rgb(119,143,128,0.5);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.viewport-container .course-program .photo {
    width: 50%;
    border: none;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.viewport-container .course-program .text_holder {
    width: 50%;
    padding: 40px;
    background: rgb(119,143,128,0.5);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.viewport-container .course-program h3 {
    text-align: center;
    margin-bottom: 20px;
}
.viewport-container .course-program .button {
    margin-top: 30px;
}
.viewport-container .course-program p, .viewport-container .course-program h3 {
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .viewport-container .course-program .items .course .content {
        padding: 10px;
    }
    .viewport-container .course-program .items .course {
        padding: 0;
    }
    .viewport-container .course-program .items .course .content {
        flex-direction: column;
    }
    .viewport-container .course-program .photo {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .viewport-container .course-program .text_holder {
        width: 100%;
        padding: 10px;
    }
}
@media only screen and (max-width: 600px) {
    .course-program .items {
        flex-direction: column;
    }
    .course-program h2 {
        font-size: 30px;
    }
    .course-program h3 {
        font-size: 26px;
    }
    .course-program .course {
        max-width: unset;
        width: 100%;
    }
    .course-program {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}.viewport-container .study-process {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.viewport-container .study-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(119,143,128), rgb(67,91,77));
    z-index: -1;
}

.viewport-container .study-process .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.viewport-container .study-process h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.viewport-container .study-process h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgb(119,143,128);
}

.viewport-container .study-process p {
    font-size: 18px;
    color: #000000;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

@media only screen and (max-width: 800px) {
    .viewport-container .study-process {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .viewport-container .study-process .holder {
        padding: 40px;
    }

    .viewport-container .study-process h2 {
        font-size: 36px;
    }
}
.privacy-stronghold {
    background-color: rgb(164,183,171);
    padding: 50px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    font-family: Playfair Display, sans-serif;
    color: #000000;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
}
.privacy-stronghold::before, .privacy-stronghold::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
}
.privacy-stronghold::before {
    width: 150px;
    height: 150px;
    background: rgb(119,143,128);
    top: -50px;
    right: -50px;
}
.privacy-stronghold::after {
    width: 100px;
    height: 100px;
    background: rgb(67,91,77);
    bottom: -30px;
    left: -30px;
}
.privacy-stronghold h1 {
    font-size: 39px;
    color: rgb(119,143,128);
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(119,143,128);
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.privacy-stronghold h2 {
    font-size: 34px;
    color: rgb(67,91,77);
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.privacy-stronghold h3,
.privacy-stronghold h4,
.privacy-stronghold h5,
.privacy-stronghold h6 {
    color: rgb(119,143,128);
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.privacy-stronghold h3 { font-size: calc(18px - 0.2rem); }
.privacy-stronghold h4 { font-size: 18px; }
.privacy-stronghold h5 { font-size: calc(18px - 0.2rem); }
.privacy-stronghold h6 { font-size: 16px; }
.privacy-stronghold ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.privacy-stronghold ol {
    list-style-type: decimal;
    padding-left: 25px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.privacy-stronghold li {
    margin-bottom: 15px;
    line-height: 1.7;
    padding-left: 10px;
    border-left: 3px solid rgb(67,91,77);
    position: relative;
    z-index: 1;
}
.privacy-stronghold li::marker {
    color: rgb(119,143,128);
    font-weight: 600;
}
.privacy-stronghold div {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.privacy-stronghold p {
    font-size: 13px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.privacy-stronghold span {
    color: rgb(119,143,128);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {
    .privacy-stronghold {
        padding: 25px;
        border-radius: 10px;
    }
    
    .privacy-stronghold h1 {
        font-size: calc(18px - 0.5rem);
    }
    
    .privacy-stronghold h2 {
        font-size: calc(18px - 0.4rem);
    }
    
    .privacy-stronghold p {
        font-size: calc(13px - 0.2rem);
    }
}
.privacy-stronghold::before {
    content: '';
    display: block;
    height: 6px;
    width: 60px;
    background-color: rgb(119,143,128);
    margin-bottom: 25px;
    border-radius: 10px;
}
.privacy-stronghold ul li::marker,
.privacy-stronghold ol li::marker {
    color: rgb(67,91,77);
    font-weight: 700;
}
.privacy-stronghold h2 {
    background: linear-gradient(to right, rgb(119,143,128), rgb(67,91,77));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.privacy-stronghold section {
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
}
.privacy-stronghold hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 40px 0;
}
.locate {
    color: #000000;
    background-color: rgb(164,183,171);
    padding: 60px 20px;
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
}
.locate .contact_holder {
    padding: 30px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 2px solid rgb(119,143,128);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.locate .holder {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}
.locate .holder .info_holder div.opening-schedule {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.locate .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.locate .holder .info_holder > div > div {
    margin: 5px 0;
}
.locate .holder .contact_description {
    flex: 1;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
}
.locate .holder .photo {
    flex: 0 0 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    border: 2px solid rgb(119,143,128);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
}
@keyframes photoHoverEffect {
    0% {
        border-color: rgb(119,143,128);
    }
    100% {
        border-color: rgb(67,91,77);
    }
}
.locate .holder .photo:hover {
    animation: photoHoverEffect 0.3s forwards;
}
.locate .holder .info_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.locate .holder .info_holder > div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
    border-left: 2px solid rgb(119,143,128);
    transition: color 0.3s ease, border-left-color 0.3s ease;
}
@keyframes infoHoverEffect {
    0% {
        color: #000000;
        border-left-color: rgb(119,143,128);
    }
    100% {
        color: rgb(67,91,77);
        border-left-color: rgb(67,91,77);
    }
}
.locate .holder .info_holder > div:hover {
    animation: infoHoverEffect 0.3s forwards;
}
.locate .holder .info_holder>div span {
    margin-left: 8px;
}
.locate .holder .info_holder > div a {
    color: rgb(119,143,128);
    text-decoration: none;
    transition: color 0.3s ease;
}
.locate .holder .info_holder > div a:hover,
.locate .holder .info_holder > div a:focus {
    color: rgb(67,91,77);
}
.locate .contact_politics {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}
.locate .contact_politics > div {
    background-color: #ffffff;
    border-radius: 12px;
    border: 2px solid rgb(119,143,128);
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@keyframes politicsHoverEffect {
    0% {
        background-color: #ffffff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    100% {
        background-color: rgb(119,143,128,0.5);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
}
.locate .contact_politics > div:hover {
    animation: politicsHoverEffect 0.3s forwards;
}
.locate .contact_politics > div h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(119,143,128);
}
.locate .contact_politics > div p {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
}
.locate .info_holder svg {
    width: 24px;
    height: 24px;
    fill: rgb(119,143,128);
    transition: fill 0.3s ease;
}
@keyframes iconHoverEffect {
    0% {
        fill: rgb(119,143,128);
    }
    100% {
        fill: rgb(67,91,77);
    }
}
.locate .info_holder svg:hover {
    animation: iconHoverEffect 0.3s forwards;
}
.locate h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    border-bottom: 4px solid rgb(119,143,128);
    padding-bottom: 10px;
    position: relative;
    transition: border-color 0.3s ease;
}
.locate h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: rgb(119,143,128);
    border-radius: 10px;
}
@keyframes headingHoverEffect {
    0% {
        border-color: rgb(119,143,128);
    }
    100% {
        border-color: rgb(67,91,77);
    }
}
.locate h2:hover::after {
    animation: headingHoverEffect 0.3s forwards;
}
@media only screen and (max-width: 800px) {
    .locate .holder {
        flex-direction: column;
        align-items: center;
    }
    .locate .holder .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }
    .locate .holder .info_holder {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .locate .contact_holder {
        padding: 15px;
        border: none;
        box-shadow: none;
    }
}
.training-specialist {
    position: relative;
    background: linear-gradient(to right, rgb(119,143,128), rgb(67,91,77));
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}

.training-specialist .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.training-specialist .review {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.training-specialist .photo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 40px;
    border: 10px solid rgb(119,143,128);
}

.training-specialist .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.training-specialist .worker_description {
    flex: 1;
}

.training-specialist .review .name {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.training-specialist .review span {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}

.training-specialist .review .quote {
    font-size: 18px;
    font-style: italic;
    color: #000000;
    margin-top: 20px;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .training-specialist .review {
        width: 95%;
    }
}

@media only screen and (max-width: 992px) {
    .training-specialist .review {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 40px;
    }

    .training-specialist .photo {
        margin-right: 0;
        margin-bottom: 20px;
    }
}.thanks-id {
    background: rgb(164,183,171);
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.thanks-id .container {
    background: #ffffff;
    border-radius: 25px;
    padding: 40px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(119,143,128);
    position: relative;
    z-index: 1;
}
.thanks-id h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed rgb(119,143,128);
    position: relative;
    text-align: center;
}
.thanks-id h2::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: rgb(67,91,77);
}
.thanks-id p {
    font-family: Playfair Display, sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    max-width: 700px;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    position: relative;
}
.thanks-id p::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: rgb(119,143,128,0.5);
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
}
@media only screen and (max-width: 800px) {
    .thanks-id {
        padding: 20px 10px;
    }
    .thanks-id .container {
        padding: 20px;
    }
    .thanks-id h2 {
        font-size: calc(30px - 3px);
        padding-bottom: 8px;
    }
    .thanks-id p {
        font-size: calc(17px - 2px);
        margin: 15px auto;
    }
}
.benefits-outline {
  padding: 8vh 0;
  background: linear-gradient(45deg, #000000 0%, rgb(67,91,77) 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.benefits-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}

.benefits-outline .container {
  max-width: 90vw;
  margin: 0 auto;
}

.benefits-outline .advantages_content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 4vh 4vw;
  background: rgba(#000000, 0.7);
  border: 3px solid rgb(119,143,128);
  border-radius: 0;
  box-shadow: 10px 10px 0 rgb(119,143,128,0.5);
  transition: all 0.3s ease;
}

.benefits-outline .advantages_photo_holder {
  display: flex;
  flex-direction: column-reverse;
  gap: 4vh;
  width: 100%;
  margin-top: 4vh;
}

.benefits-outline .advantages_photo_holder .photo {
  width: 100%;
  height: 50vh;
  border: 2px solid rgb(119,143,128);
  box-shadow: 5px 5px 0 rgb(67,91,77,0.5);
  position: relative;
  overflow: hidden;
}

.benefits-outline .advantages_photo_holder .photo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, transparent 20%, #000000 150%);
  mix-blend-mode: multiply;
}

.benefits-outline .advantages_holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3vh;
  width: 100%;
}

.benefits-outline .advantages_holder .advantage_item {
  flex: 1 1 calc(50% - 1.5vh);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3vh 2vw;
  background: rgb(164,183,171);
  border: 2px solid rgb(67,91,77);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.benefits-outline .advantages_holder .advantage_item .advantage_image {
  margin-bottom: 2vh;
  filter: drop-shadow(3px 3px 0 rgb(67,91,77));
}

.benefits-outline .advantages_holder .advantage_item svg, .benefits-outline .advantages_holder .advantage_item svg path {
  width: 8vw;
  height: 8vw;
  max-width: 80px;
  max-height: 80px;
  fill: rgb(119,143,128);
  transition: all 0.3s ease;
}

.benefits-outline .advantages_holder .advantage_item h4 {
  font-size: calc(20px * 1.2);
  color: #000000;
  text-align: center;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.benefits-outline .advantages_content h2 {
  font-size: calc(28px * 1.5);
  color: rgb(119,143,128);
  text-align: center;
  margin: 0 0 6vh;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 2vh;
}

.benefits-outline .advantages_content h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 3px;
  background: rgb(67,91,77);
  transform: skew(-20deg);
}

@media only screen and (max-width: 1024px) {
  .benefits-outline .advantages_holder {
    flex-direction: column;
  }
  
  .benefits-outline .advantages_holder .advantage_item {
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 768px) {
  .benefits-outline {
    padding: 6vh 0;
  }
  
  .benefits-outline .advantages_content {
    padding: 3vh 3vw;
  }
  
  .benefits-outline .advantages_content h2 {
    font-size: calc(28px * 1.2);
  }
  
  .benefits-outline .advantages_holder .advantage_item svg {
    width: 12vw;
    height: 12vw;
  }
}

@media only screen and (max-width: 480px) {
  .benefits-outline {
    padding: 4vh 0;
  }
  
  .benefits-outline .advantages_content {
    padding: 2vh 2vw;
  }
  
  .benefits-outline .advantages_content h2 {
    font-size: 28px;
  }
  
  .benefits-outline .advantages_holder .advantage_item {
    min-width: unset;
  }
  
  .benefits-outline .advantages_holder .advantage_item svg {
    width: 15vw;
    height: 15vw;
  }
}.viewport-container .company-overview .holder {
    height: auto;
    position: relative;
    overflow: hidden;
}

.company-overview {
    padding: 80px 0;
    background: rgb(67,91,77);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.viewport-container .company-overview .holder .photo {
    display: block;
    width: 450px;
    height: 450px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.viewport-container .company-overview .caption_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 500px;
    padding: 20px;
    gap: 20px;
}

.viewport-container .company-overview .style_element {
    background: rgb(119,143,128,0.5);
    padding: 50px;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 368px;
    border-radius: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    z-index: 2;
    transition: background 0.5s ease;
}

.viewport-container .company-overview .style_element:hover {
    background: rgb(119,143,128);
}

.viewport-container .company-overview h2 {
    color: #ffffff;
    margin-top: 20px;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
}

.viewport-container .company-overview p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
}

@media only screen and (max-width: 1200px) {
    .viewport-container .company-overview .holder .photo {
        width: 350px;
        height: 350px;
    }
}

@media only screen and (max-width: 800px) {
    .viewport-container .company-overview .style_element {
        width: 100%;
        padding: 30px;
    }
    .viewport-container .company-overview .holder .photo {
        width: 100%;
        height: 300px;
        position: relative;
    }
    .viewport-container .company-overview .caption_holder {
        flex-direction: column-reverse;
        min-height: unset;
    }
    .viewport-container .company-overview h2 {
        font-size: 28px;
    }
}
.viewport-container .company-overview .style_element::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: rgb(67,91,77,0.5);
    border-radius: 24px;
    z-index: -1;
    opacity: 0.7;
    filter: blur(15px);
}

.viewport-container .company-overview .style_element:hover::before {
    opacity: 0.9;
}header .main_header {
    background: rgb(119,143,128,0.5);
    color: #ffffff;
    padding: 25px 0;
    position: relative;
    border-bottom: 1px solid rgb(67,91,77);
    z-index: 1000;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
header .logo_holder {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
}
header .logo_holder svg, 
header .logo_holder svg path, 
header .logo_holder img {
    fill: rgb(67,91,77);
    height: 60px;
    width: 60px;
    margin-right: 15px;
    transition: fill 0.3s ease;
}
header .logo_holder:hover svg, 
header .logo_holder:hover svg path, 
header .logo_holder:hover img {
    fill: #ffffff;
}
header .menu {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-grow: 1;
}
header .menu a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease;
}
header .menu a:hover {
    border-bottom: 2px solid rgb(67,91,77);
    color: rgb(67,91,77);
}
header .menu a.active {
    color: rgb(67,91,77);
    border-bottom: 2px solid rgb(67,91,77);
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        background: rgb(119,143,128);
        padding: 20px 0;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        width: 100%;
        padding: 15px 20px;
        border-bottom: 1px solid rgb(67,91,77);
    }
    header .logo_holder {
        justify-content: space-between;
        width: 100%;
    }
    header .logo_holder .logotype {
        margin-right: 0;
    }
    header .logo_holder svg, 
    header .logo_holder svg path, 
    header .logo_holder img {
        height: 50px;
        width: 50px;
    }
}

.viewport-container header .main_header {
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgb(119,143,128,0.5);
}
.viewport-container header .main_header:before, 
.viewport-container header .main_header:after {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    background: rgb(67,91,77);
}
.viewport-container header .main_header:before {
    top: 0;
}
.viewport-container header .main_header:after {
    bottom: 0;
}
.viewport-container header .logo_holder {
    padding: 0;
}
.viewport-container header .menu a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0 10px;
    transition: border-color 0.3s ease, color 0.3s ease;
}
.viewport-container header .menu a:hover {
    border-bottom: 2px solid rgb(67,91,77);
    color: rgb(67,91,77);
}
@media only screen and (max-width: 800px) {
    .viewport-container header .logo_holder {
        justify-content: center;
    }
    .viewport-container header .main_header:before, 
    .viewport-container header .main_header:after {
        display: none;
    }
    .viewport-container header .main_header {
        padding: 20px 0;
    }
    .viewport-container header .menu {
        background: rgb(119,143,128);
        align-items: center;
        padding: 0;
    }
    .viewport-container header .menu a {
        text-align: center;
        margin: 0 5px;
    }
    .viewport-container header .logo_holder .logotype {
        padding: 20px 15px 30px 15px;
    }
    .viewport-container header .logo_holder svg, 
    .viewport-container header .logo_holder img {
        height: 50px;
        width: 50px;
        margin-right: 0;
    }
}.contact-us {
    padding: 100px 0;
    background: rgb(119,143,128,0.5);
    position: relative;
    overflow: hidden;
}

.contact-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(67,91,77,0.5);
    z-index: 0;
    transform: rotate(-5deg);
    transform-origin: top left;
}

.contact-us .container {
    position: relative;
    z-index: 1;
}

.contact-us h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-us .form {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-us form input,
.contact-us form .button {
    transition: all 0.3s ease;
}

.contact-us form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid rgb(119,143,128);
}

.contact-us form input:focus {
    border-color: rgb(67,91,77);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-us form .button {
    background: rgb(67,91,77);
    color: #ffffff;
    border-radius: 14px;
    padding: 15px 20px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.contact-us form .button:hover {
    background: rgb(119,143,128);
}

.contact-us .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-us .holder > div {
    width: 50%;
    padding: 20px;
}

.contact-us .form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-us .form_text {
    font-size: 15px;
    color: #000000;
    margin-bottom: 15px;
}

.contact-us .name_holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.contact-us .name_holder input {
    flex: 1;
}

.contact-us .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-us .agree label {
    display: block;
    font-size: 15px;
    color: #000000;
}

.contact-us .agree a {
    color: rgb(119,143,128);
    text-decoration: underline;
}

.contact-us .agree input[type="checkbox"] {
    width: auto;
    margin: 0 10px 0 0;
}

@media only screen and (max-width: 600px) {
    .contact-us {
        padding: 50px 0;
    }
    .contact-us .holder {
        flex-direction: column;
    }
    .contact-us .holder > div {
        width: 100%;
        padding: 0;
    }
    .contact-us h3 {
        font-size: 46px;
    }
}

.viewport-container .contact-us .holder {
    justify-content: center;
    position: relative;
    padding-top: 20px;
}

.viewport-container .contact-us {
    background: linear-gradient(135deg, rgb(119,143,128), rgb(67,91,77,0.5));
    padding-top: 120px;
}

.viewport-container .contact-us .form {
    border-radius: 14px;
    background: #ffffff;
    width: 70%;
    position: relative;
    z-index: 1;
    padding: 40px;
}

.viewport-container .contact-us .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 15px;
}

.viewport-container .contact-us form {
    align-items: center;
}

.viewport-container .contact-us form input {
    background: none;
    border: none;
    border-bottom: 2px solid rgb(67,91,77);
    border-radius: 0;
    padding: 10px 12px;
    font-size: 16px;
    color: #000000;
    width: 100%;
}

.viewport-container .contact-us form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    text-align: left;
}

.viewport-container .contact-us .name_holder {
    flex-direction: column;
    width: 100%;
}

.viewport-container .contact-us h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    position: absolute;
    top: -90px;
}

.viewport-container .contact-us .agree {
    width: 100%;
}

.viewport-container .contact-us .agree a {
    text-decoration: none;
    color: rgb(119,143,128);
}

.viewport-container .contact-us form .button {
    background: rgb(119,143,128);
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .viewport-container .contact-us {
        padding-top: 80px;
    }
    .viewport-container .contact-us .holder > div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .viewport-container .contact-us form .button {
        width: 100%;
    }
    .viewport-container .contact-us h3 {
        font-size: 24px;
        line-height: 26px;
        top: -80px;
    }
}footer {
    background: rgb(67,91,77);
    color: #ffffff;
}

footer .copyright {
    background: rgb(119,143,128);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(119,143,128);
}

footer h5 {
    color: rgb(119,143,128);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 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: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 13px;
}

@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;
    }

}

.viewport-container footer .footer {
    padding: 0;
}

.viewport-container footer .footer_info {
    flex-direction: column;
    align-items: center;
    min-height: 100px;
    justify-content: center;
    padding: 20px;
}

.viewport-container footer .menu_holder {
    flex-direction: row;
    justify-content: center;
}

.viewport-container footer .menu a {
    margin: 0;
    padding: 5px 20px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.viewport-container footer .copyright {
    background: rgb(119,143,128,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.viewport-container footer .copyright_info {
    text-align: center;
}

.viewport-container footer .logo_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 3px solid rgb(119,143,128);
    margin-bottom: 20px;
}

.viewport-container footer .logo_holder svg, .viewport-container footer .logo_holder svg path, .viewport-container footer .logo_holder img {
    margin: 0;
    fill: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .viewport-container footer .logo_holder {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .viewport-container footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: center;
        justify-content: center;
    }

    .viewport-container footer .menu a {
        margin-bottom: 5px;
        font-size: 18px
    }

    .viewport-container footer .footer_info {
        padding: 10px;
    }

    .viewport-container footer .copyright_info {
        text-align: center;
    }

    .viewport-container footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
