/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Alexandria, sans-serif;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    
    background-color: rgb(246, 252, 255);;
    position: relative;
    overflow: hidden;
   
}
.wrapper.index {
    
}
.wrapper.basepage {
    background: #fff;
    background-image: none !important;
}
.wrapper.basepage.dark-theme {
    background-color: #1D1D1D;
}
header {
    background-color: #1D1D1D;
    border-bottom: 2px solid #DDBD7B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:6%;
    padding-right:6%;
    height: 63px;
}
nav {
    display: flex;
    gap: 40px;
}
nav a {
    font-size: 0.9em;
    color: #FFF;
    font-weight: 400;
    text-decoration: none;
}
.header-index nav a {
    color: #FFF;
}
nav a.active, nav a:hover {
    color: #E4404D;
}
main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:6%;
    padding-right:6%;
}
.moving-bg-wrapper main {
    padding-left:8%;
    padding-right:8%;
}
.main-index {
   
}
.basepage-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
   
}
.basepage-main.legals {
    width: 70%;
    align-self: center;
    padding-top: 48px;
    padding-bottom: 48px;
}
.title {
    font-size: 57px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
}
.moving-title {
    font-size: 3em;
    max-width: 660px;
    line-height: 1.1;
    margin-top: 16px;
}
.subtitle {
    font-size: 1.8em;
    line-height: 1.8em;
    margin-bottom: 24px;
    font-weight: 400;
    color: #fff;
    border-bottom: 3px solid #DDBD7B;
}
.description {
    font-family: Alexandria, sans-serif;
    font-size: 1.4vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.5em;
}
.moving-description {
    font-size: 1em;
    line-height: 1.5;
    color: #D2D2D2;
}
.disclaimer {
    font-size: 0.7vw;
    font-weight: 400;
    line-height: 1.5em;
    color: #A5A5A5;
    
    max-width: 370px;
}
.disclaimer a {
    text-decoration: none;
    color: #3366ff;
}
.laptop {
    width: 30%;
}
.container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 600px;
    z-index: 10;
}
.moving-container {
 maring-bottom: 10%;
}
.button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Alexandria, sans-serif;
    font-size: 20px;
    border: 2px solid #DDBD7B;
    background-color: #373737;
    width: 246px;
    height: 74px;
    justify-content: center;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #FFF;
    transition: transform 0.3s ease;
}
.button:hover {
    transform: scale(1.05);
}
.button.large {
    width: 336px;
    font-size: 20px;
    background-color: #E4404D;
    color: #FFF;
    border: none;
    height: 70px;
}
.button.invert {
    background-color: #001D36;
    color: #FFF;
}
.buttons {
    display: flex;
    gap: 24px;
}
footer {
    background-color: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #A7A7A7;
font-weight: 400;
position: relative;
z-index: 10;
}
.moving-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 0.7em;
    height: 48px;
}
.wrapper-before {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    background: #F0F0F0;
}
.container-before {
    margin-top: 10px;
    width: 800px;
    padding: 24px;
    background: #FFF;
    border-radius: 12px;
}
.container-before.v2 {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}
.bluetop {
    background-color: #0368FD;
    padding: 20px;
}
.whitebottom {
    background-color: #FFF;
    padding: 20px;
}
.bluetop .description-before {
    color: #FFF !important;
}
.bluetop .title-before {
    color: #FFF !important;
}
.title-before {
    font-size: 24px;
    font-weight: 600;
    color: #001D36;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 24px;

}
.description-before {
    font-size: 16px;
    font-weight: 400;
    font-family: Open-Sans, sans-serif;
    margin-bottom: 24px;
   color: #001D36;
   line-height: 1.5;
}
.ff-addons {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}
.button-before {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    background-color: #0368FD;
    padding: 16px 24px 16px 24px;
    color: #FFF;
    border-radius: 3px;
    text-decoration: none;
    transition: transform 0.3s ease;
}
.button-before:hover {
    transform: scale(1.05);
}
.title-basepage {
    font-size: 2.5em;
    font-weight: 500;
    color: #001D36;
    font-family: Poppins, sans-serif;
    border-bottom: 3px solid #DDBD7B;
}
.dark-theme .title-basepage {
    color: #FFF;
}
.description-basepage {
    font-size: 19px;
    font-weight: 400;
    color: #001D36;
    font-family: Poppins, sans-serif;
    text-align: center;
    line-height: 1.2;
    max-width: 1100px;
}
.dark-theme .description-basepage {
    color: #FFF;
}
.list-basepage {
    font-size: 16px;
    font-weight: 400;
    color: #001D36;
    font-family: Poppins, sans-serif;
    max-width: 45%;
    line-height: 1.5;
}
.dark-theme .list-basepage {
    color: #FFF;
}
.list-basepage li {
    margin-bottom: 8px;
    font-weight: 300;
}
.dark-theme .list-basepage li {
    color: #FFF;
}
.dark-theme .list-basepage p {
    color: #FFF;
}
.list-basepage p {
    font-size: 18px;
    font-weight: 400;
    color: #001D36;
    font-family: Poppins, sans-serif;
    line-height: 1.5;
    margin-bottom: 32px;
}

.email-class {
    font-size: 21px;
    font-weight: 700;
    color: #001D36;
    font-family: Darker Grotesque, sans-serif;
    text-decoration: none;
}
.dark-theme .email-class {
    color: #FFF;
}
.steps {
    display: flex;
    gap: 128px;
    margin-top: 48px;
}
.step {
    display: flex;

    gap: 12px;
}

.step-description {
    font-size: 33px;
    font-weight: 500;
    color: #001D36;
    font-family: Darker Grotesque, sans-serif;
    line-height: 1.2;
}
.instructions {
    display: flex;
    justify-content: space-between;
}

.basepage-main.legals p, .basepage-main.legals strong, .basepage-main.legals ul, .basepage-main.legals ol, .basepage-main.legals td, .basepage-main.legals th,
.basepage-main.legals h6, .basepage-main.legals small {
    color: #fff;
    font-weight: 300 !important;
}
@media (min-width: 1500px) {
    .moving-title {
    max-width: 823px !important;
}
}