body {
    height: 5300px;
}

.footer {
    position: absolute;
    top: 4825px;

    height: 765px;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 42px;
}

.footer_title {
    margin: 0;
    width: 465.8px;
    height: 150px;
    
    font-family: 'Days One';
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    text-align: center;
    
    color: #AB57C8;
}

.foot_sponsors {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    gap: 20px;

    width: 100%;
    height: 362.72px;
    margin-bottom: 150px;
}

.sponsors {
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content:center;
    width: 100%;
    height: 500px;
    margin-top:20px;
}

.sponsor {
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 20px 0 20px;
    width: 480px;
    height: 180px;
}
.foot_main {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 50px;
}

.footer_img {
    width: 400px;
    height: 450px;
    background-image: url(https://static.igem.wiki/teams/4521/wiki/plastikaensis-1-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    flex: none;
    order: 0;
    flex-grow: 0;
}

.footer_line {
    width: 4px;
    height: 351px;
    
    background: url(https://static.igem.wiki/teams/4521/wiki/line-30-1.png);
    
    flex: none;
    order: 1;
    flex-grow: 0;
}

.footer_main {
    width: 639px;
    height: 317px;
    
    flex: none;
    order: 2;
    flex-grow: 0;
}

.footer_contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
    
    position: relative;
    width: 639px;
    height: 317px;
}

.footer_icons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px;
    gap: 50px;
    
    width: 38px;
    height: 285px;
    
    flex: none;
    order: 0;
    flex-grow: 0;
}

.footer_icons > div {
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 38px;
    
    width: 557px;
    height: 294px;
    
    flex: none;
    order: 1;
    flex-grow: 0;
}

.footer_text > a {
    width: 341px;
    height: 46px;
    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    
    color: #000000;
}
.license_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.license_row {
    width: 900px;
    height: 50px;
}

.license_row > small {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
}

.footer_img {
    width: 400px;
    height: 450px;
    background-image: url(https://static.igem.wiki/teams/4521/wiki/plastikaensis-1-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    flex: none;
    order: 0;
    flex-grow: 0;
}

.footer_line {
    width: 4px;
    height: 351px;
    
    background: url(https://static.igem.wiki/teams/4521/wiki/line-30-1.png);
    
    flex: none;
    order: 1;
    flex-grow: 0;
}

.footer_main {
    width: 639px;
    height: 317px;
    
    flex: none;
    order: 2;
    flex-grow: 0;
}

.footer_contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
    
    position: relative;
    width: 639px;
    height: 317px;
}

.footer_icons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px;
    gap: 50px;
    
    width: 38px;
    height: 285px;
    
    flex: none;
    order: 0;
    flex-grow: 0;
}

.footer_icons > div {
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 38px;
    
    width: 557px;
    height: 294px;
    
    flex: none;
    order: 1;
    flex-grow: 0;
}

.footer_text > a {
    width: 341px;
    height: 46px;
    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    
    color: #000000;
}

