* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
}
.framework-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(226,232,240);
}
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;
    }
}.educational_rewards {
    padding-bottom: 80px;
    padding-top: 80px;
}

.educational_rewards .holder {
    display: flex;
    width: 100%;
}

.educational_rewards h2 {
    text-align: left;
    margin-bottom: 20px;
}

.educational_rewards .photo {
    width: 50%;
    flex-shrink: 0;
}

.educational_rewards .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.educational_rewards ul {
    list-style: none;
}

.educational_rewards li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.educational_rewards svg, .educational_rewards path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(148,163,184);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .educational_rewards {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .educational_rewards .holder {
        flex-direction: column;
    }

    .educational_rewards .text_holder {
        width: 100%;
    }

    .educational_rewards .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.framework-wrap .educational_rewards {
    background: rgb(226,232,240);
    position: relative;
    padding: 100px 0;
    color: #000000;
    font-family: Roboto, sans-serif;
    border: 1px solid rgb(148,163,184,0.5);
    overflow: hidden;
}

.framework-wrap .educational_rewards::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(148,163,184,0.5) 25%, transparent 25%) 0 0,
    linear-gradient(225deg, rgb(148,163,184,0.5) 25%, transparent 25%) 0 0,
    linear-gradient(315deg, rgb(148,163,184,0.5) 25%, transparent 25%) 0 0,
    linear-gradient(45deg, rgb(148,163,184,0.5) 25%, transparent 25%) 0 0;
    background-size: 50px 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.2;
}

.framework-wrap .educational_rewards .holder {
    display: flex;
    flex-direction: row;
    z-index: 1;
    position: relative;
    gap: 40px;
    align-items: center;
}

.framework-wrap .educational_rewards h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    border-bottom: 2px solid rgb(148,163,184);
    padding-bottom: 10px;
}

.framework-wrap .educational_rewards li {
    margin-bottom: 20px;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid rgb(148,163,184,0.5);
    padding-bottom: 10px;
}

