/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Darker Grotesque', sans-serif;
}
.body-bg {
   background-image: url("bg2.jpg");
   background-position: bottom center; 
}
.body-bg .wrapper { 
    background-image: none !important;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    padding-left:6%;
    padding-right:6%;
    background-image: url(bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.wrapper.firefox-addon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper.firefox-addon main {
    margin: 0;
}

.wrapper.basepage {
    background: #fff;
    background-image: none !important;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    padding-top: 30px;
}
nav {
    display: flex;
    gap: 40px;
}
nav a {
    font-size: 1.3vw;
    color: #3B3B3B;
    font-weight: 600;
    text-decoration: none;
}
main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin-bottom: 16%;
    
}
.basepage-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
   
}
.basepage-main.legals {
    width: 70%;
    align-self: center;
    padding-top: 48px;
}
.title {
    font-size: 5.4vw;
    color: #3B3B3B;
    line-height: 1em;
}
.subtitle {
    font-size: 2.2vw;
    font-weight: 600;
    color: #3B3B3B;
}
.description {
    font-size: 1.4vw;
    font-weight: 500;
    color: #3B3B3B;
    line-height: 1em;
    max-width: 90%;
}
.disclaimer {
    font-size: 1vw;
    font-weight: 500;
    color: #3B3B3B;
    line-height: 1em;
    max-width: 77%;
}
.gap-top {
    margin-top: 8%;
}
.disclaimer.dark {
    color: #7A7A7A;
    font-size: 1vw;
}
.disclaimer a {
    text-decoration: none;
}
.laptop {
    width: 40%;
    max-width: 750px;
}
.container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 500px;
    /* width: 58%; */
}
.button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.6vw;
    border: 2px solid #3B3B3B;
    background-color: #FFF;
    max-width: 433px;
    height: 101px;
    padding-top: 1vw;
    padding-bottom: 1vw;
    justify-content: flex-start;
    padding-left: 20px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #3B3B3B;
    line-height: 1em; 
    transition: all 0.3s ease;
    margin: 30px 82px;
}

.button.invert {
    background-color: #3B3B3B;
    color: #FFF;
    font-size: 1.6vw;
    font-weight: 600;
    box-sizing: content-box;
    justify-content: center;
    padding: 0;
}
.button:hover {
    transform: scale(1.05);
}

.button.invert:hover {
    background-color: #fff;
    color: #3B3B3B;
    border-color: #fff;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

footer {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #A7A7A7;
    font-weight: 400;
}
.wrapper-before {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    background: #F0F0F0;
}
.container-before {
    margin-top: 10px;
    width: 800px;
    padding: 20px;
    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: #3B3B3B;
    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: #3B3B3B;
   line-height: 1.2;
}
.ff-addons {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}
.button-before {
    font-family: "Poppins", Sans-serif;
    font-size: 1vw;
    font-weight: 600;
    background-color: #0368FD;
    padding: 16px 24px 16px 24px;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none;
}
.title-basepage {
    font-size: 5.5vw;
    font-weight: 700;
    color: #3B3B3B;
    font-family: Darker Grotesque, sans-serif;

}
.description-basepage {
    font-size: 1.4vw;
    font-weight: 500;
    color: #3B3B3B;
    font-family: Darker Grotesque, sans-serif;
    text-align: center;
    line-height: 1.2;
   
}
.list-basepage {
    font-size: 1.4vw;
    font-weight: 500;
    color: #3B3B3B;
    font-family: Darker Grotesque, sans-serif;
   
    line-height: 1.2;
}
.email-class {
    font-size: 21px;
    font-weight: 500;
    color: #3B3B3B;
    font-family: Darker Grotesque, sans-serif;
    text-decoration: none;
}
.steps {
    display: flex;
    gap: 128px;
    margin-top: 48px;
}
.step {
    display: flex;

    gap: 12px;
}

.step-description {
    font-size: 33px;
    font-weight: 500;
    color: #3B3B3B;
    font-family: Darker Grotesque, sans-serif;
    line-height: 1.2;
}
@media (max-width: 1420px) {
    .laptop {
        max-width: 500px;
    }
    .container {
        width: 100%;
    }
}
@media (max-width: 1220px) {
    .laptop {
        max-width: 400px;
    }
}
@media (min-width: 1700px) {
  .wrapper.firefox-addon .laptop {
    margin-right: 10%;
  }
}