.ugly_betty_project_page {
    width: 100%;
    padding-top: 0px;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-bottom: 100px;
    color: #4D4D4D;
}


.ugly_betty_page_heading_section {
    width: 100%;
}
.ugly_betty_page_heading_section img {
    width: 100%;
    height: auto;
}


.ugly_betty_page_video_section {
    width: 60%;
}
.ugly_betty_page_video_container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    margin-bottom: 40px;
    margin-top: -80px;
}
.responsive-iframe_ugly_betty_video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}


.ugly_betty_page_intro_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ugly_betty_page_intro_heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ugly_betty_page_intro_heading-1 {
    font-size: 44px;
    font-weight: 800;
    color: #23B531;
    text-align: center;
}
.ugly_betty_page_intro_heading_line {
    width: 700px;
    height: 5px;
    border-radius: 5px;
    background-color: #4D4D4D;
}
.ugly_betty_page_intro_heading-2 {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
}


.ugly_betty_page_intro_copy_section {
    width: 80%;
    padding-top: 30px;
}
.ugly_betty_page_intro_copy {
    font-size: 24px;
    text-align: center;
}

.ugly_betty_page_intro_symbol_copy_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.ugly_betty_page_intro_section_container {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    align-content: center;
}
.ugly_betty_page_intro_symbol_text_block {
    width: 30%;
}
.ugly_betty_page_intro_symbol_text_block p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
}
.ugly_betty_page_intro_symbol_block {
    width: 20%;
}
.ugly_betty_page_intro_symbol_block img {
   width: 100%;
}
.ugly_betty_page_intro_reminder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%;
}
.ugly_betty_page_intro_reminder_block {
    width: 80%;
    background: #E7FFA8;
    background: linear-gradient(0deg,rgba(231, 255, 168, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 10px;
}
.ugly_betty_page_intro_reminder_block p {
    font-size: 22px;
    text-align: center;
    line-height: 36px;
}
.ugly_betty_page_intro_prospectus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%;
}
.ugly_betty_page_intro_prospectus_button {
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 26px;
    font-weight: 600;
    color: white;
    background-color: #4D4D4D;
    border-radius: 5px;
    margin-top: 50px;
}
.ugly_betty_page_intro_prospectus_button:hover {
    background-color: black;
}

.ugly_betty_page_main_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #E7FFA8;
    background: linear-gradient(0deg,rgba(231, 255, 168, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding-top: 60px;
    padding-bottom: 60px;
}
.ugly_betty_page_main_section_copy {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ugly_betty_page_main_section_copy_heading {
    font-size: 40px;
    font-weight: 700;
    color: #23B531;
    text-align: center;
    padding-bottom: 20px;
}
.ugly_betty_page_main_section_copy_heading2 {
    font-size: 26px;
    font-weight: 800;
    color: #4D4D4D;
    text-align: center;
    padding-bottom: 0px;
}
.ugly_betty_page_main_section_copy_text {
    width: 90%;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: center;
}
.ugly_betty_page_main_section_copy_img {
    width: 100%;
    padding-bottom: 20px;
}
.ugly_betty_page_main_section_copy_img img {
    width: 100%;
}
.ugly_betty_page_main_section_copy_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    align-content: center;
}
.ugly_betty_page_main_section_copy_heading_left {
    font-size: 66px;
    font-weight: 800;
    color: #23B531;
    text-align: left;
    padding-bottom: 30px;
}
.ugly_betty_page_main_section_copy_text_left {
    width: 90%;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    padding-bottom: 30px;
    text-align: left;
}
.ugly_betty_page_main_section_copy_block {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}


.ugly_betty_page_financials_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.ugly_betty_page_financials_section_copy {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.ugly_betty_page_links_block {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ugly_betty_page_links_button {
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: #4D4D4D;
    border-radius: 5px;
    margin-top: 50px;
}
.ugly_betty_page_links_button {
    background-color: black;
}