.framework-wrap .educational_rewards .photo {
    width: 50%;
    min-height: 500px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    background-color: rgb(148,163,184,0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.framework-wrap .educational_rewards .text_holder {
    padding: 20px;
    z-index: 2;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.framework-wrap .educational_rewards svg, .framework-wrap .educational_rewards path {
    width: 20px;
    height: 20px;
    fill: rgb(148,163,184);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .framework-wrap .educational_rewards {
        padding: 50px 0;
    }

    .framework-wrap .educational_rewards .holder {
        flex-direction: column;
        gap: 30px;
    }

    .framework-wrap .educational_rewards h2 {
        font-size: 24px;
        text-align: center;
    }

    .framework-wrap .educational_rewards .text_holder {
        padding-top: 0;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .framework-wrap .educational_rewards .photo {
        width: 100%;
        height: 300px;
    }

    .framework-wrap .educational_rewards li {
        text-align: left;
    }
}header .top_plank {
    background: rgb(148,163,184);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 14px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}header .main_header {
    background: rgb(148,163,184,0.5);
    color: #ffffff;
    padding: 30px 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: background 0.5s ease, box-shadow 0.5s ease;
}
header .main_header:hover {
    background: rgb(148,163,184,0.5);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo_holder {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.5s ease;
}
header .logo_holder:hover {
    transform: scale(1.05);
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease;
}
header .logo_holder svg, 
header .logo_holder svg path, 
header .logo_holder img {
    fill: rgb(30,41,59);
    height: 100px;
    width: 100px;
    transition: fill 0.5s ease, transform 0.5s ease;
}
header .logo_holder:hover svg, 
header .logo_holder:hover svg path, 
header .logo_holder:hover img {
    fill: #ffffff;
    transform: rotate(360deg);
}
header .menu {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
header .menu a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 30px;
    text-decoration: none;
    position: relative;
    transition: color 0.5s ease, border-color 0.5s ease, background 0.5s ease;
}
header .menu a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: rgb(30,41,59);
    transition: width 0.5s ease, left 0.5s ease;
}
header .menu a:hover::before {
    width: 100%;
    left: 0;
}

header .menu a.active {
    color: rgb(30,41,59);
    border-bottom: 3px solid rgb(30,41,59);
    border-radius: 10px;
}
header .menu a.active:hover {
    background: rgb(148,163,184);
    color: #ffffff;
    border: 3px solid rgb(148,163,184);
}


.framework-wrap header .main_header {
    position: relative;
    background: rgb(148,163,184,0.5);
}

.framework-wrap header .logo_holder {
    padding: 0;
}
.framework-wrap header .menu a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
    margin: 0 20px;
    padding: 20px 0;
    transition: border-color 0.5s ease, color 0.5s ease;
}
.framework-wrap header .menu a:hover {
    border-bottom: 4px solid rgb(30,41,59);
    color: rgb(30,41,59);
}
@media only screen and (max-width: 1200px) {
    .framework-wrap header .menu a {
        margin: 10px 0;
    }
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        padding: 20px 0;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        width: 100%;
        padding: 10px 20px;

    }
    header .logo_holder {
        justify-content: center;
        width: 100%;
    }
    header .logo_holder .logotype {
        margin-right: 0;
    }
    header .logo_holder svg,
    header .logo_holder svg path,
    header .logo_holder img {
        height: 80px;
        width: 80px;
    }
    .framework-wrap header .menu a {
        margin: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    .framework-wrap header .logo_holder {
        justify-content: center;
    }
    .framework-wrap header .main_header:before, 
    .framework-wrap header .main_header:after {
        display: none;
    }
    .framework-wrap header .main_header {
        padding: 20px 0;
    }
    .framework-wrap header .menu {
        background: none;
        align-items: center;
        padding: 0;
    }
    .framework-wrap header .menu a {
        text-align: center;
        margin: 0 10px;
    }
    .framework-wrap header .logo_holder .logotype {
        padding: 30px 20px 40px 20px;
    }
    .framework-wrap header .logo_holder svg, 
    .framework-wrap header .logo_holder img {
        height: 60px;
        width: 60px;
    }
}.education_history {
   padding: 120px 0;
   background: rgb(30,41,59);
   position: relative;
   overflow: hidden;
}

.education_history::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgb(30,41,59,0.5);
   transform: skewY(-3deg);
}

.education_history .review {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
   max-width: 1000px;
   margin: 0 auto;
}

.education_history .review .photo {
   width: 400px;
   height: 400px;
   margin-bottom: 40px;
   border-radius: 15px;
   border: 3px solid rgb(148,163,184);
   box-shadow: 15px 15px 0 rgb(148,163,184,0.5);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.education_history .review .photo:hover {
   transform: translate(-5px, -5px);
   box-shadow: 20px 20px 0 rgb(148,163,184,0.5);
}

.education_history .worker_description {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   color: #ffffff;
   margin-bottom: 30px;
}

.education_history .worker_description .name {
   font-size: 35px;
   font-weight: 700;
   margin-bottom: 15px;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.education_history .worker_description .job {
   font-size: 24px;
   font-weight: 300;
   color: rgb(148,163,184);
}

.education_history .worker_info {
   width: 100%;
   max-width: 800px;
}

.education_history .worker_info .quote {
   margin: 20px 0;
   padding: 30px;
   background: rgba(0, 0, 0, 0.5);
   border-radius: 10px;
   text-align: center;
   color: #ffffff;
   font-size: 24px;
   font-style: italic;
   position: relative;
   border-left: 4px solid rgb(148,163,184);
}

.education_history .worker_info .story {
   margin: 20px 0;
   padding: 30px;
   background: rgba(0, 0, 0, 0.5);
   border-radius: 10px;
   text-align: center;
   color: #ffffff;
   font-size: 12px;
   line-height: 1.8;
}

@media only screen and (max-width: 1024px) {
   .education_history {
       padding: 80px 0;
   }
   
   .education_history .review .photo {
       width: 350px;
       height: 350px;
   }
   
   .education_history .worker_info {
       max-width: 90%;
   }
}

@media only screen and (max-width: 768px) {
   .education_history {
       padding: 60px 0;
   }
   
   .education_history .review .photo {
       width: 300px;
       height: 300px;
       margin-bottom: 30px;
   }
   
   .education_history .worker_description .name {
       font-size: 24px;
   }
   
   .education_history .worker_description .job {
       font-size: 12px;
   }
   
   .education_history .worker_info .quote,
   .education_history .worker_info .story {
       padding: 20px;
   }
}

@media only screen and (max-width: 480px) {
   .education_history {
       padding: 40px 0;
   }
   
   .education_history .review .photo {
       width: 250px;
       height: 250px;
       margin-bottom: 20px;
   }
   
   .education_history .worker_info .quote {
       font-size: 12px;
   }
}.program_structure {
    padding: 100px 0;
    background: #ffffff;
    font-family: Roboto, sans-serif;
    color: #000000;
}
.program_structure h2 {
    color: rgb(148,163,184);
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.program_structure .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.program_structure .items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.program_structure .course {
    padding: 20px;
    min-width: 300px;
    margin: 10px 0;
    border: 1px solid rgb(148,163,184,0.5);
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.program_structure .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.program_structure .photo {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.program_structure .text_holder {
    padding: 20px;
    background: rgb(148,163,184,0.5);
    border-radius: 10px;
}
.program_structure h3 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(148,163,184);
}
.program_structure p {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.5;
}
.program_structure .button {
    background: rgb(148,163,184);
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background 0.3s ease, transform 0.3s ease;
}

@media only screen and (max-width: 800px) {
    .program_structure {
        padding: 50px 0;
    }
    .program_structure .items {
        flex-direction: column;
        align-items: center;
    }
    .program_structure .course {
        width: 100%;
        max-width: unset;
        padding: 0;
    }
    .program_structure h3 {
        font-size: 20px;
    }
    .program_structure p {
        font-size: 12px;
    }
}

.framework-wrap .program_structure {
    position: relative;
    overflow: hidden;
}
.framework-wrap .program_structure .items {
    width: 100%;
}
.framework-wrap .program_structure .content {
    border-radius: 0;
    box-shadow: none;
}
.framework-wrap .program_structure .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-position: center !important;
    border-radius: 0 !important;
}
.framework-wrap .program_structure .photo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.framework-wrap .program_structure .text_holder {
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    width: 80%;
    padding: 30px;
    color: #000000;
    border: 2px solid rgb(148,163,184);
    border-radius: 12px;
    text-align: center;
}
.framework-wrap .program_structure h3 {
    font-size: 31px;
    font-weight: 600;
    margin: 0;
    color: rgb(148,163,184);
}
.framework-wrap .program_structure p {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}
.framework-wrap .program_structure .button {
    margin-top: 30px;
    padding: 10px 25px;
    background: rgb(30,41,59);
    border: 2px solid rgb(148,163,184);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 12px;
    transition: background 0.3s ease, border 0.3s ease;
}
.framework-wrap .program_structure .button:hover {
    background: rgb(148,163,184);
    border: 2px solid rgb(30,41,59);
}

@media only screen and (max-width: 600px) {
    .framework-wrap .program_structure .text_holder {
        width: 100%;
        padding: 20px;
    }
    .framework-wrap .program_structure p {
        padding: 0;
        font-size: 12px;
        line-height: 1.4;
        margin-top: 20px;
    }
    .framework-wrap .program_structure h3 {
        font-size: 21px;
    }
    .framework-wrap .program_structure .button {
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 18px;
    }
}.appArea {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(226,232,240);
    padding: 60px 20px;
    position: relative;
}
.appArea .container {
    max-width: 1200px;
    width: 100%;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(148,163,184,0.5);
}
.appArea .container::before,
.appArea .container::after {
    content: '';
    position: absolute;
    border-radius: 30px;
    border: 1px solid rgb(148,163,184,0.5);
}
.appArea .container::before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}
.appArea .container::after {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgb(30,41,59,0.5);
}
.appArea .container h2 {
    font-size: 35px;
    color: rgb(148,163,184);
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(30,41,59);
}
.appArea .container p {
    font-size: 15px;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
    text-align: left;
}
.appArea .container p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: rgb(148,163,184);
    border-radius: 50%;
}
@media only screen and (max-width: 800px) {
    .appArea {
        padding: 30px 10px;
    }
    .appArea .container {
        padding: 30px;
    }
    .appArea h2 {
        font-size: 44px;
    }
}

.advantages_overview .advantages_content h2 {
    color: rgb(30,41,59);
}

.advantages_overview .advantage_item svg, .advantages_overview .advantage_item svg path {
    fill: rgb(148,163,184);
}

.advantages_overview .advantage_item p {
    color: #000000;
}

.advantages_overview .advantage_item b {
    color: rgb(148,163,184);
}

.advantages_overview {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_overview .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_overview .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_overview .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 600;
}

.advantages_overview .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_overview .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_overview .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_overview .advantage_item svg, .advantages_overview .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .framework-wrap .advantages_overview .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_overview .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_overview .advantages_holder {
        flex-direction: column;
    }

    .advantages_overview {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .framework-wrap .advantages_overview .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.framework-wrap .advantages_overview .advantages_content h2 {
    font-size: 40px;
}

.framework-wrap .advantages_overview .advantage_item svg, .framework-wrap .advantages_overview .advantage_item img {
    width: 90px;
    height: 90px;
}.plan_comparison {
    background: linear-gradient(135deg, rgb(148,163,184,0.5), rgb(30,41,59,0.5));
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

.plan_comparison .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    z-index: 0;
}

.plan_comparison::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, #ffffff 10%, transparent 10%);
    background-size: 20px 20px;
    opacity: 0.1;
    animation: moveBackground 60s linear infinite;
    z-index: 1;
}

@keyframes moveBackground {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-50%, -50%); }
}

.plan_comparison .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.plan_comparison .price_holder {
    text-align: center;
}

.plan_comparison .price_holder h2 {
    font-size: 48px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.plan_comparison .price_section_description {
    font-size: 19px;
    color: #000000;
    margin-bottom: 80px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.plan_comparison .price_cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    perspective: 1000px;
}

.plan_comparison .price_card {
    background-color: #ffffff;
    border-radius: 17px;
    padding: 50px 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 350px;
    margin: -15px;
    transform: translateZ(0) scale(0.95);
    z-index: 1;
}

.plan_comparison .price_card:nth-child(2) {
    z-index: 2;
    transform: translateZ(30px) scale(1);
}

.plan_comparison .price_card:nth-child(3) {
    z-index: 1;
    transform: translateZ(-30px) scale(0.95);
}

.plan_comparison .price_card:hover {
    transform: translateZ(50px) scale(1.05) !important;
    z-index: 10 !important;
}

.plan_comparison .price_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(148,163,184), rgb(30,41,59));
}

