* {
    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;
}
.segment-wrapper9 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(201,217,230);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}header .main_header {
    background:  #ffffff;
    color:  #000000;
}
header .logo_holder svg,header .logo_holder svg path, header .logo_holder img {
    fill: rgb(145,153,168);
}
header .menu a {
    color: rgb(77,84,84);
}
header .menu a:hover {
    color: rgb(145,153,168);
}
header .menu a.active {
    border: 2px solid rgb(77,84,84);
    border-radius: 100px;
}
header .menu a.active:hover {
    color: #ffffff;
    background: rgb(145,153,168);
    border: 2px solid rgb(145,153,168);
}
header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
}
header .main_header {
    width: 100%;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo_holder {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;

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

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

.segment-wrapper9 header .main_header {
    background: rgb(145,153,168);
}
.segment-wrapper9 header .top_plank .top_plank_content {
    border-bottom: 1px solid #ffffff;
}
.segment-wrapper9 header .header_content {
    position: relative;
    border-radius: 50px;
    background: #ffffff;
    padding: 10px 30px;
    justify-content: space-around;
    bottom:-30px;
    z-index: 5;
}
.segment-wrapper9 header .logo_holder .logotype svg, .segment-wrapper9 header .logo_holder .logotype img {
    width: 65px;
    height: 65px;
}
.segment-wrapper9 header .menu a {
    font-weight: 700;
    font-size: 16px;
}
@media only screen and (max-width: 800px)  {
    .segment-wrapper9 header .logo_holder .logotype svg, .segment-wrapper9 header .logo_holder .logotype img {
        width: 40px;
        height: 40px;
    }
    .segment-wrapper9 header .logo_holder {
        justify-content: center;
        width: 100%;
        position: relative;
        z-index: 95;
    }
    header .logo_holder .logotype {
        margin-right: 0;
    }
    .segment-wrapper9 header .menu {
       padding-top: 30px;
        top:0;
        border-radius:50px;
        align-items: center;
    }
}.support2 {
    color: #000000;
    background: rgb(77,84,84);
    padding: 80px 0;
    font-family: Roboto, sans-serif;
    position: relative;
    overflow: hidden;
}
.support2 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid rgb(145,153,168);
    border-radius: 24px;
    overflow: hidden;
    max-width: 90vw;
    min-width: 300px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 255, 255, 0.3);
    transition: box-shadow 0.3s ease, border 0.3s ease;
}
.support2 .holder .info_holder div.client_hours1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.support2 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.support2 .holder .info_holder > div > div {
    margin: 5px 0;
}
.support2 .contact_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 2vw;
    position: relative;
    z-index: 1;
}
.support2 .contact_holder h2 {
    font-size: calc(37px + 2vw);
    color: rgb(145,153,168);
    text-shadow: 0 0 5px rgb(145,153,168);
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgb(77,84,84,0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.support2 .contact_holder .contact_description {
    font-size: calc(17px + 0.5vw);
    line-height: 1.5;
    color: #000000;
    text-align: center;
    margin: 2vw 0;
    padding: 1.5vw;
    border: 1px solid rgb(145,153,168,0.5);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    max-width: 80vw;
    min-width: 250px;
}
.support2 .holder .info_holder>div span {
    margin-left: 8px;
}
.support2 .contact_holder .photo {
    width: 100%;
    max-height: 50vh;
    height: 300px;
    border-radius: 24px;
    position: relative;
    margin-bottom: 2vw;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}
.support2 .info_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 1.5vw;
}
.support2 .info_holder > div {
    display: flex;
    align-items: center;
    margin-bottom: 1.5vw;
    font-size: calc(17px + 0.2vw);
    color: #000000;
    position: relative;
}
.support2 .info_holder svg {
    width: 4vw;
    height: 4vw;
    fill: rgb(145,153,168,0.5);
    margin-right: 1.5vw;
    transition: fill 0.3s ease, transform 0.3s ease;
}
.support2 .info_holder svg:hover {
    fill: rgb(145,153,168);
    transform: scale(1.2);
}
.support2 .info_holder a {
    color: rgb(145,153,168);
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    position: relative;
}
.support2 .info_holder a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(145,153,168);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}
.support2 .info_holder a:hover {
    color: rgb(77,84,84);
    text-shadow: 0 0 10px rgb(77,84,84);
}
.support2 .info_holder a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.support2 .contact_politics {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2vw;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 24px;
    border: 2px solid rgb(145,153,168);
    box-shadow: 0 4px 15px rgba(0, 255, 255, 0.3);
    position: relative;
}
.support2 .contact_politics::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgb(145,153,168), rgb(77,84,84));
    border-radius: 0 0 24px 24px;
    z-index: -1;
}
.support2 .contact_politics > div {
    margin-bottom: 2vw;
}
.support2 .contact_politics > div h4 {
    font-weight: 700;
    font-size: calc(23px + 0.5vw);
    color: rgb(145,153,168);
    text-shadow: 0 0 5px rgb(145,153,168);
    margin-bottom: 1vw;
}
.support2 .contact_politics > div p {
    font-size: calc(17px + 0.2vw);
    line-height: 1.6;
    color: #ffffff;
}
@media only screen and (max-width: 768px) {
    .support2 .container {
        flex-direction: column;
        box-shadow: none;
        border: none;
    }
    .support2 .contact_holder {
        padding: 3vw;
    }
    .support2 .contact_holder .photo {
        max-height: 40vh;
    }
    .support2 .contact_description {
        max-width: 95vw;
    }
    .support2 .contact_politics {
        padding: 3vw;
    }
}
footer {
    background: rgb(77,84,84);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding-top: 70px;
    padding-bottom: 70px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px;
    border-bottom: 1px solid rgb(145,153,168,0.5);
    margin-bottom: 30px;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 15px;
    fill: #ffffff;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    transition: color 0.3s, transform 0.3s;
}
footer .menu a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: rgb(145,153,168);
    transition: all 0.3s ease-in-out;
}
footer .menu a:hover::before {
    width: 100%;
}
footer .menu a:hover {
    color: rgb(145,153,168);
    transform: translateX(5px);
}
footer .copyright {
    background: rgb(145,153,168,0.5);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgb(145,153,168,0.5);
}
footer .copyright_info {
    color: #ffffff;
    font-size: 14px;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .logo_holder {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
    footer .menu a {
        font-size: 17px;
        margin: 5px 0;
    }
}
.segment-wrapper9 footer .footer {
    padding: 0;
}
.segment-wrapper9 footer .footer_info {
    flex-direction: row;
    align-items: center;
    min-height: 100px;
}
.segment-wrapper9 footer .menu_holder {
    flex-direction: row;
    justify-content: flex-end;
}
.segment-wrapper9 footer .menu a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: rgb(145,153,168);
}
.segment-wrapper9 footer .copyright {
    background: rgb(145,153,168,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.segment-wrapper9 footer .copyright_info {
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .segment-wrapper9 footer .menu_holder {
        justify-content: center;
    }
}
@media only screen and (max-width: 800px) {
    .segment-wrapper9 footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .segment-wrapper9 footer .menu a {
        padding-left: 0;
        font-size: 18px;
    }
    .segment-wrapper9 footer .menu a:first-child {
        margin-bottom: 10px;
    }
    .segment-wrapper9 footer .footer_info {
        padding: 20px 10px;
    }
    .segment-wrapper9 footer .copyright_info {
        text-align: center;
    }
    .segment-wrapper9 footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}.company_overview6 {
    padding: 100px 0;
    background: rgb(201,217,230);
    position: relative;
    overflow: hidden;
}

.segment-wrapper9 .company_overview6 .holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.segment-wrapper9 .company_overview6 .caption_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: rgba(255, 255, 255, rgb(145,153,168,0.5));
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.segment-wrapper9 .company_overview6 .photo {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.segment-wrapper9 .company_overview6 .photo:hover {
    transform: scale(1.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.segment-wrapper9 .company_overview6 .style_element {
    position: relative;
    z-index: 2;
    width: 100%;
}

.segment-wrapper9 .company_overview6 h2 {
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0;
    transition: color 0.3s ease;
}

.segment-wrapper9 .company_overview6 h2:hover {
    color: rgb(145,153,168);
}

.segment-wrapper9 .company_overview6 p {
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    transition: color 0.3s ease;
}

.segment-wrapper9 .company_overview6 p:hover {
    color: rgb(77,84,84);
}

.segment-wrapper9 .company_overview6 .caption_holder::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: rgb(145,153,168);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
}

.segment-wrapper9 .company_overview6 .caption_holder::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    background: rgb(77,84,84);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
}

@media only screen and (max-width: 1200px) {
    .segment-wrapper9 .company_overview6 .photo {
        width: 150px;
        height: 150px;
    }
    .segment-wrapper9 .company_overview6 .caption_holder {
        padding: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .segment-wrapper9 .company_overview6 .photo {
        width: 120px;
        height: 120px;
    }
    .segment-wrapper9 .company_overview6 .caption_holder {
        padding: 30px;
    }
}
.title_opener9 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.title_opener9 .title_page_holder {
    width: 100%;
    min-height: 700px;
    height: auto;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_opener9 .style_element {
    background: rgba(0, 0, 0, 0.7);
    padding: 60px 40px;
    border-radius: 26px;
    text-align: center;
    max-width: 700px;
    width: 80%;
    color: #ffffff;
    animation: fadeInUp 1s ease-in-out;
}
.title_opener9 .style_element h1 {
    color: rgb(77,84,84);
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    animation: fadeInUp 1.2s ease-in-out;
}
.title_opener9 .style_element h3 {
    color: rgb(145,153,168);
    font-size: 35px;
    margin-bottom: 20px;
    animation: fadeInUp 1.4s ease-in-out;
}
.title_opener9 .style_element p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
    animation: fadeInUp 1.6s ease-in-out;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media only screen and (max-width: 1200px) {
    .title_opener9 .title_page_holder {
        min-height: 500px;
    }
    .title_opener9 .style_element {
        padding: 40px 30px;
        max-width: 600px;
    }
    .title_opener9 .style_element h1 {
        font-size: calc(44px - 10px);
    }
    .title_opener9 .style_element h3 {
        font-size: calc(35px - 8px);
    }
    .title_opener9 .style_element p {
        font-size: calc(14px - 2px);
    }
}
@media only screen and (max-width: 800px) {
    .title_opener9 .title_page_holder {
        min-height: 400px;
    }
    .title_opener9 .style_element {
        padding: 30px 20px;
        max-width: 90%;
    }
    .title_opener9 .style_element h1 {
        font-size: calc(44px - 20px);
    }
    .title_opener9 .style_element h3 {
        font-size: calc(35px - 16px);
    }
    .title_opener9 .style_element p {
        font-size: calc(14px - 4px);
    }
}
.segment-wrapper9 .title_opener9 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.segment-wrapper9 .title_opener9 .title_page_holder {
    width: 100%;
    background-position: center;
}
.segment-wrapper9 .title_opener9 .style_element {
    position: relative;
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-align: center;
}
.segment-wrapper9 .title_opener9 .style_element h1,
.segment-wrapper9 .title_opener9 .style_element h3,
.segment-wrapper9 .title_opener9 .style_element p {
    color: #ffffff;
}
.segment-wrapper9 .title_opener9 .style_element h1 {
    font-size: 44px;
    margin-bottom: 16px;
}
.segment-wrapper9 .title_opener9 .style_element h3 {
    font-size: 35px;
    margin-bottom: 16px;
}
.segment-wrapper9 .title_opener9 .style_element p {
    font-size: 14px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
    .segment-wrapper9 .title_opener9 .title_page_holder {
        width: 100%;
    }
    .segment-wrapper9 .title_opener9 .style_element {
        padding: 40px;
    }
}
@media only screen and (max-width: 800px) {
    .segment-wrapper9 .title_opener9 .style_element {
        padding: 30px;
    }
}.contact_us5 {
    padding: 60px 20px;
    font-family: Roboto, sans-serif;
    color: #000000;
    position: relative;
    overflow: hidden;
}
.contact_us5 h3 {
    color: rgb(145,153,168);
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.contact_us5 .form {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact_us5 .form:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.contact_us5 form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(77,84,84);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact_us5 form input:focus {
    border-color: rgb(145,153,168);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact_us5 form .button {
    background: rgb(145,153,168);
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.contact_us5 form .button:hover {
    background: rgb(77,84,84);
    transform: scale(1.05);
}
.contact_us5 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_us5 .form form {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.contact_us5 .name_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact_us5 .form_text {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
}
.contact_us5 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact_us5 .agree label {
    display: block;
    font-size: 16px;
    color: #000000;
}
.contact_us5 .agree a {
    margin-left: 5px;
    color: rgb(145,153,168);
    text-decoration: none;
    transition: color 0.3s ease;
}
.contact_us5 .agree a:hover {
    color: rgb(77,84,84);
}
.contact_us5 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
@media only screen and (max-width: 600px) {
    .contact_us5 {
        padding: 40px 20px;
    }
    .contact_us5 h3 {
        font-size: 40px;
    }
    .contact_us5 .form {
        padding: 20px;
    }
    .contact_us5 .name_holder {
        flex-direction: column;
    }
}
.segment-wrapper9 .contact_us5 {
    background: rgb(145,153,168);
    color: #ffffff;
    padding: 60px 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.segment-wrapper9 .contact_us5 h3 {
    color: #ffffff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}
.segment-wrapper9 .contact_us5 .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 16px;
}
.segment-wrapper9 .contact_us5 .form {
    background: rgb(77,84,84);
    box-shadow: none;
    padding: 40px;
    border-radius: 10px;
}
.segment-wrapper9 .contact_us5 form input {
    color: #ffffff;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(145,153,168);
}
.segment-wrapper9 .contact_us5 form input::placeholder {
    color: #ffffff;
    opacity: 0.8;
}
.segment-wrapper9 .contact_us5 .agree label {
    color: #ffffff;
}
.segment-wrapper9 .contact_us5 .agree a {
    color: rgb(145,153,168);
}
.segment-wrapper9 .contact_us5 form .button {
    background: rgb(145,153,168);
    padding: 15px 30px;
    border: none;
    box-shadow: none;
}
.segment-wrapper9 .contact_us5 form .button:hover {
    background: rgb(77,84,84);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .segment-wrapper9 .contact_us5 .form {
        padding: 20px;
    }
    .segment-wrapper9 .contact_us5 h3 {
        font-size: 40px;
    }
}.instructor_profile7 {
    padding: 60px 0;
    background: rgb(201,217,230);
    color: #000000;
    font-family: Roboto, sans-serif;
}

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

.instructor_profile7 .holder {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.instructor_profile7 .review {
    flex: 1 1 calc(33.333% - 30px);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px;
}

.instructor_profile7 .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.instructor_profile7 .photo {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.instructor_profile7 .worker_description {
    padding: 20px;
    text-align: center;
}

.instructor_profile7 .review .name {
    font-size: 19px;
    font-weight: 700;
    color: rgb(77,84,84);
    margin-bottom: 10px;
}

.instructor_profile7 .review span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgb(145,153,168);
    margin-bottom: 15px;
}

.instructor_profile7 .review .quote {
    font-size: 12px;
    font-style: italic;
    color: #000000;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .instructor_profile7 .review {
        flex: 1 1 calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    .instructor_profile7 .review {
        flex: 1 1 100%;
    }
}

.segment-wrapper9 .instructor_profile7 {
    background: rgb(145,153,168,0.5);
    padding: 80px 0;
}

.segment-wrapper9 .instructor_profile7 .holder {
    flex-direction: column;
    align-items: center;
}

.segment-wrapper9 .instructor_profile7 .photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.segment-wrapper9 .instructor_profile7 .photo:hover {
    transform: scale(1.1);
}

.segment-wrapper9 .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.segment-wrapper9 .instructor_profile7 .review .quote {
    color: #000000;
    font-size: 16px;
}

.segment-wrapper9 .instructor_profile7 .review .name {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .segment-wrapper9 .instructor_profile7 .photo {
        width: 120px;
        height: 120px;
    }
}
.course_structure6 {
    padding: 100px 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.course_structure6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(145,153,168,0.5);
    z-index: -1;
    transition: opacity 0.3s;
}
.course_structure6 h2 {
    color: #000000;
    font-size: 43px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    transition: color 0.3s;
}

.course_structure6 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.course_structure6 .course {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.course_structure6 .photo {
    height: 250px;
    background-size: cover;
    background-position: center;
    transition: background-size 0.3s, filter 0.3s;
}
.course_structure6 .text_holder {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.course_structure6 h3 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    transition: color 0.3s;
}
.course_structure6:hover h3 {
    color: rgb(145,153,168);
}
.course_structure6 p {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 300;
}
.course_structure6 .button {
    background: rgb(145,153,168);
    color: #ffffff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.course_structure6 .button:hover {
    background: rgb(77,84,84);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.course_structure6 .items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 15px;
}
.segment-wrapper9 .course_structure6 {
    padding: 40px 0;
    background: none;
}
.segment-wrapper9 .course_structure6 .items {
    width: 100%;
}
.segment-wrapper9 .course_structure6 .items .course .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.segment-wrapper9 .course_structure6 .text_holder {
    background: #ffffff;
    padding: 40px 60px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}
.segment-wrapper9 .course_structure6 .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: 1;
}
.segment-wrapper9 .course_structure6 h3 {
    color: rgb(145,153,168);
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}
.segment-wrapper9 .course_structure6 p {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.segment-wrapper9 .course_structure6 .button {
    background: rgb(77,84,84);
    color: #ffffff;
    padding: 15px 45px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.segment-wrapper9 .course_structure6 .button:hover {
    background: rgb(145,153,168);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
    .our_course, .segment-wrapper9 .course_structure6 {
        padding: 50px 0;
    }
    .course_structure6 h2, .segment-wrapper9 .course_structure6 h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .course_structure6 .photo, .segment-wrapper9 .course_structure6 .photo {
        height: 200px;
    }
    .course_structure6 .text_holder, .segment-wrapper9 .course_structure6 .text_holder {
        padding: 20px;
    }
    .course_structure6 h3, .segment-wrapper9 .course_structure6 h3 {
        font-size: 24px;
    }
    .course_structure6 p, .segment-wrapper9 .course_structure6 p {
        font-size: 18px;
    }
    .course_structure6 .button, .segment-wrapper9 .course_structure6 .button {
        padding: 10px 30px;
    }
}.access_now5 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.access_now5 h2 {
    color: rgb(77,84,84);
}
.access_now5 .button {
    background: rgb(77,84,84);
    color:  #ffffff;
    white-space: normal;
    text-align: center;
}
.access_now5 .button:hover {
    background: rgb(145,153,168);
}

.access_now5 .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.access_now5 h2 {
    font-size: 33px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}
.access_now5 .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px)  {
    .access_now5 .holder {
        flex-direction: column;
    }
    .segment-wrapper9 section.access_now5 h2 {
        font-size: 26px;
    }
    .access_now5 h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }
    .access_now5 .button {
        font-size: 24px;
    }
    .access_now5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.educational_yield5 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.educational_yield5 .holder {
    display: flex;
    width: 100%;
}

.educational_yield5 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.educational_yield5 .photo {
    width: 50%;
    flex-shrink: 0;
}

.educational_yield5 .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.educational_yield5 ul {
    list-style: none;
}

.educational_yield5 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.educational_yield5 svg, .educational_yield5 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(145,153,168);
    flex-shrink: 0;
}

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

    .educational_yield5 .holder {
        flex-direction: column;
    }

    .educational_yield5 .text_holder {
        width: 100%;
    }

    .educational_yield5 .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.segment-wrapper9 .educational_yield5 {
    padding: 60px 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.segment-wrapper9 .educational_yield5::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgb(145,153,168,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.05;
    pointer-events: none;
}

.segment-wrapper9 .educational_yield5 .holder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.segment-wrapper9 .educational_yield5 h2 {
    font-size: 34px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(145,153,168);
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}

.segment-wrapper9 .educational_yield5 li {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.segment-wrapper9 .educational_yield5 .photo {
    width: 50%;
    height: 0;
    padding-bottom: 40%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.segment-wrapper9 .educational_yield5 .text_holder {
    width: 45%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
    .segment-wrapper9 .educational_yield5 {
        padding: 40px 10px;
    }

    .segment-wrapper9 .educational_yield5 .holder {
        flex-direction: column;
    }

    .segment-wrapper9 .educational_yield5 .photo {
        width: 100%;
        padding-bottom: 45%;
        margin-bottom: 20px;
    }

    .segment-wrapper9 .educational_yield5 .text_holder {
        width: 100%;
    }

    .segment-wrapper9 .educational_yield5 h2 {
        font-size: 21px;
        margin-bottom: 16px;
    }

    .segment-wrapper9 .educational_yield5 li {
        font-size: 19px;
        margin-bottom: 10px;
    }
}.privacy_widget0 {
    padding: 50px;
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid rgb(145,153,168);

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-family: Roboto, sans-serif;
    color: #000000;
    position: relative;
    overflow: hidden;
}

.privacy_widget0:before, .privacy_widget0:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(145,153,168,0.5), rgb(77,84,84,0.5));
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: 0;
}

.privacy_widget0 h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(145,153,168);
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.privacy_widget0 h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 33px;
    color: rgb(77,84,84);
    font-weight: 600;
    border-bottom: 2px solid rgb(77,84,84,0.5);
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
}

.privacy_widget0 ul, .privacy_widget0 ol {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    list-style: none;
}

.privacy_widget0 li {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
}

.privacy_widget0 li:before {
    content: "•";
    position: absolute;
    left: -20px;
    color: rgb(145,153,168);
    font-size: 1.2em;
    line-height: 1;
}

.privacy_widget0 div {
    margin-bottom: 30px;
    line-height: 1.8;
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

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

.privacy_widget0 h3, .privacy_widget0 h4, .privacy_widget0 h5, .privacy_widget0 h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 21px;
    color: rgb(145,153,168);
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.privacy_widget0 p, .privacy_widget0 span {
    margin-bottom: 15px;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.privacy_widget0 a {
    color: rgb(77,84,84);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgb(77,84,84);
    position: relative;
    z-index: 1;
}

.privacy_widget0 a:hover {
    color: rgb(145,153,168);
    border-bottom: 1px solid rgb(145,153,168);
}

.privacy_widget0 button {
    background: rgb(77,84,84);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.privacy_widget0 button:hover {
    background: rgb(145,153,168);
}

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

    .privacy_widget0 h1 {
        font-size: calc(21px - 5px);
    }

    .privacy_widget0 h2 {
        font-size: calc(21px - 3px);
    }

    .privacy_widget0 ul, .privacy_widget0 ol {
        padding-left: 10px;
    }

    .privacy_widget0 li:before {
        left: -10px;
    }

    .privacy_widget0 button {
        padding: 10px 20px;
    }
}.gratFrame0 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(145,153,168) 0%, rgb(77,84,84) 100%);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding: 50px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}
.gratFrame0 .container {
    max-width: 800px;
    text-align: center;
    background-color: rgb(201,217,230);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.gratFrame0 h2 {
    margin-bottom: 20px;
    font-size: 41px;
    font-weight: 700;
    color: rgb(145,153,168);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.gratFrame0 p {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .gratFrame0 {
        padding: 20px;
    }
    .gratFrame0 .container {
        padding: 30px;
    }
    .gratFrame0 h2 {
        font-size: 34px;
    }
    .gratFrame0 p {
        font-size: 22px;
    }
}.course_methodology7 {
    padding: 80px 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.course_methodology7::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(77,84,84), transparent 70%);
    z-index: 0;
}

.course_methodology7 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.course_methodology7 h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    color: rgb(145,153,168);
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.course_methodology7 h2::before, .course_methodology7 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50%;
    background: rgb(145,153,168);
}

.course_methodology7 h2::before {
    left: 0;
}

.course_methodology7 h2::after {
    right: 0;
}

.course_methodology7 p {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(145,153,168,0.5);
}

@media only screen and (max-width: 800px) {
    .course_methodology7 {
        padding: 30px 0;
        border-radius: 10px;
    }

    .course_methodology7 .holder {
        width: 100%;
        padding: 0 20px;
    }

    .course_methodology7 h2 {
        font-size: 24px;
    }

    .course_methodology7 p {
        font-size: 15px;
    }
}

.segment-wrapper9 .course_methodology7 .holder {
    width: 70%;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
}

.segment-wrapper9 .course_methodology7 h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 10px;
    color: rgb(145,153,168);
}

.segment-wrapper9 .course_methodology7 p {
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px;
}

@media only screen and (max-width: 800px) {
    .segment-wrapper9 .course_methodology7 {
        padding: 0;
    }

    .segment-wrapper9 .course_methodology7 .holder {
        width: 100%;
        padding: 20px 10px;
    }

    .segment-wrapper9 .course_methodology7 h2 {
        font-size: 24px;
    }
}
.join_our_mailing_list6 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

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

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

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

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

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

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

    .join_our_mailing_list6 {
        padding: 30px 20px;
    }

    .join_our_mailing_list6 input {
        min-width: unset;
    }

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

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

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

    .segment-wrapper9 .join_our_mailing_list6 .holder h2 {
        font-size: 20px;
    }
}

.segment-wrapper9 .join_our_mailing_list6 {
    padding: 120px 0;
    background: rgb(201,217,230);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(45deg, rgb(145,153,168) 0%, rgb(77,84,84) 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.segment-wrapper9 .join_our_mailing_list6::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background: radial-gradient(circle, rgb(145,153,168,0.5) 0%, transparent 70%);
    opacity: 0.5;
    transform: scale(1.2);
    z-index: 0;
    border-radius: 50%;
    animation: pulse 10s infinite;
}

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

.segment-wrapper9 .join_our_mailing_list6 .container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.segment-wrapper9 .join_our_mailing_list6 h2 {
    font-size: 38px;
    margin-bottom: 50px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    animation: fadeInDown 1.5s ease-out;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.segment-wrapper9 .join_our_mailing_list6 .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.segment-wrapper9 .join_our_mailing_list6 input[type="email"] {
    padding: 20px 25px;
    height: auto;
    border-radius: 17px;
    background: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 13px;
    width: 60%;
    max-width: 450px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 1.5s ease-out;
}

.segment-wrapper9 .join_our_mailing_list6 input[type="email"]:focus {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(145,153,168,0.5);
}

.segment-wrapper9 .join_our_mailing_list6 .button {
    padding: 20px 50px;
    border-radius: 17px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1.5s ease-out 0.3s;
}

.segment-wrapper9 .join_our_mailing_list6 .button:hover {
    background: rgb(145,153,168);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgb(145,153,168,0.5);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 800px) {
    .segment-wrapper9 .join_our_mailing_list6 {
        padding: 80px 20px;
    }

    .segment-wrapper9 .join_our_mailing_list6 h2 {
        font-size: 31px;
    }

    .segment-wrapper9 .join_our_mailing_list6 .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .segment-wrapper9 .join_our_mailing_list6 input[type="email"] {
        width: 100%;
    }

    .segment-wrapper9 .join_our_mailing_list6 .button {
        width: 100%;
    }
}header .top_plank {
    background: rgb(145,153,168);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 12px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.advantages_benefits7 .advantages_content h2 {
    color: rgb(77,84,84);
}

.advantages_benefits7 .advantage_item svg, .advantages_benefits7 .advantage_item svg path {
    fill: rgb(145,153,168);
}

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

.advantages_benefits7 .advantage_item b {
    color: rgb(145,153,168);
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1200px) {
    .segment-wrapper9 .advantages_benefits7 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

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

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

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

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