* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
}

.content {
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 410px;
    z-index: 20;
    border-color: #e5e5e5;
    box-shadow: 0 0 15px 0 #d1d1d1;
}

::selection {
    color: #FFFFFF;
    background-color: #1E88E5;;
    text-shadow: none;
}

::-moz-selection {
    color: #FFFFFF;
    background-color: #1E88E5;;
    text-shadow: none;
}

.top-bar {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: white;
    z-index: 99;
    border-color: #e5e5e5;
    box-shadow: 0 0 15px 0 #d1d1d1;
}

.top-bar-flex {
    width: 1280px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.logo-block {
    width: 320px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-text {
    width: 560px;
    height: 80px;
    color: #1E88E5;
    font-family: sans-serif;
    font-weight: bolder;
    font-size: 18pt;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-zone {
    width: 450px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.menu {
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-text {
    color: #333;
    font-size: 16pt;
    text-decoration: none;
    text-align: center;
}

.menu-text:hover {
    color: #1E88E5;
    text-decoration: none;
    transition: 0.3s linear;
}

.banner {
    padding-top: 80px;
    width: 100%;
    height: 790px;
    background-image: url("../imgs/LastJedi_ZH-CN8789881870_1920x1080.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-black {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-flex {
    margin: 0 auto;
    width: 1280px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-block {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-title {
    width: 100%;
    height: 100px;
    font-size: 50pt;
    font-weight: bolder;
    color: white;
    font-family: sans-serif;
}

.banner-content {
    color: #ACADAF;
    font-size: 24pt;
}

#bc-2 {
    margin-top: 24px;
    font-size: 16pt;
    color: white;
    font-family: sans-serif;
}

.banner-button-block {
    margin-top: 24pt;
}

.banner-button {
    width: 135px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E88E5;
    border: 0;
    border-radius: 8px;
    text-decoration: none;
}

.banner-button:hover {
    background-color: #1E88B5;
    border: 0;
    transition: 0.3s linear;
    cursor: pointer;
    text-decoration: none;
}

.banner-button-margin {
    width: 125px;
    height: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}


.win-ico svg {
    margin-bottom: 5px;
}

.button-text {
    color: white;
    margin-left: 8px;
    margin-bottom: 6px;
    font-size: 12pt;
    text-decoration: none;
}

.post-1 {
    height: 712px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-1-flex {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.post-text {
    list-style: none;
}

.ul-icon {
    padding: 10px 10px 10px 0;
}

.post-title {
    display: flex;
    justify-content: center;
    font-size: 20px;
    padding-bottom: 16px;
}

.post-title h1 {
    font-family: sans-serif;
    color: rgba(0, 0, 0, 0.7);
}

.post-text li {
    font-size: 22px;
    color: #7f7f7f;
    padding-top: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.post-picture {
    width: 600px;
    height: 356px;
    background-image: url("../imgs/ms365-renew-plus--software-main-page-600x356.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 34px;
}

.slide-1 {
    width: 100%;
    height: 792px;
    background-image: url("../imgs/slide-1.webp");
    background-repeat: no-repeat;
    background-position: right;
    align-items: center;
    display: flex;
    justify-content: center;
}

.slide-2 {
    width: 100%;
    height: 792px;
    background-image: url("../imgs/slide-2.webp");
    background-repeat: no-repeat;
    background-position: right;
    align-items: center;
    display: flex;
    justify-content: center;
}

.slide-3 {
    width: 100%;
    height: 792px;
    background-image: url("../imgs/slide-3.webp");
    background-repeat: no-repeat;
    background-position: right;
    align-items: center;
    display: flex;
    justify-content: center;
}

.slide-4 {
    width: 100%;
    height: 792px;
    background-image: url("../imgs/slide-4.webp");
    background-repeat: no-repeat;
    background-position: right;
    align-items: center;
    display: flex;
    justify-content: center;
}

.carousel-control-prev {
    margin-top: 695px;
}

.carousel-control-next {
    margin-top: 695px;
}

.post-2-text {
    color: white;

}

.post-2-black {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.0851));
    display: flex;
}

.post-2-flex {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-2-title h1 {
    color: white;
    font-size: 40px;
}

.post-2-text {
    color: white;
    margin-top: 16px;
    font-size: 20px;
}

.post-2-text a {
    color: white;
    text-decoration: none;
    font-weight: bolder;
    font-size: 24px;
}

#download {
    width: 100%;
    height: 796px;
    background-image: url("../imgs/download-background.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.download-flex {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.table-zone {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding-top: 10px;
    border-color: #e5e5e5;
    box-shadow: 0 0 15px 0 #d1d1d1;
}

.title-block {
    width: 100%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.title-block h1 {
    text-align: center;
    color: black;
}

.table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
    color: black;
}

.table tr {
    color: black;
}

.table tr td {
    color: black;
}

.td-1 {
    font-size: large;
}

.td-1 a {
    color: #1E88E5;
}

.table-text-align-l {
    text-align: left;
}

.table-text-align-c {
    text-align: center;
}

.table-font-size-m {
    font-size: medium;
}

footer {
    background-attachment: fixed;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 450px;
    background-color: #333333;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.contact-flex {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 120px;
}

.contact-flex-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 32px;
}

.copyright-notice p {
    color: #7f7f7f;
}

.footer-links h3 {
    color: white;
    padding-bottom: 18px;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.footer-links ul li a:hover {
    color: #1E88E5;
    transition: 0.3s linear;
}

.contact-information {
    height: 224px;
}

.contact-information h3 {
    color: white;
    padding-bottom: 32px;
}

.contact-information ul {
    list-style: none;
}

.contact-information ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.contact-information ul li a:hover {
    color: #1E88E5;
    text-decoration: none;
    transition: 0.3s linear;
}

.contact-info p {
    color: #7f7f7f;
}

.contact-info p a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.contact-info p a:hover {
    color: #1E88E5;
    transition: 0.3s linear;
}