header.fs-navbar {
    position: absolute;
    border-bottom: 1px solid #fdfdfd;
    width: 100%;
	z-index: 999;
}
header .play-button {
    background: url('../img/music.png') no-repeat center center;
    background-size: contain;
}
#fs-banner {
    min-height: 100vh;
}
video.video-bg {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    margin: 0 0 -10px 0 !important;
}
#fs-banner .container {
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.download-wrap {
    width: 50%;
    text-align: center;
}
img.logo {
    max-width: 600px;
    width: 100%;
}
.downloads {
    margin: 10px auto;
}
.downloads > a {
    width: calc(50% - 20px);
    display: inline-block;
    max-width: 250px;
    margin: 0 5px;
}
.downloads > a:first-of-type {
    margin: 0 auto 30px auto;
    display: block;
    width: 100%;
    max-width: 600px;
}
.downloads > a > img {
    width: 100%;
}
#system-requirements {
    background-image: url('../img/system-requirements-bg.jpg');
    background-size: cover;
    background-position: center top;
    background-color: #77a0c8;
    padding: 200px 0 100px 0;
}
#system-requirements img.Clode {
    margin-top: -100px;
    margin-left: -100px;
    margin-bottom: 8px;
    width: calc(100% + 200px);
}
#system-requirements .row:not(#faq) {
    align-items: center;
    background: url('../img/system-requirements.png');
    background-size: 100% 100%;
}
#system-requirements .row > div {
    position: relative;
}
.sr-wrap h3 {
    font-size: 45px;
    color: #2d5084;
}
.sr-wrap table td {
    border: 1px solid #fff;
    padding: 15px;
    color: #fff;
    font-size: 18px;
}
.sr-wrap table {
    width: calc(100% - 70px);
    background: #2d5084;
    margin: 20px 0;
}
.sr-wrap {
    padding-left: 15px;
}
.sr-wrap p {
    color: #2d5084;
    font-size: 18px;
    margin: 20px 15px;
}
#faq {
    padding: 100px 0 0 0;
}
h3.btn-arrow {
    background: #9EA6EC;
    background: linear-gradient(0deg, rgba(158, 166, 236, 1) 20%, rgba(80, 158, 242, 1) 100%);
    text-align: center;
    padding: 15px 15px;
    width: fit-content;
    margin: 0 auto 40px auto;
    font-size: 45px;
    color: #2d5084;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
}
h3.btn-arrow:before {
    content: '';
    width: calc(100% - 16px);
    height: calc(100% - 10px);
    position: absolute;
    left: 8px;
    top: 5px;
    border: 1px solid #fff;
    border-radius: 25px;
}
h3.btn-arrow > img {
    padding: 0 30px;
}
h3.btn-arrow > img:first-of-type {
    rotate: 180deg;
}
button.accordion-button {
    background: #4182a6 !important;
    color: #fff !important;
    font-size: 22px;
    border: 1px solid #fff;
}
.accordion-collapse > div {
    padding: 0;
}
.accordion-collapse .item-wrap {
    position: relative;
    width: 80% !important;
    margin: 0 auto;
    padding-bottom: 1px;
}
.accordion-collapse .item-wrap > div {
    background: #2C6790;
    background: linear-gradient(50deg, rgb(44 103 144 / 50%) 0%, rgb(119 160 200 / 0%) 100%);
    width: 100% !important;
    margin: 0 auto 20px auto;
    padding: 20px;
    color: #fff;
    position: relative;
}
.accordion-item {
    border: none !important;
    background: transparent !important;
}
button.accordion-button {
    box-shadow: none !important;
}
.accordion-collapse p {
    margin-bottom: 0;
    font-size: 18px;
}
.accordion-collapse .item-wrap:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -15px;
    top: 0;
}
.accordion-collapse .item-wrap > div:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: -19px;
    top: calc(50% - 4px);
    rotate: 45deg;
}
.accordion-button:after {
    content: '';
    display: block;
    background: url('../img/accordion-arrow.png') !important;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.accordion-button[aria-expanded="true"]:after {
    background: #fff !important;
    width: 20px;
    height: 1px;
}
@media (max-width: 1399px) {
    .sr-wrap table td {
        padding: 5px 15px;
    }
}
@media (max-width: 1199px) {
    .sr-wrap table td {
        padding: 5px 15px;
    }
    #system-requirements .row:not(#faq) {
        padding: 50px 0;
        align-items: stretch;
    }
    #system-requirements img.Clode {
        width: calc(100% + 100px);
        position: absolute;
        margin: 0;
        bottom: -33px;
        left: -50px;
    }
}
@media (max-width: 991px) {
    #fs-banner .container {
        align-items: flex-end;
    }
    .download-wrap {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 30px auto;
    }
    .sr-wrap table td {
        padding: 5px 15px;
    }
    #system-requirements .row:not(#faq) {
        padding: 50px 0;
        align-items: stretch;
    }
    #system-requirements img.Clode {
        width: calc(100% + 100px);
        position: absolute;
        margin: 0;
        bottom: -33px;
        left: -50px;
    }
    #system-requirements img.Clode {
        display: none;
    }
    .sr-wrap h3 {
        text-align: center;
    }
    .sr-wrap table {
        width: 100%;
    }
    .sr-wrap {
        padding: 0 15px;
    }
    .sr-wrap p {
        text-align: center;
        margin-bottom: 0;
    }
    h3.btn-arrow > img {
        display: none;
    }
    h3.btn-arrow {
        padding: 15px 30px;
    }
}