* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.ukUcH-wrap-structure {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(134,134,134);
}
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;
    }
}.dsONp-welcome-page {
    width: 100%;
    padding: 50px 0;
    background-color: rgb(95,103,112,0.5);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dsONp-welcome-page .title_page_holder {
    width: 100%;
     background-size: cover;
    padding: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.dsONp-welcome-page .title_page_holder::before,
.dsONp-welcome-page .title_page_holder::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(67,67,67,0.5);
    z-index: 1;
}
.dsONp-welcome-page .title_page_holder::before {
    width: 100px;
    height: 100px;
    top: 20px;
    left: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.dsONp-welcome-page .title_page_holder::after {
    width: 150px;
    height: 150px;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.dsONp-welcome-page .style_element {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dsONp-welcome-page .style_element h1 {
    font-family: Playfair Display, sans-serif;
    font-size: 43px;
    font-weight: 700;
    color: rgb(95,103,112);
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(67,67,67);
    padding-bottom: 10px;
}
.dsONp-welcome-page .style_element h3 {
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgb(67,67,67);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.dsONp-welcome-page .style_element p {
    font-family: Playfair Display, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {
    .dsONp-welcome-page {
        padding: 30px 0;
    }
    .dsONp-welcome-page .title_page_holder {
        padding: 30px;
    }
    .dsONp-welcome-page .style_element {
        padding: 20px;
    }
    .dsONp-welcome-page .style_element h1 {
        font-size: calc(43px - 10px);
        margin-bottom: 15px;
    }
    .dsONp-welcome-page .style_element h3 {
        font-size: calc(20px - 5px);
        margin-bottom: 10px;
    }
    .dsONp-welcome-page .style_element p {
        font-size: calc(15px - 2px);
        margin-bottom: 15px;
    }
}
.ukUcH-wrap-structure .dsONp-welcome-page {
    padding: 0;
    background-color: rgb(95,103,112);
}
.ukUcH-wrap-structure .dsONp-welcome-page .title_page_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ukUcH-wrap-structure .dsONp-welcome-page .title_page_holder::before,
.ukUcH-wrap-structure .dsONp-welcome-page .title_page_holder::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(67,67,67,0.5);
    z-index: 1;
}
.ukUcH-wrap-structure .dsONp-welcome-page .title_page_holder::before {
    width: 80px;
    height: 80px;
    top: 40px;
    left: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.ukUcH-wrap-structure .dsONp-welcome-page .title_page_holder::after {
    width: 130px;
    height: 130px;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.ukUcH-wrap-structure .dsONp-welcome-page .style_element {
    background: rgb(95,103,112,0.5);
    color: #ffffff;
    border-radius: 23px;
    width: 100%;
    max-width: 700px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
}
.ukUcH-wrap-structure .dsONp-welcome-page .style_element h1 {
    font-size: 43px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ukUcH-wrap-structure .dsONp-welcome-page .style_element h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
}
.ukUcH-wrap-structure .dsONp-welcome-page .style_element p {
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
    max-width: 90%;
    margin: 0 auto;
}
@media only screen and (max-width: 800px) {
    .ukUcH-wrap-structure .dsONp-welcome-page {
        padding: 40px 0;
    }
    .ukUcH-wrap-structure .dsONp-welcome-page .title_page_holder {
        padding: 30px;
    }
    .ukUcH-wrap-structure .dsONp-welcome-page .style_element {
        padding: 20px;
    }
    .ukUcH-wrap-structure .dsONp-welcome-page .style_element h1 {
        font-size: calc(43px - 10px);
    }
    .ukUcH-wrap-structure .dsONp-welcome-page .style_element h3 {
        font-size: calc(20px - 5px);
    }
    .ukUcH-wrap-structure .dsONp-welcome-page .style_element p {
        font-size: calc(15px - 2px);
    }
}footer {
    background: linear-gradient(135deg, rgb(95,103,112) 0%, rgb(67,67,67) 100%);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    padding-top: 60px;
    padding-bottom: 40px;
}
footer .footer {
    padding: 0 20px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .logo_holder svg, 
footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 20px;
    fill: #ffffff;
}
footer .menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
footer .menu_holder {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    background: linear-gradient(135deg, rgb(67,67,67) 0%, rgb(95,103,112) 100%);
    padding: 5px 10px;
    border-radius: 10px;
}
footer .menu a:hover {
    background: rgb(95,103,112);
    color: rgb(67,67,67);
}
footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .menu {
        flex-direction: column;
        align-items: center;
    }
    footer .menu_holder {
        flex-direction: column;
    }
    footer .menu a {
        margin-bottom: 10px;
    }
    footer .logo_holder svg, 
    footer .logo_holder img {
        margin: 0 auto 20px;
    }
}.hpmPJ-program-overview {
    padding: 100px 0;
    background: rgb(95,103,112);
    border-top: 3px solid rgb(67,67,67);
    border-bottom: 3px solid rgb(67,67,67);
    position: relative;
    overflow: hidden;
}

.hpmPJ-program-overview::before, .hpmPJ-program-overview::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(95,103,112) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
}

.hpmPJ-program-overview:hover::before, .hpmPJ-program-overview:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

.hpmPJ-program-overview h2 {
    color: rgb(95,103,112);
    font-size: 44px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.hpmPJ-program-overview .content {
    border-radius: 27px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}


.hpmPJ-program-overview h3 {
    color: rgb(67,67,67);
    font-size: 33px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.hpmPJ-program-overview p {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}

.hpmPJ-program-overview .button {
    display: inline-block;
    background: rgb(95,103,112);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.hpmPJ-program-overview .button:hover {
    background: rgb(67,67,67);
    transform: translateY(-5px);
}

.hpmPJ-program-overview .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hpmPJ-program-overview .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.hpmPJ-program-overview .course {
    flex: 1 1 45%;
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.hpmPJ-program-overview .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}

.hpmPJ-program-overview .photo {
    width: 100%;
    height: 300px;
    border-radius: 27px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}


.hpmPJ-program-overview .text_holder {
    padding: 20px;
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}


@media only screen and (max-width: 1200px) {
    .hpmPJ-program-overview .course {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .hpmPJ-program-overview .items {
        flex-direction: column;
        align-items: center;
    }

    .hpmPJ-program-overview .photo {
        height: 200px;
    }

    .hpmPJ-program-overview h2 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 768px) {
    .hpmPJ-program-overview {
        padding: 60px 0;
    }

    .hpmPJ-program-overview h2 {
        font-size: 33px;
    }

    .hpmPJ-program-overview h3 {
        font-size: 18px;
    }

    .hpmPJ-program-overview p {
        font-size: 15px;
    }

    .hpmPJ-program-overview .button {
        font-size: 14px;
    }

    .hpmPJ-program-overview .photo {
        height: 150px;
    }
}

.ukUcH-wrap-structure .hpmPJ-program-overview {
    background: rgb(134,134,134);
    padding: 120px 0;
}

.ukUcH-wrap-structure .hpmPJ-program-overview .items .course .content {
    flex-direction: row;
    box-shadow: none;
    border-radius: 0;
    align-items: stretch;
}

.ukUcH-wrap-structure .hpmPJ-program-overview .photo {
    width: 50%;
    height: auto;
    margin: 0;
    border-right: 2px solid rgb(67,67,67);
}

.ukUcH-wrap-structure .hpmPJ-program-overview .text_holder {
    width: 50%;
    background: rgb(134,134,134);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ukUcH-wrap-structure .hpmPJ-program-overview h3 {
    margin-bottom: 20px;
}

.ukUcH-wrap-structure .hpmPJ-program-overview .button {
    margin-top: 30px;
}

.ukUcH-wrap-structure .hpmPJ-program-overview p, .ukUcH-wrap-structure .hpmPJ-program-overview h3 {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .ukUcH-wrap-structure .hpmPJ-program-overview .items .course .content {
        flex-direction: column;
        padding: 10px;
    }

    .ukUcH-wrap-structure .hpmPJ-program-overview .photo {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 2px solid rgb(67,67,67);
    }

    .ukUcH-wrap-structure .hpmPJ-program-overview .text_holder {
        width: 100%;
    }
}
.haCfg-ty-note {
    background: rgb(134,134,134);
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.haCfg-ty-note .container {
    background: rgb(95,103,112,0.5);
    border-radius: 20px;
    padding: 40px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(95,103,112,0.5);
    position: relative;
    z-index: 1;
    text-align: center;
    color: #ffffff;
}
.haCfg-ty-note h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: rgb(95,103,112);
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.haCfg-ty-note h2::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: rgb(67,67,67);
}
.haCfg-ty-note p {
    font-family: Playfair Display, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgb(67,67,67);
    line-height: 1.6;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.haCfg-ty-note .neon-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(95,103,112);
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(95,103,112), 0 0 20px rgb(95,103,112);
    z-index: -1;
}
.haCfg-ty-note .neon-line {
    position: absolute;
    width: 80%;
    height: 2px;
    background: rgb(67,67,67);
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgb(67,67,67), 0 0 20px rgb(67,67,67);
}
@media only screen and (max-width: 800px) {
    .haCfg-ty-note {
        padding: 30px 10px;
    }
    .haCfg-ty-note .container {
        padding: 30px;
    }
    .haCfg-ty-note h2 {
        font-size: calc(36px - 3px);
        padding-bottom: 8px;
    }
    .haCfg-ty-note p {
        font-size: calc(13px - 1px);
        padding: 15px 0;
    }
    .haCfg-ty-note .neon-line {
        width: 90%;
        top: 25%;
    }
}
header .main_header {
    background: rgb(134,134,134);
    color: #ffffff;
    width: 100%;
    padding: 10px 0;
    position: relative;
    border-bottom: 2px solid rgb(95,103,112);
    z-index: 10;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border-radius: 19px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header .logo_holder {
    display: flex;
    align-items: center;
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 60px;
    width: 60px;
    margin-right: 10px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
header .logo_holder .logotype svg:hover, header .logo_holder .logotype img:hover {
    filter: grayscale(0%);
}
header .menu {
    display: flex;
    gap: 20px;
}
header .menu a {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    background: rgb(95,103,112,0.5);
    transition: background 0.3s ease;
}
header .menu a:hover {
    background: rgb(95,103,112);
}
header .menu a.active {
    color: #ffffff;
    background: rgb(67,67,67);
    border: 2px solid rgb(67,67,67);
}
header .menu a.active:hover {
    background: rgb(95,103,112);
    border-color: rgb(95,103,112);
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }
    header .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        border-radius: 19px;
        padding: 10px 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    header .menu a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
    }
    header .menu.opened {
        display: flex;
    }
    header .logo_holder {
        width: 100%;
        justify-content: center;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        width: 40px;
        height: 40px;
        margin: 0;
    }
}
.ukUcH-wrap-structure header .main_header {
    border-bottom: 2px solid rgb(95,103,112);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ukUcH-wrap-structure header .header_content {
    border-radius: 19px;
    padding: 15px 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ukUcH-wrap-structure header .logo_holder .logotype svg, .ukUcH-wrap-structure header .logo_holder .logotype img {
    width: 60px;
    height: 60px;
}
.ukUcH-wrap-structure header .menu a {
    font-weight: 700;
    font-size: 18px;
}
@media only screen and (max-width: 800px) {
    .ukUcH-wrap-structure header .logo_holder .logotype svg, .ukUcH-wrap-structure header .logo_holder .logotype img {
        width: 40px;
        height: 40px;
    }
    .ukUcH-wrap-structure header .menu {
        padding-top: 30px;
        border-radius: 19px;
        align-items: center;
        box-shadow: none;
    }
    .ukUcH-wrap-structure header .header_content {
        padding: 10px;
    }
}
.cgPqx-benefits-overview .advantages_content h2 {
    color: rgb(67,67,67);
}

.cgPqx-benefits-overview .advantage_item svg, .cgPqx-benefits-overview .advantage_item svg path {
    fill: rgb(95,103,112);
}

.cgPqx-benefits-overview .advantage_item p {
    color: #000000;
}

.cgPqx-benefits-overview .advantage_item b {
    color: rgb(95,103,112);
}

.cgPqx-benefits-overview {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cgPqx-benefits-overview .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.cgPqx-benefits-overview .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.cgPqx-benefits-overview .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 33px;
    font-weight: 600;
}

.cgPqx-benefits-overview .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.cgPqx-benefits-overview .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.cgPqx-benefits-overview .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.cgPqx-benefits-overview .advantage_item svg, .cgPqx-benefits-overview .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .ukUcH-wrap-structure .cgPqx-benefits-overview .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
        justify-content: center;
    }
}

@media only screen and (max-width: 800px) {
    .cgPqx-benefits-overview .advantages_content h2 {
        font-size: 30px;
    }

    .cgPqx-benefits-overview .advantages_holder {
        flex-direction: column;
    }

    .cgPqx-benefits-overview {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ukUcH-wrap-structure .cgPqx-benefits-overview .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.ukUcH-wrap-structure .cgPqx-benefits-overview .advantages_content h2 {
    font-size: 33px;
    font-weight: 600;
    color: rgb(67,67,67);
    text-align: center;
    margin-bottom: 50px;
    background: linear-gradient(90deg, rgb(95,103,112), rgb(67,67,67));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff -2px -2px;
}

.ukUcH-wrap-structure .cgPqx-benefits-overview {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-color);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(95,103,112,0.5) 100%);
}

.ukUcH-wrap-structure .cgPqx-benefits-overview .advantages_content {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    text-align: center;
}

.ukUcH-wrap-structure .cgPqx-benefits-overview .advantages_description {
    font-size: 17px;
    margin-bottom: 30px;
    color: #000000;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.ukUcH-wrap-structure .cgPqx-benefits-overview .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1%;
}

.ukUcH-wrap-structure .cgPqx-benefits-overview .advantage_item {
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    transition: all 0.3s ease-in-out;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    text-align: center;
}

.ukUcH-wrap-structure .cgPqx-benefits-overview .advantage_item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.ukUcH-wrap-structure .cgPqx-benefits-overview .advantage_image img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 2px solid rgb(95,103,112);
    padding: 10px;
    background: rgb(95,103,112,0.5);
}

.ukUcH-wrap-structure .cgPqx-benefits-overview .advantage_item h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
    .ukUcH-wrap-structure .cgPqx-benefits-overview .advantage_item {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .ukUcH-wrap-structure .cgPqx-benefits-overview .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .ukUcH-wrap-structure .cgPqx-benefits-overview .advantage_item {
        width: 80%;
        margin-bottom: 20px;
    }

    .ukUcH-wrap-structure .cgPqx-benefits-overview .advantages_content h2 {
        font-size: 28px;
    }

    .ukUcH-wrap-structure .cgPqx-benefits-overview {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}.SkVcN-teaching-process {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(135deg, rgb(95,103,112) 25%, rgb(67,67,67) 75%);
    overflow: hidden;
}

.SkVcN-teaching-process::before,
.SkVcN-teaching-process::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    z-index: 0;
}

.SkVcN-teaching-process::before {
    width: 400px;
    height: 400px;
    top: -200px;
    left: -200px;
    opacity: 0.3;
}

.SkVcN-teaching-process::after {
    width: 300px;
    height: 300px;
    bottom: -150px;
    right: -150px;
    opacity: 0.5;
}

.SkVcN-teaching-process .holder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(95,103,112);
}

.SkVcN-teaching-process h2 {
    font-size: 33px;
    margin-bottom: 30px;
    text-align: center;
    color: rgb(95,103,112);
    font-weight: 700;
    position: relative;
}

.SkVcN-teaching-process h2::before,
.SkVcN-teaching-process h2::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 50px;
    background: rgb(95,103,112);
    top: 50%;
    transform: translateY(-50%);
}

.SkVcN-teaching-process h2::before {
    left: -70px;
}

.SkVcN-teaching-process h2::after {
    right: -70px;
}

.SkVcN-teaching-process p {
    font-size: 14px;
    text-align: center;
    color: #000000;
    line-height: 1.6;
    max-width: 800px;
    position: relative;
}


@media only screen and (max-width: 800px) {
    .SkVcN-teaching-process {
        padding: 50px 10px;
    }

    .SkVcN-teaching-process .holder {
        width: 100%;
        padding: 30px;
    }

    .SkVcN-teaching-process h2 {
        font-size: 18px;
    }

    .SkVcN-teaching-process p {
        font-size: 14px;
    }

    .SkVcN-teaching-process h2::before,
    .SkVcN-teaching-process h2::after {
        width: 25px;
    }
}
.dZbRa-contact-panel {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(135deg, rgb(95,103,112,0.5), rgb(134,134,134));
    border-radius: 28px;
    border: 1px solid rgb(95,103,112);
}
.dZbRa-contact-panel h3 {
    color: rgb(95,103,112);
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
}
.dZbRa-contact-panel .form {
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
    border: 1px solid rgb(67,67,67);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}
.dZbRa-contact-panel .info svg, .dZbRa-contact-panel .info svg path {
    fill: rgb(95,103,112);
}
.dZbRa-contact-panel .info .contact_info h5 {
    color: rgb(95,103,112);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(95,103,112,0.5);
    padding-bottom: 10px;
    text-transform: uppercase;
}
.dZbRa-contact-panel .info span {
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
}
.dZbRa-contact-panel .info .contact_info svg, .dZbRa-contact-panel .info .contact_info svg path {
    fill: #000000;
}
.dZbRa-contact-panel form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 13px;
}
.dZbRa-contact-panel form input:focus {
    border-color: rgb(95,103,112);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    outline: none;
}
.dZbRa-contact-panel form .button {
    background: rgb(95,103,112);
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid rgb(95,103,112,0.5);
    text-transform: uppercase;
    margin-top: 20px;
}
.dZbRa-contact-panel .holder {
    display: flex;
    gap: 40px;
}
.dZbRa-contact-panel .holder > div {
    flex: 1;
    padding: 40px;
}
.dZbRa-contact-panel .info {
    background: rgb(134,134,134);
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(95,103,112,0.5);
}
.dZbRa-contact-panel .logo_holder {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
}
.dZbRa-contact-panel .logo_holder svg, .dZbRa-contact-panel .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}
.dZbRa-contact-panel .info .contact_info span {
    font-weight: 300;
}
.dZbRa-contact-panel .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.dZbRa-contact-panel .info .contact_info > div svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.dZbRa-contact-panel .name_holder {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.dZbRa-contact-panel .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.dZbRa-contact-panel .agree label {
    display: block;
    font-size: 13px;
}
.dZbRa-contact-panel .agree a {
    margin-left: 5px;
    color: rgb(95,103,112);
    font-weight: 600;
}
.dZbRa-contact-panel .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
@media only screen and (max-width: 900px) {
    .dZbRa-contact-panel {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .dZbRa-contact-panel .holder {
        flex-direction: column;
        gap: 20px;
    }
    .dZbRa-contact-panel .holder > div {
        width: 100%;
        padding: 20px;
    }
    .dZbRa-contact-panel h3 {
        font-size: 28px;
    }
    .dZbRa-contact-panel form input, .dZbRa-contact-panel form .button {
        font-size: 13px;
        padding: 12px;
    }
    .dZbRa-contact-panel form input {
        width: 100%;
    }
    .dZbRa-contact-panel .name_holder {
        gap: unset;
        flex-wrap: wrap;
    }
}
.kbCaT-developer-experience {
    padding: 80px 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.kbCaT-developer-experience .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 20px;
    flex-wrap: wrap;
}

.kbCaT-developer-experience .review {
    background: rgb(95,103,112,0.5);
    padding: 30px;
    border-radius: 11px;
    box-shadow: 0 10px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kbCaT-developer-experience .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(rgba(0, 0, 0, 0.5), 0.2);
}

.kbCaT-developer-experience .photo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 5px solid rgb(67,67,67);
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kbCaT-developer-experience .photo:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.kbCaT-developer-experience .worker_description .name {
    font-size: 18px;
    color: rgb(67,67,67);
    font-family: Playfair Display, sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
}

.kbCaT-developer-experience .worker_description span {
    font-size: 16px;
    color: rgb(95,103,112);
    font-weight: 400;
    margin-bottom: 15px;
}

.kbCaT-developer-experience .worker_description .quote {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    font-style: italic;
    line-height: 1.6;
    padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
    .kbCaT-developer-experience .review {
        max-width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .kbCaT-developer-experience {
        padding: 50px 20px;
    }

    .kbCaT-developer-experience .holder {
        flex-direction: column;
        align-items: center;
    }

    .kbCaT-developer-experience .photo {
        width: 250px;
        height: 250px;
    }

    .kbCaT-developer-experience .review {
        padding: 20px;
        max-width: 100%;
    }
}

.ukUcH-wrap-structure .kbCaT-developer-experience {
    position: relative;
    padding-top: 120px;
}

.ukUcH-wrap-structure .kbCaT-developer-experience::after {
    content: "";
    width: 100%;
    height: 250px;
    background: rgb(95,103,112);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: skewY(-3deg);
    transform-origin: top left;
}

.ukUcH-wrap-structure .kbCaT-developer-experience .holder {
    position: relative;
    z-index: 1;
    flex-direction: column;
}

.ukUcH-wrap-structure .kbCaT-developer-experience .review {
    background: rgba(#ffffff, 0.8);
    border-radius: 11px;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.3);
    padding: 30px;
    text-align: center;
}

.ukUcH-wrap-structure .kbCaT-developer-experience .photo {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

.ukUcH-wrap-structure .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ukUcH-wrap-structure .kbCaT-developer-experience .review .name {
    font-size: 44px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.ukUcH-wrap-structure .kbCaT-developer-experience .review span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}

.ukUcH-wrap-structure .kbCaT-developer-experience .review .quote {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    padding: 0 20px;
}

@media only screen and (max-width: 800px) {
    .ukUcH-wrap-structure .kbCaT-developer-experience .review {
        padding: 20px;
    }

    .ukUcH-wrap-structure .kbCaT-developer-experience::after {
        height: 200px;
    }

    .ukUcH-wrap-structure .kbCaT-developer-experience .photo {
        width: 180px;
        height: 180px;
    }
}
.bdQSa-about-this {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(95,103,112) 0%, #000000 100%);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
}

.ukUcH-wrap-structure .bdQSa-about-this .holder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.ukUcH-wrap-structure .bdQSa-about-this .photo {
    width: 45%;
    height: 300px;
    max-width: 500px;
    border: 2px solid rgb(67,67,67);
    border-radius: 17px;
    filter: drop-shadow(0 0 20px rgb(67,67,67));
}

.ukUcH-wrap-structure .bdQSa-about-this .caption_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(95,103,112);
    border: 2px solid rgb(95,103,112);
}

.ukUcH-wrap-structure .bdQSa-about-this .style_element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.ukUcH-wrap-structure .bdQSa-about-this h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(67,67,67);
    margin-bottom: 20px;
    text-shadow: 0 0 1px #ffffff;
}

.ukUcH-wrap-structure .bdQSa-about-this p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    text-shadow: 0 0 10px #000000;
}

.ukUcH-wrap-structure .bdQSa-about-this::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 180deg at 50% 50%, rgb(95,103,112), rgb(67,67,67), rgb(95,103,112), rgb(67,67,67));
    opacity: 0.2;
    z-index: 0;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1200px) {
    .ukUcH-wrap-structure .bdQSa-about-this .holder {
        flex-direction: column;
    }

    .ukUcH-wrap-structure .bdQSa-about-this .photo,
    .ukUcH-wrap-structure .bdQSa-about-this .caption_holder {
        width: 100%;
    }

    .ukUcH-wrap-structure .bdQSa-about-this .caption_holder {
        box-shadow: none;
        border-left: 0;
        border-top: 10px solid rgb(95,103,112);
    }
}

@media only screen and (max-width: 800px) {
    .ukUcH-wrap-structure .bdQSa-about-this {
        padding: 10px;
    }

    .ukUcH-wrap-structure .bdQSa-about-this .caption_holder {
        padding: 10px;
    }
}.wqotZ-sign-up-now {
    padding-bottom: 80px;
    padding-top: 80px;
}

.wqotZ-sign-up-now h2 {
    color: rgb(67,67,67);
}

.wqotZ-sign-up-now .button {
    background: rgb(67,67,67);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.wqotZ-sign-up-now .button:hover {
    background: rgb(95,103,112);
}

.wqotZ-sign-up-now .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wqotZ-sign-up-now h2 {
    font-size: 29px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.wqotZ-sign-up-now .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .wqotZ-sign-up-now .holder {
        flex-direction: column;
    }

    .ukUcH-wrap-structure section.wqotZ-sign-up-now h2 {
        font-size: 26px;
    }

    .wqotZ-sign-up-now h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .wqotZ-sign-up-now .button {
        font-size: 24px;
    }

    .wqotZ-sign-up-now {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.ukUcH-wrap-structure .wqotZ-sign-up-now {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background: linear-gradient(135deg, rgb(95,103,112) 0%, rgb(67,67,67,0.5) 100%);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.ukUcH-wrap-structure .wqotZ-sign-up-now .container {
    position: relative;
    z-index: 1;
}

.ukUcH-wrap-structure .wqotZ-sign-up-now .holder {
    width: 80%;
    padding: 50px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ukUcH-wrap-structure .wqotZ-sign-up-now .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.ukUcH-wrap-structure .wqotZ-sign-up-now h2 {
    margin-bottom: 30px;
    font-size: 29px;
    font-family: Playfair Display, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
    margin-right: 0;
}

.ukUcH-wrap-structure .wqotZ-sign-up-now .button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: rgb(95,103,112);
    border: 2px solid #ffffff;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.ukUcH-wrap-structure .wqotZ-sign-up-now .button:hover {
    background: rgb(67,67,67);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.ukUcH-wrap-structure .wqotZ-sign-up-now::after, .ukUcH-wrap-structure .wqotZ-sign-up-now::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    background: rgb(67,67,67);
}

.ukUcH-wrap-structure .wqotZ-sign-up-now::after {
    width: 150px;
    height: 150px;
    top: -75px;
    right: 10%;
}

.ukUcH-wrap-structure .wqotZ-sign-up-now::before {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: 15%;
}

@media only screen and (max-width: 800px) {
    .ukUcH-wrap-structure .wqotZ-sign-up-now .holder {
        width: 90%;
        padding: 30px;
    }

    .ukUcH-wrap-structure .wqotZ-sign-up-now h2 {
        font-size: 19px;
    }

    .ukUcH-wrap-structure .wqotZ-sign-up-now .button {
        width: 100%;
        padding: 12px 0;
        font-size: 20px;
    }

    .ukUcH-wrap-structure .wqotZ-sign-up-now::after, .ukUcH-wrap-structure .wqotZ-sign-up-now::before {
        display: none;
    }
}.FWktr-secure-haven {
    background-color: rgb(134,134,134);
    color: #000000;
    font-family: Playfair Display, sans-serif;
    padding: 2rem;
    border: 2px solid rgba(0, 0, 0, 0.5);
    margin: 2rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    position: relative;
}
.FWktr-secure-haven::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px dashed rgb(95,103,112);
    border-radius: 16px;
    pointer-events: none;
}
.FWktr-secure-haven::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: rgb(95,103,112,0.5);
    border-radius: 50%;
    z-index: -1;
}
.FWktr-secure-haven h1 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(95,103,112);
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    border-left: 5px solid rgb(95,103,112);
}
.FWktr-secure-haven h2 {
    font-size: 30px;
    font-weight: 600;
    color: rgb(67,67,67);
    margin-top: 2rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1rem;
    border-left: 4px solid rgb(67,67,67);
}

.FWktr-secure-haven h3, .FWktr-secure-haven h4, .FWktr-secure-haven h5, .FWktr-secure-haven h6 {
    font-size: 18px;
    margin: 1rem 0;
}
.FWktr-secure-haven ul,
.FWktr-secure-haven ol {
    padding-left: 2rem;
    margin: 1.5rem 0;
    list-style-position: inside;
}
.FWktr-secure-haven ul {
    list-style-type: square;
}
.FWktr-secure-haven ol {
    list-style-type: decimal;
}
.FWktr-secure-haven li {
    font-size: 17px;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    position: relative;
}
.FWktr-secure-haven li::before {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: -1.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgb(95,103,112);
    border-radius: 50%;
}
.FWktr-secure-haven p {
    font-size: 17px;
    margin-bottom: 1rem;
    line-height: 1.8;
    border-left: 4px solid rgba(0, 0, 0, 0.5);
    padding-left: 1rem;
}
.FWktr-secure-haven span {
    font-weight: 700;
    color: rgb(67,67,67);
    background-color: rgb(95,103,112,0.5);
    padding: 0.2rem 0.4rem;
    border-radius: 10px;
}
.FWktr-secure-haven > div {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
}
.FWktr-secure-haven > div::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px dotted rgb(95,103,112);
    border-radius: 10px;
    pointer-events: none;
}
@media only screen and (max-width: 800px) {
    .FWktr-secure-haven {
        padding: 1rem;
        margin: 1rem auto;
    }
    .FWktr-secure-haven h1 {
        font-size: calc(42px - 0.5rem);
        padding-left: 0.5rem;
        border-left-width: 3px;
    }
    .FWktr-secure-haven h1::before {
        top: -5px;
        width: 5px;
        height: 5px;
    }
    .FWktr-secure-haven h2 {
        font-size: calc(30px - 0.5rem);
        padding-left: 0.5rem;
        border-left-width: 3px;
    }
    .FWktr-secure-haven h2::before {
        top: -4px;
        width: 4px;
        height: 4px;
    }
    .FWktr-secure-haven p,
    .FWktr-secure-haven li {
        font-size: calc(17px - 0.2rem);
    }
    .FWktr-secure-haven > div {
        padding: 0.5rem;
    }
    .FWktr-secure-haven > div::before {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
    }
}