.team_img {
    position: absolute;
    z-index: -1.5;
    top: 60px;
    left: 0px;
    width: 1550px;
    height: 100%;
    background-image: url(https://static.igem.wiki/teams/4521/wiki/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.team_title {
    position: absolute;
    width: 1084px;
    height: 211px;
    left: 207px;
    top: 300px;
    background-image: url(https://static.igem.wiki/teams/4521/wiki/team-title.png);
}

.background {
    position: absolute;
    width: 1550px;
    height: 4000px;
    top: 600px;
    left: 0px;
    background-image: url(https://static.igem.wiki/teams/4521/wiki/bg-team.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_wire {
    position: absolute;
    height: max-content;
    width: 1550px;
    height: 165px;
    z-index: 1;
    top: 600px;
    left: 0px;
    background-image: url(https://static.igem.wiki/teams/4521/wiki/wire.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    z-index: 10;
    display: grid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 100px;

    position: absolute;
    width: 1431.84px;
    height: 1357.59px;
    left: 50px;
    top: 929px;

    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}

.row_info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 100px;

    width: 1430.3px;
    height: 383.02px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.member {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 30px;

    width: 281.8px;
    height: 383.02px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.member_text {
    width: 265px;
    height: 75px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    text-align: center;

    color: #000000;
}

.member_1_ava {
    width: 281.8px;
    height: 277.15px;

    background: url(https://static.igem.wiki/teams/4521/wiki/avatar-1.png);
    background-repeat: no-repeat;
    border-radius: 300px;
}

.member_2_ava {
    width: 281.8px;
    height: 277.15px;

    background: url(https://static.igem.wiki/teams/4521/wiki/avatar-2.png);
    background-repeat: no-repeat;
    border-radius: 300px;
}

.member_3_ava {
    width: 281.8px;
    height: 277.15px;

    background: url(https://static.igem.wiki/teams/4521/wiki/avatar-3.png);
    background-repeat: no-repeat;
    border-radius: 300px;
}

.member_4_ava {
    width: 281.8px;
    height: 277.15px;

    background: url(https://static.igem.wiki/teams/4521/wiki/avatar-4.png);
    background-repeat: no-repeat;
    border-radius: 300px;
}

.member_5_ava {
    width: 281.8px;
    height: 277.15px;

    background: url(https://static.igem.wiki/teams/4521/wiki/avatar-5.png);
    background-repeat: no-repeat;
    border-radius: 300px;
}

.member_6_ava {
    width: 281.8px;
    height: 277.15px;

    background: url(https://static.igem.wiki/teams/4521/wiki/avatar-6.png);
    background-repeat: no-repeat;
    border-radius: 300px;
}

.member_7_ava {
    width: 281.8px;
    height: 277.15px;

    background: url(https://static.igem.wiki/teams/4521/wiki/avatar-7.png);
    background-repeat: no-repeat;
    border-radius: 300px;
}

.member_8_ava {
    width: 281.8px;
    height: 277.15px;

    background: url(https://static.igem.wiki/teams/4521/wiki/avatar-8.png);
    background-repeat: no-repeat;
    border-radius: 300px;
}

.member_9_ava {
    width: 281.8px;
    height: 277.15px;

    background: url(https://static.igem.wiki/teams/4521/wiki/avatar-9.png);
    background-repeat: no-repeat;
    border-radius: 300px;
}

.member_10_ava {
    width: 281.8px;
    height: 277.15px;

    background: url(https://static.igem.wiki/teams/4521/wiki/avatar-10.png);
    background-repeat: no-repeat;
    border-radius: 300px;
}

.bacteria {
    z-index: 10;
    position: absolute;
    width: 1494px;
    height: 969.75px;
    left: 26px;
    top: 2560.66px;
}

.bacteria_title {
    position: relative;
    display: block;
    align-self: center;
    justify-content: center;

    font-family: 'Days One';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 71px;
    text-align: center;

    color: #7966A2;

    text-shadow: 0px 0px 35px #A886EF;
}

.bacteria_text {
    position: absolute;
    width: 1322px;
    height: 784px;
    left: 41.62px;
    top: 169.34px;
}

.bacteria_text > a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    color: #000000;

    transition: .1s;
    cursor: pointer;
    height: fit-content;
    padding-bottom: 2px;
}

.bacteria_text > a:hover {
    transition: .1s;
    border-bottom: 3px solid #000000;
}

.bacteria_img {
    position: relative;
    width: 1283px;
    height: 757px;
    left: 178px;
    top: 160px;

    background: url(https://static.igem.wiki/teams/4521/wiki/bacteria.png);
}

.active_bacteria {
    border-bottom: 3px solid #000000;
}

.bacteria_element_1 {
    position: absolute;
    left: 63.71%;
    right: 24.17%;
    top: 28.68%;
    bottom: 65.80%;
}

.bacteria_element_2 {
    position: absolute;
    left: 0%;
    right: 71.54%;
    top: 67%;
    bottom: 26.61%;
}

.bacteria_element_3 {
    position: absolute;
    left: 7%;
    right: 74.79%;
    top: 10.1%;
    bottom: 80.18%;
}

.bacteria_element_4 {
    position: absolute;
    left: 0%;
    right: 81.27%;
    top: 30.33%;
    bottom: 59.95%;
}

.bacteria_element_5 {
    position: absolute;
    left: 49.39%;
    right: 37.27%;
    top: 17.84%;
    bottom: 76.07%;
}

.bacteria_element_6 {
    position: absolute;
    left: 80.05%;
    right: 0.98%;
    top: 47.57%;
    bottom: 46.34%;
}

.bacteria_element_7 {
    position: absolute;
    left: 80.42%;
    right: 0%;
    top: 95%;
    bottom: 3.82%;
}

.bacteria_element_8 {
    position: absolute;
    left: 50.92%;
    right: 37.09%;
    top: 98%;
    bottom: 0%;
}

.bacteria_element_9 {
    position: absolute;
    left: 30.42%;
    right: 57.28%;
    top: 88%;
    bottom: 10.32%;    
}

.bacteria_element_10 {
    position: absolute;
    width: 214.47px;
    height: 52.61px;
    left: 425.7px;
    top: 0px;
}

.organelle {
    opacity: 0;
    transform: translateX(150px);
    transition: 1s all ease;
}

.active_organ {
    opacity: 1;
    transform: translateX(0);
}

.info_card {
    transform: scale(80%);
    z-index: 10;
    position: absolute;
    width: 1219.8px;
    height: 795.14px;
    left: 160px;
    top: 3636.86px;
}

.card_bg {
    position: absolute;
    width: 1221px;
    height: 796px;
    left: -0.6px;
    top: 0.14px;
    
    background: url(https://static.igem.wiki/teams/4521/wiki/card-bg.png);
}

.card_head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 25px;
    
    z-index: 10;
    position: relative;
    width: 1132.2px;
    height: 240px;  
    left: 45px;
    top: 100px;
}

.tab_avatar {
    width: max-content;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.tab_avatar > img {
    height: 240px;
}

.head_text1 {
    width: 425px;
    height: 123px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    
    color: #FFFFFF;

    position: relative;
    align-self: center;

    flex: none;
    order: 0;
    flex-grow: 0;
}

.head_text1 > span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    text-align: center;

    color: #FFF262;
}

.head_text2 {
    width: 399.82px;
    height: 123.13px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    text-align: center;

    color: #FFFFFF;

    flex: none;
    order: 2;
    flex-grow: 0;
}

.head_text2 > span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    text-align: center;

    color: #FFF262;
}

.card_main {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    
    position: relative;
    width: 1035.55px;
    height: 347.39px;
    left: 100px;
    top: 100px;
}

.main_text1 {
    width: max-content;
    height: 98.33px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    text-align: center;

    color: #FFFFFF;

    flex: none;
    order: 0;
    flex-grow: 0;
}

.main_text1 > span {
    width: max-content;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    
    color: #FFF262;
}

.main_text2 {
    width: 1035.55px;
    height: 209.06px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    
    color: #FFFFFF;
    
    flex: none;
    order: 1;
    flex-grow: 0;
}

.main_text2 > span {
    font-weight: 600;
    color: #AB57C8;
}