html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.main {
    position: relative;
    display: block;
    z-index: auto;
    color: black;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    width: 100%;
    min-height: 100%;
    margin-bottom: 30px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.sectionone {
    width: 100%;
    height: 100vh;
    position: relative;
}

.sectiontwo {
    width: 100%;
    height: 100vh;
    position: relative;
}

.sectionthree {
    padding-top: 100px;
    background-color: white;
}

.videocontainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: -100;
    margin: 0px;
}

.backgroundvideo {
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.backgroundvideobig {
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.loading {
    display: none;
}

.landingtext {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 10;
    overflow: hidden;
}

.landingheader {
    position: absolute;
    left: 10%;
    top: 30%;
    right: 10%;
    height: 100%;
    max-height: 70%;
    font-family: Montserrat, sans-serif;
    font-size: 100px;
    line-height: 70px;
    font-weight: 700;
    text-align: left;
    overflow-wrap: break-word;
    max-height: 100%;
    overflow: hidden;
    padding-right: 10%;
}

.w-nav-overlay {
    height: 600px !important;
}

.w-nav-button.w--open {
    background-color: transparent !important;
    color: black !important;
}

.jointeam {
    text-decoration: none;
    color: black;
}

.footerlogo {
    filter: invert(1);
    width: 200px;
    padding-right: 5px;
}

.arrow {
    width: 24px;
    right: 30px;
    position: absolute;
    display: none;
    transition: top 1s;
    -webkit-transition: top 1s;
    -o-transition: top 1s;
    -moz-transition: top 1s;
}

.careerstext {
    position: relative;
    top: 50px;
    height: 100%;
}

.columnone {
    position: relative;
    width: 5%;
    top: 5px;
    left: 0;
    bottom: 0;
}

.columntwo {
    position: relative;
    left: 5%;
    width: 95%;
    top: 0;
    right: 0;
    bottom: 0;
}

.abouttext {
    /* height: 100%; */
}

.abouttextinner {
    position: relative;
}

.longdesccontainer {
    position: relative;
}

.longdesc {
    border: 1px solid;
    border-radius: 5px;
    position: relative;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    font-size: 1em;
    opacity: 0;
    transition: height 1s, visibility 1s, opacity .3s;
    -webkit-transition: height 1s, visibility 1s, opacity .3s;
    -o-transition: height 1s, visibility 1s, opacity .3s;
    -moz-transition: height 1s, visibility 1s, opacity .3s;
}

.showdesc {
    padding: 10px;
    margin-bottom: 30px;
    visibility: visible;
    opacity: 1;
}

.contactcareer {
    position: relative;
    margin-top: 20px;
    padding-bottom: 150px !important;
    display: block;
}

.address {
    padding-bottom: 150px !important;
}

.profilepic {
    width: 150px;
    border-radius: 10px;
}

.designedby {
    height: 25px;
    text-align: left;
    position: absolute;
    left: 18px;
    bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 1.6em;
}

.designedby>a {
    font-size: .26em;
    color: white;
    text-decoration: none;
    vertical-align: middle;
}

.designedby>a>span {
    font-size: 1.8em;
    font-weight: 600;
}

.copyright {
    position: relative;
    right: 20px;
    bottom: 10px;
    width: 100%;
    text-align: right;
    padding-bottom: 75px;
    margin-top: 50px;
    font-family: Montserrat;
    background: transparent;
    font-size: .8em;
}

.abouttextbodystrong{
    position: relative;
    margin-right: 0%;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 20px;
    font-weight: 400;
    height: auto;
}

.flags{
    position: fixed;
    bottom: 50px;
    left: 1px;
    width: 180px;
}

.flags > img{
    width:40%;
    display:inline-block;
}

.flag-pow{
    width:35% !important;
}

.product-vid-container, .vids-small{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch
}

.product-vid-container{
    display: block;
    width: 100%;
}

.product-vid-container > video{
    width: 100%;
}

.product-main-container{
    margin-bottom: 100px;
}