* {
    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: Merriweather, sans-serif;
    color: #000000;
}
.wrapper-structure30651 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(189,189,215);
}
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;
    }
}.connect_with_us06175 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(70,70,110), rgb(189,189,215));
    font-family: Merriweather, sans-serif;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.connect_with_us06175 h3 {
    color: rgb(70,70,110);
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
}
.connect_with_us06175 h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(135,135,163);
    margin-top: 15px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.connect_with_us06175 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    background: linear-gradient(145deg, rgb(189,189,215), rgb(70,70,110));
    border: 2px solid rgb(135,135,163,0.5);
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(135,135,163,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}
.connect_with_us06175 .holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 40px;
}
.connect_with_us06175 .info, .connect_with_us06175 .form {
    width: 100%;
}
.connect_with_us06175 .info {
    flex: 1;
    background: linear-gradient(135deg, rgb(189,189,215), rgb(70,70,110));
    border-radius: 25px;
    box-shadow: 0 0 20px rgb(135,135,163,0.5);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(135,135,163,0.5);
    transition: transform 0.3s ease;
}
.connect_with_us06175 .info h5 {
    color: rgb(70,70,110);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
}
.connect_with_us06175 .info h5::before {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: rgb(135,135,163);
    position: absolute;
    bottom: -5px;
    left: 0;
}
.connect_with_us06175 .info span {
    color: #ffffff;
    font-size: 15px;
}
.connect_with_us06175 .info svg, .connect_with_us06175 .info svg path {
    fill: rgb(135,135,163);
    width: 30px;
    height: 30px;
}
.connect_with_us06175 .info .contact_info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.connect_with_us06175 .info .contact_info>div {
    display: flex;
    align-items: center;
    transition: transform 0.3s;
}
.connect_with_us06175 .info .contact_info span {
    margin-left: 10px;
    font-weight: 300;
}
.connect_with_us06175 .logo_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: transform 0.3s;
}
.connect_with_us06175 .logo_holder svg, .connect_with_us06175 .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    transition: transform 0.3s;
}
.connect_with_us06175 .form {
    flex: 1;
    background: radial-gradient(circle, rgb(70,70,110), rgb(189,189,215));
    border-radius: 25px;
    box-shadow: 0 0 20px rgb(70,70,110,0.5);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(70,70,110,0.5);
    transition: transform 0.3s ease;
}
.connect_with_us06175 .form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:26px;
}
.connect_with_us06175 .form h3 {
    color: rgb(70,70,110);
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
}
.connect_with_us06175 .form h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: rgb(135,135,163);
    margin-top: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.connect_with_us06175 .form input {
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 24px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: 48%;
}
.connect_with_us06175 .form input:focus {
    border-color: rgb(135,135,163);
    box-shadow: 0 0 10px rgb(135,135,163,0.5);
}
.connect_with_us06175 .form .name_holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 26px;
}
.connect_with_us06175 .form .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.connect_with_us06175 .form .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
.connect_with_us06175 .form .agree label {
    font-size: 15px;
    color: #ffffff;
}
.connect_with_us06175 .form .agree a {
    color: #ffffff;
    margin-left: 5px;
    text-decoration: underline;
}
.connect_with_us06175 .form .button {
    background: rgb(70,70,110);
    color: #ffffff;
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-self: flex-start;
    border: 2px solid rgb(135,135,163);
    background: linear-gradient(135deg, rgb(70,70,110), rgb(135,135,163,0.5));
}
.connect_with_us06175 .form .button:hover {
    background: rgb(135,135,163);
    transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
    .connect_with_us06175 .holder {
        flex-direction: column;
        gap:0;
    }
    .connect_with_us06175 .container {
        padding: 8px;
    }
    .connect_with_us06175 .info, .connect_with_us06175 .form {
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }
    .connect_with_us06175 .form form {
        gap:0;
    }
    .connect_with_us06175 .holder h3 {
        font-size: 23px;
    }
    .connect_with_us06175 .form input, .connect_with_us06175 .form .name_holder {
        flex-wrap: wrap;
        gap: 0;
    }
    .connect_with_us06175 .form input, .connect_with_us06175 .form .name_holder input {
        width: 100%;
    }
}
header {
    background: rgb(135,135,163,0.5);
    padding: 20px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
}
.main_header .container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
}
.main_header .logo_holder {
    display: flex;
    align-items: center;
}
.main_header .logo_holder svg,
.main_header .logo_holder img {
    width: 60px;
    height: 60px;
    fill: #ffffff;
    transition: transform 0.3s ease;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    font-family: Merriweather, sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 20px;
    margin: 20px 0;
    border-left: 2px solid #ffffff;
    transition: color 0.3s ease;
}
.main_header .header_menu {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
.main_header .header_menu a {
    font-family: Merriweather, sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.main_header .header_menu a:hover {
    background-color: rgb(70,70,110,0.5);
    color: #000000;
}
@media only screen and (max-width: 1200px) {
    .main_header .logo_holder {
        justify-content: center;
    }
    .main_header .container {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .main_header .header_description {
        border-left: none;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 20px;
        padding-left: 0;
        text-align: center;
    }
    .main_header .header_menu {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}
@media only screen and (max-width: 800px) {
    .main_header .header_menu a {
        padding: 8px 12px;
        font-size: 22px;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.main_header .header_menu a {
    animation: fadeIn 0.5s ease;
}
.main_header .header_menu a:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(135,135,163), rgb(70,70,110));
    opacity: 0.1;
    z-index: -1;
}.client_experience83016 {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(135,135,163,0.5) 0%, rgb(70,70,110,0.5) 100%);
    color: #000000;
}
.client_experience83016::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(135,135,163) 10%, transparent 10%);
    background-size: 20px 20px;
    animation: backgroundMove 10s linear infinite;
    z-index: 0;
    opacity: 0.3;
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}

.client_experience83016 .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.client_experience83016 h2 {
    font-size: 43px;
    font-weight: 700;
    color: rgb(70,70,110);
    margin-bottom: 40px;
    text-shadow: 2px 2px rgb(135,135,163,0.5);
}

.client_experience83016 .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.client_experience83016 .review {
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.client_experience83016 .review::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.client_experience83016 .review:hover::before {
    left: 100%;
}

.client_experience83016 .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.client_experience83016 .review .photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.client_experience83016 .review .text {
    text-align: center;
}

.client_experience83016 .review .text span {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: rgb(135,135,163);
    margin-bottom: 10px;
}

.client_experience83016 .review .text p {
    font-size: 17px;
    color: #000000;
}

.wrapper-structure30651 .client_experience83016 .review {
    flex-direction: row;
    padding: 20px;
    border: 2px solid rgb(135,135,163);
    background: rgb(135,135,163,0.5);
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease;
    width: calc(50% - 40px);
    max-width: 100%;
    margin: 20px 10px;
}

.wrapper-structure30651 .client_experience83016 .review:hover {
    border-color: rgb(70,70,110);
    background: rgb(70,70,110,0.5);
}

.wrapper-structure30651 .client_experience83016 .photo {
    width: 130px;
    height: 130px;
    margin-right: 20px;
    flex-shrink: 0;
}

.wrapper-structure30651 .client_experience83016 .text {
    display: flex;
    flex-direction: column-reverse;
    width: calc(100% - 170px);
}

.wrapper-structure30651 .client_experience83016 .text span {
    text-align: right;
    color: #000000;
    white-space: nowrap;
}

.wrapper-structure30651 .client_experience83016 .text p {
    text-align: left;
    color: #000000;
}

.client_experience83016 .holder h2 {
    font-size: 37px;
    font-weight: 700;
    color: rgb(70,70,110);
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .client_experience83016 {
        padding: 50px 20px;
    }

    .client_experience83016 .reviews {
        flex-direction: column;
        align-items: center;
    }

    .client_experience83016 .review {
        width: 100%;
        max-width: 400px;
    }

    .wrapper-structure30651 .client_experience83016 .review {
        width: 100%;
        max-width: unset;
        margin: 0;
        margin-bottom: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .wrapper-structure30651 .client_experience83016 .photo {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .wrapper-structure30651 .client_experience83016 .text {
        width: 100%;
    }
    .wrapper-structure30651 .client_experience83016 .text p, .wrapper-structure30651 .client_experience83016 .text span {
        text-align: center;
    }
}
.primary_page97165 {
    width: 100%;
    font-family: Merriweather, sans-serif;
    color: #ffffff;
    overflow: hidden;
}
.primary_page97165 .title_page_holder {
    width: 100%;
    min-height: 680px;
    background-size: cover;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 20px;
}
.primary_page97165 .title_page_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    pointer-events: none;
}
.primary_page97165 .title_page_holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 255, 255, 0.2) 50%, rgba(0, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    z-index: 2;
    pointer-events: none;
    animation: neonGrid 5s linear infinite;
}
@keyframes neonGrid {
    from {background-position: 0 0;}
    to {background-position: 50px 50px;}
}
.primary_page97165 .style_element {
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px;
    border-radius: 22px;
    box-shadow: 0 0 20px rgb(135,135,163), 0 0 30px rgb(70,70,110);
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.primary_page97165 .style_element h1 {
    font-size: 46px;
    font-weight: 700;
    color: rgb(135,135,163);
    margin-bottom: 20px;
}
.primary_page97165 .style_element h3 {
    font-size: 34px;
    font-weight: 600;
    color: rgb(70,70,110);
    margin-bottom: 15px;
}
.primary_page97165 .style_element p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .primary_page97165 .title_page_holder {
        min-height: 400px;
        padding: 10px;
    }
    .primary_page97165 .style_element {
        padding: 30px;
    }
    .primary_page97165 .style_element h1 {
        font-size: 23px;
    }
    .primary_page97165 .style_element h3 {
        font-size: 19px;
    }
    .primary_page97165 .style_element p {
        font-size: 15px;
    }
}
.wrapper-structure30651 .primary_page97165 .style_element {
    position: static;
    background: rgb(70,70,110);
    padding: 50px;
    text-align: left;
    border-radius: 22px;
    box-shadow: 0 0 20px rgb(70,70,110), 0 0 30px rgb(135,135,163);
    max-width: 1000px;
    margin: 50px auto;
}
.wrapper-structure30651 .primary_page97165 .title_page_holder {
    padding-top: 120px;
    padding-bottom: 120px;
}
.wrapper-structure30651 .primary_page97165 .style_element h1 {
    font-size: 48px;
    color: rgb(135,135,163);
    margin: 0 0 20px 0;
}
.wrapper-structure30651 .primary_page97165 .style_element h3 {
    font-size: 36px;
    color: #ffffff;
    margin: 0 0 20px 0;
}
.wrapper-structure30651 .primary_page97165 .style_element p {
    font-size: 18px;
    color: var(--white-color_opacity);
    line-height: 1.6;
}
@media only screen and (max-width: 1200px) {
    .wrapper-structure30651 .primary_page97165 .style_element {
        padding: 40px;
    }
    .wrapper-structure30651 .primary_page97165 .style_element h1 {
        font-size: 36px;
    }
    .wrapper-structure30651 .primary_page97165 .style_element h3 {
        font-size: 28px;
    }
    .wrapper-structure30651 .primary_page97165 .style_element p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper-structure30651 .primary_page97165 .style_element {
        padding: 30px;
    }
    .wrapper-structure30651 .primary_page97165 .style_element h1,
    .wrapper-structure30651 .primary_page97165 .style_element h3,
    .wrapper-structure30651 .primary_page97165 .style_element p {
        text-align: center;
    }
    .wrapper-structure30651 .primary_page97165 .title_page_holder {
        padding: 0;
    }
}.give_it_a_try75184 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.give_it_a_try75184 h2 {
    color: rgb(70,70,110);
}

.give_it_a_try75184 .button {
    background: rgb(70,70,110);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.give_it_a_try75184 .button:hover {
    background: rgb(135,135,163);
}

.give_it_a_try75184 .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.give_it_a_try75184 h2 {
    font-size: 36px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.give_it_a_try75184 .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) {
    .give_it_a_try75184 .holder {
        flex-direction: column;
    }

    .wrapper-structure30651 section.give_it_a_try75184 h2 {
        font-size: 26px;
    }

    .give_it_a_try75184 h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .give_it_a_try75184 .button {
        font-size: 24px;
    }

    .give_it_a_try75184 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-structure30651 .give_it_a_try75184 {
    background: linear-gradient(to right, rgb(135,135,163), rgb(70,70,110));
    padding: 60px 0;
}

.wrapper-structure30651 .give_it_a_try75184 .button {
    padding: 15px 50px;
    border-radius: 10px;
    font-size: 16px;
    transition: left 0.5s, background 0.5s, color 0.5s, border 0.5s, padding 0.5s;
    background: linear-gradient(to right, rgb(70,70,110), rgb(135,135,163));
}

.wrapper-structure30651 .give_it_a_try75184 .button:hover {
    background: linear-gradient(to right, rgb(135,135,163), rgb(70,70,110));
}

.wrapper-structure30651 .give_it_a_try75184 h2 {
    color: #ffffff;
    font-size: 35px;
    text-align: left;
}

.wrapper-structure30651 .give_it_a_try75184 .holder {
    padding: 10px;
    justify-content: space-between;
}

@media only screen and (max-width: 800px) {
    .wrapper-structure30651 .give_it_a_try75184 h2 {
        text-align: center;
        font-size: 30px;
    }
}.id_thankbox39750 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, rgb(135,135,163), rgb(70,70,110));
    padding: 50px 20px;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
}
.id_thankbox39750 .container {
    width: 100%;
    max-width: 800px;
    background: #ffffff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgb(135,135,163,0.5);
    background: linear-gradient(145deg, #ffffff, rgb(189,189,215));
}
.id_thankbox39750 h2 {
    margin-bottom: 20px;
    font-size: 44px;
    font-weight: 700;
    color: rgb(135,135,163);
    border-bottom: 2px solid rgb(70,70,110);
    padding-bottom: 10px;
    width: 100%;
    background: linear-gradient(145deg, rgb(135,135,163,0.5), rgb(70,70,110,0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.id_thankbox39750 p {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    background: linear-gradient(145deg, #ffffff, rgb(189,189,215));
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(135,135,163,0.5);
}
@media only screen and (max-width: 800px) {
    .id_thankbox39750 {
        padding: 30px 10px;
    }
    .id_thankbox39750 .container {
        padding: 30px;
    }
    .id_thankbox39750 h2 {
        font-size: 31px;
        padding-bottom: 8px;
    }
    .id_thankbox39750 p {
        font-size: 22px;
        padding: 15px;
    }
}
.our_background74320 {
    padding: 80px 20px;
    background: linear-gradient(135deg, rgb(70,70,110) 0%, rgb(135,135,163,0.5) 100%);
    color: #ffffff;
    font-family: Merriweather, sans-serif;
    position: relative;
    overflow: hidden;
}
.our_background74320::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 180deg, rgb(135,135,163,0.5), rgb(70,70,110,0.5), rgb(135,135,163,0.5));
    animation: rotate 15s linear infinite;
    z-index: 0;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.wrapper-structure30651 .our_background74320 .holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.wrapper-structure30651 .our_background74320 .caption_holder {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.wrapper-structure30651 .our_background74320 .photo {
    flex: 1;
    margin-right: 40px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 255, 255, 0.5);
}
.wrapper-structure30651 .our_background74320 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.2);
}
.wrapper-structure30651 .our_background74320 .style_element {
    flex: 1;
    color: #ffffff;
    padding: 20px;
}
.wrapper-structure30651 .our_background74320 h2 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(135,135,163);
    display: inline-block;
    padding-bottom: 10px;
}
.wrapper-structure30651 .our_background74320 p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 20px;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
}
@media (max-width: 1200px) {
    .wrapper-structure30651 .our_background74320 .caption_holder {
        flex-direction: column;
        padding: 14px;
    }
    .wrapper-structure30651 .our_background74320 .photo {
        margin-right: 0;
        margin-bottom: 20px;
        height: 200px;
        flex: auto;
    }
}
@media (max-width: 800px) {
    .wrapper-structure30651 .our_background74320 {
        padding: 60px 10px;
    }
    .wrapper-structure30651 .our_background74320 .photo {
        width: 100%;
    }
    .wrapper-structure30651 .our_background74320 .style_element {
        padding: 10px;
    }
}.advantages_highlights81654 {
    padding: 80px 0;
    background: rgb(189,189,215);
}
.advantages_highlights81654 .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.advantages_highlights81654 .advantages_photo_holder {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.advantages_highlights81654 .advantages_photo_holder .photo {
    width: 100%;
    height: auto;
    border-top: 4px solid rgb(135,135,163);
    height: 400px;
}
.advantages_highlights81654 .advantages_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.advantages_highlights81654 .advantages_holder .advantage_item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.advantages_highlights81654 .advantages_holder .advantage_item svg, .advantages_highlights81654 .advantages_holder .advantage_item svg path {
    width: 55px;
    height: 55px;
    fill: rgb(135,135,163);
    margin-right: 20px;
}
.advantages_highlights81654 .advantages_content h2 {
    font-size: 34px;
    color: rgb(135,135,163);
    text-align: center;
    margin: 20px 0;
    margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
    .advantages_highlights81654 .advantages_photo_holder {
        flex-direction: column;
    }
    .advantages_highlights81654 .advantages_photo_holder .photo {
        width: 100%;
        height: 200px;
    }
    .advantages_highlights81654 .advantages_content h2 {
        font-size: 23px;
    }
    .advantages_highlights81654 .advantages_holder {
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
    }
    .advantages_highlights81654 .advantages_holder .advantage_item {
        width: 100%;
        justify-content: flex-start;
    }
}footer {
    background: rgb(70,70,110);
    color: #ffffff;
}

footer .copyright {
    background: rgb(135,135,163);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(135,135,163);
}

footer h5 {
    color: rgb(135,135,163);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 19px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 15px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.wrapper-structure30651 footer .footer {
    padding: 0;
}

.wrapper-structure30651 footer .footer_info {
    flex-direction: row;
    align-items: center;
    min-height: 100px;
}

.wrapper-structure30651 footer .menu_holder {
    flex-direction: row;
    justify-content: flex-end;
}

.wrapper-structure30651 footer .menu a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: rgb(135,135,163);
}

.wrapper-structure30651 footer .copyright {
    background: rgb(135,135,163,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrapper-structure30651 footer .copyright_info {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .wrapper-structure30651 footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .wrapper-structure30651 footer .menu a {
        padding-left: 0;
        font-size: 18px
    }

    .wrapper-structure30651 footer .menu a:first-child {

        margin-bottom: 10px;
    }

    .wrapper-structure30651 footer .footer_info {
        padding: 20px 10px;
    }

    .wrapper-structure30651 footer .copyright_info {
        text-align: center;
    }

    .wrapper-structure30651 footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.program_overview13620 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(70,70,110);
    font-family: Merriweather, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.program_overview13620 h2 {
    color: rgb(135,135,163);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.program_overview13620 .content {
    overflow: hidden;
    box-shadow: 0 0 20px rgb(135,135,163,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.program_overview13620 .photo {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.3s ease;
}
.program_overview13620 .text_holder {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.program_overview13620 h3 {
    color: rgb(70,70,110);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.program_overview13620 p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
}
.program_overview13620 .button {
    background: rgb(135,135,163);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}
.program_overview13620 .button:hover {
    background: rgb(70,70,110);
    transform: translateY(-5px);
}
.program_overview13620 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.program_overview13620 .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.program_overview13620 .course {
    width: 100%;
    margin-bottom: 40px;
    background: rgb(189,189,215);
}
@media only screen and (max-width: 600px) {
    .program_overview13620 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .program_overview13620 .content {
        flex-direction: column;
        width: 100%;
    }
    .program_overview13620 .photo {
        width: 100%;
        height: 200px;
    }
    .program_overview13620 h2 {
        font-size: 28px;
    }
    .program_overview13620 h3 {
        font-size: 22px;
    }
}
.wrapper-structure30651 .program_overview13620 {
    position: relative;
    overflow: hidden;
}
.wrapper-structure30651 .program_overview13620 .items {
    width: 100%;
}
.wrapper-structure30651 .program_overview13620 .content {
    box-shadow: none;
    display: flex;
    align-items: stretch;
}
.wrapper-structure30651 .program_overview13620 .photo {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    background-position: center !important;
}
.wrapper-structure30651 .program_overview13620 .text_holder {
    position: relative;
    z-index: 3;
    background: none;
    width: 100%;
    min-height: unset;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    color: #ffffff;
    border: none;
}
.wrapper-structure30651 .program_overview13620 h3 {
    font-size: 28px;
    font-weight: 700;
    color: rgb(70,70,110);
    margin: 0;
}
.wrapper-structure30651 .program_overview13620 p {
    padding: 0 40px 0 0;
    margin-top: 20px;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
}
.wrapper-structure30651 .program_overview13620 .button {
    margin-top: 40px;
    display: inline-block;
    padding: 15px 40px;
    background: rgb(135,135,163);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    border-radius: 10px;
    border: none;
    transition: background 0.3s ease, transform 0.3s ease;
}
.wrapper-structure30651 .program_overview13620 .button:hover {
    background: rgb(70,70,110);
    transform: translateY(-5px);
}
@media only screen and (max-width: 800px) {
    .wrapper-structure30651 .program_overview13620 .text_holder {
        width: 100%;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wrapper-structure30651 .program_overview13620 p {
        padding: 0;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 20px;
    }
    .wrapper-structure30651 .program_overview13620 h3 {
        font-size: 21px;
    }
    .wrapper-structure30651 .program_overview13620 .button {
        margin-top: 20px;
    }
    .wrapper-structure30651 .program_overview13620 .photo {
        height: 300px;
    }
}.secure_archive35469 {
    background-color: rgb(189,189,215);
    color: #000000;
    font-family: Merriweather, sans-serif;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.secure_archive35469:hover {
    background-color: rgb(135,135,163,0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}
.secure_archive35469 h1, .secure_archive35469 h2 {
    margin-bottom: 1rem;
    color: rgb(135,135,163);
}
.secure_archive35469 h1 {
    font-size: 40px;
    font-weight: 700;
    border-bottom: 2px solid rgb(135,135,163);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}
.secure_archive35469 h2 {
    font-size: 34px;
    font-weight: 600;
    border-bottom: 1px solid rgb(70,70,110);
    padding-bottom: 0.25rem;
}
.secure_archive35469 h3, .secure_archive35469 h4, .secure_archive35469 h5, .secure_archive35469 h6 {
    margin: 10px 0;
}
.secure_archive35469 ul {
    list-style-type: none;
    padding-left: 0;
    margin: 1rem 0;
}
.secure_archive35469 ul li {
    font-size: 18px;
    font-weight: 400;
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
.secure_archive35469 ul li::before {
    content: '•';
    color: rgb(135,135,163);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
}
.secure_archive35469 p, .secure_archive35469 span {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}
.secure_archive35469 div {
    margin-bottom: 1rem;
}
.secure_archive35469 section {
    margin-bottom: 2rem;
}
@media only screen and (max-width: 800px) {
    .secure_archive35469 {
        padding: 1rem;
        border-radius: 10px;
    }
    .secure_archive35469 h1 {
        font-size: calc(23px * 0.8);
    }
    .secure_archive35469 h2 {
        font-size: calc(23px * 0.8);
    }
    .secure_archive35469 ul li {
        padding-left: 1rem;
    }
    .secure_archive35469 ul li::before {
        font-size: 1.2rem;
    }
}.program_outcomes64012 {
    position: relative;
    padding: 180px 0;
    background: rgb(189,189,215);
    overflow: hidden;
}

.program_outcomes64012::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgb(135,135,163,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(135,135,163,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.1;
    transform: perspective(1000px) rotateX(60deg) translateY(-100px);
    transform-origin: top;
}

.program_outcomes64012::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 0% 0%, rgb(135,135,163,0.5) 0%, transparent 40%),
        radial-gradient(circle at 100% 100%, rgb(70,70,110,0.5) 0%, transparent 40%);
    mix-blend-mode: screen;
}

.program_outcomes64012 .container {
    position: relative;
    z-index: 2;
}

.program_outcomes64012 .holder {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    padding: 30px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.program_outcomes64012 .holder::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, 
        rgb(135,135,163), 
        rgb(70,70,110), 
        rgb(135,135,163)
    );
    border-radius: calc(14px + 2px);
    z-index: -1;
    opacity: 0.3;
    animation: borderFlow 8s linear infinite;
    background-size: 200% 200%;
}

.program_outcomes64012 h3 {
    grid-column: 3 / 11;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    border-radius: 10px;
    transform: translateY(30px);
    opacity: 0;
    animation: titleReveal 1s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

.program_outcomes64012 .content_holder {
    grid-column: 1 / -1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    padding: 40px;
    min-height: 600px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
}

.program_outcomes64012 .content_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    border-radius: 14px;
}

.program_outcomes64012 .content_holder > div {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    position: relative;
}

.program_outcomes64012 .content_holder p {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 35px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    transform: translateY(50px);
    opacity: 0;
}

.program_outcomes64012 .content_holder p:nth-child(4n+1) {
    grid-column: 1 / 8;
    animation: cardReveal 0.8s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

.program_outcomes64012 .content_holder p:nth-child(4n+2) {
    grid-column: 8 / -1;
    animation: cardReveal 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.2s forwards;
}

.program_outcomes64012 .content_holder p:nth-child(4n+3) {
    grid-column: 1 / 5;
    animation: cardReveal 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.4s forwards;
}

.program_outcomes64012 .content_holder p:nth-child(4n) {
    grid-column: 5 / -1;
    animation: cardReveal 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.6s forwards;
}

.program_outcomes64012 .content_holder p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0 0, 0% 0, 0% 0);
    transition: clip-path 0.6s ease;
}

.program_outcomes64012 .content_holder p:hover::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.program_outcomes64012 .content_holder p::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-right: 2px solid rgb(70,70,110);
    border-bottom: 2px solid rgb(70,70,110);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.program_outcomes64012 .content_holder p:hover::after {
    opacity: 1;
}

@keyframes borderFlow {
    0% { background-position: 0 0; }
    50% { background-position: 100% 100%; }
    100% { background-position: 0 0; }
}

@keyframes titleReveal {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes cardReveal {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1400px) {
    .program_outcomes64012 {
        padding: 140px 0;
    }

    .program_outcomes64012 h3 {
        grid-column: 2 / 12;
    }
}

@media (max-width: 1200px) {
    .program_outcomes64012 {
        padding: 120px 0;
    }

    .program_outcomes64012 h3 {
        grid-column: 1 / -1;
        font-size: calc(45px * 0.9);
        padding: 30px;
    }

    .program_outcomes64012 .content_holder p:nth-child(4n+1) {
        grid-column: 1 / -1;
    }

    .program_outcomes64012 .content_holder p:nth-child(4n+2) {
        grid-column: 1 / -1;
    }

    .program_outcomes64012 .content_holder p:nth-child(4n+3) {
        grid-column: 1 / 7;
    }

    .program_outcomes64012 .content_holder p:nth-child(4n) {
        grid-column: 7 / -1;
    }
}

@media (max-width: 992px) {
    .program_outcomes64012 {
        padding: 100px 0;
    }

    .program_outcomes64012 .holder {
        padding: 20px;
    }

    .program_outcomes64012 .content_holder {
        padding: 30px;
    }

    .program_outcomes64012 h3 {
        font-size: calc(45px * 0.8);
        padding: 25px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .program_outcomes64012 {
        padding: 80px 0;
    }

    .program_outcomes64012 .content_holder {
        padding: 20px;
    }

    .program_outcomes64012 .content_holder p:nth-child(4n+3),
    .program_outcomes64012 .content_holder p:nth-child(4n) {
        grid-column: 1 / -1;
    }

    .program_outcomes64012 .content_holder p {
        padding: 25px;
    }

    .program_outcomes64012 h3 {
        font-size: calc(45px * 0.7);
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .program_outcomes64012 {
        padding: 60px 0;
    }

    .program_outcomes64012 .holder {
        padding: 15px;
    }

    .program_outcomes64012 .content_holder {
        padding: 15px;
        min-height: 500px;
    }

    .program_outcomes64012 h3 {
        font-size: calc(45px * 0.6);
        padding: 15px;
        margin-bottom: 30px;
    }

    .program_outcomes64012 .content_holder p {
        padding: 20px;
        font-size: calc(14px * 0.9);
    }
}.join_our_community31876 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

.join_our_community31876 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join_our_community31876 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(70,70,110,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.join_our_community31876 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.join_our_community31876 .button {
    background: rgb(70,70,110);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.join_our_community31876 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .join_our_community31876 .holder {
        flex-direction: column;
    }

    .join_our_community31876 {
        padding: 30px 20px;
    }

    .join_our_community31876 input {
        min-width: unset;
    }

    .join_our_community31876 .button {
        flex-shrink: unset;
    }

    .join_our_community31876 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .join_our_community31876 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-structure30651 .join_our_community31876 .holder h2 {
        font-size: 20px;
    }
}

.wrapper-structure30651 .join_our_community31876 {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease;
}

.wrapper-structure30651 .join_our_community31876:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5);
}

.wrapper-structure30651 .join_our_community31876::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px solid rgb(135,135,163);
    border-radius: 11px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: scale(1.1);
}

.wrapper-structure30651 .join_our_community31876:hover::before {
    opacity: 1;
    transform: scale(1);
}

.wrapper-structure30651 .join_our_community31876 .input_holder {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}

.wrapper-structure30651 .join_our_community31876 input {
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    padding: 15px 20px;
    width: 70%;
    border: 2px solid rgba(0, 0, 0, 0.5);
    font-family: Merriweather, sans-serif;
    font-size: 16px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-structure30651 .join_our_community31876 input:focus {
    border: 2px solid rgb(135,135,163);
    box-shadow: 0 0 10px rgb(135,135,163,0.5);
    outline: none;
}

.wrapper-structure30651 .join_our_community31876 h2 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.wrapper-structure30651 .join_our_community31876 .button {
    border-radius: 11px;
    background: rgb(135,135,163);
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid rgb(135,135,163);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.wrapper-structure30651 .join_our_community31876 .button:hover {
    background: rgb(70,70,110);
    box-shadow: 0 0 10px rgb(70,70,110,0.5);
}

@media only screen and (max-width: 800px) {
    .wrapper-structure30651 .join_our_community31876 {
        padding: 30px;
    }

    .wrapper-structure30651 .join_our_community31876 h2 {
        font-size: 22px;
    }

    .wrapper-structure30651 .join_our_community31876 input {
        width: 100%;
        margin-bottom: 10px;
    }

    .wrapper-structure30651 .join_our_community31876 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .wrapper-structure30651 .join_our_community31876 .button {
        width: 100%;
        padding: 12px;
        text-align: center;
    }
}