.plan_comparison .price_card h3 {
    font-size: 23px;
    color: rgb(148,163,184);
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.plan_comparison .price_card h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(30,41,59);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.plan_comparison .price_card:hover h3::after {
    transform: scaleX(1);
}

.plan_comparison .price_amount {
    font-size: 31px;
    color: #000000;
    margin-bottom: 35px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.plan_comparison .price_card p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.8;
    flex-grow: 1;
}

.plan_comparison .price_card .button {
    display: inline-block;
    padding: 15px 40px;
    background-color: rgb(148,163,184);
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    align-self: flex-start;
}

.plan_comparison .price_card .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s ease;
}

.plan_comparison .price_card .button:hover::before {
    left: 100%;
}

.plan_comparison .price_card .button:hover {
    background-color: rgb(30,41,59);
    box-shadow: 0 10px 20px rgb(30,41,59,0.5);
}

@media (max-width: 1200px) {
    .plan_comparison .price_card {
        width: 320px;
        margin: -10px;
        padding: 45px 35px;
    }
}

@media (max-width: 992px) {
    .plan_comparison {
        padding: 100px 0;
    }
    .plan_comparison .price_cards {
        flex-direction: column;
        align-items: center;
    }
    .plan_comparison .price_card {
        width: 100%;
        max-width: 400px;
        margin: 20px 0;
        transform: translateZ(0) scale(1) !important;
    }
    .plan_comparison .price_card:nth-child(2),
    .plan_comparison .price_card:nth-child(3) {
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .plan_comparison {
        padding: 80px 0;
    }
    .plan_comparison .price_holder h2 {
        font-size: calc(48px * 0.85);
    }
    .plan_comparison .price_section_description {
        font-size: calc(19px * 0.95);
        margin-bottom: 50px;
    }
    .plan_comparison .price_card {
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    .plan_comparison {
        padding: 60px 0;
    }
    .plan_comparison .price_holder h2 {
        font-size: calc(48px * 0.7);
    }
    .plan_comparison .price_section_description {
        font-size: calc(19px * 0.9);
        margin-bottom: 40px;
    }
    .plan_comparison .price_card {
        padding: 40px 30px;
    }
    .plan_comparison .price_amount {
        font-size: calc(31px * 0.9);
    }
    .plan_comparison .price_card .button {
        padding: 12px 30px;
        font-size: calc(15px * 0.95);
    }
}.future_attendees {
    position: relative;
    padding: 150px 0;
    background: linear-gradient(to right, #ffffff 50%, rgb(226,232,240) 50%);
    overflow: hidden;
}

.future_attendees::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgb(148,163,184,0.5) 0%,
        rgb(148,163,184,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0.1;
}

.future_attendees .container {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
}

.future_attendees .who_needs_photo {
    flex: 0 0 45%;
    position: relative;
    aspect-ratio: 1;
    border-radius: 50% 50% 50% 0;
    overflow: hidden;
    transform: rotate(-5deg);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        -15px 15px 0 rgb(148,163,184),
        15px -15px 0 rgb(30,41,59,0.5);
}

.future_attendees .who_needs_photo:hover {
    transform: rotate(0deg);
}

.future_attendees .who_needs_photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 70% 30%,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.future_attendees .who_needs_text {
    flex: 1;
    max-width: 600px;
}

.future_attendees .who_needs_text h2 {
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    padding-left: 25px;
}

.future_attendees .who_needs_text h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: rgb(148,163,184);
    border-radius: 10px;
}

.future_attendees .who_needs_list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.future_attendees .who_needs_list div {
    position: relative;
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 21px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #000000;
    transform: translateX(0);
    transition: all 0.3s ease;
    border: 1px solid rgb(226,232,240);
}

.future_attendees .who_needs_list div:nth-child(even) {
    transform: translateX(40px);
}

.future_attendees .who_needs_list div:hover {
    background: linear-gradient(135deg, #ffffff 0%, rgb(226,232,240) 100%);
    border-color: transparent;
}

.future_attendees .who_needs_list div svg {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    padding: 6px;
    background: rgb(148,163,184);
    border-radius: 50%;
    fill: #ffffff;
}

@media (max-width: 1200px) {
    .future_attendees {
        background: #ffffff;
    }

    .future_attendees .container {
        flex-direction: column;
        gap: 60px;
    }

    .future_attendees .who_needs_photo {
        flex: 0 0 auto;
        width: 80%;
        max-width: 500px;
    }

    .future_attendees .who_needs_text {
        max-width: 100%;
        text-align: center;
    }

    .future_attendees .who_needs_text h2 {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .future_attendees .who_needs_text h2::before {
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
        width: 80px;
        height: 6px;
    }

    .future_attendees .who_needs_list div:nth-child(even) {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .future_attendees {
        padding: 80px 0;
    }

    .future_attendees .who_needs_photo {
        width: 100%;
        border-radius: 30% 30% 30% 0;
    }

    .future_attendees .who_needs_list div {
        padding: 25px 30px 25px 40px;
    }

    .future_attendees .who_needs_list div svg {
        width: 24px;
        height: 24px;
        left: 8px;
    }
}

@media (max-width: 480px) {
    .future_attendees {
        padding: 60px 0;
    }

    .future_attendees .who_needs_text h2 {
        font-size: calc(31px * 0.85);
    }

    .future_attendees .who_needs_list div {
        font-size: calc(16px * 0.95);
        padding: 20px 25px 20px 35px;
    }
}.welcome_section {
    position: relative;
    background: radial-gradient(circle at top left, #ffffff 0%, rgb(226,232,240) 100%);
    overflow: hidden;
    border: 10px solid #ffffff;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
}

.welcome_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(148,163,184,0.5) 0%, transparent 75%);
    opacity: 0.1;
}

.welcome_section .holder {
    display: flex;
    flex-direction: row-reverse;
    border: 1px solid rgb(30,41,59,0.5);
    margin: 10px;
}

.welcome_section .photo {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.welcome_section .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

.welcome_section .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.welcome_section .photo:hover::after {
    opacity: 0.3;
}

.welcome_section .text_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    background: linear-gradient(to bottom right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    position: relative;
    border-left: 1px solid rgb(30,41,59,0.5);
}

.welcome_section .text_info {
    position: relative;
}
.welcome_section .text_info svg {
    width: 50px;
    height: 50px;
    fill: rgb(148,163,184);
    opacity: 0.7;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.welcome_section .text_info h2 {
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

.welcome_section .text_info h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 1px;
    background: linear-gradient(to right, rgb(148,163,184), transparent);
}

.welcome_section .text_info span {
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    display: block;
    margin-bottom: 2rem;
    font-weight: 300;
}

.welcome_section .text_holder .button {
    align-self: flex-start;
    padding: 0.8rem 2rem;
    font-size: 20px;
    font-weight: 400;
    color: rgb(148,163,184);
    background: linear-gradient(to right, transparent 50%, rgb(148,163,184) 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    border: 1px solid rgb(148,163,184);
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.welcome_section .text_holder .button:hover {
    color: #ffffff;
    background-position: right bottom;
}

.welcome_section .text_holder .button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(148,163,184,0.5);
}

@media only screen and (max-width: 1200px) {
    .welcome_section .holder {
        flex-direction: column;
    }
    
    .welcome_section .photo {
        height: 40vh;
        flex: unset;
    }

    .welcome_section .text_holder {
        border-left: none;
        border-top: 1px solid rgb(30,41,59,0.5);
    }

    .welcome_section .text_holder::before {
        width: 80%;
        height: 2px;
        top: -1px;
        left: 10%;
    }

    .welcome_section .text_info {
        padding-left: 0;
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .welcome_section {
        border-width: 5px;
    }

    .welcome_section .text_holder {
        padding: 2rem;
    }

    .welcome_section .text_info h2 {
        font-size: 23px;
    }

    .welcome_section .text_info span {
        font-size: 12px;
    }

    .welcome_section .text_holder .button {
        width: 100%;
        text-align: center;
    }
}.our_mission {
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(148,163,184), rgb(30,41,59));
    font-family: Roboto, sans-serif;
}

.framework-wrap .our_mission .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.framework-wrap .our_mission .holder .photo {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid rgb(148,163,184);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative;
}

.framework-wrap .our_mission .holder .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid rgb(30,41,59);
    border-radius: 50%;
    box-sizing: border-box;
}

.framework-wrap .our_mission .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 40px;
    border-radius: 27px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.framework-wrap .our_mission .style_element h2 {
    color: rgb(148,163,184);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.framework-wrap .our_mission .style_element h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: rgb(148,163,184);
    border-radius: 10px;
}

.framework-wrap .our_mission .style_element p {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    padding: 20px;
    background: rgb(30,41,59,0.5);
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.framework-wrap .our_mission .style_element p::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: rgb(148,163,184);
    border-radius: 50%;
}

.framework-wrap .our_mission .style_element p::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: rgb(148,163,184);
    border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
    .framework-wrap .our_mission .holder .photo {
        width: 300px;
        height: 300px;
    }

    .framework-wrap .our_mission .caption_holder {
        padding: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .framework-wrap .our_mission {
        padding: 60px 0;
    }
    .framework-wrap .our_mission .holder {
        padding: 0;
    }

    .framework-wrap .our_mission .holder .photo {
        width: 250px;
        height: 250px;
    }

    .framework-wrap .our_mission .caption_holder {
        padding: 10px;
    }

    .framework-wrap .our_mission .style_element h2 {
        font-size: 22px;
    }

    .framework-wrap .our_mission .style_element p {
        font-size: 18px;
    }
}
.experience_trial {
    padding-bottom: 80px;
    padding-top: 80px;
}

.experience_trial h2 {
    color: rgb(30,41,59);
}

.experience_trial .button {
    background: rgb(30,41,59);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.experience_trial .button:hover {
    background: rgb(148,163,184);
}

.experience_trial .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.experience_trial h2 {
    font-size: 33px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.experience_trial .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .experience_trial .holder {
        flex-direction: column;
    }

    .framework-wrap section.experience_trial h2 {
        font-size: 26px;
    }

    .experience_trial h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .experience_trial .button {
        font-size: 24px;
    }

    .experience_trial {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.framework-wrap .experience_trial .holder {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 2px solid rgb(30,41,59,0.5);
    border-bottom: 2px solid rgb(30,41,59,0.5);
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 0 !important;
}

.framework-wrap .experience_trial h2 {
    margin-bottom: 25px;
    font-size: 48px;
    margin-right: 0;
    width: 100%;

}

.framework-wrap .experience_trial .button {
    border-radius: 0;
    width: 400px;
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
    .framework-wrap .experience_trial .holder {
        flex-direction: column;
        width: 90%;
    }

    .framework-wrap .experience_trial .button {
        width: 100%;
    }

    .framework-wrap .experience_trial h2 {
        font-size: 24px;
    }

}
.visual-block {
    background: linear-gradient(120deg, #000000 0%, rgb(148,163,184) 50%, #000000 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.visual-block::before,
.visual-block::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: repeating-linear-gradient(45deg,
        rgb(148,163,184,0.5) 0%,
        transparent 1px,
        transparent 50px,
        rgb(148,163,184,0.5) 51px
    );
    animation: gridMove 20s linear infinite;
    opacity: 0.1;
}

.visual-block::after {
    transform: rotate(90deg);
    animation-duration: 15s;
    opacity: 0.05;
}

.visual-block .container {
    position: relative;
    z-index: 2;
}

.visual-block .gallery_content {
    max-width: 1200px;
    margin: 0 auto;
}

.visual-block .gallery_content h2 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 20px;
}

.visual-block .gallery_content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(30,41,59) 50%,
        transparent 100%
    );
    animation: lineGlow 2s ease-in-out infinite;
}

.visual-block .gallery_description {
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.6;
    opacity: 0.9;
}

.visual-block .gallery_holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 20px;
    perspective: 1000px;
}

.visual-block .gallery_holder .gallery_image {
    aspect-ratio: 16/9;
    border-radius: 12px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}

.visual-block .gallery_holder .gallery_image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        transparent 20%,
        rgb(30,41,59,0.5) 150%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.visual-block .gallery_holder .gallery_image::after {
    content: "";
    position: absolute;
    inset: -1px;
    border: 1px solid rgb(30,41,59);
    border-radius: 12px;
    opacity: 0;
    transition: all 0.3s ease;
}

.visual-block .gallery_holder .gallery_image:hover {
    transform: translateZ(20px);
}

.visual-block .gallery_holder .gallery_image:hover::before {
    opacity: 0.7;
}

.visual-block .gallery_holder .gallery_image:hover::after {
    opacity: 1;
    inset: -3px;
    border-width: 2px;
    box-shadow: 0 0 20px rgb(30,41,59,0.5);
}

.visual-block .gallery_holder:has(.gallery_image:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.visual-block .gallery_holder .gallery_image:nth-child(3n+1) {
    animation: floatAnimation 4s ease-in-out infinite;
}

.visual-block .gallery_holder .gallery_image:nth-child(3n+2) {
    animation: floatAnimation 4s ease-in-out infinite 1.3s;
}

.visual-block .gallery_holder .gallery_image:nth-child(3n) {
    animation: floatAnimation 4s ease-in-out infinite 2.6s;
}

@keyframes gridMove {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        width: 100px;
    }
    50% {
        opacity: 1;
        width: 150px;
    }
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {
    .visual-block .gallery_holder {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .visual-block {
        padding: 80px 0;
    }
    
    .visual-block .gallery_holder .gallery_image:hover {
        transform: translateZ(10px);
    }
}

@media screen and (max-width: 768px) {
    .visual-block {
        padding: 60px 0;
    }
    
    .visual-block .gallery_holder {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .visual-block .gallery_description {
        margin-bottom: 40px;
        padding: 0 15px;
    }
    
    .visual-block .gallery_holder:has(.gallery_image:nth-child(4):last-child) {
        grid-template-columns: 1fr;
    }
    
    .visual-block .gallery_holder .gallery_image:hover {
        transform: none;
    }
}footer {
    background: rgb(30,41,59);
    color: #ffffff;
}
footer .copyright {
    background: rgb(148,163,184);
}
footer .logo_holder svg, footer .logo_holder svg path{
    fill: rgb(148,163,184);
}
footer h5 {
    color: rgb(148,163,184);
}
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 .footer_agreement {
    display: flex;
    margin: 10px 0;
    justify-content: flex-end;
    text-align: right;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}
footer h5 {
    font-size: 21px;
    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: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}
footer .copyright {
    font-size: 14px;
}
@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;
    }

}
.privacy_safeguard {
    background-color: #ffffff;
    color: #000000;
    font-family: Roboto, sans-serif;
    padding: 40px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.privacy_safeguard h1, .privacy_safeguard h2, .privacy_safeguard h3, .privacy_safeguard h4, .privacy_safeguard h5, .privacy_safeguard h6 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
}
.privacy_safeguard h1 {
    font-size: 44px;
    border-bottom: 2px solid rgb(148,163,184);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.privacy_safeguard h2 {
    font-size: 35px;
    border-bottom: 2px solid rgb(30,41,59);
    padding-bottom: 8px;
    margin-bottom: 25px;
}
.privacy_safeguard h3 {
    font-size: 1.5em;
    border-bottom: 1px solid #000000;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.privacy_safeguard h4 {
    font-size: 1.25em;
    margin-bottom: 18px;
}
.privacy_safeguard h5 {
    font-size: 21px;
    margin-bottom: 16px;
}
.privacy_safeguard h6 {
    font-size: 19px;
    margin-bottom: 14px;
}
.privacy_safeguard ul, .privacy_safeguard ol {
    margin-left: 20px;
    padding-left: 20px;
    color: #000000;
    list-style: none;
}
.privacy_safeguard ul li, .privacy_safeguard ol li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.privacy_safeguard ul li:before {
    content: '•';
    color: rgb(148,163,184);
    position: absolute;
    left: 0;
    font-size: 1.2em;
}
.privacy_safeguard p, .privacy_safeguard span, .privacy_safeguard div {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .privacy_safeguard {
        padding: 20px 10px;
    }
    .privacy_safeguard h1 {
        font-size: calc(21px - 10%);
    }
    .privacy_safeguard h2 {
        font-size: calc(21px - 10%);
    }
    .privacy_safeguard p, .privacy_safeguard span, .privacy_safeguard div {
        font-size: calc(14px - 10%);
    }
}
.privacy_safeguard a {
    color: rgb(148,163,184);
    text-decoration: none;
    border-bottom: 1px solid rgb(148,163,184);
}
.privacy_safeguard a:hover {
    color: rgb(30,41,59);
    border-bottom: 1px solid rgb(30,41,59);
}
.privacy_safeguard blockquote {
    background-color: rgb(226,232,240);
    border-left: 5px solid rgb(148,163,184);
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    color: #000000;
}
.privacy_safeguard code {
    background-color: rgb(226,232,240);
    border-radius: 10px;
    padding: 2px 6px;
    font-family: monospace;
    color: #000000;
}
.privacy_safeguard hr {
    border: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 30px 0;
}
.reach_out {
    padding-top: 80px;
    padding-bottom: 80px;
}
.reach_out h3 {
    color: rgb(30,41,59);
}
.reach_out .form {
    background:rgb(226,232,240);
    border-radius: 10px;
}
.reach_out .info svg, .reach_out .info svg path {
    fill: rgb(148,163,184);
}
.reach_out .info .contact_info h5 {
    color: rgb(148,163,184);
}
.reach_out .info span {
    color:  #000000;
}
.reach_out .info .contact_info svg, .reach_out .info .contact_info svg path {
    fill:  #000000;
}
.reach_out form input {
    color: #000000;
    border-radius:6px;
    background:  #ffffff;
}
.reach_out form  .button {
    background: rgb(30,41,59);
    color:  #ffffff;
    border-radius: 100px;
}
.reach_out form  .button:hover {
    background: rgb(148,163,184);
}


.reach_out .holder {
    display: flex;
}
.reach_out .holder>div {
    width: 50%;
    padding: 40px;
}
.reach_out .form {

}
.reach_out .form form {
    display: flex;
    flex-direction: column;
}
.reach_out h3 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 18px;
}
.reach_out .info {
    padding-top: 40px;
}
.reach_out form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}
.reach_out form  .button {
    font-weight: 400;
    cursor: pointer;
}
.reach_out .info .contact_info h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
}
.reach_out .info svg, .reach_out .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}
.reach_out .info span {
    font-size: 15px;
}
.reach_out .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;
    margin-right: 30px;
}
.reach_out .logo_holder svg, .reach_out .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}
.reach_out .info .contact_info span {
    font-weight: 300;
}
.reach_out .info .contact_info>div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.reach_out .name_holder {
    display: flex;
    justify-content: space-between;
}
.reach_out .name_holder #surname {
    margin-left: 24px;
}
.reach_out  .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.reach_out  .agree label {
    display: block;
}
.reach_out  .agree a {
    margin-left: 5px;
    color: rgb(148,163,184);
}

.reach_out  .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px)  {
    .reach_out .holder {
        flex-direction: column;
    }
    .reach_out .holder>div {
        width: 100%;
    }
    .reach_out {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .reach_out h3 {
        font-size: 30px;
    }
}
