body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}

body * {
    box-sizing: border-box;
}

#en-static-main-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#en-static-wrapper-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px 40px;
}


.en-icons {
    display: flex;
    flex-wrap: wrap;
    #justify-content: space-between;
    align-content: flex-start;
    max-width: 100%;
}

.en-icons > div {
    width: 140px;
    background: #e8e8e8;
    text-align: center;
    font-size: 12px;
    margin: 12px 12px 12px 0;
    padding: 12px;
    border-radius: 4px;
}

.en-icons > div.video {
    width: 640px;
}

.en-icons > div a {
    word-wrap: break-word;
}


.en-icons > div > video {
    width: 640px;
    height: 360px;
    background-size: 6px 6px;
    background-color: #ffffff;
    background-image: linear-gradient(45deg, #e3e9ed 25%, transparent 0), linear-gradient(-45deg, #e3e9ed 25%, transparent 0), linear-gradient(45deg, transparent 75%, #e3e9ed 0), linear-gradient(-45deg, transparent 75%, #e3e9ed 0);
    background-position: 0 0, 0 3px, 3px -3px, -3px 0;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
}

.en-icons > div > img {
    height: 120px;
    background-size: 6px 6px;
    background-color: #ffffff;
    background-image: linear-gradient(45deg, #e3e9ed 25%, transparent 0), linear-gradient(-45deg, #e3e9ed 25%, transparent 0), linear-gradient(45deg, transparent 75%, #e3e9ed 0), linear-gradient(-45deg, transparent 75%, #e3e9ed 0);
    background-position: 0 0, 0 3px, 3px -3px, -3px 0;
    margin-bottom: 10px;
    max-width: 100%;
    object-fit: contain;
}

.en-icons > div > img.darkbg {
    background: #cccccc;
}

.en-static-asset-wrapper img,
.en-static-asset-wrapper video {
    max-width: 100%;
    max-height: 100%;
}

.en-static-asset-wrapper .en-static-asset-img img {
    background-size: 6px 6px;
    background-color: #ffffff;
    background-image: linear-gradient(45deg, #e3e9ed 25%, transparent 0), linear-gradient(-45deg, #e3e9ed 25%, transparent 0), linear-gradient(45deg, transparent 75%, #e3e9ed 0), linear-gradient(-45deg, transparent 75%, #e3e9ed 0);
    background-position: 0 0, 0 3px, 3px -3px, -3px 0;
}


.en-images {
    max-width: 100%;
    /*border: 1px solid red;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 40px;
}
.en-images > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.en-images > div > div:first-child {
    display: flex;
    position: relative;
    width: 360px;
    height: 270px;
    background: #f4f4f4;
}

.en-images > div > :nth-child(2) {
    text-align: center;
    font-size: 12px;
    font-family: Verdana;
    padding: 12px;
    /*background: #f8f8f8;*/
}

.en-images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-size: 6px 6px;
    /*background-color: #ffffff;*/
}

/*asdfsadf*/

.en-logos {
    display: flex;
    flex-wrap: wrap;
    #justify-content: space-between;
    align-content: flex-start;
    max-width: 100%;
    gap: 12px;
}

.en-logos > div {
    width: 240px;
    background: #e8e8e8;
    text-align: center;
    font-size: 12px;
    padding: 12px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.en-logos > div > div {
    max-height: 200px;
    width: 100%;
    height: 100%;
    flex:1;
    display: flex;
    justify-content: center;
}

.en-icons > div a {
    word-wrap: break-word;
}

.en-logos img {
    background-size: 6px 6px;
    background-color: #ffffff;
    background-image: linear-gradient(45deg, #e3e9ed 25%, transparent 0), linear-gradient(-45deg, #e3e9ed 25%, transparent 0), linear-gradient(45deg, transparent 75%, #e3e9ed 0), linear-gradient(-45deg, transparent 75%, #e3e9ed 0);
    background-position: 0 0, 0 3px, 3px -3px, -3px 0;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
